Set up or update Claude Code project settings (CLAUDE.md, coding conventions, project patterns) for the current repository.
Claude Code project onboarding command. Sets up CLAUDE.md and .claude/rules/ for any repository.
/onboard generates three files in your project:
<project>/
├── CLAUDE.md # Project instructions
└── .claude/
└── rules/
├── coding-conventions.md # Coding rules (language-adapted)
└── project-patterns.md # Naming, terminology, abbreviations
Initial setup: Scans the codebase, asks you about project context, generates all files.
Update: Re-scans the codebase and refreshes auto-detected sections (marked with <!-- auto:* --> comments) while preserving everything you wrote manually.
| Auto-detected (updated on re-run) | User-provided (preserved on re-run) |
|---|---|
| Programming language, framework | Project overview |
| Package manager | Terminology definitions |
| Verification commands | Abbreviation registry |
| File naming conventions | Custom prohibitions |
| Default branch |
Copy onboard.md to your global Claude Code commands directory:
cp onboard.md ~/.claude/commands/onboard.md
Then run /onboard in any project.
# First time — creates all settings files
/onboard
# After codebase changes — updates auto-detected sections
/onboard
Based on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOntology verification system using 8+1 agent panel. Verifies logical consistency, structural completeness, dependency integrity, semantic accuracy, practical usability, evolution fitness, domain coverage, and conciseness across any domain.
npx claudepluginhub kangminlee-maker/onboard --plugin onboardInteractive setup wizard for configuring any repository with Claude Code best practices, based on Boris Cherny's workflow
CLAUDE.md lifecycle toolkit: initialise, enhance, sync, and modularise CLAUDE.md files with a 150-line cap, automatic chaining, and Karpathy behavioural guardrails.
Initialize or update CLAUDE.md coding standards for any project by auto-detecting tech stack and assembling rules from the claude-rules template library. Use when user says 'init rules', 'generate CLAUDE.md', or wants to set up coding standards.
Commands for loading context and priming Claude for specific tasks
Bootstrap and customize dotclaude in any project. Copies the full template into .claude/ if missing, then tunes every config file to match your stack.
New developer onboarding documentation generator