Agent Skills: docs-summarize

[Docs] ⚡ Analyze the codebase and update documentation

UncategorizedID: duc01226/easyplatform/docs-summarize

Install this agent skill to your local

pnpm dlx add-skill https://github.com/duc01226/EasyPlatform/tree/HEAD/.claude/skills/docs-summarize

Skill Files

Browse the full folder contents for docs-summarize.

Download Skill

Loading file tree…

.claude/skills/docs-summarize/SKILL.md

Skill Metadata

Name
docs-summarize
Description
"[Docs] ⚡ Analyze the codebase and update documentation"

Use docs-manager agent to analyze the codebase based on docs/codebase-summary.md and respond with a summary report.

Arguments:

$1: Focused topics (default: all) $2: Should scan codebase (Boolean, default: false)

Focused Topics:

<focused_topics>$1</focused_topics>

Should Scan Codebase:

<should_scan_codebase>$2</should_scan_codebase>

[CRITICAL] Code Evidence Requirements

All documentation summaries MUST follow evidence rules from .claude/skills/feature-docs/SKILL.md[CRITICAL] MANDATORY CODE EVIDENCE RULE

Quick Reference

  • Format: **Evidence**: {FilePath}:{LineNumber}
  • Status: ✅ Verified / ⚠️ Stale / ❌ Missing
  • Requirement: Maintain evidence links when summarizing

Important:

  • Use docs/ directory as the source of truth for documentation.
  • Do not scan the entire codebase unless the user explicitly requests it.

IMPORTANT: Do not start implementing.

IMPORTANT Task Planning Notes

  • Always plan and break many small todo tasks
  • Always add a final review todo task to review the works done at the end to find any fix or enhancement needed