Skip to content

Developer utilities including documentation, changelogs, code review, plan review, git workflows, auto-formatting, and releases. Provides documentation workflows with the Diataxis framework, technical writing guidance based on Google’s style guide, changelog management with tenzir-ship, parallel code review with specialized reviewers and automated fix execution, plan review with external AI tools, git commit/PR workflows, and automatic file formatting after edits.

  • 📚 Docs Authoring Skill: Guidance on the Diataxis framework, section selection, and Tenzir docs conventions
  • ✍️ Technical Writing Skill: Style guidelines for clear technical documentation following Google’s developer documentation style guide
  • 📝 Changelog Adder Agent: Creates changelog entries for PR changes, suitable for CI automation
  • 🔍 Code Review Command: Spawns specialized reviewers in parallel, triages findings, creates fix tasks, and executes fixes with GitHub thread resolution
  • 🚀 Release Command: Guides through releasing a project with tenzir-ship
  • 🔄 Finalize Command: Adds changelog entry, commits, and pushes changes
  • 🔬 Plan Reviewer Agent: Reviews implementation plans using external AI models (Codex, Gemini, Opus) with structured evaluation methodology
  • 📦 Committer Agent: Stages and commits changes with cohesion analysis and automatic splitting of unrelated changes
  • 🔀 PR Maker Agent: Creates GitHub pull requests with proper branching and commit workflows
  • 🤖 Fixer Agent: Opus-powered agent that fixes findings. In PR mode, commits, pushes, and resolves GitHub threads. In batch mode, applies fixes without individual commits
  • 🎯 Triager Agent: Filters low-confidence findings, groups related issues, and deduplicates cross-reviewer overlap for focused review
  • 📋 Planner Agent: Creates ordered fix tasks with file-level dependencies to prevent merge conflicts
  • 🔧 Auto-Formatting Hook: Automatically formats files after every Write or Edit operation using language-specific formatters

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 dev from the plugin list
TypeNameDescription
Skilladdressing-reviewsAddress GitHub PR review feedback. Use when responding to reviewers, resolving threads, or handling review comments.
Skilldocs-authoringAuthor documentation for Tenzir projects. Use when creating or updating tutorials, guides, explanations, reference, or integrations.
Skillreviewing-changesReview methodology for code changes with confidence scoring. Use when spawning reviewer agents, rating issue severity (P1-P4), or scoring review confidence.
Skillreviewing-plansReview methodology for implementation plans. Use when evaluating plan quality, completeness, or risk.
Skilltechnical-writingWrite clear technical documentation following Google’s style guide. Use when writing docs, README files, API documentation, code comments, user guides, or asking about documentation style.
Skillwriting-commit-messagesWrite git commit messages for Tenzir repositories. Use when committing changes, running git commit, drafting commit messages, detecting staged changes, or asking about commit format and subject lines.
Command/dev:finalizeAdd changelog entry, commit, and push. Use when finishing a feature, preparing for merge, or completing PR work.
Command/dev:releaseGuide through releasing a project with tenzir-ship (detect, stage, commit, publish, verify).
Command/dev:reviewRun parallel code review on changes. Use when reviewing a PR, checking code quality, or auditing changes.
Agentdev:changelog-adderCreate a changelog entry for PR changes. Use when adding changelog entries, running tenzir-ship, or automating CI workflows.
Agentdev:committerCommit changes autonomously for automated workflows. Use when staging files, creating commits, or automating git workflows.
Agentdev:docs-updaterUpdate the official Tenzir documentation. Use when documenting code changes, writing guides or tutorials, or syncing docs with code.
Agentdev:fixerFix review findings with commits. Use when addressing findings from /dev:review.
Agentdev:plannerPlan fixes for review findings. Use when creating fix tasks from triaged findings.
Agentdev:pr-makerCreate a pull request on GitHub for current changes. Use when opening a PR, pushing a topic branch, or submitting changes for review.
Agentdev:triagerTriage review findings. Use when filtering false positives, grouping related findings, or deduplicating reviewer overlap.
HookPostToolUseTriggers on Write, Edit

For hands-off documentation, delegate to the docs updater subagent:

Document the latest changes @dev:docs-updater

The subagent writes docs, reviews them, runs linting, and creates a PR against tenzir/docs—all without further input.