CLAUDE.md · diff
git:20251227.5e63e72 to git:20251227.a0c5fb0
5 added, 4 removed. Audit A to A.
# ris-claude-code
Collection of Claude Code customizations: skills, statusline, hooks.
## Critical Rules
- **ALWAYS update README.md when releasing:**
- - Adding/removing skills → update skills list in README.md
- - Adding/removing any component → update corresponding section in README.md
- - Release without README update = incomplete release
+ **ALWAYS update BOTH READMEs when releasing:**
+ - README.md (English) and README.ru.md (Russian)
+ - Adding/removing skills → update skills list in both READMEs
+ - Adding/removing any component → update corresponding section in both READMEs
+ - Release without README updates = incomplete release
## Structure
| Path | Purpose |
|------|---------|
| `skills/` | Reusable skill templates |
| `statusline/` | Custom statusline scripts |
| `hooks/` | Pre/post command hooks |
## Release Checklist
1. Update CHANGELOG.md
2. Update README.md (skills list, components)
3. Commit with conventional message
4. Tag with semver
5. Push and create GitHub release