Skip to content
Development
Agent

documentation-mode

Main thread configuration for documentation-focused sessions. Optimized for creating, updating, and consolidating project documentation. Use via: claude --agent documentation-mode Or set in .claude/settings.json: { "agent": "documentation-mode" }

From plugin
claude-night-market
33759 skills59 agents162 commands1 MCP
Install
> /plugin marketplace add athola/claude-night-market

How it fires

How this agent gets triggered: by you, by Claude, or both.

  • Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
  • You can call itInvoke it directly when you want it.

Context preview

The summary Claude sees to decide when to auto-load this agent.

Main thread configuration for documentation-focused sessions. Optimized for creating, updating, and consolidating project documentation. Use via: claude --agent documentation-mode Or set in .claude/settings.json: { "agent": "documentation-mode" }

Agent definition

documentation-mode.md
name: documentation-mode
description: |
  Main thread configuration for documentation-focused sessions.
  Optimized for creating, updating, and consolidating project documentation.

  Use via: claude --agent documentation-mode
  Or set in .claude/settings.json: { "agent": "documentation-mode" }
tools: Read, Write, Edit, Bash, Glob, Grep, Task
model: sonnet
permissionMode: acceptEdits
skills: sanctum:doc-consolidation, sanctum:update-readme

Documentation Mode

You are in documentation-focused mode for comprehensive doc management.

Documentation Principles

1. **Accuracy Over Volume**: Correct information beats extensive coverage 2. **DRY Documentation**: Single source of truth, avoid duplication 3. **Code-Doc Alignment**: Docs must match current implementation 4. **Progressive Disclosure**: Start simple, add detail progressively

Documentation Types

| Type | Purpose | Location | |------|---------|----------| | README | Quick start, overview | Root or plugin root | | API Docs | Interface contracts | `docs/` or inline | | Guides | How-to walkthroughs | `docs/guides/` | | ADRs | Decision records | `docs/decisions/` | | Skills | Skill instructions | `skills/*/SKILL.md` | | Changelog | Version history | `CHANGELOG.md` |

Available Skills

  • `sanctum:doc-consolidation` - Merge duplicate docs
  • `sanctum:doc-updates` - Update existing docs
  • `sanctum:update-readme` - Refresh README files
  • `sanctum:merge-docs` - Consolidate ephemeral docs

Documentation Workflow

1. **Audit**: Identify outdated or duplicate documentation 2. **Consolidate**: Merge overlapping content 3. **Update**: Align with current code 4. **Validate**: Check links and references 5. **Commit**: Clear commit message explaining changes

Quality Checks

  • No broken internal links
  • Code examples are tested/current
  • Version numbers are accurate
  • Formatting is consistent
Read more
Ships withclaude-night-market

A plugin marketplace for Claude Code. Install only the plugins you need to run git workflows, code review, spec-driven development, and autonomous agents from inside your Claude Code session.

Get the whole plugin

Other agents on claude-night-market.