mirror of
https://github.com/ngthanhvu/kr-phim.git
synced 2026-08-10 15:07:46 +00:00
chore: initialize production docker infrastructure and project agent guidelines
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
# 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 [`.cursorrules`](./.cursorrules) configuration file.
|
||||
- **Frontend Design & Styling Guidelines**: Check [`.agents/frontend-design.md`](./.agents/frontend-design.md) for themes, fonts, colors, and the Tailwind utility class system.
|
||||
- **Nuxt & Vue Coding Standards**: Check [`.agents/nuxt-vue-standards.md`](./.agents/nuxt-vue-standards.md) for SFC format, Vue 3 reactivity, and routing rules.
|
||||
- **Database & Drizzle ORM Standards**: Check [`.agents/drizzle-database.md`](./.agents/drizzle-database.md) for schema configuration and database actions.
|
||||
- **Distinctive UI Aesthetics**: Check [`.agents/distinctive-frontend.md`](./.agents/distinctive-frontend.md) for the official Claude Code frontend-design skill and visual templates (Cyberpunk, Brutalist, Nordic Minimalism, etc.).
|
||||
- **Docker Development Skill**: Check [`.agents/docker-development.md`](./.agents/docker-development.md) for rules on running commands and installations inside containers.
|
||||
- **Docker Compose Creator**: Check [`.agents/docker-compose-creator.md`](./.agents/docker-compose-creator.md) for Docker and docker-compose orchestration standards.
|
||||
|
||||
|
||||
|
||||
Please read and follow these files carefully when assisting in this codebase.
|
||||
|
||||
Reference in New Issue
Block a user