@riligar/agents-kit 1.5.1 → 1.6.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -9,6 +9,17 @@ allowed-tools: Read, Write, Edit, Glob, Grep
9
9
  > API design principles and decision-making for 2025.
10
10
  > **Learn to THINK, not copy fixed patterns.**
11
11
 
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
+
12
23
  ## 🎯 Selective Reading Rule
13
24
 
14
25
  **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
32
43
 
33
44
  ---
34
45
 
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]` |
42
52
 
43
53
  ---
44
54
 
@@ -10,6 +10,16 @@ allowed-tools: Read, Write, Edit, Glob, Grep
10
10
 
11
11
  ---
12
12
 
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
+
13
23
  ## 1. Component Design Principles
14
24
 
15
25
  ### Component Types
@@ -195,4 +205,12 @@ allowed-tools: Read, Write, Edit, Glob, Grep
195
205
 
196
206
  ---
197
207
 
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
+
198
216
  > **Remember:** React is about composition. Build small, combine thoughtfully.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@riligar/agents-kit",
3
- "version": "1.5.1",
3
+ "version": "1.6.0",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },