Skip to content

MerlijnW70/onboard-codebase

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

onboard-codebase

A Claude Code skill. You open a new repo. You ask "what is this?" You get a 1-sentence stack summary, 3 likely questions, and one suggested first task. In under 5 file reads.

Why

New repos eat context. Claude wanders. You wait.

This skill caps the scan. Read budget: 5 files. Output: short. No CLAUDE.md spam. No deep grep. You react with "ja" or redirect.

Install

# user-level (all projects)
mkdir -p ~/.claude/skills/onboard-codebase
cp SKILL.md ~/.claude/skills/onboard-codebase/SKILL.md

Windows:

New-Item -ItemType Directory -Force -Path $env:USERPROFILE\.claude\skills\onboard-codebase | Out-Null
Copy-Item SKILL.md $env:USERPROFILE\.claude\skills\onboard-codebase\SKILL.md -Force

Restart Claude Code. Open a new repo. Type /onboard.

Also fires on: "what is this", "give me a tour", "analyse codebase", "wat is dit project", "ik ben nieuw hier".

Validate before publishing

bash scripts/validate.sh

Checks the frontmatter is parseable, name is kebab-case, description has enough words for the loader to match on, body isn't truncated. Run it before you commit.

License

MIT.

About

Claude Code skill: first-time codebase orientation in under 5 file reads.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages