Agents md revise
Skill mjcreativelab/mjcreativelab-agent-prompts/skills/agents-md-revise
Claude Code 用プラグイン集(skills, hooks, rules)
npx -y skills add mjcreativelab/mjcreativelab-agent-prompts --skill agents-md-reviseAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
今回のセッションで得た学び(発見したコマンド・コードパターン・テストアプローチ・環境の癖・注意点)を CLAUDE.md / AGENTS.md / GEMINI.md などのエージェント指示ファイルへ反映する。 セッション終盤に /agents-md-revise で起動。 コードベース起点の定期監査・品質レポートは agents-md-improver を使う。
The file declares its own license as Apache-2.0. That is the author’s claim about this one file, and it is not the same thing as the license GitHub reports for the repository, which is listed with the other numbers below.
SKILL.md
2.9 KB, as published. Nobody here has run it
Agents MD Revise(セッションの学びを指示ファイルへ反映)
このセッションを振り返り、このコードベースでエージェントが働くうえでの学びを抽出して、将来のセッションがより効果的になるコンテキストを指示ファイル(CLAUDE.md / AGENTS.md 等)へ追記する。
$ARGUMENTS が指定された場合は、その観点を優先して振り返る。
Step 1: 振り返り
どんなコンテキストが最初からあれば、より効果的に働けたか?
- 使った・発見した Bash コマンド
- 従ったコードスタイル・パターン
- 機能したテストアプローチ
- 環境・設定の癖
- 遭遇した警告・落とし穴
Step 2: 指示ファイルの特定
find . \( -name "CLAUDE.md" -o -name "AGENTS.md" -o -name "GEMINI.md" -o -name ".claude.local.md" \) -not -path "*/node_modules/*" -not -path "*/.git/*" 2>/dev/null | head -20
各追記の行き先を決める:
CLAUDE.md/AGENTS.md/GEMINI.md— チーム共有(git 管理)。実行中のエージェントが読むファイルを優先する.claude.local.md— 個人・ローカル限定(gitignore 対象。Claude Code 固有)
symlink 注意: AGENTS.md → CLAUDE.md のような symlink は実体側を編集する(ls -l <path> で確認。二重追記しない)。
Step 3: 追記案の作成
簡潔に — 1 概念 1 行。指示ファイルはプロンプトの一部であり、短さがそのまま価値になる。
フォーマット: <コマンドまたはパターン> - <簡潔な説明>
避けるもの:
- 冗長な説明
- 自明な情報
- 再発しない一回限りの修正
Step 4: 変更案の提示
追記ごとに:
### 更新: ./CLAUDE.md
**理由:** [一行の理由]
\`\`\`diff
+ [追記内容 — 簡潔に]
\`\`\`
Step 5: 承認後に適用
変更を適用してよいかユーザーに確認する。承認されたファイルのみ編集する。
移植元: Anthropic 公式プラグイン claude-md-management の /revise-claude-md command(Apache-2.0)。CLAUDE.md 専用だった対象を AGENTS.md / GEMINI.md を含むクロスツール向けに一般化し、command から skill 形式へ変換。
Gives 0 of the 12 instructions most memory context skills give
Counted across 674 of the 847 authors here whose files we hold, read 2026-08-06
- inform the user when setup is completein 21 of 674, across 6 files
- confirm the draft with the user before writingin 21 of 674, across 6 files
- update the agent skills block in place if it existsin 21 of 674, across 6 files
- present findings to the userin 20 of 674, across 5 files
- write the three docs files from seed templatesin 20 of 674, across 5 files
- ask the user about each decision one at a timein 19 of 674, across 4 files
- edit CLAUDE.md if it existsin 18 of 674, across 3 files
- explore current repo statein 18 of 674, across 3 files
- do not overwrite user edits to surrounding sectionsin 18 of 674, across 3 files
- back up the original file before overwritingin 16 of 674, across 8 files
- keep the memory index under 200 linesin 15 of 674
- Provide actionable steps and verificationin 13 of 674, across 2 files
Said here and by no other author read
- review session for useful context
- locate instruction files
- target shared instruction files for team context
- target local files for personal context
- check for symlinks before editing
- make additions concise
Grouped from the skills themselves: near-identical wordings counted once, and counted by distinct author, so one author publishing three of these counts once.