From onboard-codebase-walkthrough
Deep dive into codebase architecture, key modules, and design patterns. Use when user says "codebase walkthrough", "show me the code", or "architecture overview".
npx claudepluginhub monty1985/adams-mind --plugin onboard-codebase-walkthroughThis skill uses the workspace's default tool permissions.
- Describe the overall system architecture (monolith, microservices, monorepo, etc.)
Guides Next.js Cache Components and Partial Prerendering (PPR) with cacheComponents enabled. Implements 'use cache', cacheLife(), cacheTag(), revalidateTag(), static/dynamic optimization, and cache debugging.
Migrates code, prompts, and API calls from Claude Sonnet 4.0/4.5 or Opus 4.1 to Opus 4.5, updating model strings on Anthropic, AWS, GCP, Azure platforms.
Performs token-optimized structural code search using tree-sitter AST parsing to discover symbols, outline files, and unfold code without reading full files.