claude-code-meta
Build Claude Code extensions - skills, agents, hooks, plugins, marketplaces, slash commands. Use when creating Claude Code components, building new skills, writing agents, creating hooks, making plugins, setting up marketplaces, writing slash commands, fixing extension configurations, or troubleshooting Claude Code extensions. Includes builder agents for autonomous creation. Not for looking up docs - use claude-code-docs-reference for that.
Best use case
claude-code-meta is best used when you need a repeatable AI agent workflow instead of a one-off prompt.
Build Claude Code extensions - skills, agents, hooks, plugins, marketplaces, slash commands. Use when creating Claude Code components, building new skills, writing agents, creating hooks, making plugins, setting up marketplaces, writing slash commands, fixing extension configurations, or troubleshooting Claude Code extensions. Includes builder agents for autonomous creation. Not for looking up docs - use claude-code-docs-reference for that.
Teams using claude-code-meta should expect a more consistent output, faster repeated execution, less prompt rewriting.
When to use this skill
- You want a reusable workflow that can be run more than once with consistent structure.
When not to use this skill
- You only need a quick one-off answer and do not need a reusable workflow.
- You cannot install or maintain the underlying files, dependencies, or repository context.
Installation
Claude Code / Cursor / Codex
Manual Installation
- Download SKILL.md from GitHub
- Place it in
.claude/skills/claude-code-meta/SKILL.mdinside your project - Restart your AI agent — it will auto-discover the skill
How claude-code-meta Compares
| Feature / Agent | claude-code-meta | Standard Approach |
|---|---|---|
| Platform Support | Not specified | Limited / Varies |
| Context Awareness | High | Baseline |
| Installation Complexity | Unknown | N/A |
Frequently Asked Questions
What does this skill do?
Build Claude Code extensions - skills, agents, hooks, plugins, marketplaces, slash commands. Use when creating Claude Code components, building new skills, writing agents, creating hooks, making plugins, setting up marketplaces, writing slash commands, fixing extension configurations, or troubleshooting Claude Code extensions. Includes builder agents for autonomous creation. Not for looking up docs - use claude-code-docs-reference for that.
Where can I find the source code?
You can find the source code on GitHub using the link provided at the top of the page.
Related Guides
Best AI Skills for Claude
Explore the best AI skills for Claude and Claude Code across coding, research, workflow automation, documentation, and agent operations.
ChatGPT vs Claude for Agent Skills
Compare ChatGPT and Claude for AI agent skills across coding, writing, research, and reusable workflow execution.
SKILL.md Source
# Claude Code Meta Create any Claude Code extension component. This skill routes to specific builders based on what you need. ## What Are You Building? | Component | When to Use | Command | |-----------|-------------|---------| | **Skill** | Extend Claude with specialized knowledge, workflows, tool integrations | `/build-skill` | | **Hook** | Automated validation, context injection, workflow automation | `/build-hook` | | **Plugin** | Bundle skills/hooks/commands for distribution | `/build-plugin` | | **Marketplace** | Distribute plugins (local, GitHub, git) | `/build-marketplace` | | **Slash Command** | User-invoked `/command` prompts | `/build-command` | ## Quick Decision Guide **"I want to add knowledge/workflows to Claude"** → Skill **"I want automated task execution"** → Agent (invokes Skills for guidance) **"I want to validate/inject context automatically"** → Hook **"I want to bundle and distribute extensions"** → Plugin + Marketplace **"I want a quick user-typed command"** → Slash Command ## Component Relationships ``` Plugin (distribution package) ├── Skills (knowledge bases) ├── Agents (task executors that use Skills) ├── Hooks (automation triggers) └── Commands (user-invoked prompts) Marketplace (distributes Plugins) ``` **Key insight**: Agents are executors, Skills are knowledge. An agent invokes a skill for guidance, then executes. ## Usage 1. Identify what you're building from table above 2. Read the corresponding reference file 3. Follow the patterns and examples there 4. For official Anthropic docs, use `claude-code-docs-reference` skill ## Builder Commands This plugin includes commands that can create components deterministically: - `/build-skill` - Creates skills with proper structure and patterns - `/build-hook` - Creates hooks for automation - `/build-plugin` - Creates plugins for distribution - `/build-marketplace` - Creates marketplaces for plugin distribution - `/build-command` - Creates slash commands Invoke with: `/command-name [details about what to build]` ## Additional References - [references/grep-patterns.md](references/grep-patterns.md) - Common grep patterns for docs plugins - [references/cross-link-syntax.md](references/cross-link-syntax.md) - Cross-linking between skills - [references/scaling-strategies.md](references/scaling-strategies.md) - When/how to split skills - [references/templates/](references/templates/) - Starter templates - [references/skill-examples/README.md](references/skill-examples/README.md) - Exported skill and public artifacts for modeling published flows
Related Skills
developing-claude-code-plugins
Build, test, and distribute Claude Code plugins with slash commands, agents, skills, hooks, MCP servers, and LSP servers. MUST be loaded when creating, reviewing, debugging, or distributing plugins. Use PROACTIVELY when user mentions plugins, extensions, marketplaces, or wants to add custom commands/agents to Claude Code.
claude-skill-creator
Guide for creating effective Claude Code skills with proper YAML frontmatter, directory structure, and best practices. Use when creating new skills, updating existing skills, or learning about skill development.
claude-settings-audit
Analyze a repository to generate recommended Claude Code settings.json permissions. Use when setting up a new project, auditing existing settings, or determining which read-only bash commands to allow. Detects tech stack, build tools, and monorepo structure.
claude-plan
Anthropic 風格的專業計畫管理 Skill - 自然語言驅動、預設並行、全自動 GitHub 整合
claude-md-editor
Edit and maintain CLAUDE.md and project documentation files. Use when modifying documentation, asking about best practices, or performing documentation maintenance tasks.
claude-improve-config
Self-reflect on the current session to identify mistakes and propose improvements to .claude configuration (CLAUDE.md, hooks, skills).
claude-hooks-reference-2026
Complete reference for Claude Code hooks system (January 2026). Use when creating hooks, understanding hook events, matchers, exit codes, JSON output control, environment variables, plugin hooks, or implementing hook scripts.
claude-ecosystem
Claude Code ecosystem expertise. Modules: CLI tool (setup, slash commands, MCP servers, hooks, plugins, CI/CD), extensibility (agents, skills, output styles creation), CLAUDE.md (project instructions, optimization). Actions: configure, troubleshoot, create, deploy, integrate, optimize Claude Code. Keywords: Claude Code, Anthropic, CLI tool, slash command, MCP server, Agent Skill, hook, plugin, CI/CD, enterprise, CLAUDE.md, agentic coding, agent, skill, output-style, SKILL.md, subagent, Task tool, project instructions, token optimization. Use when: learning Claude Code features, configuring settings, creating skills/agents/hooks, setting up MCP servers, troubleshooting issues, CI/CD integration, initializing or optimizing CLAUDE.md files.
claude-code
Claude Code CLI and development environment. Use for Claude Code features, tools, workflows, MCP integration, configuration, and AI-assisted development.
claude-code-slash-commands
This skill should be used when the user asks to "create a command", "write a slash command", "build a plugin command", or wants to add custom commands to Claude Code.
claude-code-analyzer
Analyzes Claude Code usage patterns and provides comprehensive recommendations. Runs usage analysis, discovers GitHub community resources, suggests CLAUDE.md improvements, and fetches latest docs on-demand. Use when user wants to optimize their Claude Code workflow, create configurations (agents/skills/commands), or set up project documentation.
awesome-copilot-root-meta-agentic-project-scaffold
Meta agentic project creation assistant to help users create and manage project workflows effectively. Use when: the task directly matches meta agentic project scaffold responsibilities within plugin awesome-copilot-root. Do not use when: a more specific framework or task-focused skill is clearly a better match.