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 deliberately documented where intent or contracts matter. |
| doc-writer | Planning and writing audience-focused project prose across Markdown docs, skill instructions, pull requests, releases, and commits. |
| git-commit-convention | Writing structured, conventional git commit messages. |
| skill-writer | Authoring and revising agent skills in this repository's format. |
| tdd | TDD discipline with preflight: decide whether TDD adds value, reuse existing test infrastructure, then red-green-refactor. |