rules-personal
v0.8.10kawaz 個人環境のルール層に付随する hook 群 (context 管理の自動化)
By kawazLicense: MIT0 GitHub starsUpdated 2 weeks ago
Directory evidence
- Runtimes
- Claude Code
- Parsed components
- 11 skill or MCP entries
- Source updated
- Sep 10, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install rules-personal for Claude Code
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install rules-personal@agent-plugin-marketplacePaste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/kawaz/claude-rules-personalClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The repository root is the plugin root.
Plugin files
├── .claude-plugin/plugin.json├── skills/decomposition-ja/SKILL.md├── skills/eli5/SKILL.md├── skills/itumono-contribute/SKILL.md├── skills/itumono-full-loop/SKILL.md├── skills/itumono-full-review/SKILL.md├── skills/itumono-nonstop/SKILL.md├── skills/itumono-review-claude/SKILL.md├── skills/itumono-review-codex/SKILL.md├── skills/itumono-review-gemini/SKILL.md├── skills/pre-clear/SKILL.md└── skills/pre-compact/SKILL.md
Included Skills11
複雑なタスクを詳細で実行可能なTODOに分解する。各TODOはその説明文だけで実行できる粒度を持つ。
/eli5 <topic> — 5 歳児向けに大きな図と少ない言葉の HTML で説明 (ユーザ起動)
他者リポジトリへのコントリビューション(調査→実装→PR提出)
要件定義→計画→実装→simplify→レビューのフルループ(開始フェーズ選択可)
マルチペルソナ並列コードレビュー
ユーザ不在でも停止せず自律的に作業を継続する non-stop モード
Claude CLIを使ったコードレビュー(外部ツールからの利用を想定)
Codex CLIを使ったコードレビュー
Gemini CLIを使ったコードレビュー
/clear の前にセッション状態を XDG_CACHE_HOME へ保存する (ゼロコンテキスト読者向けの自己完結ブートストラップ)
compaction (自動/手動) の前にセッション状態を XDG_CACHE_HOME へ保存する (要約が落とすものの保険レイヤ)
Plugin manifests1
{
"name": "rules-personal",
"description": "kawaz 個人環境のルール層に付随する hook 群 (context 管理の自動化)",
"version": "0.8.10",
"author": {
"name": "kawaz"
},
"license": "MIT",
"repository": "https://github.com/kawaz/claude-rules-personal"
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[rules-personal on Agent Plugins Marketplace](https://pluginsmp.com/plugins/rules-personal)