
Rules Keeper
- Updated May 8, 2026
- g-kari/g-kari-plugins
rules-keeper gently reminds you to keep CLAUDE.md and the .claude/rules directory in good shape. It runs a session-start state check, warns when you implement without a plan, and surfaces reminders based on file patterns. It nudges teams to maintain their project rules and documentation.
Key points
- Reminds to maintain CLAUDE.md and rules
- Session-start state check
- Warns on plan-less implementation
- File-pattern reminders
Rules Keeper by the numbers
- Data as of Jul 7, 2026 (Skillselion catalog sync)
/plugin marketplace add g-kari/g-kari-plugins/plugin install rules-keeper@g-kari-pluginsAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Last updated | May 8, 2026 |
|---|---|
| Repository | g-kari/g-kari-plugins ↗ |
What it does
Loosely remind you to maintain CLAUDE.md and .claude/rules — session-start state checks, no-plan implementation warnings and per-file-pattern reminders.
README.md
rules-keeper
CLAUDE.md と .claude/rules/ の整備をゆるくリマインドする Claude Code プラグイン。
機能
セッション開始時チェック(SessionStart hook)
- CLAUDE.md の存在確認
- CLAUDE.md の行数チェック(200行超で警告)
.claude/rules/ディレクトリの存在確認- rules ファイルの frontmatter 形式チェック
ファイル編集時リマインド(PostToolUse hook)
- CLAUDE.md 編集時: 行数・分離の提案
- rules ファイル編集時: frontmatter 形式の確認
- コードファイル編集時: rules 未整備の場合にリマインド
rules-audit スキル
/rules-audit で CLAUDE.md と rules の現状を監査し、改善ポイントをレポートする。
インストール
/plugin marketplace add g-kari/g-kari-plugins
/plugin install rules-keeper
設計方針
- ゆるいリマインド: エラーではなく提案。作業の邪魔にならない
- 公式準拠: Claude Code 公式ドキュメントのベストプラクティスに基づく
- 非破壊: 自動で変更を加えない。変更は claudemd-optimizer に委譲