Skip to content

Documentation workflows for Tenzir projects. Guides you through the Diátaxis framework for structuring content, and provides commands and agents for writing, reviewing, and publishing documentation.

  • 📚 Authoring Skill: Guidance on the Diátaxis framework, section selection, and Tenzir docs conventions
  • ✍️ Write Command: Interactive workflow for documenting changes
  • 👀 Review Command: Check completeness and style of documentation changes
  • 🔀 PR Command: Create documentation PRs with cross-referencing to parent project PRs
  • 🤖 Writer Subagent: Autonomous agent that writes, reviews, and publishes documentation
  • 🔍 Reader Subagent: Answers questions by navigating the live documentation

Use the plugin manager UI in Claude Code.

  1. Run /plugin in Claude Code Enter
  2. Go to Marketplaces Tab
  3. Select + Add Marketplace Enter
  4. Type tenzir/claude-plugins Enter
  5. Install docs from the plugin list
TypeNameDescription
SkillauthoringAuthor documentation for Tenzir projects. Use when creating or updating tutorials, guides, explanations, reference, or integrations.
Command/docs:prCreate a pull request for documentation changes in .docs/
Command/docs:reviewReview documentation changes for completeness and style
Command/docs:writeWrite/update documentation for user-facing changes and new features
Agentdocs:readerAnswer questions about Tenzir documentation. Use when the user asks about TQL, operators, functions, platform features, or how to use Tenzir.
Agentdocs:writerWrite, review, and publish documentation. Creates a PR for tenzir/docs.
HookPreToolUseTriggers on Read, Edit, Write

Document your recent changes:

/docs:write

The command analyzes uncommitted changes (or the last commit) and creates documentation in the appropriate Diataxis section.

Document a specific topic:

/docs:write the new batch operator