Claude Code Plugin Framework
Extend Claude Code CLI with custom skills. Create reusable task-specific prompts, integrations, and automated workflows for development teams.
Create .claude/skills/ directory with YAML skill definitions Discover MCP servers, Cursor rules, VSCode extensions, and more with installation guides.
12 skills total
Extend Claude Code CLI with custom skills. Create reusable task-specific prompts, integrations, and automated workflows for development teams.
Create .claude/skills/ directory with YAML skill definitions Automated code review skill for Claude Code. Analyze pull requests, check for bugs, security issues, and code style violations with detailed suggestions.
Create .claude/skills/code-review.md with review prompt template Customize Cursor editor behavior with project-specific AI rules. Define coding standards, response formats, and project context in .cursorrules files.
Create .cursorrules in project root with custom AI instructions Configure Cursor's Tab Autocomplete with custom model selection, triggers, and inline completion settings for personalized coding assistance.
Settings → Tab Autocomplete → Select model (e.g. Claude 3.5 Sonnet) Enable AI models to read and write files on your local machine through the Model Context Protocol. Supports recursive directory listing, file creation, and safe path validation.
npx @modelcontextprotocol/server-filesystem ~/projects Connect AI to GitHub repositories via MCP. Browse issues, create PRs, search code, and manage projects directly from your AI assistant.
npx @modelcontextprotocol/server-github Give AI web browsing capabilities through MCP. Navigate pages, extract content, take screenshots, and interact with web forms programmatically.
npx @modelcontextprotocol/server-puppeteer Add MCP tool integration to Open WebUI. Connect local tools, APIs, and services to your self-hosted AI chat interface.
pip install open-webui-mcp && webui mcp add Interactive AI chat experience in VS Code. Ask questions about your code, generate refactoring suggestions, and get explanations for complex code.
ext install github.copilot-chat AI pair programmer for VS Code. Generates code completions, writes tests, explains code, and answers questions about your codebase in real-time.
ext install github.copilot AI-powered API testing in VS Code. Auto-generate test cases, validate responses, and document APIs directly from the editor.
ext install rangav.vscode-thunder-client Configure Windsurf's Cascade AI assistant with project-specific settings. Customize context depth, model selection, and code generation behavior.
Settings → Cascade → Configure project context and model preferences