Marketplace for Claude Code skills and plugin development tools
npx claudepluginhub full-stack-biz/claude-skills-toolkitCreate and manage Claude Code skills, plugins, subagents, and hooks. Use when building new skills, validating existing skills, testing skills empirically, creating plugins, converting projects to plugins, creating hooks, or managing plugin automation. Includes /skills-toolkit:skill-composer, /skills-toolkit:skill-refiner, /skills-toolkit:skill-tester, /skills-toolkit:plugin-creator, /skills-toolkit:subagent-creator, /skills-toolkit:hook-creator, and /skills-toolkit:ask-user-question skills.
Claude Code marketplace entries for the plugin-safe Antigravity Awesome Skills library and its compatible editorial bundles.
Production-ready workflow orchestration with 79 focused plugins, 184 specialized agents, and 150 skills - optimized for granular installation and minimal token usage
Directory of popular Claude Code extensions including development tools, productivity plugins, and MCP integrations
Share bugs, ideas, or general feedback.
A plugin for creating and managing Claude Code skills and plugins.
This toolkit includes skill-composer, which differs significantly from Claude's built-in skill-creator:
| Aspect | skill-composer | Claude's skill-creator |
|---|---|---|
| Philosophy | Convention enforcement upfront | Evaluation-driven iteration |
| Approach | Opinionated, enforced best practices from start | Learn via test feedback loops |
| Interviews | Multi-stage requirements gathering (purpose, scope, complexity, tools) | Minimal upfront requirements |
| Best Practices | Enforces from the start (frontmatter, 80% rule, references, token efficiency) | Discovered through empirical testing |
| Workflow | Design → Structure → Build → [Optional: Refine → Test] | Build → Test → Improve based on results |
| Output | Fully structured skill (SKILL.md, references/, scripts/ as needed) | Working skill you iterate on |
| Use When | Building skills with conventions you want enforced consistently | Building skills you'll test and improve empirically |
| Ecosystem | Part of full toolkit (refiner, tester, plugin-creator) | Standalone, integrates with evaluation |
TL;DR: skill-composer enforces conventions upfront. Claude's skill-creator improves via evaluation loops.
Use skill-composer if:
Use Claude's skill-creator if:
Command: /skills-toolkit:skill-composer
Interactive guide for creating new skills from scratch:
Command: /skills-toolkit:skill-refiner
Interactive guide for improving and validating existing skills:
Command: /skills-toolkit:skill-tester
Empirically test and benchmark Claude Code skills:
Command: /skills-toolkit:plugin-creator
Interactive guide for creating and validating plugins:
.claude-plugin/plugin.json manifestCommand: /skills-toolkit:hook-creator
Interactive guide for creating and validating hooks:
Command: /skills-toolkit:subagent-creator
Interactive guide for creating and validating subagents:
Command: /skills-toolkit:ask-user-question