Full Stack Biz Claude Skills Toolkit
full-stack-biz-claude-skills-toolkit is a Claude Code plugin for the Build phase that scaffolds and validates skills, plugins, hooks, and subagents via dedicated toolkit commands.
Scaffold new Claude Code skills, plugins, hooks, and subagents from slash commands instead of hand-copying boilerplate across projects.
Add it to Claude Code
Install the plugin in Claude Code. One command, paste-ready.
/plugin install full-stack-biz-claude-skills-toolkit@full-stack-biz/claude-skills-toolkitBuilt to be called by your agent
Skillselion is itself an MCP server. Your agent can pull this entry and a paste-ready install config straight from the API - no copy-paste.
Retrieve this entry with skillselion.get_details("plugin:full-stack-biz/claude-skills-toolkit") and the paste-ready config with skillselion.get_install_config("plugin:full-stack-biz/claude-skills-toolkit").
What it does
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. Solo builders 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.
Highlights
- 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.
Why builders use it
Indie builders keep reinventing Claude Code plugin folders, hooks, and subagent wiring because there is no fast, repeatable authoring path in the terminal.
You get generated, validated skill and plugin artifacts plus hooks and subagents you can commit and reuse across projects.
At a glance
- Type - Plugin in Development Tools.
- Adoption - 0 installs, 24 stars, 0 votes.
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.
Comments
Share how you use full-stack-biz-claude-skills-toolkit, gotchas, or tips for other indie builders.
No comments yet - be the first to share how you use it.