Skills & Plugins

Discover MCP servers, Cursor rules, VSCode extensions, and more with installation guides.

12 skills total

June 27, 2026

12 skills
🤖
Claude

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
ClaudeCLIAutomation
🤖
Claude

Claude Code Review Skill

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
ClaudeCode ReviewSecurity
📿
Cursor

Cursor AI Custom Rules

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
CursorIDECode Style
📿
Cursor

Cursor Tab Autocomplete Config

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)
CursorAutocompleteCode Completion
🔒
MCP

MCP Filesystem Server

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
MCPFilesystemLocal Tools
🔒
MCP

MCP GitHub Server

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
MCPGitHubDevOps
🔒
MCP

MCP Puppeteer Server

Give AI web browsing capabilities through MCP. Navigate pages, extract content, take screenshots, and interact with web forms programmatically.

npx @modelcontextprotocol/server-puppeteer
MCPPuppeteerWeb Scraping
🖼
Open WebUI

Open WebUI MCP Plugin

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
Open WebUIMCPSelf-hosted
🙎
VSCode

GitHub Copilot Chat

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
VSCodeGitHubChat
🙎
VSCode

GitHub Copilot

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
VSCodeGitHubCode Generation
🙎
VSCode

Thunder Client AI

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
VSCodeAPI TestingOpenAPI
Windsurf

Windsurf Cascade Configuration

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
WindsurfIDEConfiguration