pathfinder

Solid

SLASH COMMAND — type /pathfinder to get a navigable map of every skill and subagent and when to reach for each. Resolves the reviewer-2-vs-panel decision. Use when unsure which skill or agent to invoke, or when orienting a new session.

AI & Automation 61 stars 5 forks Updated yesterday MIT

Install

View on GitHub

Quality Score: 87/100

Stars 20%
60
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
80
License 10%
100
Description 5%
100

Skill Content

# Skill & Agent Router Type `/pathfinder` when you need to know which skill or subagent to reach for. Nothing here fires automatically; this is a navigation aid only. --- ## Session lifecycle ``` Start of session → /pickup ↓ (do work) End of session → /handoff writes .ai/HANDOFF.md, then calls /evolve-claude-md Standalone update → /evolve-claude-md promote session knowledge to CLAUDE.md only ``` --- ## Skills — user-invoked (type the slash command explicitly) | Skill | Command | Reach for it when… | |---|---|---| | repo-init | `/repo-init [--package]` | Starting a new repo (or retrofitting an old one): scaffolds the standard structure — research mode by default, `--package` for a distributable library. Idempotent | | pickup | `/pickup` | Starting a new session; reconstructs context from `.ai/HANDOFF.md`. Named `pickup`, not `resume`, so it doesn't shadow Claude Code's built-in `/resume` session picker | | handoff | `/handoff` | Ending a session or switching agents; calls `evolve-claude-md` internally | | evolve-claude-md | `/evolve-claude-md` | Standalone CLAUDE.md update without a full handoff | | grill-me | `/grill-me` | Stress-testing a plan or design before implementing; thin launcher for the `grilling` core | | slack-message | `/slack-message` | Drafting an internal Slack update grounded in git context | | create-alert | `/create-alert [--spec-only]` | Getting pinged on Slack when something changes/happens: grills a "t...

Details

Author
dgilford
Repository
dgilford/ai-science-toolkit
Created
3 months ago
Last Updated
yesterday
Language
Shell
License
MIT

Similar Skills

Semantically similar based on skill content — not just same category