Files
Rohit Ghumare c3f43d8b61 Expand toolkit to 135 agents, 120 plugins, 796 total files
- Add 60 new agents across all 10 categories (75 -> 135)
- Add 95 new plugins with command files (25 -> 120)
- Update all agents to use model: opus
- Update README with complete plugin/agent tables
- Update marketplace.json with all 120 plugins
2026-02-04 21:08:28 +00:00

674 B

Scaffold a full-stack web application with frontend, backend, and database setup.

Steps

  1. Determine the technology stack:
  2. Initialize the project structure:
  3. Set up the backend:
  4. Set up the frontend:
  5. Set up development tooling:
  6. Add Docker configuration for local development.
  7. Create a seed script for sample data.

Format

App: <name>
Stack: <frontend> + <backend> + <database>
Structure: <directory layout>
Run: <commands to start development>

Rules

  • Include a .env.example with all required environment variables.
  • Never commit actual secrets or credentials.
  • Provide a single command to start the full development environment.