Engineering
claude-code-meta avatar

claude-code-meta

Build Claude Code extensions: skills, agents, hooks, plugins, and slash commands. Includes builder agents for autonomous component creation and structure management.

Introduction

Claude Code Meta is a foundational framework for developing, organizing, and distributing custom extensions for the Claude Code environment. Designed for developers looking to extend Claude's capabilities, this skill provides a standardized workflow for managing the lifecycle of skills, agents, hooks, plugins, marketplaces, and user-invoked slash commands. It streamlines the architectural process by offering deterministic builder agents that scaffold new components based on established best practices.

  • Automated Scaffolding: Use specialized builder commands like /build-skill, /build-hook, /build-plugin, /build-marketplace, and /build-command to instantly generate well-structured project files.
  • Component Orchestration: Define clear relationships between Plugins, Skills, Agents, and Hooks, ensuring that task executors have the necessary knowledge bases and automation triggers.
  • Distribution Management: Setup and configure local, git-based, or GitHub-hosted marketplaces to share plugins and extensions across different developer environments.
  • Reference Integration: Includes curated examples and templates for modeling high-fidelity skill layouts, ensuring consistency and adherence to proven patterns.
  • Workflow Automation: Implement hooks for automated validation, context injection, and complex task execution sequences that require interaction between various Claude Code components.

When using this skill, identify whether you are adding knowledge (Skills), task execution logic (Agents), automated triggers (Hooks), or distribution packages (Plugins). Use /build-skill to define domain-specific knowledge bases, and leverage agents to invoke those skills for specific task fulfillment. For documentation lookups, always prefer the claude-code-docs-reference skill. The tool is highly effective for developers, software architects, and automation engineers who need to maintain modular, scalable, and reproducible extensions within the Claude ecosystem. Ensure that all plugins and extensions are validated through the provided builder templates to maintain compatibility with the core Claude CLI environment.

Repository Stats

Stars
0
Forks
0
Open Issues
0
Language
Python
Default Branch
main
Sync Status
Idle
Last Synced
May 3, 2026, 11:50 PM
View on GitHub