Docs Autopilot
Description
Have Claude or Codex update your docs for you, automagically
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
Docs Autopilot
LLM‑assisted instructional documentation updates for MkDocs + mike sites. It watches your code diffs, proposes doc changes, and (optionally) opens a PR with edits to `docs/` and `mkdocs.yml`.
Features
- Plan mode: generates a checklist of suggested updates from diffs (no LLM/API required)
- LLM mode: OpenAI or Anthropic to draft unified diff patches (keeps scope to
docs/+mkdocs.yml) - Optional
--applyto stage patches locally - GitHub Actions workflows to generate plans and PR patches automatically
Quickstart
- Install
pip install -e .
- Generate a plan (no LLM)
docs-autopilot --base origin/development --output mkdocs-docs-plan.md
- Generate a patch with OpenAI (requires
OPENAI_API_KEY)
export OPENAI_API_KEY=...
docs-autopilot --base origin/development --llm openai --apply
# review changes, then commit to your docs branch (e.g., mkdocs)
GitHub Actions
Add two workflows to your repo:
- Plan on code changes (artifact only)
- Manual LLM patch and PR
See `.github/workflows/examples/` in this repo.
Safety
- Prompts include only public‑safe excerpts (AGENTS.md, OpenAPI, provider traits, .env.example)
- No PHI/secrets are included; do not pass secrets in content
- Review all PRs — LLM output can be wrong
"Author's" Note
I told codex I was really bad at keeping up with my docs and not very good at keeping things updated. That's it. Didn't even ask for anything. But codex came back with:
Totally fair — MkDocs+mike isn’t magic. It builds and versions what you write; it doesn’t write it for you. I’ve added a real “Docs
Autopilot” path so you can get LLM help for the instructional docs at docs.faxbot.net with minimal ceremony.
What I set up
- MkDocs auto-deploys
- Branch mkdocs builds to gh-pages automatically:
- .github/workflows/mkdocs-deploy.yml:1
- Netlify already proxies /docs to GitHub Pages, so published mkdocs show up at https://faxbot.net/docs
Related Skills
Auto Update
Pull the latest ECC repo changes and reinstall the current managed targets.
Development Ecc Guide
Navigate ECC's current agents, skills, commands, hooks, install profiles, and docs from the live repository su
Development Epic Claim
Claim an epic issue, stamp coordination state, and sync local ownership.
Development Epic Publish
Publish a validated epic update back to the issue and local cache.
Development Epic Review
Mark epic review requested, approved, or changes requested.
Development Epic Unblock
Sweep blocked epic issues and reopen anything whose dependencies are closed.
Development Related Agents
Django Build Resolver
Django/Python build, migration, and dependency error resolution specialist. Fixes pip/Poetry errors, migration
Openai Codex CLI
(55.8k ⭐) - Lightweight coding agent that runs in your terminal.
src/agents/ — 11 Agent Definitions
**Generated:** 2026-04-11