claude-code-meta

Route Claude Code extension build requests to appropriate builders for skills, hooks, plugins, marketplaces, slash commands, and agents.

Updated Dec 22, 2025
One-click install
npx skills add https://github.com/artimath/surf-market --skill claude-code-meta
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: claude-code-meta
Source: https://github.com/artimath/surf-market/tree/main/plugins/claude-code-meta/skills/claude-code-meta
Command: npx skills add https://github.com/artimath/surf-market --skill claude-code-meta

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill helps teams architect Claude Code extensions by routing to builders, orchestrating skills, agents, hooks, plugins, marketplaces, and slash commands. It reduces boilerplate, standardizes patterns, and accelerates development of Claude Code components. It also includes builder agents for autonomous creation. Not for looking up docs - use claude-code-docs-reference for that.

Core Features & Use Cases

  • Centralized builder workflows for Skills, Hooks, Plugins, Marketplaces, and Slash Commands.
  • Standardized frontmatter patterns, templates, and reference materials to accelerate creation and ensure consistency.
  • Token-efficient architecture enabling scalable composition of multiple Skills and Agents without context explosion.

Quick Start

Begin by reading this master Skill to understand the available builders, then invoke the appropriate builder (Skill/Agent/Hook/Plugin) to create or compose Claude Code components. Review the generated artifacts, validate against patterns, and test in a headless Claude Code session.

Frequently Asked Questions about claude-code-meta

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate Claude Code extension development across skills, agents, and plugins?

This Skill routes build requests to appropriate Claude Code builders for skills, hooks, plugins, marketplaces, and slash commands. It orchestrates creation, packaging, validation, and deployment workflows, reducing boilerplate and standardizing patterns across local and remote marketplaces.

What frontmatter schemas and repository structures does Claude Code extension automation enforce?

The Skill enforces frontmatter schemas and deterministic repository structures to ensure generated components meet quality gates. It uses reference-driven patterns to guarantee consistency and smooth integration with downstream tooling.

Can I create multiple Claude Code components without context explosion?

Yes. The Skill uses a token-efficient architecture enabling scalable composition of multiple Skills and Agents. This design prevents context bloat while maintaining full orchestration across component types and deployment targets.

How do I get started building Claude Code extensions with this automation?

Read the master Skill to understand available builders, then invoke the appropriate builder for your component type. Review generated artifacts against patterns, validate them, and test in a headless Claude Code session.

Does this cover deployment to both local and remote marketplaces?

Yes. The Skill's scope includes creation, packaging, validation, and deployment workflows across both local and remote marketplaces, with deterministic builder commands standardizing each stage.

What's the difference between this automation tool and API documentation reference materials?

This Skill automates extension development and builder orchestration. For API documentation and reference materials, use claude-code-docs-reference instead—this Skill focuses on component creation workflows.