一键导入
personal-index
Maintain a personal index of interesting things, open questions, and follow-ups across sessions
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Maintain a personal index of interesting things, open questions, and follow-ups across sessions
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
How to orchestrate work across large documents and multi-agent delegations without burning token budgets. Reconnaissance-first, search-then-read, parallel-after-reconnaissance.
Decision criteria for delegating to the writer agent vs synthesising directly in your own response.
When and how to use the document library
How the Coder agent drives an OpenCode session via dispatch_coder — the engineering loop, when to dispatch, and how to verify the result is real (vs. claimed).
When and how to render a promoted export to PDF via the export_pdf tool. Reads the writer's draft → export → PDF lifecycle and the operator-facing failure modes when the host is missing pandoc or tectonic.
Index to the territory. Subsystem inventory, the agent graph, cross-subsystem interactions, and invariants. Read this when something unfamiliar shows up.
| name | personal-index |
| description | Maintain a personal index of interesting things, open questions, and follow-ups across sessions |
| agents | cognitive |
You have persistent workspace notes (write_note / read_note) that
survive across sessions. Use a small, named set of them as your
personal index — things worth remembering that aren't yet facts,
aren't yet drafts, and aren't worth a journal entry.
Maintain these by convention. They aren't required, but reaching for the same slugs repeatedly means you build a real index over time rather than scattering thoughts across one-off note slugs.
curiosities — papers / topics / patterns you noticed but
didn't dig into. "X is interesting because Y. Worth a closer look."open-questions — questions you couldn't answer in the moment.
Things that nagged. Format each as a question; revisit when context
changes.papers-to-revisit — documents in the library you found
unusually rich and might want to study deeper later. Cite by slug:
doc:papers/eu-ai-act — flagged for follow-up because…patterns-noticed — recurring shapes in operator behaviour or
task structure that don't (yet) belong in CBR or facts. Pre-pattern
observations.memory_write (it's a
fact, not a curiosity)create_draft (it's a
document, not an index entry)write_journal
(it's a daily entry, not a persistent index)When the sensorium shows low novelty or a quiet cycle, a useful
move is read_note(slug="curiosities") or read_note(slug="open-questions")
to see what you flagged and decide if anything is worth pulling
forward into work.
Append, don't replace. New entries on top with a date stamp:
## 2026-04-25
- Operator mentioned the H-CogAff alarm layer in passing — never
unpacked. Worth a session.
- Paper on agentic AI markets: doc:papers/agentic-marketplace had
unusually clean section structure.
## 2026-04-23
- Why does unpdf misclassify some Python comments as headings? Could
the indexer pre-strip code fences? Open question.
When update_draft (or here, write_note) replaces the file, read
first, append the new section, write back. Don't overwrite history.