onboard

Automate project onboarding and generate contextual documentation for Claude Code workflows.

1|Updated Dec 29, 2025
One-click install
npx skills add https://github.com/Wondermove-Inc/calab-claude-plugin --skill onboard-wondermove-inc
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: onboard
Source: https://github.com/Wondermove-Inc/calab-claude-plugin/tree/main/plugins/calab-plugin/skills/onboard
Command: npx skills add https://github.com/Wondermove-Inc/calab-claude-plugin --skill onboard-wondermove-inc

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill automates the initial project onboarding process and the generation of contextual documentation, reducing manual setup time and ensuring consistent context for Claude Code workflows.

Core Features & Use Cases

  • Automated Onboarding: quick discovery, domain knowledge capture, and artifact generation (PROJECT_SUMMARY.md, ARCHITECTURE.md, CODE_PATTERNS.md, CONVENTIONS.md, DOMAIN_KNOWLEDGE.md).
  • Context Generation: automatically creates context docs and memory rules to guide subsequent Skill steps.
  • Use Case: When starting a new Claude Code project, run /onboard to instantly produce a complete project-context bundle that subsequent skills can load.

Quick Start

Run the onboarding skill to perform a full onboarding, or use the quick option for a 1-minute summary.

Frequently Asked Questions about onboard

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

FAQPage Schema
How do I automate project onboarding and generate context docs for Claude Code?

Automate project onboarding by running a phase-driven process that scans your local workspace to generate contextual documentation, producing artifacts like PROJECT_SUMMARY.md and ARCHITECTURE.md for Claude Code workflows.

What is the best way to generate architecture and code pattern documentation automatically?

Generating architecture and code pattern documentation is best handled by an automated onboarding skill that applies templates to analyze your project, outputting structured files like ARCHITECTURE.md and CODE_PATTERNS.md.

How do I create domain knowledge and convention files for a new development project?

To create domain knowledge and convention files, run an automated onboarding process that captures project context and outputs DOMAIN_KNOWLEDGE.md and CONVENTIONS.md, reducing manual setup time.

Can I generate a quick project summary instead of a full onboarding documentation bundle?

Yes, you can generate a quick project summary by using the quick onboarding option, which produces a 1-minute summary instead of running the full phase-driven context generation process.

Do I need specific dependencies or tools to automate context generation for my workspace?

Automating context generation requires access to your local workspace and standard tooling, with no external dependencies needed, using built-in references and templates to guide the tasks.

When should I use automated onboarding over manual documentation for Claude Code workflows?

Use automated onboarding when starting a new Claude Code project to instantly produce a complete context bundle, ensuring consistent context and reducing manual setup time for subsequent skills.