File contents Repo Intake
When to Use
First time onboarding a project
Rebuilding cache after major project structural changes
Cache expired, needs updating
When NOT to Use
Already familiar with project structure (read cache directly)
Only need to find specific files (use Glob/Grep)
Day-to-day development (cache already exists)
Workflow
Docs -> Entrypoints -> Tests Map -> Next Steps
Usage
bash scripts/run-skill.sh repo-intake intake_cached.js --mode auto --top 10
Cache Location
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
Output
## Overview
<summary>
## Entrypoints
- {CONFIG_FILE}
- {BOOTSTRAP_FILE}
## Test Map
| Type | Pattern |
| ----------- | ----------------- |
| Unit | test/unit/ |
| Integration | test/integration/ |
| E2E | test/e2e/ |
## Next Steps
- <questions>
Verification
Output includes Overview, Entrypoints, Test Map, Next Steps
Entrypoints correctly identify {CONFIG_FILE}, {BOOTSTRAP_FILE}
Test Map covers Unit/Integration/E2E layers
References
references/archived/MIDWAY_HEURISTICS.md — Legacy MidwayJS heuristics (archived, for reference only)
Scripts
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
Examples
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/
Converted and distributed by TomeVault — claim your Tome and manage your conversions.
1 --- 2 name: sd0xdev-sd0x-dev-flow-repo-intake 3 description: Repo Intake 4 --- 5 6 # Repo Intake 7 8 ## When to Use 9 10 - First time onboarding a project 11 - Rebuilding cache after major project structural changes 12 - Cache expired, needs updating 13 14 ## When NOT to Use 15 16 - Already familiar with project structure (read cache directly) 17 - Only need to find specific files (use Glob/Grep) 18 - Day-to-day development (cache already exists) 19 20 ## Workflow 21 22 ``` 23 Docs -> Entrypoints -> Tests Map -> Next Steps 24 ``` 25 26 ## Usage 27 28 ```bash 29 bash scripts/run-skill.sh repo-intake intake_cached.js --mode auto --top 10 30 ``` 31 32 ## Cache Location 33 34 Cache stored at: `~/.claude/cache/repo-intake/<repoKey>/` 35 36 | File | Description | 37 | ------------- | ----------------------- | 38 | `latest.md` | Latest scan results | 39 | `latest.json` | Latest scan results (JSON) | 40 | `LATEST.json` | Cache metadata | 41 42 ## Output 43 44 ```markdown 45 ## Overview 46 47 <summary> 48 49 ## Entrypoints 50 51 - {CONFIG_FILE} 52 - {BOOTSTRAP_FILE} 53 54 ## Test Map 55 56 | Type | Pattern | 57 | ----------- | ----------------- | 58 | Unit | test/unit/ | 59 | Integration | test/integration/ | 60 | E2E | test/e2e/ | 61 62 ## Next Steps 63 64 - <questions> 65 ``` 66 67 ## Verification 68 69 - Output includes Overview, Entrypoints, Test Map, Next Steps 70 - Entrypoints correctly identify `{CONFIG_FILE}`, `{BOOTSTRAP_FILE}` 71 - Test Map covers Unit/Integration/E2E layers 72 73 ## References 74 75 - `references/archived/MIDWAY_HEURISTICS.md` — Legacy MidwayJS heuristics (archived, for reference only) 76 77 ## Scripts 78 79 | Script | Purpose | 80 |--------|---------| 81 | `scripts/intake_cached.js` | Main intake with caching | 82 | `scripts/scan_repo.js` | Full repo scanner (framework-agnostic) | 83 | `scripts/scan_delta.js` | Delta scan for changed files | 84 85 ## Examples 86 87 ``` 88 Input: /repo-intake 89 Action: Execute intake script -> Output project map 90 ``` 91 92 ``` 93 Input: /repo-intake save 94 Action: Execute intake script -> Output and write to docs/ai/intake/ 95 ``` 96 97 --- 98 > Converted and distributed by [TomeVault](https://tomevault.io/claim/sd0xdev) — claim your Tome and manage your conversions. 99 <!-- tomevault:4.0:skill_md:2026-04-11 -->
tomevault-io/skills-registry/tree/main/sd0xdev--sd0x-dev-flow--repo-intake commit 048366edd4
Frequently asked questions How do I install the Sd0xdev Sd0x Dev Flow Repo Intake skill? Run npx skillmds@latest add tomevault-io/sd0xdev-sd0x-dev-flow-repo-intake in your terminal (requires Node.js), paste this page's agent-chat prompt into Claude, Cursor, or any MCP-connected agent, or download the SKILL.md file and copy it into your agent's skills directory.
What does the Sd0xdev Sd0x Dev Flow Repo Intake skill do? Repo Intake It is listed under Coding & Dev Tools on SkillMD.
Is Sd0xdev Sd0x Dev Flow Repo Intake safe to use? This skill has not completed SkillMD's automated safety review yet. Independent scanners report: SkillSpector: PASS, Skill Scanner: PASS. SkillMD never runs a skill's scripts for you; review the SKILL.md before installing.
Which AI agents work with Sd0xdev Sd0x Dev Flow Repo Intake? This skill is tagged as working with Claude Code, Claude.ai, OpenAI Codex. SKILL.md is an open format, so most agents that read a skills directory can load it too.
Is Sd0xdev Sd0x Dev Flow Repo Intake free to use? Yes. Installing skills from SkillMD is free, and the skill stays under its author's original license.
Who published Sd0xdev Sd0x Dev Flow Repo Intake? tomevault-io (@tomevault-io) published this skill. Their other Agent Skills are listed on their SkillMD profile.