clean-code
Guidelines for writing clean, maintainable, and human-readable code. Apply these rules when writing or reviewing code to ensure consistency and quality.
- Score
- Unranked
- Evidence
- No signals yet
- Last commit
- Not known
- Listed
Install
armory install clean-code --cli claudewrites the file to.claude/rules/clean-code.mdListed as compatible
Configuration
# fetches the source and writes it to:
.claude/rules/clean-code.mdNeeds the armory CLI · not on npm yet, build it from cli/ in the repository
Alternatives · Identity
- angular-coding-style1 mention16.326
What it is
Guidelines for writing clean, maintainable, and human-readable code. Apply these rules when writing or reviewing code to ensure consistency and quality.
When to use it
Guidelines for writing clean, maintainable, and human-readable code. Apply these rules when writing or reviewing code to ensure consistency and quality.
How to install / invoke
# copy the rule into your project (Cursor reads .mdc; Claude can read it as CLAUDE.md guidance)
curl -sL https://github.com/PatrickJS/awesome-cursorrules/raw/main/rules/clean-code.mdc -o .cursor/rules/clean-code.mdc
Notes
Migrated from PatrickJS/awesome-cursorrules (the largest Cursor-rules collection). Cursor .mdc rule files are valid agent-harness rules.