onboard

Detect project mode, stack, and conventions to configure Claude Code templates.

2|1|Updated Mar 24, 2026
One-click install
npx skills add https://github.com/enbiyagoral/.claude --skill onboard-enbiyagoral
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: onboard
Source: https://github.com/enbiyagoral/.claude/tree/main/.claude/skills/onboard
Command: npx skills add https://github.com/enbiyagoral/.claude --skill onboard-enbiyagoral

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill configures the Claude Code template for a specific project. It detects the project's mode, stack, and conventions, then tailors CLAUDE.md, permissions, hooks, rules, and docs to match.

Core Features & Use Cases

  • Auto-detects project mode, stack, and conventions from repository files.
  • Tailors CLAUDE.md, permissions, hooks, rules, and docs in a single pass.
  • Preserves user customizations on re-onboard by reading memory/onboard.md and applying only diffs.

Quick Start

Run the onboarding to tailor CLAUDE.md, permissions, hooks, rules, and docs for your project.

Frequently Asked Questions about onboard

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

FAQPage Schema
How do I configure Claude Code for a specific project stack and conventions?

You can configure Claude Code by running an onboarding pass that auto-detects your project mode, stack, and conventions to tailor CLAUDE.md, permissions, hooks, and rules.

What is the best way to set up CLAUDE.md for a monorepo or multi-service repository?

The best way to set up CLAUDE.md is using auto-detection to identify monorepo or multi-service patterns, which then automatically tailors your template configuration in a single pass.

Does Claude Code onboarding work with existing custom configurations?

Yes, re-onboarding preserves user customizations by reading memory/onboard.md and applying only the necessary diffs to your existing CLAUDE.md and rules without overwriting changes.

Do I need a specific repository structure to auto-detect project settings?

You need a local repository structure with key config files available so the onboarding process can perform auto-detection and apply changes without excessive user prompts.

Can I tailor Claude Code permissions and hooks automatically?

Yes, you can tailor permissions and hooks automatically by detecting your project's specific conventions and setup, generating the appropriate configuration files in one pass.

Why does Claude Code configuration require manual edits across different project modes?

Manual edits are no longer required because auto-detection identifies single-project, multi-service, or monorepo patterns to automatically tailor templates, rules, and docs.