What are skill packs, and why do they make Grok feel like a senior team?
A "skill pack" is a folder of carefully-written instructions, sub-agent definitions, and slash commands that drop straight into your AI coding assistant. Once installed, your agent treats them like first-class abilities — call them by name, chain them, or let the agent pick.
The problem with raw prompts
Most people use AI coding assistants the way you'd use Google in 2005: type something, read the answer, copy what works. It produces output, but every session starts from zero. You re-explain your stack. You re-paste the same coding standards. You re-discover the same patterns. Token budgets get burned re-establishing context that you've already established a hundred times.
A skill is just a prompt — with structure
A skill is a folder with three things:
- A frontmatter file that says: when to use me, what I do, which tools I need.
- One or more instruction files (Markdown) — the actual prompt content.
- Optional scripts or reference data the agent can run or read.
That's it. No framework, no SDK, no compile step. Your agent reads the folder and gains a new ability.
Why this composes
Because each skill is self-contained, the agent can use them like Unix pipes. /build calls /scout and /plan. /plan spawns specialised sub-agents (researcher, planner, debugger) that each have their own skill folder. Workflows you'd spend a week designing get assembled in 60 seconds because the building blocks already know how to talk to each other.
What's in a kit
Our Developer Kit ships 79 skills — everything from /build (end-to-end feature implementation) and /scout (read-only codebase exploration) to specialised skills for Shopify, three.js, Better Auth, Remotion, TanStack, and ~70 more. The Marketing Kit ships 36 skills covering ads management, SEO, copywriting, paid acquisition, landing-page CRO, and email sequences. Combo unlocks both, plus future updates.
It's just files
The unfair advantage of skill packs: they're plain Markdown and shell scripts in a folder. You can read them. Edit them. Fork them. Run them on a plane with no Wi-Fi. There's no vendor lock-in, no cloud service to depend on, no proprietary runtime to break. The skill is yours forever.
Ready to skill up your agent?
Developer Kit · Marketing Kit · or the Bundle. Lifetime access, one-line install, no subscription.
See pricing →