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

572 B

Add a new page to a web application with routing, data fetching, and SEO metadata.

Steps

  1. Determine the page requirements:
  2. Create the page component:
  3. Implement data fetching:
  4. Build the page layout:
  5. Add SEO metadata:
  6. Handle edge cases:
  7. Test the page with different data scenarios.

Format

Page: <name>
Route: <URL path>
Data: <API endpoints used>
SEO: <title, description>

Rules

  • Every page must have proper SEO metadata.
  • Handle loading, error, and empty states.
  • Use the project's existing layout and navigation patterns.