Built 26/04/17 09:08commit f8ff6f9
Index
中文 | English
This index is the catalog layer for the vault: it groups durable pages by role and source family so readers can decide where to drill deeper.
Start Here
- Architecture - End-to-end diagram of the current local-first llm-wiki workflow: Web Clipper capture, Codex maintenance, GitHub sync, VitePress publishing, and Vercel deployment.
- Wiki Overview - Guided entry point for the vault, including reading paths, core topics, and source families.
Concepts
- LLM Wiki - Persistent knowledge pattern that compiles synthesis into markdown and treats raw-path refactors as maintenance rather than re-ingest.
Entities
Topics
- Agent-First Repositories - Repository-local docs, tools, and control systems that make autonomous agent work legible and enforceable.
- Agent-Readable Design Systems - Versioned markdown design contracts that make frontend taste and UI constraints legible to agents.
- Agent Harness Design - Planner-generator-evaluator patterns, handoff artifacts, and simplification heuristics for long-running agent systems.
- Codex Operating Practices - Durable operating model for configuring Codex, packaging repeatable workflows, and choosing the right execution surface.
- Knowledge Operations - Canonical ingest, screenshot OCR, query, lint, and raw-taxonomy-refactor loop for maintaining the bilingual vault and its newest-first log.
- Vault Architecture - Three-layer model tying together reorganizable raw sources, bilingual indexes, the markdown wiki, and the schema contract.
Source Families
Anthropic / Claude Code / Everything Claude Code
- Affaan Mustafa Claude Code Shorthand Guide - Source on skills versus commands, hook design, MCP and plugin budgeting, subagent scoping, and practical Claude Code setup surfaces.
- Affaan Mustafa Claude Code Longform Guide - Source on session logs, strategic compaction, token-aware delegation, eval loops, bounded parallelization, and reusable Claude Code operating patterns.
- Everything Claude Code GitHub Repository - Repository snapshot showing ECC as a multi-harness distribution surface for rules, hooks, skills, Codex config, and packaged agent workflows.
Anthropic
- Anthropic Harness Design For Long-Running Application Development - Source on planner-generator-evaluator harnesses, skeptical evaluation, and reducing scaffolding as models improve.
- Claude Managed Agents Overview - Product overview defining Anthropic's managed agent primitives, beta constraints, rate limits, and the hosted alternative to building your own loop.
- Scaling Managed Agents: Decoupling The Brain From The Hands - Engineering source on meta-harness interfaces, externalized session state, credential separation, and many-brains many-hands scaling.
- Claude Code Auto Dream Memory Consolidation - Source on periodic memory consolidation, contradiction repair, absolute dating, and keeping index files compact.
- Claude Mythos Preview Cybersecurity Assessment - Source on real-world zero-day evaluation, exploit-capable model scaffolds, and coordinated defensive rollout.
- Claude Mythos Preview System Card - Source on Anthropic's full release-governance, capability, cyber, alignment, welfare, and safeguards record for Mythos Preview.
- Introducing Claude Opus 4.7 - Launch note tying Opus 4.7's coding gains, stricter instruction following,
xhigheffort default,/ultrareview, and staged cyber safeguards into one operator-facing release surface.
OpenAI / Codex
- OpenAI Harness Engineering In An Agent-First World - Source on Codex-first engineering, repository legibility, and treating docs and tooling as the agent control plane.
- Codex Best Practices - Source on prompt structure, AGENTS.md usage, testing, MCP, skills, automations, and session controls.
- Codex CLI Slash Commands - Source on the interactive control surface for live sessions, including permissions, compaction, diff review, and diagnostics.
- Codex Non-Interactive Mode - Source on
codex exec, machine-readable output, CI auth, and non-interactive guardrails. - Codex Agent Skills - Source on skill packaging, discovery scopes, implicit invocation boundaries, and plugin distribution.
- Codex Subagents - Source on delegation limits, custom agent files, and concurrency/depth controls.
- Codex Plugin For Claude Code - Source on exposing Codex review, rescue delegation, background-job controls, and stop-hook review gates through Claude Code's native plugin surface.
- GitHub OpenAI Codex Repository - Direct implementation source showing Codex as a multi-crate runtime with explicit app-server, thread, command-exec, approval, and sandbox layers.
OpenAI / Codex / Configuration
- Codex Config Basics - Source on configuration precedence, common control knobs, trust-gated project config, and feature flags.
- Codex Advanced Configuration - Source on profiles, one-off overrides, providers, hooks, telemetry, and deeper Codex runtime controls.
- Codex Configuration Reference - Source on the authoritative config schema, key renames, and admin-enforced requirements.
- Codex Sample Configuration - Source containing the annotated
config.tomlspecimen for selective copying and comparison.
OpenAI / Codex / Skills
- Codex LLM Wiki Skill - Skill-family source bundle covering the maintainer spec, bilingual rules, automation model, and safe-refactor helpers for repository-backed markdown wikis.
Karpathy
- Karpathy LLM Wiki Gist - Foundational source describing the LLM-maintained wiki pattern and its operating model.
- Karpathy Claude Coding Thread - Firsthand operator notes on mostly-English coding, parallel sessions, test-time compute, and why review remains the human bottleneck.
- Forrestchang Andrej Karpathy Skills Repository - Downstream packaging repo that turns Karpathy-inspired coding guidance into a CLAUDE.md layer, reusable skill, and Claude plugin surface.
Cocoon AI
- Architecture Diagram Generator - Skill-packaged workflow for turning text architecture descriptions into shareable standalone HTML/SVG system diagrams.
Daniel Breunig
- How Claude Code Builds a System Prompt - Analysis of how Claude Code conditionally assembles its system prompt and surrounding runtime context from many harness components.
EveryInc
- Compound Engineering Plugin - Workflow bundle that turns brainstorming, planning, review, and knowledge compounding into reusable commands across agent clients.
Garry Tan
- gstack - Claude Code environment packaged as a virtual engineering office with reusable specialist-role commands and team bootstrap flows.
Multica AI
- Multica - Open-source managed-agents platform that turns coding agents into assignable teammates with unified runtimes, daemon-backed execution, and team-level skill accumulation.
Piebald AI
- Claude Code System Prompts Repository - Versioned extraction vault for Claude Code's built-in prompt families, token counts, and release-to-release prompt drift.
Ralph
- Ralph Wiggum Loop Technique - Source on simple monolithic agent loops, one-item iterations, repo-persisted memory, and bounded subagent use.
- Ralph Step-By-Step Guide - Source on the concrete
scripts/ralph/loop, PRD/progress files, commit-after-pass discipline, and fresh-context operation. - Ralph GitHub Repository - Source on the concrete
snarktank/ralphrepository, including the shell loop, packaged skills, plugin metadata, and distribution model.
VoltAgent
- VoltAgent Awesome DESIGN.md - Source on
DESIGN.mdas an agent-readable design contract and on style-reference catalogs as reusable frontend control surfaces.
Shanraisshan
- Claude Code Best Practice Repository - Operator-facing field guide that maps Claude Code surfaces, ecosystem additions, and adjacent workflow systems.
- Claude Code Best Practice Tips Compendium - Boris Cherny and Thariq practice notes on parallelism, review, PR sizing, hidden features, customization, and skills.
- Codex CLI Best Practice - Field guide that maps Codex CLI control surfaces, local file layout, and workflow advice in one repo-level catalog.
Answers
- How To Make Agents Run Longer - Practical checklist for improving long-running agent reliability through harness design, repo legibility, and control loops.
Operations
- OpenClaw Field Notes - Maintained operational note hub for real OpenClaw incidents, loader constraints, pairing failures, provider issues, and reusable fixes.
- OpenClaw Skills Symlink Escape - Why a skill symlink that escapes
~/.openclaw/skillscan look installed yet still be rejected by the official loader. - OpenClaw Cron Pairing And Operator Scopes - Field note on cron creation failures caused by under-scoped paired devices rather than a broken cron subsystem.
- OpenClaw Provider Endpoint DNS Failures - Field note on tracing GPT-side DNS failures through the active provider endpoint configuration.
- Raw Markdown Build-Safe Linking - Why imported README-style raw markdown can break VitePress builds, and how to repair link context without introducing machine-specific paths.
- OpenClaw Field Note Template - Reusable template and capture threshold for deciding when a real OpenClaw lesson should become a durable field note.
- OpenClaw Field Note Capture Loop - Concrete pattern for making field-note capture durable through wiki rules, templates, and recurring maintenance prompts.