← Back to Skills
onboard
Generate project overview for a new context — stack, structure, patterns, tasks
- workflow
Install
~/.claude/skills/onboard/SKILL.mdGenerate a comprehensive project overview for the current directory: 1. **Tech stack** — detect from package.json, tsconfig, etc. 2. **Folder structure** — tree of important directories 3. **Key patterns** — how routing, auth, state management work 4. **Recent changes** — last 10 commits 5. **Open tasks** — from TODO comments, Notion, ROADMAP 6. **Known issues** — from Known Issues in Obsidian vault 7. **How to run** — dev, build, test commands Output as a concise briefing document that lets a new agent (or human) understand the project in 2 minutes.
Definition
Generate a comprehensive project overview for the current directory:
- Tech stack — detect from package.json, tsconfig, etc.
- Folder structure — tree of important directories
- Key patterns — how routing, auth, state management work
- Recent changes — last 10 commits
- Open tasks — from TODO comments, Notion, ROADMAP
- Known issues — from Known Issues in Obsidian vault
- How to run — dev, build, test commands
Output as a concise briefing document that lets a new agent (or human) understand the project in 2 minutes.