SKILL.md files package domain expertise into something any AI agent can use. Drop one into your project and your agent learns how to process PDFs, design interfaces, write tests, or whatever the skill teaches.
122 skills
gomcp is an MCP server written in It exposes tools to interact with Lightpanda Browser via CDP protocol. gomcp requires you to have already installed Lightpanda You need to install Go to build from source. Once you have cloned the repository, build the binary with go build. By default, gocmp starts a local instance of Lightpanda browser. On the first run, you need to download the binary with the c
Vexor is a semantic search engine that builds reusable indexes over files and code. It supports configurable embedding and reranking providers, and exposes the same core through a Python API, a CLI tool, and an optional desktop frontend. Vexor Demo Video Vexor has been recognized and featured by the community: - Ruan Yifeng's Weekly (Issue 379) - A leading tech newsletter in the Chinese developer
Convert raw notes, error logs, voice dictation, or screenshots into crisp GitHub-flavored markdown issue reports. Use when the user pastes bug info, error messages, or informal descriptions and wants a structured GitHub issue. Supports images/GIFs for visual evidence.
Download the MCPBundles Hub .mcpb file directly: Download hub.mcpb This .mcpb package contains a pre-configured MCP server proxy that connects to the MCPBundles Hub endpoint. Once installed, your AI assistant can discover and execute tools from all your enabled bundles. MCP Bundles is the simplest way to connect AI assistants to real-world tools. Instead of configuring hundreds of individual MCP s
A practical, jargon-free guide to fp-ts functional programming - the 80/20 approach that gets results without the academic overhead. Use when writing TypeScript with fp-ts library.
Browse, read, and interact with web pages using PageMap MCP tools. Covers navigation, element interaction, form filling, and page state management.
Comprehensive JavaScript reference covering 33+ essential concepts every developer should know. From fundamentals like primitives and closures to advanced patterns like async/await and functional programming. Use when explaining JS concepts, debugging JavaScript issues, or teaching JavaScript fundamentals.
Extracts and analyzes competitors' ads from ad libraries (Facebook, LinkedIn, etc.) to understand what messaging, problems, and creative approaches are working. Helps inspire and improve your own ad campaigns.
You are a PR optimization expert specializing in creating high-quality pull requests that facilitate efficient code reviews. Generate comprehensive PR descriptions, automate review processes, and ensu
Upgrade Expo SDK versions
MemoryMesh is a knowledge graph server designed for AI models, with a focus on text-based RPGs and interactive storytelling. It helps AI maintain consistent, structured memory across conversations, enabling richer and more dynamic interactions. The project is based on the Knowledge Graph Memory Server from the MCP servers repository and retains its core functionality. v0.3.0 Update: The MCP SDK ha
Add Uppy Dashboard + Transloadit uploads to a Next.js (App Router) app, with server-side signature generation and optional /s3/store export.
Multi-agent orchestration platform for enterprise AI development. Run 12+ AI agents concurrently with full governance, Gemini-powered code review, and enforced quality gates. Solves coordination, verification, and metrics challenges that stall enterprise AI adoption.
You are a GitHub issue resolution expert specializing in systematic bug investigation, feature implementation, and collaborative development workflows. Your expertise spans issue triage, root cause an
Start an OpenAI Codex CLI session for deep reasoning and code analysis
Automatically creates user-facing changelogs from git commits by analyzing commit history, categorizing changes, and transforming technical commits into clear, customer-friendly release notes. Turns hours of manual changelog writing into minutes of automated generation.
Lab environment for Claude superpowers
NOTICE: claude code is available with Anthropic's $20/mo subscription, so I consider codemcp fully obsolete. However, there are some good design ideas (especially around the Git-versioning scheme) that I eventually want to port into the current generation of agentic coding clis. Make Claude Desktop a pair programming assistant by installing codemcp. With it, you can directly ask Claude to implemen
Generate workflow JSON files for chaining AI models
A health assistant skill for medical information analysis, symptom tracking, and wellness guidance.
Main entry-point skill for Transloadit. Route to the right `integrate-*`, `transform-*`, or `docs-*` skill, and prefer executing via `npx -y @transloadit/node ...` (CLI) for deterministic behavior.
Makepad UI development skills for Rust apps: setup, patterns, shaders, packaging, and troubleshooting.
Multi-agent research skill for parallel research execution (10 agents, battle-tested with real case studies).
Handle errors as values using fp-ts Either and TaskEither for cleaner, more predictable TypeScript code. Use when implementing error handling patterns with fp-ts.