ソース情報
- リポジトリ
- gambitph/Stackable
- ソースの最終更新活動
- 2026年8月12日 11:38
- 検出された SKILL.md の言語
- 英語
- スター
- 350
- フォーク
- 67
インストール方法
デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。
ソースファイルを確認
インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。
メニュー
デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。
インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
直接コマンドでは確認用 Prompt が省略されます。実行前にソースを確認してください。
npx skills add https://github.com/gambitph/Stackable --skill implementコマンドは1行のまま表示されます。コピー前に横へスクロールして全体を確認してください。
ローカルで確認しますか?SkillsMP が現在取得できるファイルをダウンロードできます。
SOC 職業分類に基づく
SKILL.md を表示中
| name | implement |
| description | Implement a piece of work based on a spec or set of tickets. |
| disable-model-invocation | true |
Implement the work described by the user in the spec or tickets.
Orient — Read the issue/task and the owning src/**/CONTRACT.md (and PRD if linked). Done when you can name the seam this change belongs in.
Sibling first — Search the nearest module/file that already does the same kind of thing. Deepen that seam; extract a shared helper before pasting the nth clone. Done when you know the target file(s) and are not inventing a parallel list, registry, or AJAX twin.
Ability surface? — If the change registers, renames, removes, or names an ability in prompts/playbooks/UI, open docs/agents/ability-checklist.md and complete every applicable item before coding further.
Build with /tdd where possible, at pre-agreed seams. Run the focused PHPUnit file (or Playwright module spec) after each vertical slice.
Finish — Run the full test suite once (composer test / npm test as appropriate). Then /code-review against the issue or spec. Commit to the current branch when the user asked for a commit (or when this skill’s commit step applies).
Applicable ability-checklist boxes are checked; focused then full tests are green; code-review has been run.