setup-chess-timer-hooks
Install hookify rules for automatic chess timer session management
What this skill does
# Setup Chess Timer Hooks
This skill installs hookify rules that make the chess timer fully automatic. No more remembering to start/stop sessions manually!
## What It Does
Installs 3 hookify rules that automatically:
1. **Start sessions** when users request work ("implement X", "fix Y", "add Z")
2. **Complete sessions** when you stop (reminds you to record metrics)
3. **Remind on commits** to complete sessions at natural checkpoints
## Installation
Call the `setup_chess_timer_hooks` MCP tool with action "install":
```typescript
await setup_chess_timer_hooks({ action: 'install' });
```
This copies 3 hookify rules to `~/.claude/`:
- `hookify.chess-timer-start.local.md`
- `hookify.chess-timer-complete.local.md`
- `hookify.chess-timer-commit.local.md`
## How It Works
### Auto-Start (prompt event)
Triggers when users say things like:
- "implement user authentication"
- "fix the bug in checkout"
- "add dark mode toggle"
- "refactor the API layer"
**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
```
### Auto-Complete (stop event)
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
```
### Commit Reminder (bash event)
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
```
## Verification
After installation, test by:
1. User says "build a calculator app"
2. You should see the start hook trigger
3. You start a work session automatically
4. After completing work, the complete hook reminds you to finish the session
## Status Check
Check hook status anytime:
```typescript
await setup_chess_timer_hooks({ action: 'status' });
```
Returns:
- Which hooks are installed
- Whether they're enabled
- Instructions for install/uninstall
## Disabling
Temporarily disable a hook by editing the file and setting `enabled: false`.
Permanently remove all hooks:
```typescript
await setup_chess_timer_hooks({ action: 'uninstall' });
```
## Automagic UX
Once installed, chess timer becomes truly hands-free:
- โ
Users never need to remember to start sessions
- โ
You never forget to complete sessions
- โ
Time tracking happens in the background
- โ
Predictions improve automatically with each session
This is how chess timer should always work - completely transparent and automatic.
Related in General
modeling-omnistudio-epc-catalog
IncludedSalesforce Industries CME EPC product-modeling skill for Product2-based catalog creation. Use when creating EPC products, configuring product attributes, building offer bundles with Product Child Items, or reviewing EPC DataPack JSON metadata for product catalog changes. TRIGGER when: user creates or updates Product2 EPC records, AttributeAssignment payloads, AttributeMetadata/AttributeDefaultValues, Offer bundles, or ProductChildItem relationships. DO NOT TRIGGER when: designing OmniScripts/FlexCards/Integration Procedures (use building-omnistudio-omniscript, building-omnistudio-flexcard, or building-omnistudio-integration-procedure), implementing Apex business logic (use generating-apex), or troubleshooting deployment pipelines (use deploying-metadata).
relationship-science-coach
IncludedUse this skill for direct, practical adult relationship coaching: couples conflict, repair, trust, marriage, dating, flirting, attachment patterns, emotional connection, sex, desire differences, eroticism, kink negotiation, affection, love languages, breakups, and long-term passion. Draw on Gottman, EFT and Hold Me Tight, attachment science, modern sex research, Perel, Nagoski, Kerner, Schnarch, Love and Stosny, and flexible love-language tools. Be concrete and low-hedge. Redirect only for imminent danger, abuse, coercive control, minors, non-consent, self-harm, stalking, or medical/legal/psychiatric decisions.
building-sf-integrations
IncludedSalesforce integration architecture and runtime plumbing with 120-point scoring. Use this skill to set up Named Credentials, External Credentials, External Services, REST/SOAP callout patterns, Platform Events, and Change Data Capture. TRIGGER when: user sets up Named Credentials, External Services, REST/SOAP callouts, Platform Events, CDC, or touches .namedCredential-meta.xml files. DO NOT TRIGGER when: Connected App/OAuth config (use configuring-connected-apps), Apex-only logic (use generating-apex), or data import/export (use handling-sf-data).
venue-templates
IncludedAccess comprehensive LaTeX templates, formatting requirements, and submission guidelines for major scientific publication venues (Nature, Science, PLOS, IEEE, ACM), academic conferences (NeurIPS, ICML, CVPR, CHI), research posters, and grant proposals (NSF, NIH, DOE, DARPA). This skill should be used when preparing manuscripts for journal submission, conference papers, research posters, or grant proposals and need venue-specific formatting requirements and templates.
let-fate-decide
IncludedDraws the 12 Houses of the Zodiac Tarot spread to inject entropy into planning when prompts are vague, ambiguous, or casually delegated. Interprets the spread to guide next steps. Use when the user says 'let fate decide', 'YOLO', 'whatever', 'idk', or other nonchalant phrases, makes Yu-Gi-Oh references, or when you are about to arbitrarily pick between multiple reasonable approaches. Prefer over ask-questions-if-underspecified when the user's tone is casual or playful rather than precision-seeking.
net-ops
IncludedCross-platform network troubleshooting (Windows, macOS, Linux) via local or remote shell. Use for: DNS broken, can't resolve hostnames, nslookup/dig works but apps fail, NRPT, WFP, scutil, /etc/resolver, systemd-resolved, /etc/resolv.conf, NetworkManager, VPN DNS leak residue (ProtonVPN/Mullvad/WireGuard/AnyConnect), AV/firewall blocking DNS or DoH, Tailscale DNS interaction, intermittent connectivity, remote diagnostics over SSH.