Video Note
Turn a YouTube URL into a durable, linked note in the personal Obsidian vault by driving the brain-mcp `fetch_transcript` and `save_video_note` tools. Synthesises a one-line gist plus timestamped key points from the English transcript, greps the vault for related notes and proposes forward-only wikilinks, then files one re-mineable note into the private `Sources/` staging tier — gating the title,…
Footy
Create a match note in the personal Obsidian vault for the user's son's football teams (Fulford FC, Fulford School) by calling the brain-mcp `create_match` tool. Use when the user says "/footy", "log a match", "new match note", "match note for [team]", "after the [Fulford] game", "post-match note", or asks to file a record of a specific football match against an opposition. NOT for capturing gene…
Tracer
Turn a feature or refactor idea into a tracked GitHub issue tree — a value-first parent issue plus AFK-grabbable vertical-slice sub-issues, linked via native GitHub sub-issues. Use when the user wants to decompose a plan, idea, or feature into actionable issues. Not for atomic bug reports.
Add Recipe
Save a fully-developed recipe from the current conversation to the personal Obsidian vault by calling the brain-mcp `add_recipe` tool, which writes a new note under `vault/Recipes/`. Use when the user says "save this recipe", "save this recipe to brain", "add this recipe to brain", "save recipe to brain", or similar. Only fires when there is a clear, complete recipe in the conversation — refuses…
Trails
Turn a public walk or trail-run guide — text description, a list of landmarks, an image, or a rough/partial GPX — into a clean, followable GPX route on real OSM paths, with a map preview and quality metrics. Normalises the input into ordered waypoints (geocoding names, or tracing the OSM path network with Overpass where names run out), routes them with BRouter, reports distance/ascent/retrace and…
Repo Init
Apply a canonical issue-label set to a GitHub repo (six labels — bug, feature, refactor, chore, afk, hitl — with consistent colours and descriptions) and strip GitHub's OSS-community defaults. Use after creating a new repo, or to bring an existing repo's labels in line. Auto-detects the current repo, or accepts `owner/name` as an argument. Idempotent — safe to re-run.
Grill Me
Interview the user relentlessly about a plan or design until reaching shared understanding, resolving each branch of the decision tree. Sharpens domain language inline and captures durable decisions as ADRs / CONTEXT.md entries when warranted. Use when user wants to stress-test a plan, get grilled on their design, or mentions "grill me".
Synthesise
Pull recurring threads out of root-level daily notes in the personal Obsidian vault and merge them into topic notes under curated subfolders, leaving a `→ Synthesised into [[X]]` pointer at the top of each contributing daily. Walks through detected topics one at a time — quoting the fragments, leading with a confident recommendation (including "leave for now"), and waiting for the user's verdict…
Codex Review
Run one round of `codex review` against an existing GitHub PR by invoking `~/ai/bin/codex-pr-review.sh`. The review is posted to the PR as a `gh pr review` comment, and the skill reports verdict + finding count + URL back in chat. Use when the user wants a codex pass on a PR they (or another agent) already opened — not for full ship-feature loops, which iterate with auto-fix.
Promote Agents Md
Triage the proposal queues populated by the SessionEnd `propose-agents-md` hook. Each candidate is one of two kinds — an AGENTS.md rule or a memory entry. Walks through user-scope and current-project candidates one at a time, showing each proposal with its destination, then waits for an approve / edit / reject / defer verdict before moving on. Use when the user says "/promote-agents-md", "triage…
Capture
Append a thought, observation, or idea to the personal Obsidian vault by calling the brain-mcp `capture` tool, which writes to today's daily note. Use when the user says "capture this", "save this thought", "save to brain", "remember this in brain", or otherwise asks to file something into their personal notes. NOT for code TODOs, bug tickets, or project work tracking — only personal vault conten…