@neyugn/agent-kits 0.3.3 → 0.3.4

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.
package/dist/cli.js CHANGED
@@ -124,9 +124,9 @@ var KITS = [
124
124
  id: "coder",
125
125
  name: "Coder",
126
126
  icon: "\u{1F4BB}",
127
- description: "22 agents, 39 skills, 7 workflows for software development",
127
+ description: "22 agents, 40 skills, 7 workflows for software development",
128
128
  agents: 22,
129
- skills: 39,
129
+ skills: 40,
130
130
  workflows: 7,
131
131
  available: true
132
132
  },
@@ -9,7 +9,7 @@
9
9
  AGT-Kit is a portable, modular AI agent system consisting of:
10
10
 
11
11
  - **22 Specialist Agents** - Role-based AI personas
12
- - **39 Skills** - Domain-specific knowledge modules
12
+ - **40 Skills** - Domain-specific knowledge modules
13
13
  - **7 Workflows** - Slash command procedures
14
14
 
15
15
  ---
@@ -159,7 +159,7 @@ These skills are NEVER disabled regardless of profile:
159
159
  - `plan-writing` - Task breakdown and WBS
160
160
  - `systematic-debugging` - 4-phase debugging
161
161
 
162
- ### Domain Skills (39 total - see ARCHITECTURE.md)
162
+ ### Domain Skills (40 total - see ARCHITECTURE.md)
163
163
 
164
164
  Key skills: `api-patterns`, `database-design`, `react-patterns`, `typescript-patterns`, `docker-patterns`, `kubernetes-patterns`, `terraform-patterns`, `auth-patterns`, `graphql-patterns`, `redis-patterns`, `realtime-patterns`, `queue-patterns`, `multi-tenancy`, `ai-rag-patterns`, `prompt-engineering`, `monitoring-observability`, `frontend-design`, `mobile-design`, `tailwind-patterns`, `e2e-testing`, `performance-profiling`, `github-actions`, `gitlab-ci-patterns`
165
165
 
@@ -295,7 +295,7 @@ python3 .agent/scripts/skills_manager.py search <query>
295
295
  | Metric | Count |
296
296
  | --------- | ----- |
297
297
  | Agents | 22 |
298
- | Skills | 39 |
298
+ | Skills | 40 |
299
299
  | Workflows | 7 |
300
300
  | Scripts | 19 |
301
301
 
@@ -9,7 +9,7 @@
9
9
  AGT-Kit is a portable, modular AI agent system consisting of:
10
10
 
11
11
  - **22 Specialist Agents** - Role-based AI personas
12
- - **39 Skills** - Domain-specific knowledge modules
12
+ - **40 Skills** - Domain-specific knowledge modules
13
13
  - **7 Workflows** - Slash command procedures
14
14
 
15
15
  ---
@@ -159,7 +159,7 @@ These skills are NEVER disabled regardless of profile:
159
159
  - `plan-writing` - Task breakdown and WBS
160
160
  - `systematic-debugging` - 4-phase debugging
161
161
 
162
- ### Domain Skills (39 total - see ARCHITECTURE.md)
162
+ ### Domain Skills (40 total - see ARCHITECTURE.md)
163
163
 
164
164
  Key skills: `api-patterns`, `database-design`, `react-patterns`, `typescript-patterns`, `docker-patterns`, `kubernetes-patterns`, `terraform-patterns`, `auth-patterns`, `graphql-patterns`, `redis-patterns`, `realtime-patterns`, `queue-patterns`, `multi-tenancy`, `ai-rag-patterns`, `prompt-engineering`, `monitoring-observability`, `frontend-design`, `mobile-design`, `tailwind-patterns`, `e2e-testing`, `performance-profiling`, `github-actions`, `gitlab-ci-patterns`
165
165
 
@@ -295,7 +295,7 @@ python3 .agent/scripts/skills_manager.py search <query>
295
295
  | Metric | Count |
296
296
  | --------- | ----- |
297
297
  | Agents | 22 |
298
- | Skills | 39 |
298
+ | Skills | 40 |
299
299
  | Workflows | 7 |
300
300
  | Scripts | 19 |
301
301
 
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  trigger: always_on
3
- description: AGT-Kit - AI Agent system rules with 22 agents, 39 skills, 7 commands
3
+ description: AGT-Kit - AI Agent system rules with 22 agents, 40 skills, 7 commands
4
4
  alwaysApply: true
5
5
  ---
6
6
 
@@ -15,7 +15,7 @@ alwaysApply: true
15
15
  AGT-Kit is a portable, modular AI agent system consisting of:
16
16
 
17
17
  - **22 Specialist Agents** - Role-based AI personas
18
- - **39 Skills** - Domain-specific knowledge modules
18
+ - **40 Skills** - Domain-specific knowledge modules
19
19
  - **7 Commands** - Slash command procedures
20
20
 
21
21
  ---
@@ -167,7 +167,7 @@ These skills are NEVER disabled regardless of profile:
167
167
  - `plan-writing` - Task breakdown and WBS
168
168
  - `systematic-debugging` - 4-phase debugging
169
169
 
170
- ### Domain Skills (39 total - see ARCHITECTURE.md)
170
+ ### Domain Skills (40 total - see ARCHITECTURE.md)
171
171
 
172
172
  Key skills: `api-patterns`, `database-design`, `react-patterns`, `typescript-patterns`, `docker-patterns`, `kubernetes-patterns`, `terraform-patterns`, `auth-patterns`, `graphql-patterns`, `redis-patterns`, `realtime-patterns`, `queue-patterns`, `multi-tenancy`, `ai-rag-patterns`, `prompt-engineering`, `monitoring-observability`, `frontend-design`, `mobile-design`, `tailwind-patterns`, `e2e-testing`, `performance-profiling`, `github-actions`, `gitlab-ci-patterns`
173
173
 
@@ -303,7 +303,7 @@ python3 .agent/scripts/skills_manager.py search <query>
303
303
  | Metric | Count |
304
304
  | -------- | ----- |
305
305
  | Agents | 22 |
306
- | Skills | 39 |
306
+ | Skills | 40 |
307
307
  | Commands | 7 |
308
308
  | Scripts | 19 |
309
309
 
@@ -13,7 +13,7 @@ trigger: always_on
13
13
  AGT-Kit is a portable, modular AI agent system consisting of:
14
14
 
15
15
  - **22 Specialist Agents** - Role-based AI personas
16
- - **39 Skills** - Domain-specific knowledge modules
16
+ - **40 Skills** - Domain-specific knowledge modules
17
17
  - **7 Workflows** - Slash command procedures
18
18
 
19
19
  ---
@@ -163,7 +163,7 @@ These skills are NEVER disabled regardless of profile:
163
163
  - `plan-writing` - Task breakdown and WBS
164
164
  - `systematic-debugging` - 4-phase debugging
165
165
 
166
- ### Domain Skills (39 total - see ARCHITECTURE.md)
166
+ ### Domain Skills (40 total - see ARCHITECTURE.md)
167
167
 
168
168
  Key skills: `api-patterns`, `database-design`, `react-patterns`, `typescript-patterns`, `docker-patterns`, `kubernetes-patterns`, `terraform-patterns`, `auth-patterns`, `graphql-patterns`, `redis-patterns`, `realtime-patterns`, `queue-patterns`, `multi-tenancy`, `ai-rag-patterns`, `prompt-engineering`, `monitoring-observability`, `frontend-design`, `mobile-design`, `tailwind-patterns`, `e2e-testing`, `performance-profiling`, `github-actions`, `gitlab-ci-patterns`
169
169
 
@@ -299,7 +299,7 @@ python3 .agent/scripts/skills_manager.py search <query>
299
299
  | Metric | Count |
300
300
  | --------- | ----- |
301
301
  | Agents | 22 |
302
- | Skills | 39 |
302
+ | Skills | 40 |
303
303
  | Workflows | 7 |
304
304
  | Scripts | 19 |
305
305
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@neyugn/agent-kits",
3
- "version": "0.3.3",
3
+ "version": "0.3.4",
4
4
  "description": "Universal AI Agent Toolkit - Skills, Agents, and Workflows for any AI coding assistant",
5
5
  "type": "module",
6
6
  "bin": {