用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/meridian-online/orbit --skill memo命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
基于 SOC 职业分类
正在显示 SKILL.md
| name | memo |
| description | Quickly jot a rough idea and file it in `.orbit/memos/` |
| argument-hint | [slug] |
| allowed-tools | Bash Read Write AskUserQuestion |
Capture a rough idea as freeform markdown. No structure required, no interview, no ceremony. Just write it down and move on. The SessionStart hook will surface outstanding memos until you distill them into cards.
/orb:memo [slug]
Where [slug] is an optional short label for the memo (e.g. pipeline-progress). If omitted, you'll be asked for one.
Not every idea is ready for a feature card. Sometimes you just need to jot something down before the context is lost. Memos are the lowest-friction entry point into orbit — write a sentence or a page, and the workflow will remind you about it until you act on it.
$ARGUMENTS contains a non-empty value, use it as the slugpipeline-progress, auth-rethink, perf-concern)Check that .orbit/memos/ exists. If not, create it.
Ask the author: "What's the idea?"
Use AskUserQuestion with no suggested answers — this is freeform. The author's response becomes the memo content verbatim.
Rules:
Save the memo as:
.orbit/memos/YYYY-MM-DD-<slug>.md
Where YYYY-MM-DD is today's date.
If a file with the same name already exists, append a numeric suffix: YYYY-MM-DD-<slug>-2.md, YYYY-MM-DD-<slug>-3.md, etc.
Report back:
Memo saved: .orbit/memos/YYYY-MM-DD-<slug>.md
Suggest next steps:
/orb:distill .orbit/memos/YYYY-MM-DD-<slug>.md when ready to turn this into a feature card/orb:distill — reads a memo, extracts candidate feature cards, and deletes the memo after writing cards/orb:card — if the idea is clear enough, skip memo and go straight to cardNext step: When you're ready, run /orb:distill on this memo to extract a feature card.