Overview
Another Agent Skills is a framework of 57 composable skills that turn AI coding agents into disciplined senior engineers.
What You'll Find
Getting Started
Installation, setup, and first project walkthrough.
Lifecycle
The 6-phase development flow: Define, Plan, Build, Verify, Review, Ship.
Skills
Browse all 57 skills with filtering by category and lifecycle phase.
The Harness
6-component harness architecture: instructions, tools, sandboxes, orchestration, guardrails, observability.
Evaluation Guide
How the skill eval system works: format, tiers, adding evals, running tests, trigger accuracy, and coverage checklist.
Philosophy
SOUL.md principles, honest limitations, and what we never do.
Agents
Compatible agents: OpenCode, Claude Code, Cursor, Devin Desktop, and more.
Quick Links
| Current version | v2.5.0 |
| Skills | 57 |
| Guides | 68 |
| License | MIT |
What's New in v2.5.0
- E2E Integration Test — test-e2e.sh validates the full eval pipeline end-to-end.
- Single-Skill Regression — run-regression.sh supports --skill flag for targeted checks.
- Pre-Commit Eval Gates — Gate 12 runs trigger accuracy + regression on changed skills.