ソース情報
- リポジトリ
- meridian-online/orbit
- ソースの最終更新活動
- 2026年5月27日 06:21
- 検出された SKILL.md の言語
- 英語
- スター
- 0
- フォーク
- 0
インストール方法
デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。
ソースファイルを確認
インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。
メニュー
デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。
インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。
SOC 職業分類に基づく
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
直接コマンドでは確認用 Prompt が省略されます。実行前にソースを確認してください。
npx skills add https://github.com/meridian-online/orbit --skill memoコマンドは1行のまま表示されます。コピー前に横へスクロールして全体を確認してください。
ローカルで確認しますか?SkillsMP が現在取得できるファイルをダウンロードできます。
SKILL.md を表示中
Audit AC-to-test traceability — find untested ACs, orphaned test prefixes, and coverage gaps
Write a feature card — capture who needs what, why, and expected behaviours as scenarios
Explore a vague idea through Q&A — capture what good looks like as an interview record for /orb:spec
| 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.