Write/update documentation for user-facing changes and new features
Writes documentation for user-facing changes and new features in the .docs/ directory.
/plugin marketplace add tenzir/claude-plugins/plugin install docs@tenzir[topic]Invoke the docs:authoring skill for this sequence of steps.
The .docs/ directory is synchronized automatically via hook before file edits.
If the user provided a topic argument, use that as the documentation subject.
Otherwise, detect what to document:
git diff --stat to check for uncommitted changesApply the decision tree from the docs:authoring skill to select the right
section. Use AskUserQuestion if the appropriate section is ambiguous.
Search .docs/ for existing documentation on the topic:
Create or update documentation files in .docs/:
title.mdx format for new filesRun linting and auto-fix trivial issues:
cd .docs && pnpm lint:fix
If there are remaining linting errors, show them to the user and ask how to proceed.
Summarize what was done: