go
Idiomatic Go rules. Explicit error handling, interface-based design, context-first concurrency.
- Score
- Unranked
- Evidence
- No signals yet
- Last commit
- Not known
- Listed
Install
armory install go --cli claudewrites the file to.claude/rules/go.mdListed as compatible
Configuration
# fetches the source and writes it to:
.claude/rules/go.mdNeeds the armory CLI · not on npm yet, build it from cli/ in the repository
What it is
Idiomatic Go rules. Explicit error handling, interface-based design, context-first concurrency.
When to use it
Idiomatic Go rules. Explicit error handling, interface-based design, context-first concurrency.
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/go.mdc -o .cursor/rules/go.mdc
Notes
Migrated from PatrickJS/awesome-cursorrules (the largest Cursor-rules collection). Cursor .mdc rule files are valid agent-harness rules.