con un clic
codebase-scout
Explore and map a codebase to understand its structure
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Menú
Explore and map a codebase to understand its structure
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Basado en la clasificación ocupacional SOC
Frontend aesthetics policy. Use when building UI, components, landing pages, dashboards, or any frontend work. Prevents generic ai-generated look.
Backward partner to /flow. Picks the next horizon from inbox + wiki + lessons, writes the reverse path as tagged tasks to TODO.md so /autopilot can pursue it tick by tick. Triggers on: endgame, what's the last move, where are we heading, reverse engineer, work backward.
Dispatch coding work to an installed terminal agent — Codex, Cursor, or Devin — as an interchangeable worker engine. Claude orchestrates: writes the bounded prompt, the engine builds, Claude verifies and lands. Triggers on: use codex, use cursor, use devin, engine, dispatch to, worker agent, second opinion build.
Run one RL improvement tick on the workspace via POST /api/improve. Ships one verifiable change, scores it, writes the scorecard. The thing you pay for. Triggers on: improve, make this better, ship one thing, run a tick, get smarter.
Detect and remove AI writing patterns
Create outlines and gather research before writing
| name | codebase-scout |
| description | Explore and map a codebase to understand its structure |
| version | 1.0.0 |
Explore an unfamiliar codebase and produce a concise map of what exists, where things live, and how they connect.
Start with a summary: what this codebase does, what language/framework, how it's organized. Then show the tree with annotations:
src/
core/ -- business logic
api/ -- REST endpoints
db/ -- models and migrations
tests/ -- mirrors src/ structure
config/ -- environment configs