Skip to main content
ClaudeWave
Slash Command171 repo starsupdated 4mo ago

onboard

Onboard Claude Code into the codebase

Install in Claude Code
Copy
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/theaiautomators/claude-code-agentic-rag-masterclass/HEAD/.claude/commands/onboard.md -o ~/.claude/commands/onboard.md
Then start a new Claude Code session; the slash command loads automatically.

onboard.md

# Context

## Process

1. **Scan structure**
   - Run `git ls-files` to see all tracked files

2. **Read key files**
   - CLAUDE.md, PRD.md, and any other architecture docs
   - Entry points and config files
   - Core schemas/models

3. **Check state**
   - Run `git status` and `git log -10 --oneline`

## Output

Provide a brief summary:
- What this project does
- Tech stack
- How it's organised
- Current branch and recent activity