Creating content
Writing with AI
Ways to use AI agents to write and manage your documentation projects.
LLMs, agents and assistants are really useful for helping manage documentation sites if your content is all in code (like it is in Basedoc).
Agent skill
Basedoc has a small collection of skills to help manage your documentation projects.
The skills are available in the docslab-co/basedoc-skills repo.
The writing-basedoc-docs skill summarizes how to write and edit documentation for Basedoc, so edits to MDX, basedoc.json, and API docs stay accurate.
Install the skill inside your project with:
Bash
npx skills add docslab-co/basedoc-skills --skill writing-basedoc-docsSkills
Read more about Basedoc's agent skills.

