- Introduced new documentation for Agent Skills, detailing best practices, code patterns, common pitfalls, and quick references across various categories such as Architecture, Data Access, Security, Error Handling, Testing, Infrastructure, Communication, and Documentation. - The documentation is structured to facilitate easy navigation and understanding, supporting developers in implementing consistent patterns on the GoodGo Platform. - Both English and Vietnamese versions are provided to ensure accessibility for a wider audience.
35 lines
1.2 KiB
Markdown
35 lines
1.2 KiB
Markdown
# GoodGo Platform coding standards and architecture
|
|
|
|
> **Skill**: `project-rules`
|
|
> **Compatibility**: .NET 10+, ASP.NET Core, MediatR, Entity Framework Core
|
|
|
|
## Tổng Quan
|
|
|
|
GoodGo Platform coding standards and architecture. Use when working with services, apps, packages, or infrastructure.
|
|
|
|
## Khi Nào Sử Dụng
|
|
|
|
Use this skill when:
|
|
- Creating new .NET services / Tạo services .NET mới
|
|
- Working with project structure / Làm việc với cấu trúc dự án
|
|
- Following naming conventions / Tuân thủ quy tắc đặt tên
|
|
- Deploying services with Docker/Traefik / Triển khai với Docker/Traefik
|
|
- Understanding tech stack / Hiểu tech stack của dự án
|
|
|
|
## Tham Chiếu Nhanh
|
|
|
|
Để biết chi tiết về patterns, code examples, và best practices, xem tài liệu skill đầy đủ.
|
|
|
|
## Skills Liên Quan
|
|
|
|
Xem [Danh Mục Skills](./index.md) để tìm skills liên quan.
|
|
|
|
## Tài Nguyên Bổ Sung
|
|
|
|
- **Tài Liệu Skill Đầy Đủ**: [`.agent/skills/project-rules/SKILL.md`](../../.agent/skills/project-rules/SKILL.md)
|
|
- **Ví Dụ Code**: [`.agent/skills/project-rules/references/REFERENCE.md`](../../.agent/skills/project-rules/references/REFERENCE.md)
|
|
|
|
---
|
|
|
|
**English Version**: [English Documentation](../../en/skills/project-rules.md)
|