onboard

Generate role-tailored onboarding documents from project context files.

39|6|Updated May 3, 2026
One-click install
npx skills add https://github.com/cenconq25/claude-code-app-studio --skill onboard-cenconq25
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: onboard
Source: https://github.com/cenconq25/claude-code-app-studio/tree/main/.claude/skills/onboard
Command: npx skills add https://github.com/cenconq25/claude-code-app-studio --skill onboard-cenconq25

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Generating consistent, role-specific onboarding documents for new contributors is time-consuming and error-prone; this skill automates that process by tailoring guidance to the contributor's role and surfacing the app concept, architecture, conventions, current sprint context, and first tasks.

Core Features & Use Cases

  • Produces a single onboarding document tailored to a specific role (engineer, designer, PM, QA, etc.).
  • Reads project context from core sources like design/concept.md, .claude/docs/technical-preferences.md, design/systems-index.md (if present), and production/session-state/active.md (if present) to tailor content.
  • Outputs to production/onboarding/[role]-[YYYY-MM-DD].md and surfaces blockers if key context is missing.

Quick Start

Run onboarding for your role to generate the document.

Frequently Asked Questions about onboard

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate role-specific onboarding documentation for new project contributors?

Role-specific onboarding documentation is generated by reading project concepts, conventions, architecture references, and sprint plans to tailor content for a specific role, outputting a single markdown file with relevant first tasks.

What is the best way to automate contributor onboarding for different team roles?

Automating contributor onboarding involves processing project context like design concepts and session state to produce a tailored document for roles such as engineer, designer, PM, or QA, ensuring consistent guidance without manual writing.

How do I create onboarding docs that adapt to current sprint plans and session state?

Creating onboarding docs that adapt to sprint plans requires reading active session state and sprint context files to tailor the generated documentation to the project's current development phase and immediate tasks.

Does generating tailored onboarding documentation require specific project context files?

Generating tailored onboarding documentation relies on project context files like concept.md, technical-preferences.md, systems-index.md, and active.md; if these key sources are missing, the process surfaces blockers instead of guessing.

What happens if key project context is missing when generating onboarding documents?

When key project context is missing during onboarding document generation, the process surfaces specific blockers rather than producing incomplete guidance, ensuring contributors are aware of missing architecture or sprint references.

Can I use automated onboarding document generation for both technical and non-technical roles?

Automated onboarding document generation supports both technical and non-technical roles by reading the same project context and tailoring the output document to fit engineers, designers, PMs, and QA contributors appropriately.