Summarize AI-generated branches, PRs, diffs, and design docs into structured digests with file breakdown, code walkthrough, and key concepts. Supports simple mode (-s) for plain language, report mode (-r) for full analysis with architecture impact, design decisions, risks, and recommendations, and export mode (--export) for markdown with Mermaid diagrams. Use when the user asks to explain, summarize, digest, or understand changes.
From digestnpx claudepluginhub shdennlin/agent-plugins --plugin digestThis skill uses the workspace's default tool permissions.
digest-agent.mdFetches up-to-date documentation from Context7 for libraries and frameworks like React, Next.js, Prisma. Use for setup questions, API references, and code examples.
Retrieves current documentation, API references, and code examples for libraries, frameworks, SDKs, CLIs, and services via Context7 CLI. Ideal for API syntax, configs, migrations, and setup queries.
Uses ctx7 CLI to fetch current library docs, manage AI coding skills (install/search/generate), and configure Context7 MCP for AI editors.
Summarize AI-generated changes into structured digests that developers, reviewers, and stakeholders can quickly understand.
$digest # current branch vs main
$digest feat/new-auth # specific branch
$digest #42 # PR number
$digest docs/plans/auth.md # design doc
$digest --simple # plain-language output
$digest --report # full report (~5 min read)
$digest -r --export # export as markdown with Mermaid
| Flag | Description |
|---|---|
-s, --simple | Plain, non-technical language |
-r, --report | Full report: architecture, design decisions, risks, recommendations |
--export | Export report as markdown with Mermaid diagrams (requires -r) |
Output modes: default (~1min) → -r (~5min)
digest-agent.md (in this skill directory)--export)Use the companion digest-agent.md in this directory as the agent prompt. Provide it with:
The agent uses $PROJECT_ROOT (set by the init hook) or falls back to git rev-parse --show-toplevel.