npx claudepluginhub willsigmon/sigstack --plugin superclaudeThis skill is limited to using the following tools:
**Understand any codebase quickly.**
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.
Automates semantic versioning and release workflow for Claude Code plugins: bumps versions in package.json, marketplace.json, plugin.json; verifies builds; creates git tags, GitHub releases, changelogs.
Understand any codebase quickly.
"What's the architecture of this codebase?"
Agents analyze:
- Entry points
- Layer structure
- Data flow
- Dependencies
- Key abstractions
"What patterns does this codebase use?"
Agents find:
- Design patterns (MVVM, etc.)
- Code conventions
- Naming schemes
- File organization
- Common idioms
"How healthy is this codebase?"
Agents assess:
- Code complexity
- Test coverage
- Dead code
- Duplications
- Tech debt indicators
"Map the dependencies"
Agents trace:
- Internal dependencies
- External packages
- Circular references
- Coupling points
- Isolated modules
"Quick overview: What does this codebase do?"
Returns:
- Purpose
- Main components
- Entry points
- Key files
"Where does execution start?"
For apps:
- main(), App.swift, index.ts
- Configuration loading
- Initialization sequence
"Trace data from [source] to [destination]"
Returns:
- Flow path
- Transformations
- Storage points
- Exit points
Spawn 5 agents:
1. Structure analyzer (files, folders)
2. Entry point finder
3. Pattern identifier
4. Dependency mapper
5. Test coverage checker
Results in <1 minute.
After overview:
"Deep dive into [specific area]"
Focused analysis with full context.
Narrative explanation
Key concepts highlighted
Examples shown
Gotchas noted
Markdown structure
Diagrams (Mermaid)
Code references
File links
Step-by-step guide
"Start here" pointer
Learning path
Common tasks
Analyze:
- App lifecycle
- View hierarchy
- Data persistence
- Networking layer
- State management
Analyze:
- Component tree
- State management
- Routing
- API integration
- Build pipeline
Analyze:
- Server setup
- Route handlers
- Database access
- Middleware
- Authentication
After analysis:
"Remember: [key insight]"
Never re-analyze for the same question.
Add architecture notes:
- Key abstractions
- Important patterns
- Gotchas discovered
Analyze this iOS codebase:
1. What's the architecture pattern?
2. How is state managed?
3. Where's the networking code?
4. What persistence is used?
5. How are views structured?
Return a concise overview I can reference.
Use when: New codebase, architecture review, onboarding