From workflowx
Summarizes code, analyzes project structure, reviews modules/subsystems, and produces structured Markdown reports on code quality risks and improvements.
How this skill is triggered — by the user, by Claude, or both
Slash command
/workflowx:abstracter-code-summaryThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Use this skill as the code analysis execution specification for the abstracter agent.
Use this skill as the code analysis execution specification for the abstracter agent.
mcp/server-sequential-thinking tool for multi-step progressive code reading, verification, and logical reasoning summaries to ensure accuracy.# Overview
- Project Goal:
- Tech Stack:
- Current Summary Scope:
## Engineering Structure & Module Responsibilities
| Module/Directory | Primary Responsibility | Key Files |
|---|---|---|
| | | |
## Core Implementation & Workflow
1. ...
2. ...
## Key Code Interpretation
- `path/to/file`: Description
- `ClassOrFunction`: Description
## Risks & Issues
| Risk Item | Impact | Evidence | Priority |
|---|---|---|---|
| | | | High/Medium/Low |
## Optimization Suggestions
1. Suggestion:
- Expected Benefit:
- Change Cost:
- Applicable Scope:
## Conclusion & Next Steps
- Conclusion:
- Recommended Priority Actions:
npx claudepluginhub treex-x/workflowx --plugin workflowxDeeply explores existing codebases to map architecture, data flow, domain model, API surface, dependencies, and code health using read-only SubAgents.
Provides token-efficient codebase analysis via MCP: call graphs, semantic search, impact analysis, dataflow, program slicing, and dead code detection. Use before refactoring or reading large files.
Analyzes codebases for architecture, tech stack, patterns, scale, quality signals, and next steps via /sourceatlas:overview. Use when onboarding or querying project structure.