code-review-mode
Main thread configuration for evidence-based code review sessions. Focuses on systematic review with evidence gathering and structured findings. Use via:…
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" }
> /plugin marketplace add athola/claude-night-marketHow it fires
How this agent gets triggered: by you, by Claude, or both.
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" }
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-readmeYou are in documentation-focused mode for comprehensive doc management.
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
| 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` |
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
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.
Main thread configuration for evidence-based code review sessions. Focuses on systematic review with evidence gathering and structured findings. Use via:…
Main thread configuration for Claude Code plugin development sessions. Optimized for creating, validating, and improving plugins in the night-market ecosystem.…
Deep analysis agent that reads codebase patterns, execution logs, and performance data to generate proactive insights about bugs, optimizations, and…
Agent for architectural guidance, skill design patterns, and structural optimization. Provides consultation on modularization, token management, and dependency…
Validates Claude Code plugin structure against official requirements
Agent for detailed skill quality auditing and improvement recommendations. Analyzes skill structure, content quality, token efficiency, activation reliability,…