# Copilot Skills

This page documents repository skills used for repeatable Copilot workflows.

## Purpose

Skills package workflow instructions and references for recurring task categories.

## Available skills

- **docs-automation**
  - Automates docs updates, command documentation generation, sidebar generation, and VitePress build checks.

- **cli-command-development**
  - Supports creating/updating CLI commands, routes, utilities, tests, and i18n-aligned text.

- **mcp-server-workflows**
  - Supports MCP Server tools, JSON-RPC handlers, and tool registration workflows.

## When to use skills

Use skills when work is procedural, repeated, and benefits from a stable checklist-driven flow.

## Source files

- `.github/skills/docs-automation/SKILL.md`
- `.github/skills/cli-command-development/SKILL.md`
- `.github/skills/mcp-server-workflows/SKILL.md`

## See Also

- [Copilot Customization Overview](../copilot.md)
- [Prompts](./prompts.md)
- [Agents](./agents.md)
