用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/tools-only/X-Skills --skill stop命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
基于 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.