Meta skills · 7 skills
Meta skills are how Agent0 improves itself.
Seven skills that live one layer above the rest. Brainstorming. Writing plans. Writing skills. Using superpowers. Git worktrees for parallel work. Skill evolution for patching skills based on session feedback. Soul surgery for tuning agent voice and behavior.
These are the skills you use when you want to build more of Agent0 itself. Add a new workflow. Ship a new agent. Fix drift in an existing skill. The system is designed to grow with you.
Brainstorming Ideas Into Designs
Hard gate against shipping the wrong thing. No code, no scaffolding, no design without an approved spec.
Skill Evolution
The feedback loop that makes skills get better over time instead of rotting.
Soul Surgery
Rewrite an agent's voice when the output stops sounding like the role. Four-layer structure, before-and-after, logged.
Using Git Worktrees
Isolated workspaces per feature. Safe directory selection, gitignore check, no accidental commits of worktree junk.
Using Skills
Session-start gate. Find and use the relevant skill before answering, even when the task feels trivial.
Writing Plans
Turn an approved spec into bite-sized tasks an engineer with zero context could ship. DRY, YAGNI, TDD, frequent commits.
Writing Skills
TDD applied to process docs. Watch the agent fail without the skill, write the skill, watch it pass.
Related use cases
