skills$openclaw/onboard-gen
lxgicstudios5.6k

by lxgicstudios

onboard-gen – OpenClaw Skill

onboard-gen is an OpenClaw Skills integration for coding workflows. Generate onboarding documentation for new developers. Use when setting up new team members.

5.6k stars5.5k forksSecurity L1
Updated Feb 7, 2026Created Feb 7, 2026coding

Skill Snapshot

nameonboard-gen
descriptionGenerate onboarding documentation for new developers. Use when setting up new team members. OpenClaw Skills integration.
ownerlxgicstudios
repositorylxgicstudios/onboard-gen
languageMarkdown
licenseMIT
topics
securityL1
installopenclaw add @lxgicstudios/onboard-gen
last updatedFeb 7, 2026

Maintainer

lxgicstudios

lxgicstudios

Maintains onboard-gen in the OpenClaw Skills directory.

View GitHub profile
File Explorer
9 files
.
src
cli.ts
591 B
index.ts
1.2 KB
_meta.json
280 B
package-lock.json
30.2 KB
package.json
596 B
README.md
222 B
SKILL.md
2.4 KB
tsconfig.json
251 B
SKILL.md

name: onboard-gen description: Generate onboarding documentation for new developers. Use when setting up new team members.

Onboard Gen

New dev joins your team. They spend two weeks figuring out where things are. This tool generates onboarding docs from your codebase. Architecture overview, setup steps, key concepts. Everything they need to become productive fast.

One command. Zero config. Just works.

Quick Start

npx ai-onboard ./src

What It Does

  • Scans your codebase and generates a getting started guide
  • Creates architecture documentation explaining how pieces connect
  • Produces setup instructions with environment variables and dependencies
  • Documents key concepts, patterns, and conventions in your code
  • Generates a FAQ based on common confusion points

Usage Examples

# Generate onboarding docs for your project
npx ai-onboard ./src

# Include specific focus areas
npx ai-onboard ./src --focus auth,database,api

# Output as a single markdown file
npx ai-onboard ./src --output ONBOARDING.md

Best Practices

  • Run from project root - The tool needs context from package.json and config files
  • Keep a README updated - The tool uses your README as additional context if it exists
  • Review and customize - Add team-specific info like Slack channels and meeting schedules
  • Regenerate quarterly - Your codebase changes. So should your onboarding docs.

When to Use This

  • New developer joining your team next week
  • Open sourcing a project and need contributor docs
  • Your onboarding docs are three years old and mention deprecated services
  • Building a team wiki from scratch

Part of the LXGIC Dev Toolkit

This is one of 110+ free developer tools built by LXGIC Studios. No paywalls, no sign-ups, no API keys on free tiers. Just tools that work.

Find more:

Requirements

No install needed. Just run with npx. Node.js 18+ recommended.

npx ai-onboard --help

How It Works

The tool analyzes your project structure, reads key files like package.json and config files, samples your source code, then generates documentation that explains how everything fits together. It focuses on what a new developer actually needs to know.

License

MIT. Free forever. Use it however you want.

README.md

ai-onboard

Generate onboarding documentation for new developers

Install

npm install -g ai-onboard

Usage

cd my-project
npx ai-onboard

Setup

export OPENAI_API_KEY=sk-...

Permissions & Security

Security level L1: Low-risk skills with minimal permissions. Review inputs and outputs before running in production.

Requirements

No install needed. Just run with npx. Node.js 18+ recommended. ```bash npx ai-onboard --help ```

FAQ

How do I install onboard-gen?

Run openclaw add @lxgicstudios/onboard-gen in your terminal. This installs onboard-gen into your OpenClaw Skills catalog.

Does this skill run locally or in the cloud?

OpenClaw Skills execute locally by default. Review the SKILL.md and permissions before running any skill.

Where can I verify the source code?

The source repository is available at https://github.com/openclaw/skills/tree/main/skills/lxgicstudios/onboard-gen. Review commits and README documentation before installing.