Interactive project scaffolding command that creates a new project with proper setup and initialization.
/plugin marketplace add aaronmaturen/claude-plugin/plugin install atm@aaronmaturen-plugins# ATM Scaffold Command
Interactive project scaffolding command that creates a new project with proper setup and initialization.
## Process:
1. **Framework/Language Selection**
- Ask user to select from supported frameworks/languages:
- React (TypeScript/JavaScript)
- Next.js (TypeScript/JavaScript)
- Node.js (TypeScript/JavaScript)
- Python (Flask/FastAPI/Django)
- Go
- Rust
- Vue.js (TypeScript/JavaScript)
- Svelte/SvelteKit (TypeScript/JavaScript)
- Other (user specifies)
2. **Project Information Gathering**
- Ask for project name
...