Skip to main content
Agent Skills are portable instruction sets that teach AI coding assistants how to perform Tusk tasks — like analyzing API test deviations, querying recorded traffic, or debugging regressions without leaving your editor. Skills work with 18+ AI agents including Cursor, Claude Code, GitHub Copilot, Cline, and many others.

Installing skills

Install all Tusk skills:
npx skills add Use-Tusk/tusk-skills
Install a specific skill:
npx skills add Use-Tusk/tusk-skills --skill tusk-drift-analyze
Install to specific agents:
npx skills add Use-Tusk/tusk-skills -a claude-code -a cursor

Available skills

Tusk Drift

These skills require Tusk Drift to be set up in your project. See the Drift overview to get started, and Tusk Drift Cloud to connect your service.

tusk-drift-analyze

Run the Drift CI/CD check locally — replays API tests, classifies deviations as intended, unintended, or unrelated, and optionally fixes regressions.

tusk-drift-query

Search, analyze, and debug recorded API traffic using the Tusk Drift CLI query commands — covers spans, traces, aggregations, and schema exploration.
Browse the full skill catalog and source on GitHub. New skills are added as Tusk products evolve.

How skills work

Each skill is a SKILL.md file containing structured instructions that agents load on demand. When you ask your agent to do something Tusk-related, it reads the skill to understand which CLI commands to run, how to interpret the output, and what workflows to follow. Skills are an alternative to the Drift MCP server. MCP requires per-agent server configuration, while skills install once and work across all supported agents out of the box.

Learn more