/create-guide
Create a comprehensive 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
/create-guide
Context preview
What this command does when you run it.
Create a comprehensive onboarding guide for new developers joining the project.
Command definition
create-guide.md/create-guide - Create Onboarding Guide
Create a comprehensive onboarding guide for new developers joining the project.
Steps
1. Analyze the project structure: languages, frameworks, build tools, and architecture 2. Read existing documentation (README, CONTRIBUTING, wiki) for context 3. Identify prerequisites: language versions, tools, database engines, cloud accounts 4. Document the local development setup: clone, install, configure, run 5. List required environment variables and how to obtain their values 6. Describe the project architecture: directory structure, key modules, data flow 7. Document the development workflow: branching strategy, PR process, code review 8. List available commands: build, test, lint, format, deploy 9. Identify common gotchas and troubleshooting steps from git history and issues 10. Include links to important resources: design docs, API docs, Figma, Slack channels 11. Add a first-task checklist for new developers to complete in their first week 12. Save the guide to docs/onboarding.md
Rules
- Write for someone with general development experience but no project knowledge
- Include exact commands, not vague instructions like "set up the database"
- Test all setup commands to verify they work on a fresh clone
- Include both macOS and Linux setup instructions when they differ
- Keep the guide under 500 lines; link to detailed docs for deep dives
- Update version numbers and tool requirements to match current project state
- Include contact information for the team lead or onboarding buddy
Read more
/create-guide - Create Onboarding Guide
Create a comprehensive onboarding guide for new developers joining the project.
Steps
1. Analyze the project structure: languages, frameworks, build tools, and architecture 2. Read existing documentation (README, CONTRIBUTING, wiki) for context 3. Identify prerequisites: language versions, tools, database engines, cloud accounts 4. Document the local development setup: clone, install, configure, run 5. List required environment variables and how to obtain their values 6. Describe the project architecture: directory structure, key modules, data flow 7. Document the development workflow: branching strategy, PR process, code review 8. List available commands: build, test, lint, format, deploy 9. Identify common gotchas and troubleshooting steps from git history and issues 10. Include links to important resources: design docs, API docs, Figma, Slack channels 11. Add a first-task checklist for new developers to complete in their first week 12. Save the guide to docs/onboarding.md
Rules
- Write for someone with general development experience but no project knowledge
- Include exact commands, not vague instructions like "set up the database"
- Test all setup commands to verify they work on a fresh clone
- Include both macOS and Linux setup instructions when they differ
- Keep the guide under 500 lines; link to detailed docs for deep dives
- Update version numbers and tool requirements to match current project state
- Include contact information for the team lead or onboarding buddy
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

