edram
- 4 skills
- 0 followers
- 1 day ago last updated
- ▌ Tdd · edram bundleDiscipline for applying test-driven development where it adds regression value — preflight the change, reuse usable project test infrastructure, then red-green-refactor. Use before implementing features or fixing bugs to decide whether TDD applies, when practicing TDD, introducing project-appropriate testing for current work, or reviewing whether work was actually test-driven.
- ▌ Coding · edram bundleConstraints for writing and editing code with discipline — favor minimal code, surgical scope, self-explanatory naming, and conservative, purposeful comments. Use when implementing a feature, writing or editing code, refactoring, simplifying, cleaning up, adding a function, or reviewing changes for over-engineering and scope creep.
- ▌ Skill Writer · edram bundleAuthor and revise agent skills in this repository's format. Use when asked to create a new skill, scaffold a SKILL.md, add or edit reference files, fix a skill's structure, or improve a skill's discovery/description.
- ▌ Git Commit Convention · edram bundleReference for writing structured git commit messages. Use when asked to write a commit, generate a commit message, review commit style, or work with conventional commits format.