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.