用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/seamus-brady/springdrift --skill personal-index命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
正在显示 SKILL.md
基于 SOC 职业分类
| 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.