Agent skills
Agent Skills that help AI assistants work on Basedoc documentation projects.
Basedoc skills is a small repository of Agent Skills that help AI assistants work on Basedoc documentation projects.
Agent Skills are instructions (in simple Markdown files) that help agents follow consistent steps instead of guessing. More info
writing-basedoc-docs
This skill tells an agent to use this docs site when editing or writing documentation.
Once installed inside your docs repo, agents will be able to manage your Basedoc project in a way that is compatible with the platform.
Install the skill with:
Bash
npx skills add docslab-co/basedoc-skills --skill writing-basedoc-docsExample prompts
Use prompts like these once the skill is available to the agent:
- “Add a new page under for Feature X under 'Section B' in the navigation.”
- “Update the API docs page for POST /users to match this OpenAPI snippet: <pasted snippet>”
- “Add a changelog entry for Feature Y and follow a similar format as existing changelog entries.”
- "Change this list to use <Card> components.”
If you have the writing skill in your project, you shouldn't need to specficially ask the assistant to fetch or follow Basedoc's docs or conventions.

