droidnoob

Convention — Development skill for Claude Code

Development community

Extract prescriptive CONVENTION rules (and CONVENTION:craft.

How to install Convention

Installs to ~/.claude/skills/droidnoob-hew-convention/SKILL.md

Terminal
mkdir -p ~/.claude/skills/droidnoob-hew-convention && curl -fsSL https://raw.githubusercontent.com/droidnoob/hew/HEAD/commands/convention.md -o ~/.claude/skills/droidnoob-hew-convention/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

What Convention does


description: Extract prescriptive CONVENTION rules (and CONVENTION:craft. picks) from an existing codebase. Second link in the brownfield chain.

Invoke the hew-convention skill. Walks the codebase area by area (services, errors, API, DB, tests, imports, naming, logging, types, frontend) and persists each load-bearing pattern as a prescriptive `CONVENTION:` memory. The Step 11 craft pass surfaces the SOLID/DRY/Clean-Arch/etc. principles the code already follows and persists them

Alternatives in Development

Full documentation available on GitHub

View Source Repository