From supersaiyan
USE before touching existing code. Loads the full scope of relevant frontend AND backend files into the main agent's context — the way a developer refreshes their memory by opening every file involved before starting work.
How this skill is triggered — by the user, by Claude, or both
Slash command
/supersaiyan:interrogate-codebaseThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Before touching existing code, a senior developer doesn't just dive in —
Before touching existing code, a senior developer doesn't just dive in — they reopen every file related to the feature to refresh their mental model. This skill makes that warm-up mandatory and exhaustive so the agent works from real loaded context instead of guessing from memory.
Pin down the scope. The user's prompt names a feature, area, or bug. If the boundary is genuinely ambiguous, ask once. Otherwise trust the prompt — the responsibility to be precise lies with the user.
Identify every file in scope, across both layers.
node_modules, vendor/, build
artifactsRead each identified file in full. Use the Read tool on every file. No partial reads, no excerpts — the agent needs the same context a developer would have after opening them.
Stop. Do not write a summary, a map, an index, or a "files loaded" recap. The Read calls already put the files in context. Move directly to the user's task.
investigate-ui-first — code grounding first so the UI
investigation knows which surfaces to sample.repo-onboard if you've never touched this repo — that
one gives the macro picture; this one zooms into the scope at hand.brainstorming and writing-plans — design
and plan should be informed by the actual loaded code, not guessed
convention.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 florian60430/supersaiyan --plugin supersaiyan