Shared development rules, conventions, and workflows for personal projects.
Add to any project:
git clone https://github.com/lora-sys/development-rules.git .claude/rulesOr reference per-project in CLAUDE.md:
See https://github.com/lora-sys/development-rules/blob/main/<rule>.md| File | Description |
|---|---|
| workflow.md | Feature implementation pipeline: research → plan → TDD → review → commit |
| git.md | Commit message format, PR workflow |
| agents.md | When to use planner, tdd-guide, code-reviewer, etc. |
| performance.md | Model selection, context management, build troubleshooting |
| coding-style.md | Code style constraints |
| testing.md | Testing strategy and practices |
| security.md | Security considerations |
| patterns.md | Common patterns and idioms |
| hooks.md | Git hooks and automation |