- 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
572 B
572 B
Add a new page to a web application with routing, data fetching, and SEO metadata.
Steps
- Determine the page requirements:
- Create the page component:
- Implement data fetching:
- Build the page layout:
- Add SEO metadata:
- Handle edge cases:
- 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.