Help us improve
Share bugs, ideas, or general feedback.
From shannon
Build repo-wide context before any modification. File inventory, module map, dependency manifests, hot-path identification. Read-only.
npx claudepluginhub krzemienski/shannon-framework --plugin shannonHow this skill is triggered — by the user, by Claude, or both
Slash command
/shannon:codebase-analysisThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Phase 1 of `/shannon:forge`. Read-only repo survey that grounds the planning phase.
Provides UI/UX resources: 50+ styles, color palettes, font pairings, guidelines, charts for web/mobile across React, Next.js, Vue, Svelte, Tailwind, React Native, Flutter. Aids planning, building, reviewing interfaces.
Fetches up-to-date documentation from Context7 for libraries and frameworks like React, Next.js, Prisma. Use for setup questions, API references, and code examples.
Explores codebases via GitNexus: discover repos, query execution flows, trace processes, inspect symbol callers/callees, and review architecture.
Share bugs, ideas, or general feedback.
Phase 1 of /shannon:forge. Read-only repo survey that grounds the planning phase.
Produces e2e-evidence/<run-id>/codebase-analysis/ containing:
file-inventory.txt) — all files in scope, with size + last-modified.module-map.md) — directory tree with brief purpose per top-level dir.deps-summary.md) — package.json / Cargo.toml / pyproject.toml parsed; flag outdated majors.hot-paths.md) — entry points (CLI bins, route handlers, main functions). For each: which modules they touch most.find / glob for inventory (NOT find when searching code — Glob).package.json, Cargo.toml, pyproject.toml, go.mod, Gemfile).docs/codebase-summary.md if they exist.#!/usr/bin/env, if __name__, func main, export default function)./shannon:forge./shannon:plan may invoke this as a prerequisite).