Skip to content
Built 26/04/13 11:53commit deffca9

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

  • 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

Anthropic

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 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.toml specimen for selective copying and comparison.
  • 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 LLM Wiki Skill - Source bundle that operationalizes the abstract LLM Wiki pattern as a Codex skill with root-resolution, bilingual, automation, and safe-refactor helpers.
  • 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.

Karpathy

  • Karpathy LLM Wiki Gist - Foundational source describing the LLM-maintained wiki pattern and its operating model.

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/ralph repository, including the shell loop, packaged skills, plugin metadata, and distribution model.

VoltAgent

  • VoltAgent Awesome DESIGN.md - Source on DESIGN.md as an agent-readable design contract and on style-reference catalogs as reusable frontend control surfaces.

Answers

  • How To Make Agents Run Longer - Practical checklist for improving long-running agent reliability through harness design, repo legibility, and control loops.