Run agents well
Give agents the right context, spend effort where it counts, and split independent work safely.
Install the kit
4 available install commands
npx skills@latest add addyosmani/agent-skills --skill context-engineering
npx skills@latest add AaravKashyap12/efficiency-skill --skill efficiency-skill
npx skills@latest add obra/superpowers --skill dispatching-parallel-agents
npx skills@latest add anthropics/skills --skill skill-creatorEach command asks which agents to install for; add -g to install globally.
In this kit
Context engineering
Sets up rules files and project context so agent quality holds across sessions.
What it can touch: Writes docs
41Kinstalls
npx skills@latest add addyosmani/agent-skills --skill context-engineeringEfficiency Skill
Keep the main model in charge. Delegate bounded work when the handoff is worth it.
What it can touch: Subagents
—not counted yet
npx skills@latest add AaravKashyap12/efficiency-skill --skill efficiency-skillDispatching parallel agents
Splits independent problems across parallel subagents and merges the results.
What it can touch: Subagents
200Kinstalls
npx skills@latest add obra/superpowers --skill dispatching-parallel-agentsSkill creator
Creates, tests and tunes skills, including evals and trigger checks.
What it can touch: Writes docs · Runs commands · Subagents
392Kinstalls
npx skills@latest add anthropics/skills --skill skill-creator