원클릭으로
setup-chess-timer-hooks
Install hookify rules for automatic chess timer session management
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Install hookify rules for automatic chess timer session management
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
Create a custom source adapter for pattern-radar
Capture thinking visually during brainstorming, architecture discussions, or explaining flows. Creates persistent Mermaid diagrams.
Automatically use Perplexity search for personalized context enrichment. Use when facing unfamiliar technologies, decision points, learning questions, or preference-dependent choices.
Guide for storing enriched memories that capture decisions, preferences, and context. Use when making significant decisions or learning user preferences.
Get your personalized trend briefing based on profile domains.
Guided workflow for reverse engineering black-box systems. Use when a user wants to decode a defunct API, replicate a competitor's feature, understand unfamiliar code, or crack a data format.
SOC 직업 분류 기준
| name | setup-chess-timer-hooks |
| description | Install hookify rules for automatic chess timer session management |
This skill installs hookify rules that make the chess timer fully automatic. No more remembering to start/stop sessions manually!
Installs 3 hookify rules that automatically:
Call the setup_chess_timer_hooks MCP tool with action "install":
await setup_chess_timer_hooks({ action: 'install' });
This copies 3 hookify rules to ~/.claude/:
hookify.chess-timer-start.local.mdhookify.chess-timer-complete.local.mdhookify.chess-timer-commit.local.mdTriggers when users say things like:
What you'll see:
🕐 Work Session Start
User is requesting substantive work. Before responding:
1. Call get_active_session to check status
2. If no session exists: Call start_work_session
3. If session is paused: Call resume_work_session
4. If session is active: Continue working
Triggers when you're about to finish responding.
What you'll see:
🕐 Session Completion Check
Before stopping, verify work session state:
1. Call get_active_session
2. If session is active: Call complete_work_session with notes
3. If work isn't done: Call pause_work_session instead
Triggers when running git commit.
What you'll see:
🕐 Session Completion Opportunity
Git commit detected - work may be complete.
After commit succeeds:
1. Call get_active_session
2. If this commit completes the work: Call complete_work_session
3. If continuing with more work: Leave session active
After installation, test by:
Check hook status anytime:
await setup_chess_timer_hooks({ action: 'status' });
Returns:
Temporarily disable a hook by editing the file and setting enabled: false.
Permanently remove all hooks:
await setup_chess_timer_hooks({ action: 'uninstall' });
Once installed, chess timer becomes truly hands-free:
This is how chess timer should always work - completely transparent and automatic.