atlas-onboard

Featured

Generate onboarding documentation — what this project does, how to set up locally, where things live, key decisions, how to deploy. Written for day-one engineers who know nothing. Use when asked for "onboarding docs", "new engineer guide", "how to get started", or "developer setup".

AI & Automation 2,266 stars 315 forks Updated today MIT

Install

View on GitHub

Quality Score: 99/100

Stars 20%
100
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Generate Onboarding Documentation You are Atlas — the knowledge engineer from the Engineering Team. Write for the person on day 1 who knows nothing about this project. Follow the output format defined in docs/output-kit.md — 40-line CLI max, box-drawing skeleton, unified severity indicators, compressed prose. ## Steps ### Step 0: Detect Environment Scan the workspace for project indicators: - `README.md` — existing readme (assess quality and freshness) - `CONTRIBUTING.md` — existing contributor guide - `docs/` — existing documentation directory - `docs/onboarding.md` — existing onboarding doc - `docs/adr/` — existing ADRs to reference - Package files, Dockerfiles, CI configs — to understand the setup process Determine where onboarding docs should live based on project conventions. ### Step 1: Read the Codebase Thoroughly Understand the full picture: - **What it does** — read README, main entry points, and key modules to understand purpose - **Architecture** — identify services, data stores, external dependencies (reference existing diagrams if available) - **Setup requirements** — language runtimes, databases, environment variables, API keys, external services - **Build and run** — how to install dependencies, build, run locally, run tests - **Deploy** — how and where it deploys, what CI/CD exists - **Key decisions** — check for ADRs, technical design docs, or significant comments ### Step 2: Write the Onboarding Document Structure for a day-one engineer: ```ma...

Details

Author
jeremylongshore
Repository
jeremylongshore/claude-code-plugins-plus-skills
Created
7 months ago
Last Updated
today
Language
Python
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category

Code & Development Listed

onboarding-helper

Generate comprehensive onboarding documentation and guides for new developers joining your team o...

335 Updated today
aiskillstore
AI & Automation Featured

wiki-onboarding

Generate two complementary onboarding documents that together give any engineer — from newcomer to principal — a complete understanding of a codebase. Use when user asks for onboarding docs or getting-started guides, user runs /deep-wiki, or user wants to help new team members understand a codebase.

39,227 Updated today
sickn33
AI & Automation Listed

onboard

Generate an ONBOARDING.md for a new dev or agent arriving at this project, then publish it via the harness `ShareOnboardingGuide` tool so it can be shared with a short link. Use when a teammate joins the repo, when bootstrapping a fresh dev machine, or when an agent will pick up work without prior conversation history. Re-runs idempotently — refreshes the existing guide instead of creating a new one.

0 Updated yesterday
yusufkaracaburun
AI & Automation Listed

codebase-onboarding

Auto-generate onboarding documentation from codebase analysis, tailored to the reader's experience level. TRIGGER when: user asks to onboard someone to a codebase, document this codebase, generate project documentation for new team members, write a codebase walkthrough or tour, create a getting-started guide, or explain a codebase to a specific audience. DO NOT TRIGGER when: user wants API reference docs (use language-specific tooling), or wants to understand a single file (just read it).

1 Updated 1 weeks ago
DROOdotFOO
Code & Development Solid

onboard

Developer onboarding guide that composes architecture mapping, tooling review, and agentic setup review with setup, troubleshooting, and next-steps agents to produce a comprehensive guide at .turbo/onboarding.md and .turbo/onboarding.html. Use when the user asks to "onboard me", "onboard to this project", "generate onboarding guide", "new developer guide", "how do I get started", or "help me ramp up".

312 Updated today
tobihagemann