> ## Documentation Index
> Fetch the complete documentation index at: https://docs.pathors.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Claude Code Skills

> Pre-built workflows for building and managing Pathors agents with Claude Code

Pathors Skills are pre-built workflows for [Claude Code](https://docs.anthropic.com/en/docs/claude-code) that guide you through common agent management tasks. Each skill is built on top of the [Pathors MCP server](/en/guides/mcp/introduction), orchestrating MCP tools into guided workflows with best practices.

## Installation

```bash theme={null}
npx skills add pathorsai/skills
```

The MCP server connection is included — it will authenticate via OAuth automatically on first use.

## Available Skills

| Skill           | Description                                                                             |
| --------------- | --------------------------------------------------------------------------------------- |
| `design-agent`  | Design a complete agent — project setup, global prompt, pathway architecture, and tools |
| `manage-tools`  | Configure and manage tools available to agents                                          |
| `debug-session` | Debug 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](https://github.com/pathorsAI/skills)
