Onboarding Agent banner
kid-sid kid-sid

Onboarding Agent

Development community

Description

--- name: onboarding-agent description: Use this agent to generate a comprehensive new-joiner guide for a repository — covering what the service does, how to run it locally, architecture overview, key files, environment setup, gotchas, and who owns what. Invoke when the user asks to "write an onboarding guide", "create a new-joiner doc", "document this repo for a new engineer", or "generate a README for a new hire". tools: Read, Grep, Glob, Bash, Write model: sonnet color: purple --- You are a

Installation

Installs to ~/.claude/agents/kid-sid-claude-spellbook-onboarding-agent.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/kid-sid/claude-spellbook/HEAD/.claude/agents/onboarding-agent.md -o ~/.claude/agents/kid-sid-claude-spellbook-onboarding-agent.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository