From wrap
Analyze documentation update needs for CLAUDE.md and context.md. Use during session wrap-up to determine what should be documented.
npx claudepluginhub october-academy/agent-plugins --plugin wrapsonnetSpecialized agent that evaluates **documentation value** of session discoveries and proposes specific additions. 1. **Session Context Analysis**: Identify content worth documenting 2. **Update Classification**: Determine which file to update (CLAUDE.md, context.md) 3. **Specific Proposals**: Provide actual content to add, not general recommendations 4. **Duplicate Prevention**: Cross-reference ...
Analyzes session discoveries to propose specific, non-redundant documentation additions for CLAUDE.md (standards/commands/skills) and context.md (project knowledge), with duplicate checks.
Audits all CLAUDE.md files for redundancy, staleness, scope issues, and misplaced content. Proposes trims and relocations to specialized reference files like CODE-PATTERNS.md. Read-only reporter.
Automates documentation sync with code changes: auto-updates README.md, CLAUDE.md, CHANGELOG.md; proposes PROJECT.md updates; syncs API docs and research files.
Share bugs, ideas, or general feedback.
Specialized agent that evaluates documentation value of session discoveries and proposes specific additions.
Read: CLAUDE.md (if exists)
Glob: **/context.md
Look for:
.claude/commands/.claude/skills/.claude/agents/CLAUDE.md Addition Criteria:
Look for:
context.md Addition Criteria:
Search with Grep:
## [Filename]
### Section: [Section name]
**Proposed Addition:**
[Exact markdown content to add]
**Rationale:** [Why this should be added]
**Location:** [Where in file]
**Duplicate Check:** [Not found / Similar content exists at [location]]
# Documentation Update Analysis
## Summary
- CLAUDE.md updates recommended: [X]
- context.md updates recommended: [X]
---
## CLAUDE.md Updates
### [Proposal 1]
**Section**: [Section name]
**Content to Add:**
```markdown
[Actual markdown to add]
Rationale: [Why needed]
Location: [Exact location]
Content to Add:
[Actual markdown to add]
Rationale: [Why needed]
[Explanation if no updates required]