Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
直接コマンドでは確認用 Prompt が省略されます。実行前にソースを確認してください。
npx skills add https://github.com/tools-only/X-Skills --skill stopコマンドは1行のまま表示されます。コピー前に横へスクロールして全体を確認してください。
ローカルで確認しますか?SkillsMP が現在取得できるファイルをダウンロードできます。
Index of Build Systems Skills
Coordination patterns for distributed dataflow systems including barriers, epochs, and distributed snapshots
Windowing, sessionization, time-series aggregation, and late data handling for streaming systems
SOC 職業分類に基づく
SKILL.md を表示中
| name | stop |
| description | Pause or resume the current session |
| allowed-tools | Read, Write |
Toggle pause on the current session.
/vibe-guide:stop
/vibe-guide:stop
Pauses the session. Run again to resume.
If .vibe/session.json doesn't exist:
No active vibe session to pause.
Read .vibe/session.json:
stop is false, set to truestop is true, set to falseWrite updated session.json.
Update .vibe/status.json:
phase to "paused", update step_title to "Session paused"Invoke vibe-explainer to confirm the pause/resume.
When paused:
1) Where we are
Session is now paused.
2) What changed
- Paused at step X
3) What I checked
- Progress saved
4) What's next
Run /vibe-guide:stop again to resume.
5) Do you need to do anything?
No, take your time.
When resumed:
1) Where we are
Session resumed at step X.
2) What changed
- Unpaused session
3) What I checked
- Previous state restored
4) What's next
Run /vibe-guide:continue to keep going.
5) Do you need to do anything?
No, ready when you are.