From plugin-creator
Indexes Plugin Creator documentation files on validation error codes, skill creation, agent creation, and plugin structure. Lists Markdown docs for targeted reading.
How this skill is triggered — by the user, by Claude, or both
Slash command
/plugin-creator:plugin-creator-meta-docsThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Available documentation:
Available documentation:
!find ${CLAUDE_PLUGIN_ROOT}/docs -name '*.md' -type f | sort
Read any file above to learn about that topic.
npx claudepluginhub jamie-bitflight/claude_skills --plugin plugin-creatorGuides creation, modification, and debugging of Claude Code plugins with schemas, templates, checklists, validation workflows, and troubleshooting. Activates on .claude-plugin/, plugin.json, commands/, skills/, hooks/.
Guides Claude Code plugin setup including directory structure, plugin.json manifest, component organization for commands/agents/skills/hooks, auto-discovery, and naming conventions.
Guides developers in creating, scaffolding, validating, and publishing Claude Code plugins including directory structure, plugin.json schema, YAML frontmatter, agents, commands, skills, and marketplace deployment.