Onboard quickly by reading design docs, plans, READMEs, or the codebase to extract key concepts, surface gaps, and generate comprehension checks with answer keys. Includes an adaptive proficiency probe with learning resources and persistent session memory so the user can resume onboarding where they left off. Use when a user wants help understanding a project, validating their grasp of the architecture, or creating a readiness plan before contributing code.
88
85%
Does it follow best practices?
Impact
—
No eval scenarios have been run
Passed
No known issues
Help a user prove they understand a project before contributing. Read design docs, plans, READMEs, and relevant code paths; extract the mental model, vocabulary, invariants, and data contracts; highlight gaps or drift; and produce comprehension checks with answer keys plus a short onboarding plan.
Add an adaptive gate up front: probe the user’s proficiency, and if they are not ready, deliver a lightweight learning kit (notes, 1–2 articles, 1 video) before advancing to deeper checks. Persist progress so the next session can resume the test where it left off.
rg for fast discovery (e.g., rg --files -g"*design*", rg "<term>" src).references/comprehension-checklists.md) and answer them from the sources. Flag anything you cannot answer as knowledge gaps.${AGENT_STATE_HOME}/codebase-onboarding-check/state.jsonl if AGENT_STATE_HOME is set.${XDG_STATE_HOME}/codebase-onboarding-check/state.jsonl if set.$HOME/.cursor/state/codebase-onboarding-check/state.jsonl (Cursor)$HOME/.claude/state/codebase-onboarding-check/state.jsonl (Claude)$HOME/.local/state/codebase-onboarding-check/state.jsonl (generic default)memory/state.jsonl next to this skill. mkdir -p the parent directory before appending.memory/state.jsonl beside the skill (create memory/ if needed).references/comprehension-checklists.md to ensure coverage.memory/state.jsonl beside SKILL.md. Include session id, user handle, proficiency score, links to resources shared, unanswered question numbers, and next-step pointer.references/comprehension-checklists.md for ready-made question stems, coverage rubric, and quick drift/gap checklist when crafting the comprehension checks.references/adaptive-coaching.md for proficiency scoring, learning-kit templates, and the memory file schema.0eb5108
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.