onboard

Generate role-specific onboarding documents from AGENTS.md and project concepts.

3|Updated Jun 3, 2026
One-click install
npx skills add https://github.com/Negentropy-Laby/Constitution-Driven-Development --skill onboard-negentropy-laby
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: onboard
Source: https://github.com/Negentropy-Laby/Constitution-Driven-Development/tree/main/.agents/skills/onboard
Command: npx skills add https://github.com/Negentropy-Laby/Constitution-Driven-Development --skill onboard-negentropy-laby

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Onboarding new contributors often lacks a clear, role-specific summary of the project's state, architecture, conventions, and current priorities. This Skill automatically generates a contextual onboarding document to accelerate contributor ramp-up and alignment.

Core Features & Use Cases

  • Domain routing to determine onboarding focus (Game vs Product) based on existing project concepts.
  • Context loading from AGENTS.md and agent definitions to tailor guidance for the specified role or area.
  • Stage-by-stage onboarding document generation that includes project summary, architecture, conventions, workflows, and next steps.
  • Use Case: Onboard a new backend engineer with an overview of the codebase, key components, and onboarding tasks, or onboard a new designer with design principles and asset pipelines.

Quick Start

Run the /onboard [role|area] command to generate the onboarding document for the specified role or area.

Frequently Asked Questions about onboard

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

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

Generate onboarding documentation by running the /onboard command with a specified role or area. It reads project context from AGENTS.md and design concepts to output a structured document covering project state, architecture, conventions, and priorities.

Can I create role-specific onboarding guides for different teammates?

Yes, you can create role-specific onboarding guides by specifying the role or area in the command. It tailors the contextual onboarding document for developers, designers, or other teammates based on their specific functions.

How does domain routing work for project onboarding documentation?

Domain routing determines the onboarding focus by analyzing existing project concepts. It routes the documentation generation to focus on either Game or Product domains, ensuring the output aligns with the specific project context.

What is included in an automated contributor onboarding document?

An automated contributor onboarding document includes a project summary, architecture overview, coding conventions, workflows, and next steps. It compiles these stages by loading context from AGENTS.md and relevant agent definitions.

Do I need an AGENTS.md file to generate project context for onboarding?

Yes, an AGENTS.md file is required to generate project context for onboarding. The system reads project state, architecture, and priorities directly from this file and relevant design concepts to compile the onboarding template.

What is the best way to onboard a new backend engineer to a codebase?

The best way to onboard a new backend engineer is to generate a contextual onboarding document. It provides a codebase overview, key components, and specific onboarding tasks, accelerating their ramp-up and alignment with current priorities.