Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
직접 명령은 검토 Prompt를 거치지 않습니다. 실행하기 전에 소스를 확인하세요.
npx skills add https://github.com/javimosch/goal-mode --skill goal-mode명령은 한 줄로 유지됩니다. 복사하기 전에 가로로 스크롤해 전체 내용을 확인하세요.
로컬 사본을 원하시나요? SkillsMP에서 현재 제공할 수 있는 파일을 다운로드하세요.
SKILL.md 표시 중
| name | goal-mode |
| description | Generic /goal implementation for Devin CLI and OpenCode. |
| triggers | ["user","model"] |
Generic /goal command implementation for Devin CLI, OpenCode, and Pi. Provides persistent session-scoped objectives that persist across turns with automatic continuation hooks.
Primary users: Devin CLI, OpenCode, Pi
Note for Pi: Pi has an alternative implementation via npm:@narumitw/pi-goal (available May 16) - if installed, do not use this repo to avoid conflicts.
The goal mode is bundled with Devin CLI and OpenCode. No installation needed for those tools.
/goal <objective> — set active goal
/goal status — show goal + continuation instructions
/goal pause / resume — toggle continuation
/goal clear — delete goal
/goal complete — mark done (after audit)
/goal --tokens 250K <obj> — set with soft token budget
See REFERENCE.md for detailed setup instructions for Devin CLI (Stop hook) and OpenCode (idle plugin).
Remove the Stop lifecycle hook from ~/.config/devin/config.json:
# Remove the "stop" hook from config.json
# Edit the file and remove the stop lifecycle hook section
Delete goal database and state:
rm -f ~/.config/devin/goal.db
Remove the idle plugin:
rm -f ~/.config/opencode/plugins/goal-continue.js
Delete goal database and state:
rm -f ~/.config/opencode/goal.db
Remove the goal skill directory:
rm -rf ~/.config/pi/skills/goal
Delete goal database and state:
rm -f ~/.config/pi/goal.db
Note: If using Pi's npm package (@narumitw/pi-goal), uninstall it instead:
npm uninstall -g @narumitw/pi-goal
The generic script auto-detects the calling CLI and stores per-tool isolated state in SQLite databases. See REFERENCE.md for full architecture details.
SOC 직업 분류 기준