mirror of
https://github.com/ngthanhvu/kr-phim.git
synced 2026-08-10 15:07:46 +00:00
1.5 KiB
1.5 KiB
AI Agent Rules and Design Skills
This repository contains dedicated guideline files to help AI agents (like Codex, Claude, OpenCode, Cursor, and Roo Code) understand the design system, frontend rules, and coding standards of this project.
The guidelines are split into the following documents:
- Project Rules Entry Point: Check the
.cursorrulesconfiguration file. - Frontend Design & Styling Guidelines: Check
.agents/frontend-design.mdfor themes, fonts, colors, and the Tailwind utility class system. - Nuxt & Vue Coding Standards: Check
.agents/nuxt-vue-standards.mdfor SFC format, Vue 3 reactivity, and routing rules. - Database & Drizzle ORM Standards: Check
.agents/drizzle-database.mdfor schema configuration and database actions. - Distinctive UI Aesthetics: Check
.agents/distinctive-frontend.mdfor the official Claude Code frontend-design skill and visual templates (Cyberpunk, Brutalist, Nordic Minimalism, etc.). - Docker Development Skill: Check
.agents/docker-development.mdfor rules on running commands and installations inside containers. - Docker Compose Creator: Check
.agents/docker-compose-creator.mdfor Docker and docker-compose orchestration standards.
Please read and follow these files carefully when assisting in this codebase.