Package and distribute Claude Code plugins with schema-safe manifests, canonical layout, component wiring, and release-ready validation.
Implement plugin-level packaging, manifest wiring, structure checks, runtime load checks, and distribution guidance.
.claude-plugin/plugin.json and component path mappings.--plugin-dir and optional install flow.Manifest schema and field rules: references/manifest-schema.md
Directory conventions and anti-patterns: references/directory-structure.md
Test strategy across local/CI: references/testing-strategies.md
Distribution checklist and channels: references/plugin-distribution.md
Scope and install context guidance: references/plugin-scopes.md
Manifest validator: scripts/validate-manifest.sh
Layout validator: scripts/check-structure.sh
Runtime load check: scripts/test-plugin-load.sh
Minimal manifest template: assets/templates/minimal-plugin.json
Complete manifest template: assets/templates/complete-plugin.json
Manifest with components template: assets/templates/plugin-with-components.json
../implement-hooks/SKILL.md../implement-agent-skills/SKILL.md../implement-sub-agents/SKILL.md../implement-agent-teams/SKILL.md../implement-claude-extensions/SKILL.mdSearch for places (restaurants, cafes, etc.) via Google Places API proxy on localhost.
Interact with GitHub using the `gh` CLI. Use `gh issue`, `gh pr`, `gh run`, and `gh api` for issues, PRs, CI runs, and advanced queries.
Create or update AgentSkills. Use when designing, structuring, or packaging skills with scripts, references, and assets.
Start voice calls via the OpenClaw voice-call plugin.
Notion API for creating and managing pages, databases, and blocks.
Gemini CLI for one-shot Q&A, summaries, and generation.
Category:developer