ソース情報
- リポジトリ
- meridian-online/orbit
- ソースの最終更新活動
- 2026年5月26日 03:39
- 検出された SKILL.md の言語
- 英語
- スター
- 0
- フォーク
- 0
インストール方法
デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。
ソースファイルを確認
インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。
メニュー
デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。
インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
直接コマンドでは確認用 Prompt が省略されます。実行前にソースを確認してください。
npx skills add https://github.com/meridian-online/orbit --skill hackerコマンドは1行のまま表示されます。コピー前に横へスクロールして全体を確認してください。
ローカルで確認しますか?SkillsMP が現在取得できるファイルをダウンロードできます。
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
SOC 職業分類に基づく
SKILL.md を表示中
| name | hacker |
| description | Find unconventional workarounds when the "right way" fails or blocks progress |
| when_to_use | When the "right way" fails or is blocked; when unconventional workarounds are needed; when overthinking stalls progress or a constraint may not be real. |
| allowed-tools | Read Grep Glob Bash |
Find unconventional workarounds when the "right way" fails.
Identify Constraints List every explicit and implicit constraint being followed:
Question Each Constraint Which constraints are actually required?
Look for Edge Cases Boundary conditions that break assumptions. Unusual inputs that reveal backdoors.
Consider Bypassing Entirely What if we solved a completely different problem?
Provide a hacker-style solution that:
Be creative but practical. The goal is working code, not theoretical elegance.