A collection of Agent Skills for interacting with Read the Docs APIs and services.
Warning: These skills can modify production Read the Docs data. Use with caution and review commands that will be run carefully.
Official documentation lives in the Read the Docs docs: https://docs.readthedocs.com/platform/latest/reference/agent-skills.html
- Read the Docs API: API v3 client guidance for building requests and integrations.
- Read the Docs Config Writer: Create or update
.readthedocs.yamlfiles for Sphinx and MkDocs. - Read the Docs Search API: Query documentation across projects and versions.
- Read the Docs Project Manager: Create projects, trigger builds, and sync versions.
- Read the Docs Redirects Manager: List, create, update, and delete redirects.
- Read the Docs Build Failure Triage: Analyze build failures using logs and config context.
- Read the Docs Build Optimization: Troubleshoot and speed up slow documentation builds.
See the official docs for full descriptions and usage examples.
To add a new skill:
- Create a directory under
skills/with a descriptive name. - Add a
SKILL.mdfile with YAML frontmatter and instructions. - (Optional) Add supporting files like scripts or references.
- Test the skill with your agent.
- Submit a pull request.
MIT. See LICENSE.