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.