Overview
Another Agent Skills is a framework of 58 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 58 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 | v3.1.0 |
| Skills | 58 |
| Guides | 72 |
| License | MIT |
What's New in v3.1.0
- TDD Enforcement Gate — Commit-msg Gate 4 enforces Test-Driven Development: staged code files require matching test files. Name-pairing check + new-test enforcement. Pre-commit v11 with 14 gates including Gate 14 (Test Runner). Learn more →
Previous releases
- v3.0.0 — Universal Self-Improvement Loop — Config-driven audit engine (
universal-audit.sh) that works in any project, any stack. Stack-agnostic skill with 4 guides. Learn more → - Anti-Patterns Catalog — ANTI-PATTERNS.md: 11 anti-patterns with code examples.
- Glossary — GLOSSARY.md: 40+ terms A-Z.
- Workflow Patterns — PATTERNS.md: 8 patterns with diagrams.