plugin-structure

Claude Code plugins follow a standardized directory structure with automatic component discovery. Understanding this str...

github

plugin-settings

Plugins can store user-configurable settings and state in .claude/plugin-name.local.md files within the project director...

github

hook-development

Hooks are event-driven automation scripts that execute in response to Claude Code events. Use hooks to validate operatio...

github

command-development

Note: The .claude/commands/ directory is a legacy format. For new skills, use the .claude/skills/<name>/SKILL.md directo...

github

playground

A playground is a self-contained HTML file with interactive controls on one side, a live preview on the other, and a pro...

github

build-mcpb

MCPB is a local MCP server packaged with its runtime. The user installs one file; it runs without needing Node, Python, ...

github

build-mcp-server

You are guiding a developer through designing and building an MCP server that works seamlessly with Claude. MCP servers ...

github

build-mcp-app

An MCP app is a standard MCP server that also serves UI resources — interactive components rendered inline in the chat s...

github

writing-rules

Hookify rules are markdown files with YAML frontmatter that define patterns to watch for and messages to show when those...

github

frontend-design

This skill guides creation of distinctive, production-grade frontend interfaces that avoid generic "AI slop" aesthetics....

github

example-command

This demonstrates the skills/<name>/SKILL.md layout for user-invoked slash commands. It is functionally identical to the...

github

example-skill

This skill demonstrates the structure and format for Claude Code plugin skills. Skills are model-invoked capabilities th...

github

claude-md-improver

Audit, evaluate, and improve CLAUDE.md files across a codebase to ensure Claude Code has optimal project context. This s...

github

claude-automation-recommender

Analyze codebase patterns to recommend tailored Claude Code automations across all extensibility options. This skill is ...

github

math-olympiad

Strip thinking before verifying — a verifier that sees the reasoning is biased toward agreement. Fresh context, cleaned ...

github

mcp-integration

Model Context Protocol (MCP) enables Claude Code plugins to integrate with external services and APIs by providing struc...

github

web-design-guidelines

Review files for compliance with Web Interface Guidelines. Fetch the latest guidelines from the source URL below Read th...

github

vueuse-functions

This skill is a decision-and-implementation guide for VueUse composables in Vue.js / Nuxt projects. It maps requirements...

github

vue

Based on Vue 3.5. Always use Composition API with <script setup lang="ts">. Prefer TypeScript over JavaScript Prefer <sc...

github

vue-router-best-practices

Vue Router best practices, common gotchas, and navigation patterns. Navigating between same route with different params ...

github

vue-best-practices

Use this skill as an instruction set. Follow the workflow in order unless the user explicitly asks for a different order...

github

vitepress

VitePress is a Static Site Generator (SSG) built on Vite and Vue 3. It takes Markdown content, applies a theme, and gene...

github

vite

Based on Vite 8 beta (Rolldown-powered). Vite 8 uses Rolldown bundler and Oxc transformer. Vite is a next-generation fro...

github

turborepo

Build system for JavaScript/TypeScript monorepos. Turborepo caches task outputs and runs tasks in parallel based on depe...

github