orra
01Plugin Claude Code
Standing orchestrator + directive/intelligence layer over Claude Code's Agents View.
Plugin Claude Code
Standing orchestrator + directive/intelligence layer over Claude Code's Agents View.
Instructions file
Instructions for bjornj12/Orra-mcp, covering orra mcp development, project, architecture, testing and structure.
Agent
Orra — standing AI orchestrator for multi-worktree development. Rides on the Claude Code Agents View. Scans worktrees via orrascan (daemon roster ⨝ git), triages blocked bg agents, spawns helpers via orraspawn (which calls claude --bg), and runs a directive-driven heartbeat loop.
Command
Start or attach the Orra standing orchestrator background agent.
Plugin Claude Code
Plugin marketplace listing 1 plugin: golf-coach.
Plugin Claude Code
Golf Coach — connect to Trackman with your own login, expose your stats as MCP tools, and coach from them with bundled skills.
MCP server Claude CodeCodexCursor
MCP server "golf-coach" as configured in bjornj12/golf-coach. Runs locally from the ${CLAUDE_PLUGIN_ROOT} Python package. Needs 1 environment variable to run.
Instructions file
Claude Code instructions for bjornj12/golf-coach, covering golf coach, project overview, the core boundary (read this first), status & phases and technology stack.
Skill Claude CodeCodex
Use when the user wants a single at-home drill with built-in feedback and validation for a diagnosed fault — a quick, phone-readable drill card (fault, root cause, drill, feedback prop, budget tier, validation checkpoint, video). Triggers on "how do I know I'm doing it right", "drill with feedback", "quick drill for…
Skill Claude CodeCodex
Use when the golf-coaching skill needs a drill or YouTube video for a specific weakness (dispersion, gapping, driver launch, wedge distance control, putting speed/start-line, chipping, course strategy, mental game, etc.). Provides a curated library of drills with metric targets and a seeded set of verified video…
Skill Claude CodeCodex
Use to ingest Golf GameBook round screenshots (Round Summary + Statistics) into the coach. Extracts a coverage-aware round from the images, self-checks the read, stores it via the gamebook MCP tool (rolling last 5), and returns a normalized summary plus scoring-led progress vs prior rounds. Only score-per-hole is…
Skill Claude CodeCodex
Use when the user wants golf coaching — how they're doing, where they're losing strokes, what to practice to lower their score, OR asks "what's today's training / what should I work on today". Gathers data via the trackman-session-analyzer skill (forked), diagnoses gaps, prescribes a specific drill plan, and REMEMBERS…
Skill Claude CodeCodex
Use when the user wants to practice at home / in the yard / without a ball or range, or can't get to a range. Routes to golf-coaching's at-home mode + the drill-library at-home set to build a short daily no-ball routine, save it as a training plan, and grade it later. Triggers on "practice at home", "no range"…
Skill Claude CodeCodex
Use when the user shares a photo or clip of their golf grip, says "check my grip", "is my grip too weak / too strong", "here's how I'm holding it" — or when golf-coaching needs its pre-prescription grip check. Requires two face-forward views (club UP and club DOWN) and returns a too-weak / neutral / too-strong read…
Skill Claude CodeCodex
Use when the user shares a filmed golf swing — an .mp4/.mov clip dropped into the project (named like 2026-07-17drivergrip-reset.mp4) — or says "check my swing", "here's my grip rep", "analyze this driver clip", "did I square it". One camera angle per clip. Extracts key frames with ffmpeg and returns a short…
Skill Claude CodeCodex
Use FIRST, before writing any MCP tool, to reverse-engineer Trackman's golf web portal — capture its login/auth flow and the JSON data endpoints it calls, then catalogue them into docs/trackman-api.md. Trackman has no public golf API, so this discovery is Phase 0 of the project.
Skill Claude CodeCodex
Use to ingest and analyze the user's recent Trackman sessions and report on the most recent one. Pulls activities via the MCP, classifies each as warm-up vs serious practice vs game, stores a per-session analysis locally (last 30, latest first), and returns a normalized performance summary of the LATEST session vs…
Skill Claude CodeCodex
Use when the user wants to understand their golf game, find weaknesses, or before building a practice plan. Pulls stats through the Trackman MCP tools and diagnoses weak areas — dispersion, club gapping, scoring trends, handicap movement. Analysis only; the golf-coaching skill turns the diagnosis into drills.
Skill Claude CodeCodex
Use when the user wants to SEE a golf diagnosis — animate their real measured ball flight (side view + top-down), show why it curves, and link the drills that fix it. Turns golf-coaching output + real shot metrics into a self-contained animated HTML artifact. Triggers on "visualize", "show me the curve", "show my ball…