Codebase Tour banner
Fighter90 Fighter90

Codebase Tour

Design community

Description

--- description: Give a 90-second tour of the career-ops-ui codebase for an agent joining fresh. --- Walk through the repo in this order, ONE sentence per item: 1. Stack — Node 18+, Express 4, vanilla SPA, no build step, no TS. 2. Server entry — `server/index.mjs` (createApp factory + ~50 routes). 3. Server lib — list `server/lib/*.mjs` with a one-line purpose each. 4. Client entry — `public/index.html` → `public/js/app.js` → `public/js/router.js`. 5. Views — `public/js/views/*.js`, one per ro

Installation

Installs to ~/.claude/commands/fighter90-career-ops-ui-codebase-tour.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/Fighter90/career-ops-ui/HEAD/.claude/commands/codebase-tour.md -o ~/.claude/commands/fighter90-career-ops-ui-codebase-tour.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository