onboard

You are given the following context:

Content Preview
---
model: claude-sonnet-4-0
---

# Onboard

You are given the following context:
$ARGUMENTS

## Instructions

"AI models are geniuses who start from scratch on every task." - Noam Brown

Your job is to "onboard" yourself to the current task.

Do this by:

- Using ultrathink
- Exploring the codebase
- Making use of any MCP tools at your disposal for planning and research
- Asking me questions if needed
- Using subagents for dividing work and seperation of concerns

The goal is to get you fully p
How to Use

Recommended: Install to project (local)

mkdir -p .claude/skills
curl -o .claude/skills/onboard.md \
  https://raw.githubusercontent.com/wshobson/commands/main/tools/onboard.md

Skill is scoped to this project only. Add .claude/skills/ to your .gitignoreif you don't want to commit it.

Alternative: Clone full repo

git clone https://github.com/wshobson/commands

Then reference at tools/onboard.md

Related Skills