@amrhas82/agentic-kit 1.0.0 → 1.1.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.
@@ -0,0 +1,67 @@
1
+ {
2
+ "name": "Agentic Kit Official",
3
+ "owner": "amrhas82",
4
+ "description": "Official marketplace for Agentic Kit - a comprehensive toolkit with 13 specialized agents and 14 powerful skills for AI-driven software development",
5
+ "version": "1.1.0",
6
+ "plugins": [
7
+ {
8
+ "name": "agentic-kit-standard",
9
+ "source": "github:amrhas82/agentic-kit",
10
+ "description": "Standard variant with 13 agents and 8 skills (recommended for most users)",
11
+ "variant": "standard",
12
+ "features": {
13
+ "agents": 13,
14
+ "skills": 8
15
+ },
16
+ "recommended_for": "Most users, general-purpose development, content creation"
17
+ },
18
+ {
19
+ "name": "agentic-kit-lite",
20
+ "source": "github:amrhas82/agentic-kit",
21
+ "description": "Lite variant with 3 core agents and no skills for minimal dependencies",
22
+ "variant": "lite",
23
+ "features": {
24
+ "agents": 3,
25
+ "skills": 0
26
+ },
27
+ "recommended_for": "Minimal CI/CD pipelines, embedded systems, low-resource environments"
28
+ },
29
+ {
30
+ "name": "agentic-kit-pro",
31
+ "source": "github:amrhas82/agentic-kit",
32
+ "description": "Pro variant with all 13 agents and 14 skills for maximum capabilities",
33
+ "variant": "pro",
34
+ "features": {
35
+ "agents": 13,
36
+ "skills": 14
37
+ },
38
+ "recommended_for": "Advanced users, designers, developers requiring full feature set"
39
+ }
40
+ ],
41
+ "categories": [
42
+ "development-tools",
43
+ "agents",
44
+ "product-management",
45
+ "agile",
46
+ "content-creation"
47
+ ],
48
+ "keywords": [
49
+ "agents",
50
+ "skills",
51
+ "product-management",
52
+ "scrum",
53
+ "agile",
54
+ "development",
55
+ "pdf",
56
+ "docx",
57
+ "xlsx",
58
+ "pptx",
59
+ "design",
60
+ "workflow"
61
+ ],
62
+ "repository": "https://github.com/amrhas82/agentic-kit",
63
+ "homepage": "https://github.com/amrhas82/agentic-kit#readme",
64
+ "documentation": "https://github.com/amrhas82/agentic-kit/blob/main/README.md",
65
+ "bugs": "https://github.com/amrhas82/agentic-kit/issues",
66
+ "license": "MIT"
67
+ }
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "Agentic Toolkit - Lite",
3
- "version": "1.0.0",
3
+ "version": "1.1.0",
4
4
  "description": "Lightweight variant with 3 core agents and no skills for minimal dependencies",
5
5
  "variant": "lite",
6
6
  "agents": [
@@ -29,6 +29,11 @@
29
29
  "name": "register-agents",
30
30
  "path": "hooks/register-agents.js",
31
31
  "event": "plugin-load"
32
+ },
33
+ {
34
+ "name": "session-start",
35
+ "path": "hooks/session-start.js",
36
+ "event": "session-start"
32
37
  }
33
38
  ],
34
39
  "resources": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "Agentic Toolkit - Pro",
3
- "version": "1.0.0",
3
+ "version": "1.1.0",
4
4
  "description": "Pro variant with all 13 agents and all 14 skills for maximum capabilities",
5
5
  "variant": "pro",
6
6
  "agents": [
@@ -174,6 +174,11 @@
174
174
  "name": "register-agents",
175
175
  "path": "hooks/register-agents.js",
176
176
  "event": "plugin-load"
177
+ },
178
+ {
179
+ "name": "session-start",
180
+ "path": "hooks/session-start.js",
181
+ "event": "session-start"
177
182
  }
178
183
  ],
179
184
  "resources": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "Agentic Toolkit - Standard",
3
- "version": "1.0.0",
3
+ "version": "1.1.0",
4
4
  "description": "Standard variant with all 13 agents and 8 core production skills",
5
5
  "variant": "standard",
6
6
  "agents": [
@@ -138,6 +138,11 @@
138
138
  "name": "register-agents",
139
139
  "path": "hooks/register-agents.js",
140
140
  "event": "plugin-load"
141
+ },
142
+ {
143
+ "name": "session-start",
144
+ "path": "hooks/session-start.js",
145
+ "event": "session-start"
141
146
  }
142
147
  ],
143
148
  "resources": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "Agentic Toolkit",
3
- "version": "1.0.0",
3
+ "version": "1.1.0",
4
4
  "description": "Comprehensive toolkit for AI-driven software development with 13 specialized agents and 14 powerful skills",
5
5
  "author": "Anthropic",
6
6
  "default_variant": "standard",
@@ -34,6 +34,11 @@
34
34
  "name": "register-agents",
35
35
  "path": "hooks/register-agents.js",
36
36
  "event": "plugin-load"
37
+ },
38
+ {
39
+ "name": "session-start",
40
+ "path": "hooks/session-start.js",
41
+ "event": "session-start"
37
42
  }
38
43
  ],
39
44
  "resources": {