Agent Skills
Drop-in Agent Skills that teach an AI agent to install, configure, and use BitRouter.
Agent Skills are drop-in skills that teach an AI coding agent — Claude Code, Cursor, Copilot, Codex, and others — how to install, configure, migrate to, and troubleshoot BitRouter on its own. They are the third way to drive BitRouter, alongside the CLI and the MCP server.
Install with the generic skills CLI:
npx skills add bitrouter/bitrouterOr via BitRouter's own installer:
bitrouter skills add bitrouterThe skill is kept in sync with the code in the bitrouter repo.
Serving skills to a harness
bitrouter skills installs and manages skills locally; bitrouter mcp serve --backend skills exposes the installed set as a standalone AgentSkills server so any harness can discover and load them. Under bitrouter tui that server is injected into every launched harness automatically — see MCP server.
How is this guide?