GitHub
Skills harvested from GitHub repositories
14810 skills availableplugin-structure
Claude Code plugins follow a standardized directory structure with automatic component discovery. Understanding this str...
plugin-settings
Plugins can store user-configurable settings and state in .claude/plugin-name.local.md files within the project director...
hook-development
Hooks are event-driven automation scripts that execute in response to Claude Code events. Use hooks to validate operatio...
command-development
Note: The .claude/commands/ directory is a legacy format. For new skills, use the .claude/skills/<name>/SKILL.md directo...
playground
A playground is a self-contained HTML file with interactive controls on one side, a live preview on the other, and a pro...
build-mcpb
MCPB is a local MCP server packaged with its runtime. The user installs one file; it runs without needing Node, Python, ...
build-mcp-server
You are guiding a developer through designing and building an MCP server that works seamlessly with Claude. MCP servers ...
build-mcp-app
An MCP app is a standard MCP server that also serves UI resources — interactive components rendered inline in the chat s...
writing-rules
Hookify rules are markdown files with YAML frontmatter that define patterns to watch for and messages to show when those...
frontend-design
This skill guides creation of distinctive, production-grade frontend interfaces that avoid generic "AI slop" aesthetics....
example-command
This demonstrates the skills/<name>/SKILL.md layout for user-invoked slash commands. It is functionally identical to the...
example-skill
This skill demonstrates the structure and format for Claude Code plugin skills. Skills are model-invoked capabilities th...
claude-md-improver
Audit, evaluate, and improve CLAUDE.md files across a codebase to ensure Claude Code has optimal project context. This s...
claude-automation-recommender
Analyze codebase patterns to recommend tailored Claude Code automations across all extensibility options. This skill is ...
math-olympiad
Strip thinking before verifying — a verifier that sees the reasoning is biased toward agreement. Fresh context, cleaned ...
mcp-integration
Model Context Protocol (MCP) enables Claude Code plugins to integrate with external services and APIs by providing struc...
web-design-guidelines
Review files for compliance with Web Interface Guidelines. Fetch the latest guidelines from the source URL below Read th...
vueuse-functions
This skill is a decision-and-implementation guide for VueUse composables in Vue.js / Nuxt projects. It maps requirements...
vue
Based on Vue 3.5. Always use Composition API with <script setup lang="ts">. Prefer TypeScript over JavaScript Prefer <sc...
vue-router-best-practices
Vue Router best practices, common gotchas, and navigation patterns. Navigating between same route with different params ...
vue-best-practices
Use this skill as an instruction set. Follow the workflow in order unless the user explicitly asks for a different order...
vitepress
VitePress is a Static Site Generator (SSG) built on Vite and Vue 3. It takes Markdown content, applies a theme, and gene...
vite
Based on Vite 8 beta (Rolldown-powered). Vite 8 uses Rolldown bundler and Oxc transformer. Vite is a next-generation fro...
turborepo
Build system for JavaScript/TypeScript monorepos. Turborepo caches task outputs and runs tasks in parallel based on depe...