AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT Self-run

Explain Codebase

skill-jaballer-claude-webdev-skills-explain-codebase · by jaballer

>

No reviews yet
0 installs
42 views
0.0% view→install

Install

$ agentstack add skill-jaballer-claude-webdev-skills-explain-codebase

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-jaballer-claude-webdev-skills-explain-codebase)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
2mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Explain Codebase? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Explain Codebase

Produce a clear, accurate orientation for someone seeing this project for the first time. The audience may be new to the stack — favor plain language and concrete file paths over jargon.

This skill is strictly read-only. It does not edit, run mutating commands, or install anything.

How to build the tour — read, don't guess

Ground every claim in a file you actually read. Don't infer architecture from the framework's reputation; confirm it in the code. Work through these, in roughly this order:

  1. What is it? Read README.md, package.json/composer.json/pyproject.toml description,

and any docs/ index. State the project's purpose in 1–2 sentences. If it's genuinely unclear, say so rather than inventing a mission.

  1. Stackinvoke /webdev:detect-stack and report the framework, language, package

manager, test runner, and build tool. Note the major dependencies that shape the architecture (ORM, state manager, UI library, auth).

  1. Layout — map the top-level directories to their roles (src/, app/, routes/,

components/, tests/, config/, etc.). One line each. Skip vendored/generated dirs.

  1. Entry points — where execution starts: the server bootstrap, the router/route definitions,

the main app component, the CLI entry, background workers. Cite the actual files.

  1. Data model — the core entities/models/tables and their relationships, if there's a clear

data layer. Point at the schema/migrations/models directory.

  1. How to run it — the resolved dev, test, and build commands (from /webdev:detect-stack),

plus any required setup the README calls out (env file, services, seed data). Don't run them; just report them accurately.

  1. Conventions — read CLAUDE.md, CONTRIBUTING.md, lint/format config, and a couple of

representative source files to surface the real patterns (naming, file structure, styling approach, how state/data flows). Cite an example file for each pattern you name.

  1. Where to start reading — recommend the 3–5 files a newcomer should open first to understand

the app, in order, with one line on why each matters.

Scale to the ask

  • "Quick overview" → sections 1, 2, 3, 6 only — a tight one-screen orientation.
  • "Full tour" / "help me understand this deeply" → all eight, with more cited examples.
  • A question about a specific area ("how does auth work here?") → focus the tour on that

subsystem: trace it end to end with file:line references, skip the rest.

Honesty rules

  • If something is ambiguous or you couldn't find it, say so — "I didn't find a test setup" is

more useful than a confident guess.

  • Don't present the framework's typical structure as this project's structure unless you

verified it in the files.

  • Flag anything that looks surprising or risky in passing (no tests, secrets committed, a stalled

migration) — but don't turn the tour into an audit; that's /webdev:qa-review.

Output

A structured tour with clickable path / path:line references throughout:

  • What it is (1–2 sentences) · Stack · Layout (dir → role)
  • Entry points · Data model (if applicable) · How to run / test / build
  • Conventions (with example files) · Start here (ordered reading list)
  • Open questions / things I couldn't determine (if any)

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.