My personal collection of agent skills for AI coding assistants.
npx skills@latest add edram/skills| Skill | Description |
|---|---|
| coding | Constraints that keep AI-written code minimal, surgical, and well-commented. |
| git-commit-convention | Writing structured, conventional git commit messages. |
| skill-writer | Authoring and revising agent skills in this repository's format. |
| tdd | Test-first discipline: red-green-refactor, watch the test fail, no production code without a failing test. |