From sd0x-dev-flow
Generates project inventory map with entrypoints, test structure, and next steps. Use for initial repo onboarding or cache rebuild after structural changes.
npx claudepluginhub sd0xdev/sd0x-dev-flow --plugin sd0x-dev-flowThis skill is limited to using the following tools:
- First time onboarding a project
Deep-scans repo and sibling repos to map structure, manifests, and cross-repo topology for onboarding unfamiliar codebases via /project-init.
Analyzes unfamiliar codebases to generate structured onboarding guides with architecture maps, key entry points, conventions, and starter CLAUDE.md.
Analyzes unfamiliar codebases to generate structured onboarding guides with architecture maps, key entry points, conventions, and starter CLAUDE.md. Use for new projects or initial Claude Code setup.
Share bugs, ideas, or general feedback.
Docs -> Entrypoints -> Tests Map -> Next Steps
bash scripts/run-skill.sh repo-intake intake_cached.js --mode auto --top 10
Cache stored at: ~/.claude/cache/repo-intake/<repoKey>/
| File | Description |
|---|---|
latest.md | Latest scan results |
latest.json | Latest scan results (JSON) |
LATEST.json | Cache metadata |
## Overview
<summary>
## Entrypoints
- {CONFIG_FILE}
- {BOOTSTRAP_FILE}
## Test Map
| Type | Pattern |
| ----------- | ----------------- |
| Unit | test/unit/ |
| Integration | test/integration/ |
| E2E | test/e2e/ |
## Next Steps
- <questions>
{CONFIG_FILE}, {BOOTSTRAP_FILE}references/archived/MIDWAY_HEURISTICS.md — Legacy MidwayJS heuristics (archived, for reference only)| Script | Purpose |
|---|---|
scripts/intake_cached.js | Main intake with caching |
scripts/scan_repo.js | Full repo scanner (framework-agnostic) |
scripts/scan_delta.js | Delta scan for changed files |
Input: /repo-intake
Action: Execute intake script -> Output project map
Input: /repo-intake save
Action: Execute intake script -> Output and write to docs/ai/intake/