brain
01Skill Claude CodeCodex
Use this skill when the task needs durable memory shared across coding-agent harnesses through the external brain CLI and MCP server.
One brain, many harnesses. Portable .agent/ folder (memory + skills + protocols) that plugs into Claude Code, Cursor, Windsurf, OpenCode, OpenClaw, Hermes, or DIY Python — and keeps its knowledge when you switch.
Skill Claude CodeCodex
Use this skill when the task needs durable memory shared across coding-agent harnesses through the external brain CLI and MCP server.
Skill Claude CodeCodex
Use this skill when a user wants to turn repeated human-approved agent work across Claude Code, Hermes, OpenClaw, Codex, Cursor, or custom .agent/ loops into local artifacts for retrieval, evals, prompt shrinking, and optional future open-weight model/adapters.
Skill Claude CodeCodex
Use this skill when the user wants to measure agent activity across Claude Code, Hermes, OpenClaw, Codex, Cursor, OpenCode, Windsurf, Pi, Antigravity, or any custom loop using .agent/.
Skill Claude CodeCodex
Follow this loop every time. Jumping straight to "fix" without reproducing is how false fixes ship.
Skill Claude CodeCodex
Run this checklist before any deploy. The production deploy itself is gated by a human approval step enforced in protocols/permissions.md.
Skill Claude CodeCodex
Use this skill when a task touches Google Stitch's DESIGN.md format or the project explicitly references its design system / design tokens. The skill loads only when DESIGN.md exists at the project root (see preconditions above), so general UI / frontend / component work that isn't tied to a DESIGN.md won't trip it.
Skill Claude CodeCodex
Handle git operations consistently. The fences (constraints above) are enforced by the pretoolcall hook; this file tells the agent what good behavior looks like within those fences.
Skill Claude CodeCodex
Read constraints and the run checkpoint before assessing a change. Treat deny paths, allowlists, file-count caps, and external-write approvals as hard gates.
Skill Claude CodeCodex
Read current state before spending another attempt. Stop on pause, budget, stagnation, or cancellation decisions and preserve the checkpoint.
Skill Claude CodeCodex
Read the selected loop contract and current checkpoint before reporting. Keep the report bounded and do not mutate the workspace.
Skill Claude CodeCodex
Read the contract and checkpoint before reviewing. The deterministic verifier is authoritative; do not turn a checker approval into a test pass.
Skill Claude CodeCodex
After every major task or failure, call tools/memoryreflect.py to log what happened. Before important decisions, read the top entries from memory/semantic/LESSONS.md and memory/semantic/DECISIONS.md.
Skill Claude CodeCodex
Skill "skillforge" from codejunkie99/agentic-stack, covering skillforge — the skill that creates skills, what good skills look like and self-rewrite hook.
Skill Claude CodeCodex
The tldraw MCP server exposes a live canvas at http://localhost:3030. You draw into it; the user watches it fill in. Worthwhile drawings can be snapshotted to disk and recalled in future sessions via this skill's local store (store.py).