From engineering-advanced-skills
Analyze a codebase and generate onboarding documentation for engineers, tech leads, and contractors. Fast fact-gathering and repeatable onboarding outputs. Use when onboarding a new engineer, writing architecture-overview docs for a new project, or producing tech-lead briefings for unfamiliar repos.
How this skill is triggered — by the user, by Claude, or both
Slash command
/engineering-advanced-skills:codebase-onboardingThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
**Tier:** POWERFUL
Tier: POWERFUL
Category: Engineering
Domain: Documentation / Developer Experience
Analyze a codebase and generate onboarding documentation for engineers, tech leads, and contractors. This skill is optimized for fast fact-gathering and repeatable onboarding outputs.
# 1) Gather codebase facts
python3 scripts/codebase_analyzer.py /path/to/repo
# 2) Export machine-readable output
python3 scripts/codebase_analyzer.py /path/to/repo --json
# 3) Use the template to draft onboarding docs
# See references/onboarding-template.md
scripts/codebase_analyzer.py against the target repository.references/onboarding-template.md.Detailed template and section examples live in:
references/onboarding-template.mdreferences/output-format-templates.md24plugins reuse this skill
First indexed Jun 3, 2026
Showing the 6 earliest of 24 plugins
npx claudepluginhub bensitaud-hash/claude-skills --plugin engineering-advanced-skillsCreates structured, bite-sized implementation plans from specs or requirements before writing code. Useful for breaking down multi-step tasks into testable steps with file structure and task boundaries.