Stats
Actions
Tags
From CodeLens
Deep architecture analysis — dependencies, coupling, dead code, circular imports
How this skill is triggered — by the user, by Claude, or both
Slash command
/codelens:analyzeThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Perform a comprehensive architecture health check on the codebase.
Perform a comprehensive architecture health check on the codebase.
get_symbol_importance (top_n=30) to identify the most coupled filesfind_dead_code to find unreachable symbols and unused exportsfind_circular_dependencies to detect import cyclesget_change_coupling to find files that always change together (hidden dependencies)get_impact_analysis to assess risk/codelens-analyze # Full architecture analysis
Creates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.
npx claudepluginhub mupozg823/codelens-mcp-plugin --plugin codelens