
Full Stack Biz Claude Skills Toolkit
- 26 repo stars
- Updated March 6, 2026
- full-stack-biz/claude-skills-toolkit
full-stack-biz-claude-skills-toolkit is a Claude Code plugin that scaffolds and validates skills, plugins, hooks, and subagents via dedicated toolkit commands.
About
full-stack-biz-claude-skills-toolkit is a meta Claude Code plugin from full-stack-biz that helps you manufacture the extensions you actually ship with: skills, plugins, hooks, and subagents. developers who repeat the same scaffolding every new repo benefit because the toolkit exposes dedicated create and validate commands instead of guessing folder layouts. It sits early in the build journey whenever you are formalizing how Claude Code participates in your codebase—converting an ad-hoc CLAUDE.md setup into reusable plugins, or adding hooks for consistency. The marketplace lists one plugin, so the value is depth on authoring and management, not breadth of unrelated utilities. Pair it when you are ready to treat agent configuration as product infrastructure. Expect intermediate familiarity with Claude Code plugin concepts and local project structure.
- Single-plugin Skills Toolkit focused on creating and managing Claude Code extensions.
- Slash-style flows: skillstoolkitcreateskill, skillstoolkitcreateplugin, skillstoolkitcreatehook, skillstoolkitcreatesuba
- Converts and validates existing projects into proper plugin/skill structure.
- Includes commands for managing plugins, skills, hooks, and subagents in one toolkit.
- Aimed at developers building automation on top of Claude Code rather than end-user app features alone.
Full Stack Biz Claude Skills Toolkit by the numbers
- Data as of Jul 7, 2026 (Skillselion catalog sync)
/plugin install full-stack-biz-claude-skills-toolkit@full-stack-biz/claude-skills-toolkitAdd your badge
Show developers this plugin is listed on Skillselion. Paste this into your README.
| repo stars | ★ 26 |
|---|---|
| Last updated | March 6, 2026 |
| Repository | full-stack-biz/claude-skills-toolkit ↗ |
What it does
Scaffold new Claude Code skills, plugins, hooks, and subagents from slash commands instead of hand-copying boilerplate across projects.
Who is it for?
Best when you ship multiple Claude Code–enabled repos and want one toolkit to create and validate extensions.
Skip if: Skip if you only consume third-party skills and never author your own plugins or hooks.
What you get
You get generated, validated skill and plugin artifacts plus hooks and subagents you can commit and reuse across projects.
- New or updated SKILL.md and plugin manifests
- Hook and subagent stubs ready for customization
- Validation feedback on extension layout
By the numbers
- 1 plugin in marketplace (pluginCount)
- 24 GitHub stars on full-stack-biz/claude-skills-toolkit
- Toolkit commands include skillstoolkitcreateskill, skillstoolkitcreateplugin, skillstoolkitcreatehook, skillstoolkitcrea
Recommended Plugins
How it compares
Authoring toolkit for Claude extensions, not an application integration or MCP data connector.
FAQ
Who is Full Stack Biz Claude Skills Toolkit for?
It is for Claude Code developers who create and maintain their own skills, plugins, hooks, and subagents across projects.
When should I use Full Stack Biz Claude Skills Toolkit?
Use it when you start or refactor agent tooling—new plugin repo, new skill pack, or hook standardization—and want guided create and validate commands.
How do I add Full Stack Biz Claude Skills Toolkit to my agent?
Install the plugin from the full-stack-biz/claude-skills-toolkit marketplace entry in Claude Code, then invoke the toolkit’s create and validate slash commands from your project root.