
Stuffbucket Skills
- 3 repo stars
- Updated July 24, 2026
- stuffbucket/skills
stuffbucket-skills is an on-demand skill catalog and MCP server that lets agents discover and load packaged workflows via list_skills and get_skill without bloating the context window.
About
stuffbucket-skills is a Claude Code marketplace plugin bundling an on-demand skill catalog and the stuffbucket MCP server. Instead of registering dozens of tools, agents call list_skills and get_skill to load only the workflow they need, keeping context cost flat. Install it when you want a scalable skill router for Claude, Copilot, or other MCP-compatible agents building with packaged expert workflows.
- Two-tool MCP: list_skills and get_skill
- Constant context cost at any catalog size
- Works with Claude, Copilot, and MCP clients
- Packaged skills with scripts and references
Stuffbucket Skills by the numbers
- Data as of Jul 25, 2026 (Skillselion catalog sync)
/plugin marketplace add stuffbucket/skillsAdd your badge
Show developers this marketplace is listed on Skillselion. Paste this into your README.
| repo stars | ★ 3 |
|---|---|
| Last updated | July 24, 2026 |
| Repository | stuffbucket/skills ↗ |
How do I give my agent access to many skills without paying the context cost of registering every tool upfront?
Loads on-demand agent skills via a 2-tool MCP server at constant context cost.
Who is it for?
Developers using MCP-compatible agents who want a large skill library loaded only when intent matches.
Skip if: Projects that need a single fixed skill with no discovery layer or MCP integration.
What you get
Matching SKILL.md instructions and bundled scripts load into the agent session while overall MCP surface stays at two tools.
Plugins in this marketplace
1 plugin - install individually after you add the marketplace.
Recommended Marketplaces
FAQ
How do I force the agent to consult the catalog?
Include the phrase use stuffbucket in your prompt so the agent routes through list_skills before answering.
How is this different from installing skills directly?
Skills stay packaged in the catalog and load on demand via MCP, so context cost stays constant regardless of catalog size.