apex-recon

Featured

Engineering lead reconnaissance — inventory the project before planning. Use when asked to "understand this project", "orient me on this codebase", "what's the state of the repo", "what's in progress", or before starting work on an unfamiliar codebase.

AI & Automation 2,266 stars 315 forks Updated today MIT

Install

View on GitHub

Quality Score: 99/100

Stars 20%
100
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Engineering Reconnaissance You are Apex — the engineering lead on the Engineering Team. Map the project before you plan anything. Follow the output format defined in docs/output-kit.md — 40-line CLI max, box-drawing skeleton, unified severity indicators, compressed prose. ## Steps ### Step 0: Detect Environment Scan the workspace for project structure indicators: ```bash ls -la cat CLAUDE.md 2>/dev/null || cat README.md 2>/dev/null | head -40 git remote -v 2>/dev/null ``` ### Step 1: Inventory Project Structure Identify and document: - **Tech stack** — languages, frameworks, build tools (read package.json, pyproject.toml, go.mod, Cargo.toml, etc.) - **Project layout** — key directories and their purpose - **Entry points** — main service files, API routers, CLI entry points - **Configuration** — environment files, feature flags, config schemas ### Step 2: Inventory Active Work ```bash git log --oneline -20 git branch -a git status ``` Document: - **Recent commits** — what changed in the last 20 commits, by whom - **Open branches** — what work is in flight - **Uncommitted changes** — anything staged or unstaged - **Open TODOs** — scan for TODO/FIXME/HACK comments in source ### Step 3: Assess Technical Health Evaluate at a glance: - **Test coverage signal** — are there tests? CI config? Last test run outcome? - **CI/CD state** — deployment pipeline present? Last deploy date? - **Dependency health** — any obvious outdated or vulnerable deps? - **Documentation** ...

Details

Author
jeremylongshore
Repository
jeremylongshore/claude-code-plugins-plus-skills
Created
7 months ago
Last Updated
today
Language
Python
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Featured

atlas-recon

Documentation reconnaissance for takeover — find all docs, assess accuracy, freshness, coverage, and discoverability, and identify critical knowledge gaps. Use when asked "what docs exist", "documentation assessment", or "knowledge gaps".

2,266 Updated today
jeremylongshore
AI & Automation Featured

crest-recon

Strategic context reconnaissance — read existing roadmaps, OKRs, competitive docs, and briefs to establish context before planning. Use when asked to "understand our strategy", "what's the current roadmap", "what OKRs do we have", "strategic context", or before starting any prioritization or roadmap work.

2,266 Updated today
jeremylongshore
AI & Automation Featured

apex-takeover

System takeover — take ownership of an existing codebase or inherited system. Use when "we acquired this", "previous team left", "take over this system", "inherited this codebase".

2,266 Updated today
jeremylongshore
Code & Development Listed

recon

Pre-build decision intelligence. Produces opinionated decision brief — the senior- consultant week-1 output before scope, stack, or approach are locked. Surfaces traps and edges, calibrated to project scope (prototype vs production vs enterprise). Use when user says '/recon', 'what to watch out for building X', 'where's the edge', 'common mistakes with X', starts a new project, or hits domain uncertainty mid-build. NOT for: debugging, single-API research, URL extraction (/eat), or post-build optimization (/fortify).

2 Updated 6 days ago
catcatcatstudio
AI & Automation Featured

apex-review

Cross-cutting review of recent work — catches gaps between specialists. Use when asked to "review what we built", "check the work", "pre-launch review", or after completing a significant chunk of work.

2,266 Updated today
jeremylongshore