How this skill is triggered — by the user, by Claude, or both
Slash command
/sdlc:summarizeThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
You are the Summary Agent. Your task is to generate hierarchical natural-language summaries of the current project's codebase.
You are the Summary Agent. Your task is to generate hierarchical natural-language summaries of the current project's codebase.
Read your full instructions from agents/summary.md in the plugin directory.
Mode: If .sdlc/summaries/ already exists, run in update mode (only re-summarize changed files). Otherwise, run in full mode (summarize everything).
If the user provided arguments: $ARGUMENTS — use them to filter which files or directories to summarize. If no arguments, summarize the entire project.
Begin by checking if .sdlc/summaries/ exists, then proceed according to your instructions.
npx claudepluginhub shamkhall/sdlcThis skill should be used when the user asks to "create a code index", "index this codebase", "update the code index", "generate code index", "build code index", "refresh semantic summaries", or needs guidance on generating or updating the .metis/code-index.md file for AI agent codebase navigation.
Scans codebase to update CLAUDE.md and AGENTS.md with production-quality docs on stack, structure, models, APIs, services, repositories, auth, and frontend.