onboarding

Generate a structured ONBOARDING.md from inventory results at the repository root.

1|Updated Mar 19, 2026
One-click install
npx skills add https://github.com/lucasmccomb/ccgm --skill onboarding-lucasmccomb
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: onboarding
Source: https://github.com/lucasmccomb/ccgm/tree/main/modules/onboarding/skills/onboarding
Command: npx skills add https://github.com/lucasmccomb/ccgm --skill onboarding-lucasmccomb

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The onboarding process for new engineers is often scattered and stale; this skill regenerates a fresh ONBOARDING.md from up-to-date inventory data.

Core Features & Use Cases

  • Inventory-driven ONBOARDING.md generation that reflects the current project structure and conventions.
  • Regenerates from scratch to avoid drift and ensure consistency across sessions.
  • Produces a concise, developer-focused orientation doc at repo root for quick onboarding.

Quick Start

Regenerate the ONBOARDING.md at the repo root using the inventory results.

Frequently Asked Questions about onboarding

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

FAQPage Schema
How do I generate an ONBOARDING.md file for my engineering repo?▼

This skill generates an ONBOARDING.md file by reading inventory results to surface project structure, entry points, docs, and workflows, then writing a concise onboarding guide at the repository root.

What sections should a developer onboarding guide include?▼

A developer onboarding guide should include six sections: Overview, Architecture, Dev Setup, Key Commands, Test Workflow, and Glossary, which this skill auto-generates from inventory data to ensure consistent project orientation.

How do I prevent stale onboarding documentation from drifting in my repository?▼

To prevent stale onboarding documentation from drifting, this skill regenerates the ONBOARDING.md from scratch using up-to-date inventory data, ensuring the guide reflects the current project structure and conventions across sessions.

What's the best way to automate onboarding guidance for new engineers?▼

The best way to automate onboarding guidance is using inventory-driven generation, which reads repository structure and workflows to output a developer-focused orientation doc, eliminating manual documentation updates.

Do I need existing inventory results to generate the onboarding guide?▼

Yes, you need existing inventory results because this skill parses those outputs to extract project structure, entry points, and workflows, which it then transforms into the structured ONBOARDING.md file.