Help us improve
Share bugs, ideas, or general feedback.
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.
npx claudepluginhub alexbramall/claude-code-skills --plugin engineering-advanced-skillsHow 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
Guides technical evaluation of code review feedback: read fully, restate for understanding, verify against codebase, respond with reasoning or pushback before implementing.
Share bugs, ideas, or general feedback.
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.md