⏳ This skill is pending AI review.
Scores will appear once the review pipeline completes.
version unknown
coder-skill
@sajjon⭐ 0 stars
Write Rust code which is easy to read, test, extend and maintain. TRIGGER when: any .rs file is being edited, created, or reviewed, or the user asks to write/refactor/fix Rust code. DO NOT TRIGGER for: non-Rust tasks.
—/10
// RATINGS
// README
CODER-Skill
An opinionated agentic coding SKILL resulting in pretty good code.
CODER = Correct Organized Documented Empirical Rigorous
- Correct: Strong type modeling, validation, impossible states made impossible, meaningful invariants, and expressive newtypes.
- Organized: Modular architecture, well-grouped and well-named files, folders, crates/packages, and modules/namespaces; small types and functions with clear responsibilities; composition over monoliths.
- Documented: Code is documented, with doc tests where possible; assumptions, decisions, architecture, and design are written down clearly in markdown.
- Empirical: Measure and iterate; avoid premature optimization; be careful with assumptions; profile first, then improve based on findings.
- Rigorous: High standards: 90%+ test coverage, CI/CD, linting, typo checks, supply-chain care, and a disciplined engineering process.
SKILL
See [SKILL.md][SKILL.md]
// HOW IT'S BUILT
KEY FILES
SKILL.mdREADME.md
// REPO STATS
0 stars