adr
Write an Architecture Decision Record documenting a significant technical decision.
Scaffold a new project with a complete, production-ready structure.
$ 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.
/scaffoldContext preview
What this command does when you run it.
Scaffold a new project with a complete, production-ready structure.
Scaffold a new project with a complete, production-ready structure.
1. Determine the project type from the argument:
2. Select the tech stack based on preferences or defaults:
3. Generate the project structure:
4. Initialize package manager and install dependencies. 5. Initialize git repository with initial commit. 6. Verify the project builds and tests pass.
Project scaffolded: <name> Type: <project-type> Stack: <tech-stack> Structure: src/ - Application source tests/ - Test suite .github/ - CI/CD workflows docker/ - Container configuration Commands: dev: <command> test: <command> build: <command>
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
Write an Architecture Decision Record documenting a significant technical decision.
Conduct a structured design review of a module, feature, or system component.
Create a structured implementation plan for the requested feature or change.