From supp
Show directory layout with git status — ONLY for project structure or file location questions, not for understanding code or reviewing changes. TRIGGER when: you need to see project structure, directory layout, what files exist, or orient yourself in an unfamiliar codebase. DO NOT TRIGGER when: you need to read file contents (use /ctx), find symbols (use /sym), or review changes (use /diff)
How this skill is triggered — by the user, by Claude, or both
Slash command
/supp:treeThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Run the following command and show the user the output:
Run the following command and show the user the output:
supp tree --json $ARGUMENTS
-d <N> to limit depth for large projects/sym — it searches symbol definitions, not file paths/why — it shows definition, callers, and dependencies/diff — it shows actual change content, not just modified markers/ctx — it bundles source with dependency contextnpx claudepluginhub andrewpberg/supp --plugin suppNavigates large codebases via an MCP server providing outlines, symbol search, references, callers, git history, blame, and diffs without reading source files.
Explores project structure, configurations, code patterns, conventions, tests, and dependencies before modifying existing code to understand context and avoid bugs.
Discovers git state, project structure, language/framework, and dev tooling in unfamiliar codebases. Provides structured summary with risk flags and recommendations for onboarding.