From meta
Run and validate recursive control-plane synthesis for the skill corpus: dependency graph extraction, DAG/ontology emission, issue tracking, and release packaging across all SKILL assets. This skill orchestrates decomposition, cross-skill synthesis, and deterministic governance with hard/soft dependency normalization.
How this skill is triggered — by the user, by Claude, or both
Slash command
/meta:metaThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
`meta` is the governance control-plane orchestrator for this skill corpus. It is responsible for
meta is the governance control-plane orchestrator for this skill corpus. It is responsible for
recursive decomposition, deterministic artifact generation, quality gating, and release packaging.
This skill explicitly fulfills the original request to:
.index/*) with explicit hard/soft dependency semantics, bridge metadata, and ontology.MCTSR >= 95, hard DAG acyclicity, no unresolved references, clean release manifest).python .index/interfaces/emit_index.py --base .
python skills/meta/scripts/meta_cycle.py --base . --iterations 5 --strict --package
The loop emits .index artifacts, regenerates a BD-style issue ledger, and (when requested) creates meta_release.zip.
soft_refs when necessary.meta runs a Recurrentive, Analytic, Learning-guided, Pruning/hardening loop:
skill_graph, clustered_graph, ontology schema payloads).Use this explicit form with:
python skills/meta/scripts/meta_cycle.py --base . --iterations 5 --strict --package
system-skill, skill-orchestratorskill-protocol, skill-updaterBD loop)python skills/meta/scripts/issue_ledger.py --base . --output .index/bd_ledger.json --strict
severity (critical, high, medium, low, info) and address all
critical findings before release.python skills/meta/scripts/package_release.py --base . --strict
Outputs ./.index/meta_release.zip and ./.index/meta_release_manifest.json.
skills/*/manifest.jsonskills/*/bridge.jsonrepo/**/.skillREADME.md.index/main_index.yaml.index/main_index_payload.json.index/quality_report.md.index/processing_report.md.index/bridge_candidates.csv.index/bridge_index.json.index/clustered_graph.json.index/skill_graph.json.index/control_ontology.json.index/control_ontology.schema.json.index/hyperedges.json.index/issue_log.json.index/bd_ledger.json.index/meta_release.zip.index/meta_release_manifest.jsonagents/claude.json: direct command for Claude Code runtime entry.agents/codex.json: direct command for Codex runtime entry.agents/gemini.json: direct command for Gemini CLI integration.agents/agent-skills.json: Agent Skills platform compatibility.agents/openai.yaml: OpenAI Agent interface compatibility.meta package metadata is mirrored by .claude-plugin/marketplace.json.npx claudepluginhub zpankz/meta --plugin metaDefines YAML schema, constraints, directory structure, and robustness patterns for SKILL.md files compatible across Claude Code, Cursor, Codex CLI, and future agents. Use when authoring skills.
Routes natural language requests to optimal Claude Code skills using intent analysis, priority scoring, dependency mapping, and multi-skill chain building. Manages registry, discovery, and execution modes.
Guides authoring and validating Claude Code skills: metadata optimization, lean workflows, progressive disclosure, references, skillgrade evals.