- 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
674 B
674 B
Scaffold a full-stack web application with frontend, backend, and database setup.
Steps
- Determine the technology stack:
- Initialize the project structure:
- Set up the backend:
- Set up the frontend:
- Set up development tooling:
- Add Docker configuration for local development.
- 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.