?
How do I install these into Claude Code?
Two ways. Plugin install (one command — gets all 60+ assets at the user level): claude-code plugin install . — run from inside the unpacked folder. Manual install (mix and match): copy any combination of skills/, agents/, and commands/ into your project's .claude/ directory. Full step-by-step in QUICKSTART.md.
?
What's the difference between a skill and a subagent?
A skill is an expert instruction file (SKILL.md with frontmatter) that Claude Code loads when the description matches what you're asking for — it shapes Claude's output for a specific task (e.g. "scaffold a Next.js component the right way"). A subagent is a delegated role with its own system prompt and tool budget; Claude can hand work to it for bounded jobs that benefit from a fresh context (e.g. "do a code review" or "plan this refactor"). This pack includes both — 34 skills and 4 subagents — because they solve different problems.
?
What about slash commands?
Slash commands are reusable entry points (/plan, /review, /ship, etc.) that wrap the right skill or subagent and accept an inline argument. They're the friendliest way to invoke a workflow — you type the command, give your description, and Claude routes correctly. The pack ships 23 commands covering every major workflow the skills and subagents support.
?
Can I use these in client work?
Yes. The commercial license covers unlimited use in personal projects, internal company projects, and unlimited paid client work. You may not resell the pack itself — but you can absolutely commit the asset files into the repos you build.
?
Will these stay useful as Claude Code updates?
Yes. The pack is built on the stable skills + subagents + slash commands conventions Claude Code uses. When Claude Code's conventions evolve or a stack lands a major version change (Next.js, React, Tailwind, etc.), we update the affected assets and reissue. Re-download from your account any time.
?
What if a skill misfires or doesn't trigger?
Skills load when their frontmatter description matches the request. If a skill isn't activating, the description probably needs tightening — easy fix on your end. If you think it's a bug in our content, email hello@buycoded.com with what you typed and what fired (or didn't), and we'll patch it. 14-day no-questions refund if the pack doesn't deliver.
?
Do I need to be on a specific Claude Code version?
The skill/subagent/slash-command conventions used here are the stable ones in current Claude Code. The plugin manifest (.claude-plugin/plugin.json) targets the current major plugin spec. If you're on an older Claude Code release, the manual install path still works — copy the asset folders directly into .claude/ and Claude Code will pick them up.