/onboard
Generate an onboarding guide for new developers joining the project.
$ npx -y skills add rohitg00/awesome-claude-code-toolkit --agent claude-codeHow it fires
How this command gets triggered: by you, by Claude, or both.
- Fires itselfClaude auto-loads it when your prompt matches the work.
- You can call itInvoke it directly when you want it.
- Slash command
/onboard
Context preview
What this command does when you run it.
Generate an onboarding guide for new developers joining the project.
Command definition
onboard.mdGenerate an onboarding guide for new developers joining the project.
Steps
1. Scan the project root for configuration files to determine the tech stack:
- `package.json`, `tsconfig.json`, `pyproject.toml`, `Cargo.toml`, `go.mod`.
- `.env.example` for required environment variables.
- `docker-compose.yml` for service dependencies.
2. Read existing documentation (`README.md`, `CONTRIBUTING.md`, `docs/`). 3. Map the project structure: key directories and their purposes. 4. Identify setup prerequisites:
- Runtime versions (Node, Python, Go, Rust).
- Required CLI tools (docker, kubectl, terraform).
- Database and service dependencies.
5. Document the development workflow:
- How to install dependencies.
- How to run the project locally.
- How to run tests.
- How to create a branch and submit a PR.
6. List key architectural concepts a new developer needs to understand. 7. Write the guide to `docs/onboarding.md` or the specified location.
Format
# Developer Onboarding Guide
## Prerequisites
- [ ] Install <tool> v<version>
## Setup
1. Clone the repository
2. Install dependencies: `<command>`
3. Configure environment: `cp .env.example .env`
4. Start services: `<command>`
## Project Structure
- `src/` - Application source code
- `tests/` - Test suite
## Development Workflow
<step-by-step instructions>
## Key Concepts
<architectural overview for newcomers>
Rules
- Write for someone with general programming experience but no project knowledge.
- Include exact commands, not vague instructions like "install dependencies".
- Test every setup command to verify it works.
- Link to existing documentation rather than duplicating it.
- Include common troubleshooting steps at the end.
Read more
Generate an onboarding guide for new developers joining the project.
Steps
1. Scan the project root for configuration files to determine the tech stack:
- `package.json`, `tsconfig.json`, `pyproject.toml`, `Cargo.toml`, `go.mod`.
- `.env.example` for required environment variables.
- `docker-compose.yml` for service dependencies.
2. Read existing documentation (`README.md`, `CONTRIBUTING.md`, `docs/`). 3. Map the project structure: key directories and their purposes. 4. Identify setup prerequisites:
- Runtime versions (Node, Python, Go, Rust).
- Required CLI tools (docker, kubectl, terraform).
- Database and service dependencies.
5. Document the development workflow:
- How to install dependencies.
- How to run the project locally.
- How to run tests.
- How to create a branch and submit a PR.
6. List key architectural concepts a new developer needs to understand. 7. Write the guide to `docs/onboarding.md` or the specified location.
Format
# Developer Onboarding Guide ## Prerequisites - [ ] Install <tool> v<version> ## Setup 1. Clone the repository 2. Install dependencies: `<command>` 3. Configure environment: `cp .env.example .env` 4. Start services: `<command>` ## Project Structure - `src/` - Application source code - `tests/` - Test suite ## Development Workflow <step-by-step instructions> ## Key Concepts <architectural overview for newcomers>
Rules
- Write for someone with general programming experience but no project knowledge.
- Include exact commands, not vague instructions like "install dependencies".
- Test every setup command to verify it works.
- Link to existing documentation rather than duplicating it.
- Include common troubleshooting steps at the end.
The most comprehensive toolkit for Claude Code -- 135 agents, 35 curated skills (+400,000 via SkillKit), 42 commands, 176+ plugins, 20 hooks, 15 rules, 7 templates, 15 MCP configs, 26 companion apps, 53 ecosystem entries, and more.
Repo: rohitg00/awesome-claude-code-toolkit
Other commands on rohitg00-claude-code-toolkit.
- /adr
Write an Architecture Decision Record documenting a significant technical decision.
Open command - /design-review
Conduct a structured design review of a module, feature, or system component.
Open command - /diagram
Generate Mermaid diagrams from codebase analysis or description.
Open command - /migrate
Plan and execute a framework or library migration incrementally.
Open command - /plan
Create a structured implementation plan for the requested feature or change.
Open command - /refactor
Perform a systematic refactoring of the specified code area.
Open command

