<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom"><title>Read the Docs - Feature announcement</title><link href="https://readthedocs-about--377.org.readthedocs.build/" rel="alternate"></link><link href="https://readthedocs-about--377.org.readthedocs.build/feeds/feature-announcement.atom.xml" rel="self"></link><id>https://readthedocs-about--377.org.readthedocs.build/</id><updated>2026-02-11T00:00:00-08:00</updated><entry><title>Agent skills for the Read the Docs now available</title><link href="https://readthedocs-about--377.org.readthedocs.build/blog/2026/02/readthedocs-skills-api-config/" rel="alternate"></link><published>2026-02-11T00:00:00-08:00</published><updated>2026-02-11T00:00:00-08:00</updated><author><name>Eric Holscher</name></author><id>tag:readthedocs-about--377.org.readthedocs.build,2026-02-11:/blog/2026/02/readthedocs-skills-api-config/</id><summary type="html">&lt;p&gt;Trying to figure out how to pass up-to-date information to AI agents is a hard problem currently.
We have experimented …&lt;/p&gt;</summary><content type="html">&lt;p&gt;Trying to figure out how to pass up-to-date information to AI agents is a hard problem currently.
We have experimented with MCP servers and &lt;code&gt;llms.txt&lt;/code&gt;,
but we have found that &lt;a href="https://agentskills.io/home"&gt;Agent Skills&lt;/a&gt; are the current best way to handle this problem explicitly.&lt;/p&gt;
&lt;p&gt;We have been building the &lt;a href="https://github.com/readthedocs/skills"&gt;Read the Docs Skills repository&lt;/a&gt; to allow more experimentation.
Today we are highlighting two skills that we've found the most useful: the Read the Docs API skill and the Read the Docs Config skill.&lt;/p&gt;
&lt;p&gt;Each skill is a small, self-contained package with a &lt;code&gt;SKILL.md&lt;/code&gt; that teaches an agent how to perform a specific task.
You can easily read them to understand more about how they work.&lt;/p&gt;
&lt;p&gt;You can also read the &lt;a href="https://docs.readthedocs.com/platform/stable/reference/agent-skills.html"&gt;Read the Docs Skills documentation&lt;/a&gt; for more background and usage guidance.&lt;/p&gt;
&lt;p&gt;&lt;img alt="Read the Docs API skill example" src="/images/posts/skills-example.png"&gt;&lt;/p&gt;
&lt;h2 id="read-the-docs-api-skill"&gt;Read the Docs API skill&lt;/h2&gt;
&lt;p&gt;The &lt;a href="https://github.com/readthedocs/skills/blob/main/skills/readthedocs-api/SKILL.md"&gt;Read the Docs API skill&lt;/a&gt; gives your AI agent the ability to interact with the &lt;a href="https://docs.readthedocs.com/platform/stable/api/v3.html"&gt;Read the Docs REST API&lt;/a&gt;.
This requires having an &lt;a href="https://docs.readthedocs.com/platform/stable/api/v3.html#token"&gt;API token&lt;/a&gt; with the appropriate permissions.&lt;/p&gt;
&lt;p&gt;If you want to manage updates or changes to your project (eg. adding a redirect for the current PR, or triggering a new build), this skill will help you do that.&lt;/p&gt;
&lt;h2 id="read-the-docs-config-writer-skill"&gt;Read the Docs Config Writer skill&lt;/h2&gt;
&lt;p&gt;The &lt;a href="https://github.com/readthedocs/skills/blob/main/skills/readthedocs-write-config/SKILL.md"&gt;Read the Docs Config Writer skill&lt;/a&gt; helps you create or update &lt;code&gt;.readthedocs.yaml&lt;/code&gt; files.
It has information about the actual configuration options available,
and won't try to invent options that don't exist.&lt;/p&gt;
&lt;p&gt;This skill should automatically be used whenever you ask your agent to help you write or update a Read the Docs configuration file. 🪄&lt;/p&gt;
&lt;h2 id="install-the-skills"&gt;Install the skills&lt;/h2&gt;
&lt;p&gt;Clone the repository and use the skills directly by copying them where your agent expects skills to be:&lt;/p&gt;
&lt;div class="highlight"&gt;&lt;pre&gt;&lt;span&gt;&lt;/span&gt;&lt;code&gt;git&lt;span class="w"&gt; &lt;/span&gt;clone&lt;span class="w"&gt; &lt;/span&gt;https://github.com/readthedocs/skills.git
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;


&lt;p&gt;If your agent supports the &lt;a href="https://skills.sh/docs/cli"&gt;Agent Skills CLI&lt;/a&gt;, you can install the repository with:&lt;/p&gt;
&lt;div class="highlight"&gt;&lt;pre&gt;&lt;span&gt;&lt;/span&gt;&lt;code&gt;npx&lt;span class="w"&gt; &lt;/span&gt;skills&lt;span class="w"&gt; &lt;/span&gt;add&lt;span class="w"&gt; &lt;/span&gt;readthedocs/skills
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;


&lt;h2 id="give-us-feedback"&gt;Give us feedback&lt;/h2&gt;
&lt;p&gt;We're excited to see how to integrate AI tooling in a way that works well for our community.
This is a fast moving space,
and providing context to AI tooling is an interesting challenge we want to help solve.&lt;/p&gt;</content><category term="Feature announcement"></category><category term="ai"></category><category term="api"></category><category term="configuration"></category><category term="skills"></category></entry></feed>