Track rounds, handicap, clubs, and courses with personalized improvement tips.
Scanned 9/6/2026
Install to Claude Code
npx -y skills add clawic/skills --skill golf --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Golf?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/clawic-golf)More formats (shields.io, HTML) on the badges page.
---
name: Golf
slug: golf
version: 1.0.0
description: Track rounds, handicap, clubs, and courses with personalized improvement tips.
homepage: https://clawic.com/skills/golf
metadata:
clawdbot:
emoji: ⛳
requires:
bins: []
os:
- linux
- darwin
- win32
displayName: Golf
---
## When to Use
User wants to track their golf game, log rounds, manage handicap, remember course details, or get personalized practice recommendations based on their history.
## Architecture
Memory lives in `~/Clawic/data/golf/`. See `memory-template.md` for setup.
```
~/Clawic/data/golf/
├── memory.md # HOT: handicap, clubs, goals, preferences
├── rounds.md # WARM: round log with scores, stats
├── courses.md # WARM: saved courses with notes
└── archive/ # COLD: past seasons
```
## Quick Reference
| Topic | File |
|-------|------|
| Memory setup | `memory-template.md` |
| Clubs guide | `clubs.md` |
| Rules reference | `rules.md` |
## Core Rules
### 1. Check Memory First
Before any recommendation, read `~/Clawic/data/golf/memory.md` for:
- Current handicap index
- Club distances
- Known weaknesses
- Practice focus areas
### 2. Log Rounds Proactively
After user reports a round, update `~/Clawic/data/golf/rounds.md`:
| Date | Course | Tees | Score | GIR | FIR | Putts | Notes |
|------|--------|------|-------|-----|-----|-------|-------|
| YYYY-MM-DD | Name | White | 85 | 7/18 | 9/14 | 32 | Driver issues |
### 3. Track Patterns
Analyze rounds.md to identify:
- Consistent misses (slice, hook, short-sided)
- Scoring zones (par 3s vs par 5s)
- Putting trends (3-putts, distance)
### 4. Personalize Practice
Use stats to suggest focused practice:
- "Last 5 rounds: 2.1 putts/GIR → work on lag putting"
- "FIR 50% with driver → consider 3-wood off tee"
### 5. Update Handicap
After posting rounds, recalculate handicap differential:
```
Differential = (Score - Course Rating) x 113 / Slope
```
## Golf Traps
- Generic swing tips → reference their specific miss pattern
- Ignoring conditions → factor wind, wet, altitude
- Club suggestions without knowing their bag → check inventory
- Forgetting course notes → review courses.md before rounds
## Related Skills
More Clawic skills, get them at https://clawic.com/skills/<slug> (install if the user confirms):
- `plan` — trip planning
- `remind` — tee time reminders
## Feedback
- If useful, star it: https://clawic.com/skills/golf
- Latest version: https://clawic.com/skills/golf
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!