بنقرة واحدة
brain-index
Regenerate brain/index.md catalog of all brain pages and sources.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Regenerate brain/index.md catalog of all brain pages and sources.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
| name | brain-index |
| description | Regenerate brain/index.md catalog of all brain pages and sources. |
Auto-generates brain/index.md, the table of contents for the whole brain. Karpathy-prescribed catalog page; counterpart to brain/log.md (chronological op log) and brain/_graph.md (cross-references).
Three sections:
self.md, goals.md, decisions.md, learnings.md, projects.md, people.md, interactions.md with entry count and last-touched date.brain/people/*.md and brain/projects/*.md with first-line summary.data/<source>/INBOX.md with entry count and last ingest timestamp.bash code/skills/brain-index/build.sh
Reads BRAIN_DIR (default ~/brain). Idempotent: re-running overwrites brain/index.md. Skips silently if no brain dir.
Logs to brain/log.md via brain-log.
raw.md, interactions.md (firehoses, but interactions is included as a category file with count)_graph.md, log.md, index.md itselfarchive/, _sensitive/, _contexts.yamlForce a capture bypassing the throttle. Runs capture.sh with FORCE_CAPTURE=1.
Weekly compaction. Dedupe duplicate dated headers, archive entries older than 365 days, regenerate graph, verify hash.
Monthly self-improvement. Reads last 30 days of learnings + decisions, drafts ONE proposed brain edit to code/agents/_proposed/.
Regenerate brain/_graph.md from [[entity]] backlinks across brain/*.md.
Compute or verify a SHA-256 integrity hash of the stable brain corpus.
Append a chronological line to brain/log.md for one operation.