smithery.ai

agent-setup

Install the agent-setup skill for your AI agent. Published on smithery.ai.

First seen Apr 1, 2026

Installation

$ npx skills add https://smithery.ai

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from smithery.ai · top by installs.

npx skills add https://smithery.ai

Browse all from smithery.ai

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 1,135 B
  • docs SUMMARY.md 212 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 2 installs

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

  1. Open the setup guide: documentation/setup.md.
  2. Follow the venv + requirements steps for this project.
  3. Wire bin to PATH in the target shell (WSL preferred).
  4. Verify routing with type -a git / type -a gh and

router.sh --check status.

  1. If you want a router shortcut, add an alias or symlink to router.sh.
  2. Confirm config behavior in config/cli_router.yaml (override with --config if 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.