Skip to content

Commit b00dbb0

Browse files
committed
feat: Add mandatory guidelines for clean code and design system, and update related skills in backend and frontend skill documentation.
1 parent 1b489c1 commit b00dbb0

File tree

2 files changed

+35
-7
lines changed

2 files changed

+35
-7
lines changed

.agent/skills/riligar-dev-backend/SKILL.md

Lines changed: 17 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,17 @@ allowed-tools: Read, Write, Edit, Glob, Grep
99
> API design principles and decision-making for 2025.
1010
> **Learn to THINK, not copy fixed patterns.**
1111
12+
---
13+
14+
## Mandatory Guidelines
15+
16+
> [!IMPORTANT]
17+
> All work in this skill MUST adhere to:
18+
>
19+
> - @[.agent/skills/riligar-dev-clean-code] (Clean Code Standards)
20+
21+
---
22+
1223
## 🎯 Selective Reading Rule
1324

1425
**Read ONLY files relevant to the request!** Check the content map, find what you need.
@@ -32,13 +43,12 @@ allowed-tools: Read, Write, Edit, Glob, Grep
3243

3344
---
3445

35-
## 🔗 Related Skills
36-
37-
| Need | Skill |
38-
| ------------------ | ------------------------------- |
39-
| API implementation | `@[skills/backend-development]` |
40-
| Data structure | `@[skills/database-design]` |
41-
| Security details | `@[skills/security-hardening]` |
46+
| Need | Skill |
47+
| ------------------ | ---------------------------------- |
48+
| API implementation | `@[skills/backend-development]` |
49+
| Data structure | `@[skills/database-design]` |
50+
| Security details | `@[skills/security-hardening]` |
51+
| Clean Code | `@[skills/riligar-dev-clean-code]` |
4252

4353
---
4454

.agent/skills/riligar-dev-frontend/SKILL.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,16 @@ allowed-tools: Read, Write, Edit, Glob, Grep
1010
1111
---
1212

13+
## Mandatory Guidelines
14+
15+
> [!IMPORTANT]
16+
> All work in this skill MUST adhere to:
17+
>
18+
> - @[.agent/skills/riligar-design-system] (Design and Visual System)
19+
> - @[.agent/skills/riligar-dev-clean-code] (Clean Code Standards)
20+
21+
---
22+
1323
## 1. Component Design Principles
1424

1525
### Component Types
@@ -195,4 +205,12 @@ allowed-tools: Read, Write, Edit, Glob, Grep
195205

196206
---
197207

208+
---
209+
210+
## Related Skills
211+
212+
- @[.agent/skills/riligar-design-system]
213+
- @[.agent/skills/riligar-dev-clean-code]
214+
- @[.agent/skills/riligar-tech-stack]
215+
198216
> **Remember:** React is about composition. Build small, combine thoughtfully.

0 commit comments

Comments
 (0)