AI AGENT ADDONS

This guide helps you write code that is correct, safe, and easy to maintain. Correctness comes first. A crash is better than corrupt data. Always handle errors and check assumptions with assertions.

For Rust programmers, the skill teaches patterns like making illegal states unrepresentable and using enums instead of strings. It also shows how to write clear comments that explain why something is done, not just what the code does.

Over-engineering is avoided by only adding what is needed. The skill covers index mutations, understanding the async IO model, and cleaning up unused code. It is useful for anyone who wants to build reliable software.

Add Code Quality skill to your workflow

Global

mkdir -p ~/.claude/skills/code-quality

Project

mkdir -p .claude/skills/code-quality

Source Repository

Stars
22,394
Forks
1,125
Watchers
22,394
License
MIT
Last Push
1 month ago
Created
3 years ago