From thinking-shelf
AI エージェントの実装について相談を受ける。「エージェントを実装したい」「メモリOS の実装は」「フレームワーク選定」「実装が壊れる」「品質保証」のような相談で起動。「思考の本棚」の AIエージェント実装概論シリーズを土台に、5層構造・文脈OS・タスクOS・メモリOS・安定性OS・品質保証OS の観点で実務レベルで助言する。
How this skill is triggered — by the user, by Claude, or both
Slash command
/thinking-shelf:agent-implementationThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
[思考の本棚 AIエージェント実装概論](https://pubs.u-biosis.com/ai/agent-implementation/) を operationalize したスキル。実装相談を受けたら、シリーズの原則を該当ケースに適用する。
思考の本棚 AIエージェント実装概論 を operationalize したスキル。実装相談を受けたら、シリーズの原則を該当ケースに適用する。
publications 全体が marketplace cache としてローカルにある。Read で取得する:
ベースパス: ~/.claude/plugins/marketplaces/kishibashi3-publications-claude/
docs/ai/agent-implementation/index.mdagent-design スキルに切り替えるか併用| 相談内容 | パス(ベースからの相対) |
|---|---|
| 「壊れるパターン」「破綻分析」 | docs/ai/agent-implementation/chapter-00.ja.md |
| 「5層構造」「Layer 1〜5」 | docs/ai/agent-implementation/chapter-01.ja.md |
| 「自律 vs 伴走」「LLM 任せの境界」 | docs/ai/agent-implementation/chapter-02.ja.md |
| 「フレームワーク選定」「Dify / LangGraph / AutoGen / AgentEngine」 | docs/ai/agent-implementation/chapter-03.ja.md |
| 「文脈OS 実装」「Role / Values / Rules / Scope」 | docs/ai/agent-implementation/chapter-04.ja.md |
| 「タスクOS」「MCP」「実行の外部化」 | docs/ai/agent-implementation/chapter-05.ja.md |
| 「メモリOS」「永続レポート」 | docs/ai/agent-implementation/chapter-06.ja.md |
| 「安定性OS」「文脈分離・実行外部化・時間固定化」 | docs/ai/agent-implementation/chapter-07.ja.md |
| 「OS 統合」「Role / Memory / Task / Reports の組み合わせ」 | docs/ai/agent-implementation/chapter-08.ja.md |
| 「フレームワーク思想比較」 | docs/ai/agent-implementation/chapter-09.ja.md |
| 「実装ロードマップ」「30/90/180 日」 | docs/ai/agent-implementation/chapter-10.ja.md |
| 「品質保証OS」「多層検証」「eval 設計」 | docs/ai/agent-implementation/chapter-11.ja.md |
| 「補足: 確率的システムの品質保証」 | docs/ai/agent-implementation/chapter-quality-assurance.md |
| 「Instruction Paging Pattern」 | docs/ai/instruction-paging-pattern.md |
例: メモリOS を引くとき:
Read ~/.claude/plugins/marketplaces/kishibashi3-publications-claude/docs/ai/agent-implementation/chapter-06.ja.md
実装パターンとして Instruction Paging Pattern がある。コンテキスト汚染対策として、データを events に常駐させずページイン/ページアウトする。詳細: https://pubs.u-biosis.com/ai/instruction-paging-pattern.html
実装提案は以下の構造で:
ai-design スキルに切り替えるCreates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.
npx claudepluginhub kishibashi3/publications --plugin thinking-shelf