llm-rigor
v1.1.0
Published
Install LLM coding guidelines for Claude, Antigravity, or Opencode
Maintainers
Readme
create-coding-guidelines
Install LLM coding guidelines into your AI coding agent config.
Usage
npx create-coding-guidelinesInteractive prompts will ask:
- Which agent: Claude Code, Antigravity, or Opencode
- Scope: project or global (Claude only)
Install targets
| Agent | Scope | Path |
|---|---|---|
| Claude Code | project | ./CLAUDE.md |
| Claude Code | global | ~/.claude/CLAUDE.md |
| Antigravity | project | .agent/rules/coding-guidelines.md |
| Opencode | project | .opencode/instructions/coding-guidelines.md |
If the target file already exists, the guidelines are appended (not overwritten). To update to a newer version, delete the target file first, then re-run.
Requirements
Node.js 18+
