SKILL.md
--- name: agent-setup description: Set up the agent-friendly git wrapper router (venv, PATH shims, config, verification). Use when installing or troubleshooting the router, git/gh shims, or CLI routing behavior for this project.
Agent Setup
Workflow
- Open the setup guide:
documentation/setup.md. - Follow the venv + requirements steps for this project.
- Wire
binto PATH in the target shell (WSL preferred). - Verify routing with
type -a git/type -a ghand
router.sh --check status.
- If you want a
routershortcut, add an alias or symlink torouter.sh. - Confirm config behavior in
config/cli_router.yaml(override with--configif needed).
References
documentation/setup.md: venv setup, PATH wiring, and verification steps.documentation/quickstart.md: quick command list to confirm routing works.documentation/testing.md: optional test run after setup changes.documentation/wrappers.md: router entry points and shim behavior.config/cli_router.yaml: default profiles + routing settings.config/cliroutercustom_commands.yaml: custom command sequences.