.cursor/skills/maintain-documentation/SKILL.md
Ensures human and AI documentation stay in sync with code and config. Use when changing behavior, adding features, refactoring, or when the user asks to update docs. Delegates the actual updates to the documentation-maintainer subagent.
npx skillsauth add devopsfactory-io/neptune maintain-documentationInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Use this skill when:
Delegate documentation updates to the documentation-maintainer subagent (.cursor/agents/documentation-maintainer.md).
When this skill applies, invoke the documentation-maintainer subagent with a prompt that describes what changed (e.g. code, config, CI, or structure) so it can run its full checklist and update README, docs/, examples/, AGENTS.md, .cursor/rules, .cursor/commands, and .cursor/skills as needed. The subagent owns the detailed checklist and the "where things live" / "when to update" mapping; do not duplicate that work—delegate it.
development
Runs tests, lint, and format checks; explains CI workflows. Use when running or debugging tests, lint, or GitHub Actions.
development
Cuts a new release with semantic versioning and GoReleaser. Use when the user wants to release a new version, tag a release, or understand release workflow.
tools
Commits current changes and opens a pull request via GitHub CLI (gh). Use only when the user explicitly says "open a pull request", "open an pull request", or "create a pull request". Do not run this workflow for other requests.
development
Runs tests, lint, and format checks; explains CI workflows. Use when running or debugging tests, lint, or GitHub Actions.