From codedna
Analyze a repository with the `codedna` CLI before manual code spelunking. Use when the user asks for the tech stack, architecture, languages, framework usage, dead code, directory structure, LOC breakdown, or a quick high-level understanding of an unfamiliar codebase.
How this skill is triggered — by the user, by Claude, or both
Slash command
/codedna:codednaThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Use `codedna` to build fast repository context before reading many files by hand.
Use codedna to build fast repository context before reading many files by hand.
Run the narrowest command that answers the request:
codedna json . --compact for agent consumption and structured summariescodedna analyze . for a human-readable overviewcodedna stack . for languages, frameworks, and databasescodedna files . for per-file LOC hotspotscodedna framework <name> . to locate framework usagecodedna deadcode . to inspect unreachable filescodedna map . --depth 3 to inspect project layoutPrefer codedna json when you will reuse the result across several follow-up steps.
codedna findings as generated analysis, not as guaranteed truth.codedna files to identify large or central files before deeper review.codedna framework <name> to find concrete file references for follow-up inspection.codedna json, summarize the relevant fields instead of dumping raw JSON unless the user asked for it.If codedna is unavailable in PATH, tell the user briefly and continue with normal repository inspection unless the user explicitly wants the tool installed or repaired.
npx claudepluginhub crafteraadarsh/codedna --plugin codednaAnalyzes codebase structure, tech stack, patterns, and conventions for project onboarding and exploration.
Analyzes codebases for architecture, tech stack, patterns, scale, quality signals, and next steps via /sourceatlas:overview. Use when onboarding or querying project structure.
Maps unfamiliar repository structure, tech stack, entrypoints, commands, tests, risks, and safe next steps before making changes.