Imported from itonx/ai-model-comparison (
AGENTS.md). Install upstream withnpx skills add itonx/ai-model-comparison. Copyright stays with the author.
Project: DEV Toolkit for Web
Tech Stack
- Astro
- React 19
- Tailwind 4
- TypeScript
General Instructions for the UI
- When you generate new components for the UI, use the color-palette from
specs/ui/color-palette.md - Add animations when applicable based on the notes from
specs/ui/animations - New components must align with the main design described in
specs/ui/main-design.png
General Instructions for the code
- When you generate new TypeScript code, follow the existing coding style.
- Ensure all new functions and classes have JSDoc comments.
- Prefer functional programming paradigms where appropriate.
- Generate abstract code to avoid repeating functionality.