Skip to main content

world-model-ledger

One-time SETUP: installs a persistent SQLite-backed WORLD MODEL for a coding agent into a project (or global ~/.claude). Use when the user wants an agent to remember a codebase across sessions, detect contradictions, propose fixes, and improve correctness over time — "give the agent a world model", "track what's verified vs assumed", "persist codebase knowledge with confidence". Tracks entities (symbols/files/modules/external referents), interactions, and constraints with TWO confidence axes (observed vs normative), validation status, and PROV-style evidence. Load-bearing rule: code observation is NOT ground truth — only oracle evidence (tests/CI/docs/human) raises normative confidence, flagging observed-but-unverified. Every triple is checked against a predicate ontology (RDFS-style domain/range) before insert — hallucinated verbs and impossible pairings are rejected, not stored. Zero-config capture via four hooks (PreToolUse pre-edit summaries; UNIVERSAL PostToolUse observing every tool call; Stop/SessionSt

インストールへ移動

ソース情報

リポジトリ
dhanesh/agent-skills
ソースの最終更新活動
2026年7月27日 18:21
検出された SKILL.md の言語
英語
スター
1
フォーク
0

インストール方法

デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。

ソースファイルを確認

インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。