Skip to main content
Pathors Skills are pre-built workflows for Claude Code that guide you through common agent management tasks. Each skill is built on top of the Pathors MCP server, orchestrating MCP tools into guided workflows with best practices.

Installation

npx skills add pathorsai/skills
The MCP server connection is included — it will authenticate via OAuth automatically on first use. If you prefer using an API key instead, set it as an environment variable:
export PATHORS_API_KEY="dk_your_key_here"

Available Skills

SkillDescription
design-agentDesign a complete agent — project setup, global prompt, pathway architecture, and tools
manage-toolsConfigure and manage tools available to agents
debug-sessionDebug session issues, fix config, and create regression tests
After installation, invoke any skill directly in Claude Code — the skill provides the workflow guidance automatically.

Source

Skills are open source: github.com/pathorsAI/skills