Verification-first Agent Skills for Codex OS, with optional compatibility adapters for Claude Code, Gemini, Cursor, and Windsurf. Build a persistent knowledge operating system with Obsidian provenance, scheduled loops, bounded static dependency graphs, context management, and multi-agent orchestration.
Install 21 reusable agent skills for ingesting sources, auditing workflows, compiling interlinked wikis, running daily knowledge loops, verifying claims before shipping, managing token costs, engineering bounded loops and static dependency graphs, and orchestrating multi-agent teams.
Use this if:
- Your AI agent keeps forgetting context between sessions
- You want to enforce verification gates before "done" claims
- You need to structure knowledge as linked pages (like Obsidian) instead of scattered chat history
- You're building agent workflows that should learn and compound over time
- You want Obsidian wiki knowledge to update skills, SOPs, schemas, and automation through supervised promotion gates
git clone https://github.com/Mark393295827/third-brain-v5-skills.git
cd third-brain-v5-skills
bash install.sh codex # Codex is the primary host/kernelWindows PowerShell uses .\install.ps1 codex. Compatibility adapters require an explicit non-Codex target.
Paste this into Codex:
Use wiki-ingest on this source. Stage an immutable source, author a governed concept candidate, plan navigation updates, and return a verification summary. Treat entity authoring as a separate reviewed capability.
Then paste a URL, article, PDF text, or any source you want to capture.
See the 3-Minute Quickstart for a complete walkthrough.
Full guide: GUIDE.md
Command centre and distribution: V8.1 Codex Agentic OS command centre. Start it with python tools/agentic_os_server.py --state-root .agentic-os-state; the host is localhost-only by default and requires T02 runtime receipts. Claude/Gemini/Cursor/Windsurf remain compatibility adapters, not the primary runtime.
ไธญๆๅๅฒ่ฟ้ถๆๅ๏ผV7 ๆๅคงๆฝๅไฝฟ็จๆๅ๏ผๅ่๏ผ
๐ฅ V8.1 ๅคๆบ่ฝไฝ Worker ๆตๆฐด็บฟๆๅ & Worker Flows ่ง่๏ผไบๅกๅผๆตๆฐด็บฟ๏ผStage โ Author โ Graph Plan โ Govern โ Commit/Postcheck โ optional Deliverable๏ผ๏ผๅฝๆกฃๅชๅ็ๅจ้ช่ฏๆไบคไนๅใ
| Scenario | Before | After |
|---|---|---|
| Research PDF | Summarized once, then forgotten | wiki-ingest: source notes, concept pages, linked wiki |
| Coding session | Agent: "I fixed it" (no proof) | verify-before-claim: requires test output + exit code before any claim |
| Daily work | Tasks and ideas scatter across chat | daily-okr: one insight, one wiki update, one action, one output, daily score |
V8.1 keeps the wiki as durable disk and governance, gives every skill a profile-aware execution contract, and makes python -m tools.worker_flow.cli the only canonical transactional runtime:
Input -> Source -> Wiki compile -> Daily loop -> Agent/Wiki flywheel -> Skill/SOP upgrade -> Verification
The upgrade adds seven hard defaults:
- Profiles match risk: one-shot, stateful, loop, and high-risk work load only the controls they need.
- Source provenance stays immutable: raw source notes and block refs remain the audit layer.
- Loops have contracts: Trigger -> Execute -> Verify -> State, with budgets and recovery.
- Context is zero-overhead by default: hot paths load only what the task needs.
- Automation is bounded: scans and queues can run unattended; semantic writes stay supervised.
- Teams need ownership: multi-agent work requires write scopes, IPC, join gates, cleanup, and evidence.
- Rules promote through evidence: wiki insights become schema or skill rules only after repeated support and a cheap check.
See the V8.1 Worker Flow, the Agent Skills standard, and the historical V7 release notes.
V8.1 keeps graph-engineering bounded to static DAGs; dynamic expansion and cyclic graphs remain out of scope.
| Skill | What it does |
|---|---|
| wiki-ingest | Preserve an immutable source, compile linked understanding, enforce promotion boundaries, and verify every touched file. |
| verify-before-claim | Iron rule: no completion claim without fresh, scope-matched evidence; consequential actions also require independent verification, approval, and rollback. |
| Skill | What it does |
|---|---|
| daily-okr | Execute a 7-KR cycle: Input โ Cognition โ Wiki โ Behavior โ Creativity โ Output โ Feedback, with an artifact or receipt for every completed KR. |
| Skill | What it does |
|---|---|
| behavior-design | Turn outcomes into observable minimum behavior, cues, SOPs, recovery, evidence, and review. |
| creativity-engine | Generate mechanism-diverse options, rank evidence gaps, and define three bounded minimum experiments. |
| Skill | What it does |
|---|---|
| deep-research | STOW-compatible research harness with evidence trails, source/claim ledgers, privacy checks, and direct handoff to wiki-ingest. |
| session-learn | Extract knowledge patterns from sessions โ concepts, entities, corrections, patterns, ideas, decisions, gaps. Closure protocol ensures learning feeds back into the wiki. |
| Skill | What it does |
|---|---|
| context-manager | Derive budgets at runtime, checkpoint state, compact with KEEP/SUMMARIZE/DROP/RETRIEVE, and route by capability. |
| loop-engineering | Control temporal depth: turn repeatable work into a bounded Trigger -> Execute -> Verify -> State loop with durable state, finite budgets, and explicit stop/recovery rules. |
| graph-engineering | Control dependency width: validate bounded static DAGs with explicit dependencies, independent branches, typed joins, and node-local recovery. |
| agentic-engineering | Design agent workflows as spec-driven macro actions with quality ceilings, verification gates, delegated-action boundaries, and state checkpoints. |
| harness-engineering | Provide the runtime scheduler, permissions, leases, tools, provenance, and observability needed to execute agent workflows safely. |
| agent-teams-command | Admit and command multi-agent processes with exclusive ownership, typed IPC, isolated writes, serial integration, evidence, and cleanup. |
wiki-ingestโ Stage immutable sources, author governed concept candidates, plan graph updates, and hand off optional entity authoring for separate reviewknowledge-opsโ Multi-layer knowledge management: classify, deduplicate, preserve evidence hierarchy, vector + Markdown retrievalwiki-lintโ Health check: P0/P1 graph health, frontmatter, source refs, wikilink density, provenance debt
daily-okrโ 7-KR evidence cycle with minimum-day degradation and durable closeoutcognitive-compileโ 8-section framework: Question โ Facts โ Concepts โ Pattern Recognition โ Conflict Detection โ Hypothesis Generation
behavior-designโ Outcome โ minimum behavior โ cue โ SOP โ evidence โ reviewcreativity-engineโ Mechanism-diverse combinations, scoring, and falsifiable minimum tests
deep-researchโ STOW-compatible research harness, evidence trails, source/claim ledgersverify-before-claimโ Fresh scope-matched evidence, independent checks, approval, rollback
session-learnโ 7 signal types: concepts, entities, corrections, patterns, ideas, decisions, gapsproject-flow-opsโ Execution flow: triage, plan, track, review across projects
context-managerโ Runtime budgets, checkpoint replay, compaction, retrieval, capability routing
Utility command: commands/token-cost-tracker.md estimates, logs, and reports token usage; it is not one of the 21 Agent Skills.
loop-engineeringโ Temporal depth through bounded loop contracts, independent verification, finite budgets, and stop/recovery rulesgraph-engineeringโ Dependency width through bounded static DAGs, explicit branches, typed joins, and node-local recoveryagentic-engineeringโ Spec-driven macro actions, quality ceilings, verification gates, state checksharness-engineeringโ Runtime scheduler, permissions, system-call tools, delegated gates, provenance, observabilityagent-teams-commandโ Multi-agent process ownership, IPC, integration, async budgets, and evidence gates
startup-evaluationโ Startup health: entrepreneurship, VC 5T, PMF, runway, team, unit economicsanthropic-osโ Governed operating-system experiments: Four-C, 3B, prediction errors, permission ladderai-six-sigma-property-osโ AI + Ontology + DMAIC for property work orders, dispatch, quotes, evidence
LLM (CPU) + Context (RAM) + Wiki (Disk)
External Sources โโโ wiki-ingest + knowledge-ops โโโ Knowledge Layers
โ
Daily Loop (daily-okr)
/ / \ \ \
Input Cognition Wiki Behavior Creativity
|
Output โ Feedback
โ
session-learn (extract patterns)
โ
verify-before-claim (quality gate)
โ
Loop depth / Graph dependency width
โ
Multi-agent teams (agent-teams-command)
The system is a closed loop: ingest sources โ process daily โ extract learning โ verify claims โ promote rules โ scale to teams.
Third Brain V8.1 treats agents as LLM OS processes:
- LLM = CPU
- Context = RAM
- Wiki/Obsidian = Disk
- Tools = System calls
- Skills = Executable programs
- Harness = Kernel
- Agent teams = Processes
| Layer | Principle | Skills |
|---|---|---|
| ๐ง Knowledge OS | Capture, structure, lint, and promote knowledge over time | wiki-ingest, knowledge-ops, wiki-lint |
| โก Daily Loop | Close the knowledge-to-action cycle every day | daily-okr, cognitive-compile |
| ๐ฏ Behavior & Creativity | Turn knowledge into habits and novel ideas | behavior-design, creativity-engine |
| ๐ฌ Research & Quality | Verify before claiming, research with rigor | deep-research, verify-before-claim |
| ๐ Continuous Learning | Extract patterns from every session | session-learn, project-flow-ops |
| ๐ Context | Manage hot context, durable checkpoints, and runtime budgets | context-manager |
| ๐๏ธ Engineering | Design bounded loops, static dependency graphs, harnesses, agent workflows, and multi-agent systems | loop-engineering, graph-engineering, agentic-engineering, harness-engineering, agent-teams-command |
| ๐ผ Strategy & Operations | Evaluate startups, design AI quality systems | startup-evaluation, anthropic-os, ai-six-sigma-property-os |
Engineering boundaries are deliberate: Loop Engineering controls temporal depth; Graph Engineering controls dependency width; Agent Teams Command controls process ownership, IPC, and integration; Harness Engineering supplies the runtime scheduler, permissions, and observability. A graph node may contain a Loop or Agent Team, but V8.1 does not support dynamic or cyclic graphs.
Start small. Add skills as you need them.
| Stage | Core Skills | Unlock When |
|---|---|---|
| Week 1 | wiki-ingest + verify-before-claim |
You can ingest 1 source/day + every claim has fresh evidence |
| Weeks 2-4 | + daily-okr + session-learn |
Daily artifacts and verified learnings feed back to the wiki |
| Month 2+ | + cognitive-compile + behavior-design + creativity-engine |
Wiki has 50+ pages or repeated decisions need synthesis |
| Month 3+ | + knowledge-ops + loop-engineering + harness-engineering + agentic-engineering |
Retrieval, looping reliability, permissions, or delegated actions become bottlenecks |
| Dependency graph | + graph-engineering after loop-engineering |
Explicit dependencies, independent branches, typed joins, or node-local recovery create more value than orchestration and review cost |
| Multi-agent | + agent-teams-command + project-flow-ops |
Work splits into separate owners with clear integration gates |
| Strategy | + startup-evaluation + anthropic-os + deep-research |
Need startup health, market, operating-system decisions |
| Operations | + ai-six-sigma-property-os |
Need measurable service quality, dispatch, evidence loops |
# Personal skills (available across all projects)
bash install.sh codexbash install.sh cursorbash install.sh windsurfbash install.sh claude
bash install.sh geminiFull guide: GUIDE.md
Each workflow is copyable into your agent. See examples/ for complete, verified examples:
- 3-minute quickstart โ Fastest path to useful output
- Research PDF to wiki โ Turn a source into linked pages
- Verified code session โ Use verification gates before claiming a fix
- Daily knowledge loop โ Run a compact daily OKR workflow
- Startup evaluation sprint โ Turn an idea into validated assumptions
Skills default to STOW paths (configurable via system/config.md):
sources/ โ Immutable source notes (articles, PDFs, transcripts)
wiki/
โโโ concepts/ โ 13 contracted domains
โโโ entities/ โ people, companies, funds-investors, products, orgs
โโโ outputs/ โ gmail-digests, evaluations, compilations
maps/
โโโ domain-mocs/
โโโ system-indexes/
โโโ project-maps/
โโโ canvases/
system/ โ Deployed contracts, config, schema, templates, runs
| Resource | Purpose |
|---|---|
| tools/index.html | V8.1 visual skill navigator |
| tools/token-calculator.html | Historical V5 cost-model calculator; not a runtime authority |
| GUIDE.md | Full installation & troubleshooting |
| V7 ๆๅคงๆฝๅไฝฟ็จๆๅ๏ผๅๅฒๅ่๏ผ | Earlier profileใ็ฅ่ฏ้ฃ่ฝฎใAgent ๅทฅ็จใๆฒป็ๅ 30 ๅคฉ้็จ่ทฏๅพ |
| CLAUDE.md | Claude Code setup |
| CONTRIBUTING.md | How to contribute skills |
- Not a chat wrapper. Skills are executable prompts that agents follow; they're not productivity theater.
- Not a productivity tool with 100 metrics. Daily OKR has seven causally linked KRs with evidence.
- Not an all-in-one framework. Pick skills incrementally. You don't need all 20 to start.
- Not prescriptive. Adapt paths, frontmatter, and skill triggers to your workflow.
Three core principles:
- Verification first: No "done" without proof. No claims without evidence. Expected value over confidence.
- Knowledge compounds: Every session should improve the wiki, not scatter across chat history.
- Closed loops: Ingest โ Process โ Learn โ Scale โ Verify. No loose ends.
- Agent Skills Format โ Open specification for agent skills
- llm-wiki-agent โ Original STOW pattern implementation by SamurAIGPT
- Karpathy LLM OS โ Conceptual framework
Bug reports, skill improvements, and PRs are welcome. See CONTRIBUTING.md and CHANGELOG.md.
MIT โ see LICENSE.
This project includes growth and outreach tools (in tools/ and outreach/) designed to help the repository reach users via GitHub search and Awesome lists. These tools are optional, dry-run-by-default, and separate from the core skills. If you're installing skills for your own workflow, you don't need them.
The skill frameworks and philosophy are genuine. Use what works for you; ignore what doesn't.
