liteagents 2.4.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.
Files changed (215) hide show
  1. package/CHANGELOG.md +441 -0
  2. package/LICENSE +21 -0
  3. package/README.md +179 -0
  4. package/cli.js +230 -0
  5. package/docs/.gitkeep +1 -0
  6. package/docs/CONTRIBUTING.md +739 -0
  7. package/docs/DUAL_PUBLISH_SUMMARY.md +177 -0
  8. package/docs/ERROR_HANDLING_IMPLEMENTATION.md +327 -0
  9. package/docs/GITHUB_PACKAGES.md +181 -0
  10. package/docs/GITHUB_SETUP.md +158 -0
  11. package/docs/INSTALLATION_DEMO.md +691 -0
  12. package/docs/INSTALLATION_LOCATIONS.md +299 -0
  13. package/docs/INSTALLER_GUIDE.md +1586 -0
  14. package/docs/INTEGRATION_ISSUES_9.1.md +341 -0
  15. package/docs/KNOWLEDGE_BASE.md +727 -0
  16. package/docs/MIGRATION.md +384 -0
  17. package/docs/PACKAGE_BASELINE.md +557 -0
  18. package/docs/PACKAGE_VALIDATION_REPORT.md +427 -0
  19. package/docs/PASS_INTEGRATION.md +307 -0
  20. package/docs/PASS_QUICK_START.md +150 -0
  21. package/docs/PRIVACY.md +203 -0
  22. package/docs/PUBLISHING.md +494 -0
  23. package/docs/QUICK-START.md +318 -0
  24. package/docs/RELEASE_NOTES_1.2.0.md +323 -0
  25. package/docs/SECURITY.md +317 -0
  26. package/docs/SILENT_MODE_GUIDE.md +526 -0
  27. package/docs/SKILLS_CONVERSION.md +154 -0
  28. package/docs/TESTING.md +582 -0
  29. package/docs/TEST_COVERAGE.md +347 -0
  30. package/docs/TROUBLESHOOTING.md +788 -0
  31. package/docs/UPDATED_VARIANT_CONFIGURATION.md +274 -0
  32. package/docs/VARIANT_CONFIGURATION.md +440 -0
  33. package/installer/cli.js +761 -0
  34. package/installer/installation-engine.js +1536 -0
  35. package/installer/package-manager.js +640 -0
  36. package/installer/path-manager.js +427 -0
  37. package/installer/report-template.js +298 -0
  38. package/installer/verification-system.js +274 -0
  39. package/package.json +83 -0
  40. package/packages/ampcode/AGENT.md +58 -0
  41. package/packages/ampcode/README.md +17 -0
  42. package/packages/ampcode/agents/1-create-prd.md +175 -0
  43. package/packages/ampcode/agents/2-generate-tasks.md +190 -0
  44. package/packages/ampcode/agents/3-process-task-list.md +225 -0
  45. package/packages/ampcode/agents/code-developer.md +198 -0
  46. package/packages/ampcode/agents/context-builder.md +142 -0
  47. package/packages/ampcode/agents/feature-planner.md +199 -0
  48. package/packages/ampcode/agents/market-researcher.md +89 -0
  49. package/packages/ampcode/agents/orchestrator.md +116 -0
  50. package/packages/ampcode/agents/quality-assurance.md +115 -0
  51. package/packages/ampcode/agents/system-architect.md +135 -0
  52. package/packages/ampcode/agents/ui-designer.md +184 -0
  53. package/packages/ampcode/commands/brainstorming.md +56 -0
  54. package/packages/ampcode/commands/code-review.md +107 -0
  55. package/packages/ampcode/commands/condition-based-waiting/example.ts +158 -0
  56. package/packages/ampcode/commands/condition-based-waiting.md +122 -0
  57. package/packages/ampcode/commands/debug.md +20 -0
  58. package/packages/ampcode/commands/docs-builder/templates.md +572 -0
  59. package/packages/ampcode/commands/docs-builder.md +106 -0
  60. package/packages/ampcode/commands/explain.md +18 -0
  61. package/packages/ampcode/commands/git-commit.md +14 -0
  62. package/packages/ampcode/commands/optimize.md +20 -0
  63. package/packages/ampcode/commands/refactor.md +21 -0
  64. package/packages/ampcode/commands/review.md +18 -0
  65. package/packages/ampcode/commands/root-cause-tracing/find-polluter.sh +63 -0
  66. package/packages/ampcode/commands/root-cause-tracing.md +176 -0
  67. package/packages/ampcode/commands/security.md +21 -0
  68. package/packages/ampcode/commands/ship.md +18 -0
  69. package/packages/ampcode/commands/skill-creator/scripts/init_skill.py +303 -0
  70. package/packages/ampcode/commands/skill-creator/scripts/package_skill.py +110 -0
  71. package/packages/ampcode/commands/skill-creator/scripts/quick_validate.py +65 -0
  72. package/packages/ampcode/commands/skill-creator.md +211 -0
  73. package/packages/ampcode/commands/stash.md +45 -0
  74. package/packages/ampcode/commands/systematic-debugging.md +297 -0
  75. package/packages/ampcode/commands/test-driven-development.md +390 -0
  76. package/packages/ampcode/commands/test-generate.md +18 -0
  77. package/packages/ampcode/commands/testing-anti-patterns.md +304 -0
  78. package/packages/ampcode/commands/verification-before-completion.md +152 -0
  79. package/packages/ampcode/settings.json +13 -0
  80. package/packages/ampcode/variants.json +8 -0
  81. package/packages/claude/CLAUDE.md +58 -0
  82. package/packages/claude/README.md +23 -0
  83. package/packages/claude/agents/1-create-prd.md +175 -0
  84. package/packages/claude/agents/2-generate-tasks.md +190 -0
  85. package/packages/claude/agents/3-process-task-list.md +225 -0
  86. package/packages/claude/agents/code-developer.md +198 -0
  87. package/packages/claude/agents/context-builder.md +142 -0
  88. package/packages/claude/agents/feature-planner.md +199 -0
  89. package/packages/claude/agents/market-researcher.md +89 -0
  90. package/packages/claude/agents/orchestrator.md +117 -0
  91. package/packages/claude/agents/quality-assurance.md +115 -0
  92. package/packages/claude/agents/system-architect.md +135 -0
  93. package/packages/claude/agents/ui-designer.md +184 -0
  94. package/packages/claude/commands/debug.md +20 -0
  95. package/packages/claude/commands/explain.md +18 -0
  96. package/packages/claude/commands/git-commit.md +14 -0
  97. package/packages/claude/commands/optimize.md +20 -0
  98. package/packages/claude/commands/refactor.md +21 -0
  99. package/packages/claude/commands/review.md +18 -0
  100. package/packages/claude/commands/security.md +21 -0
  101. package/packages/claude/commands/ship.md +18 -0
  102. package/packages/claude/commands/stash.md +45 -0
  103. package/packages/claude/commands/test-generate.md +18 -0
  104. package/packages/claude/skills/brainstorming/SKILL.md +56 -0
  105. package/packages/claude/skills/code-review/SKILL.md +107 -0
  106. package/packages/claude/skills/code-review/code-reviewer.md +146 -0
  107. package/packages/claude/skills/condition-based-waiting/SKILL.md +122 -0
  108. package/packages/claude/skills/condition-based-waiting/example.ts +158 -0
  109. package/packages/claude/skills/docs-builder/SKILL.md +106 -0
  110. package/packages/claude/skills/docs-builder/references/templates.md +572 -0
  111. package/packages/claude/skills/root-cause-tracing/SKILL.md +176 -0
  112. package/packages/claude/skills/root-cause-tracing/find-polluter.sh +63 -0
  113. package/packages/claude/skills/skill-creator/LICENSE.txt +202 -0
  114. package/packages/claude/skills/skill-creator/SKILL.md +211 -0
  115. package/packages/claude/skills/skill-creator/scripts/init_skill.py +303 -0
  116. package/packages/claude/skills/skill-creator/scripts/package_skill.py +110 -0
  117. package/packages/claude/skills/skill-creator/scripts/quick_validate.py +65 -0
  118. package/packages/claude/skills/systematic-debugging/CREATION-LOG.md +119 -0
  119. package/packages/claude/skills/systematic-debugging/SKILL.md +296 -0
  120. package/packages/claude/skills/systematic-debugging/test-academic.md +14 -0
  121. package/packages/claude/skills/systematic-debugging/test-pressure-1.md +58 -0
  122. package/packages/claude/skills/systematic-debugging/test-pressure-2.md +68 -0
  123. package/packages/claude/skills/systematic-debugging/test-pressure-3.md +69 -0
  124. package/packages/claude/skills/test-driven-development/SKILL.md +392 -0
  125. package/packages/claude/skills/testing-anti-patterns/SKILL.md +304 -0
  126. package/packages/claude/skills/verification-before-completion/SKILL.md +152 -0
  127. package/packages/claude/variants.json +9 -0
  128. package/packages/droid/AGENTS.md +52 -0
  129. package/packages/droid/README.md +17 -0
  130. package/packages/droid/change_settings.json +61 -0
  131. package/packages/droid/commands/brainstorming.md +56 -0
  132. package/packages/droid/commands/code-review.md +107 -0
  133. package/packages/droid/commands/condition-based-waiting/example.ts +158 -0
  134. package/packages/droid/commands/condition-based-waiting.md +122 -0
  135. package/packages/droid/commands/debug.md +20 -0
  136. package/packages/droid/commands/docs-builder/templates.md +572 -0
  137. package/packages/droid/commands/docs-builder.md +106 -0
  138. package/packages/droid/commands/explain.md +18 -0
  139. package/packages/droid/commands/git-commit.md +14 -0
  140. package/packages/droid/commands/optimize.md +20 -0
  141. package/packages/droid/commands/refactor.md +21 -0
  142. package/packages/droid/commands/review.md +18 -0
  143. package/packages/droid/commands/root-cause-tracing/find-polluter.sh +63 -0
  144. package/packages/droid/commands/root-cause-tracing.md +176 -0
  145. package/packages/droid/commands/security.md +21 -0
  146. package/packages/droid/commands/ship.md +18 -0
  147. package/packages/droid/commands/skill-creator/scripts/init_skill.py +303 -0
  148. package/packages/droid/commands/skill-creator/scripts/package_skill.py +110 -0
  149. package/packages/droid/commands/skill-creator/scripts/quick_validate.py +65 -0
  150. package/packages/droid/commands/skill-creator.md +211 -0
  151. package/packages/droid/commands/stash.md +45 -0
  152. package/packages/droid/commands/systematic-debugging.md +297 -0
  153. package/packages/droid/commands/test-driven-development.md +390 -0
  154. package/packages/droid/commands/test-generate.md +18 -0
  155. package/packages/droid/commands/testing-anti-patterns.md +304 -0
  156. package/packages/droid/commands/verification-before-completion.md +152 -0
  157. package/packages/droid/droids/1-create-prd.md +170 -0
  158. package/packages/droid/droids/2-generate-tasks.md +190 -0
  159. package/packages/droid/droids/3-process-task-list.md +225 -0
  160. package/packages/droid/droids/code-developer.md +198 -0
  161. package/packages/droid/droids/context-builder.md +142 -0
  162. package/packages/droid/droids/feature-planner.md +199 -0
  163. package/packages/droid/droids/market-researcher.md +89 -0
  164. package/packages/droid/droids/orchestrator.md +116 -0
  165. package/packages/droid/droids/quality-assurance.md +115 -0
  166. package/packages/droid/droids/system-architect.md +135 -0
  167. package/packages/droid/droids/ui-designer.md +184 -0
  168. package/packages/droid/variants.json +8 -0
  169. package/packages/opencode/AGENTS.md +52 -0
  170. package/packages/opencode/README.md +17 -0
  171. package/packages/opencode/agent/1-create-prd.md +179 -0
  172. package/packages/opencode/agent/2-generate-tasks.md +194 -0
  173. package/packages/opencode/agent/3-process-task-list.md +229 -0
  174. package/packages/opencode/agent/code-developer.md +202 -0
  175. package/packages/opencode/agent/context-builder.md +146 -0
  176. package/packages/opencode/agent/feature-planner.md +203 -0
  177. package/packages/opencode/agent/market-researcher.md +93 -0
  178. package/packages/opencode/agent/orchestrator.md +120 -0
  179. package/packages/opencode/agent/quality-assurance.md +119 -0
  180. package/packages/opencode/agent/system-architect.md +139 -0
  181. package/packages/opencode/agent/ui-designer.md +188 -0
  182. package/packages/opencode/command/brainstorming.md +56 -0
  183. package/packages/opencode/command/code-review.md +107 -0
  184. package/packages/opencode/command/condition-based-waiting/example.ts +158 -0
  185. package/packages/opencode/command/condition-based-waiting.md +122 -0
  186. package/packages/opencode/command/debug.md +20 -0
  187. package/packages/opencode/command/docs-builder/templates.md +572 -0
  188. package/packages/opencode/command/docs-builder.md +106 -0
  189. package/packages/opencode/command/explain.md +18 -0
  190. package/packages/opencode/command/git-commit.md +14 -0
  191. package/packages/opencode/command/optimize.md +20 -0
  192. package/packages/opencode/command/refactor.md +21 -0
  193. package/packages/opencode/command/review.md +18 -0
  194. package/packages/opencode/command/root-cause-tracing/find-polluter.sh +63 -0
  195. package/packages/opencode/command/root-cause-tracing.md +176 -0
  196. package/packages/opencode/command/security.md +21 -0
  197. package/packages/opencode/command/ship.md +18 -0
  198. package/packages/opencode/command/skill-creator/scripts/init_skill.py +303 -0
  199. package/packages/opencode/command/skill-creator/scripts/package_skill.py +110 -0
  200. package/packages/opencode/command/skill-creator/scripts/quick_validate.py +65 -0
  201. package/packages/opencode/command/skill-creator.md +211 -0
  202. package/packages/opencode/command/stash.md +45 -0
  203. package/packages/opencode/command/systematic-debugging.md +297 -0
  204. package/packages/opencode/command/test-driven-development.md +390 -0
  205. package/packages/opencode/command/test-generate.md +18 -0
  206. package/packages/opencode/command/testing-anti-patterns.md +304 -0
  207. package/packages/opencode/command/verification-before-completion.md +152 -0
  208. package/packages/opencode/opencode.jsonc +201 -0
  209. package/packages/opencode/variants.json +8 -0
  210. package/packages/subagentic-manual.md +349 -0
  211. package/postinstall.js +21 -0
  212. package/tools/ampcode/manifest-template.json +14 -0
  213. package/tools/claude/manifest-template.json +14 -0
  214. package/tools/droid/manifest-template.json +14 -0
  215. package/tools/opencode/manifest-template.json +14 -0
@@ -0,0 +1,691 @@
1
+ # Agentic Kit Installer Demo
2
+
3
+ **Visual walkthrough of the interactive multi-tool installer**
4
+
5
+ This document provides a detailed visual demonstration of the Agentic Kit interactive installer, showing all 4 steps of the installation process with realistic ASCII art mockups.
6
+
7
+ ---
8
+
9
+ ## Demo: Installing Claude with Standard Variant
10
+
11
+ ### Step 1: Launch the Installer
12
+
13
+ ```bash
14
+ $ agentic-kit install
15
+ ```
16
+
17
+ **Output:**
18
+
19
+ ```
20
+ ╔══════════════════════════════════════════════════════════╗
21
+ ║ ║
22
+ ║ Agentic Kit Interactive Multi-Tool Installer ║
23
+ ║ Version 1.2.0 ║
24
+ ║ ║
25
+ ║ Install AI agents and skills for multiple tools ║
26
+ ║ ║
27
+ ╚══════════════════════════════════════════════════════════╝
28
+
29
+ Available Tools:
30
+ • Claude - Conversational AI with markdown-first workflows
31
+ • Opencode - CLI-optimized code generation
32
+ • Ampcode - Amplified development with maximum velocity
33
+ • Droid - Android-first mobile development
34
+
35
+ Let's get started!
36
+ ```
37
+
38
+ ---
39
+
40
+ ### Step 2: Select Variant
41
+
42
+ ```
43
+ ═══════════════════════════════════════════════════════════
44
+ Step 1 of 4: Select Variant
45
+ ═══════════════════════════════════════════════════════════
46
+
47
+ Available variants:
48
+
49
+ 1. Lite - Minimal setup with core agents only (~510 KB)
50
+ • 3 agents, 0 skills
51
+ • Best for: Quick experimentation, CI/CD, learning
52
+
53
+ 2. Standard - Recommended setup with agents + core skills (~8.4 MB)
54
+ • 13 agents, 8 skills
55
+ • Best for: Most development workflows, document processing
56
+
57
+ 3. Pro - Complete setup with all agents and skills (~9 MB)
58
+ • 13 agents, 22 skills
59
+ • Best for: Advanced workflows, full feature access
60
+
61
+ Select variant (1-3, or 'q' to quit): 2
62
+
63
+ ✓ Selected: Standard (13 agents, 8 skills, ~8.4 MB)
64
+ ```
65
+
66
+ ---
67
+
68
+ ### Step 3: Select Tools
69
+
70
+ ```
71
+ ═══════════════════════════════════════════════════════════
72
+ Step 2 of 4: Select Tools
73
+ ═══════════════════════════════════════════════════════════
74
+
75
+ Available tools:
76
+
77
+ 1. Claude - Conversational AI (markdown-first workflows)
78
+ 2. Opencode - CLI-optimized code generation
79
+ 3. Ampcode - Amplified development (maximum velocity)
80
+ 4. Droid - Android-first mobile development
81
+
82
+ Enter tool numbers to install (comma-separated, e.g., 1,2,4):
83
+ Or type 'all' to install all tools: 1
84
+
85
+ ✓ Selected tools:
86
+ • Claude
87
+ ```
88
+
89
+ ---
90
+
91
+ ### Step 4: Configure Paths
92
+
93
+ ```
94
+ ═══════════════════════════════════════════════════════════
95
+ Step 3 of 4: Configure Paths
96
+ ═══════════════════════════════════════════════════════════
97
+
98
+ Default installation paths:
99
+
100
+ Claude: /home/user/.claude/
101
+
102
+ These paths will be automatically detected by each tool.
103
+
104
+ Do you want to customize any paths? (y/N): N
105
+
106
+ ✓ Using default paths
107
+ ```
108
+
109
+ ---
110
+
111
+ ### Step 5: Installation Summary
112
+
113
+ ```
114
+ ═══════════════════════════════════════════════════════════
115
+ Step 4 of 4: Installation Summary
116
+ ═══════════════════════════════════════════════════════════
117
+
118
+ Ready to install:
119
+
120
+ Variant: Standard (13 agents, 8 skills, 29 files, 8.39 MB)
121
+
122
+ Tools:
123
+ ✓ Claude → /home/user/.claude/
124
+
125
+ Total: 29 files, 8.39 MB
126
+
127
+ This will:
128
+ • Copy 13 agent files
129
+ • Copy 8 skill directories
130
+ • Copy 6 resource files
131
+ • Copy 2 hook files
132
+ • Create manifest.json
133
+ • Verify installation
134
+
135
+ Do you want to proceed with installation? (Y/n): Y
136
+ ```
137
+
138
+ ---
139
+
140
+ ### Step 6: Installation Progress
141
+
142
+ ```
143
+ Installing Claude (Standard variant)...
144
+
145
+ Copying agents...
146
+ Progress: ████████████████████ 100% (13/13 files)
147
+
148
+ ✓ Copied 0-think-process.md
149
+ ✓ Copied 1-fix-process-repl.md
150
+ ✓ Copied 2-write-with-tools.md
151
+ ✓ Copied 3-process-task-list.md
152
+ ✓ Copied 4-generate-tests.md
153
+ ✓ Copied 5-refactor.md
154
+ ✓ Copied 6-autotest-edd.md
155
+ ✓ Copied 7-Master-Orchestrator.md
156
+ ✓ Copied 8-improve-system-prompt.md
157
+ ✓ Copied 9-design-agent.md
158
+ ✓ Copied 10-research-writer.md
159
+ ✓ Copied 11-feature-planner.md
160
+ ✓ Copied 12-story-writer.md
161
+
162
+ Copying skills...
163
+ Progress: ████████████████████ 100% (8/8 directories)
164
+
165
+ ✓ Copied pdf/ (142 KB)
166
+ ✓ Copied docx/ (218 KB)
167
+ ✓ Copied xlsx/ (156 KB)
168
+ ✓ Copied pptx/ (203 KB)
169
+ ✓ Copied canvas-design/ (1.2 MB)
170
+ ✓ Copied theme-factory/ (892 KB)
171
+ ✓ Copied brand-guidelines/ (634 KB)
172
+ ✓ Copied internal-comms/ (498 KB)
173
+
174
+ Copying resources...
175
+ Progress: ████████████████████ 100% (6/6 files)
176
+
177
+ ✓ Copied agent-teams.yaml
178
+ ✓ Copied checklists.md
179
+ ✓ Copied data.md
180
+ ✓ Copied task-briefs.md
181
+ ✓ Copied templates.yaml
182
+ ✓ Copied workflows.yaml
183
+
184
+ Copying hooks...
185
+ Progress: ████████████████████ 100% (2/2 files)
186
+
187
+ ✓ Copied session-start.js
188
+ ✓ Copied register-agents.js
189
+
190
+ Creating manifest...
191
+ ✓ Created manifest.json
192
+
193
+ Overall Progress: ████████████████████ 100% (29/29 files, 8.39 MB)
194
+
195
+ Elapsed time: 12.3s
196
+ Transfer rate: 699 KB/s
197
+ ```
198
+
199
+ ---
200
+
201
+ ### Step 7: Verification
202
+
203
+ ```
204
+ Verifying installation...
205
+
206
+ Checking agents...
207
+ Progress: ████████████████████ 100% (13/13 agents)
208
+
209
+ ✓ 0-think-process.md - OK (12.4 KB)
210
+ ✓ 1-fix-process-repl.md - OK (10.8 KB)
211
+ ✓ 2-write-with-tools.md - OK (14.2 KB)
212
+ ✓ 3-process-task-list.md - OK (18.7 KB)
213
+ ✓ 4-generate-tests.md - OK (15.3 KB)
214
+ ✓ 5-refactor.md - OK (13.9 KB)
215
+ ✓ 6-autotest-edd.md - OK (16.1 KB)
216
+ ✓ 7-Master-Orchestrator.md - OK (19.4 KB)
217
+ ✓ 8-improve-system-prompt.md - OK (11.6 KB)
218
+ ✓ 9-design-agent.md - OK (17.2 KB)
219
+ ✓ 10-research-writer.md - OK (14.5 KB)
220
+ ✓ 11-feature-planner.md - OK (16.8 KB)
221
+ ✓ 12-story-writer.md - OK (15.1 KB)
222
+
223
+ Checking skills...
224
+ Progress: ████████████████████ 100% (8/8 skills)
225
+
226
+ ✓ pdf/ - OK (142 KB, 12 files)
227
+ ✓ docx/ - OK (218 KB, 15 files)
228
+ ✓ xlsx/ - OK (156 KB, 11 files)
229
+ ✓ pptx/ - OK (203 KB, 14 files)
230
+ ✓ canvas-design/ - OK (1.2 MB, 42 files)
231
+ ✓ theme-factory/ - OK (892 KB, 34 files)
232
+ ✓ brand-guidelines/ - OK (634 KB, 28 files)
233
+ ✓ internal-comms/ - OK (498 KB, 22 files)
234
+
235
+ Checking resources...
236
+ Progress: ████████████████████ 100% (6/6 resources)
237
+
238
+ ✓ agent-teams.yaml - OK (8.2 KB)
239
+ ✓ checklists.md - OK (12.5 KB)
240
+ ✓ data.md - OK (6.8 KB)
241
+ ✓ task-briefs.md - OK (14.3 KB)
242
+ ✓ templates.yaml - OK (9.7 KB)
243
+ ✓ workflows.yaml - OK (11.4 KB)
244
+
245
+ Checking hooks...
246
+ Progress: ████████████████████ 100% (2/2 hooks)
247
+
248
+ ✓ session-start.js - OK (4.2 KB)
249
+ ✓ register-agents.js - OK (6.8 KB)
250
+
251
+ Checking manifest...
252
+ ✓ manifest.json - Valid (1.8 KB)
253
+
254
+ Overall: ████████████████████ 100% (29/29 files verified)
255
+
256
+ All checks passed! ✓
257
+ ```
258
+
259
+ ---
260
+
261
+ ### Step 8: Installation Complete
262
+
263
+ ```
264
+ ╔══════════════════════════════════════════════════════════╗
265
+ ║ ║
266
+ ║ Installation Complete! ✓ ║
267
+ ║ ║
268
+ ╚══════════════════════════════════════════════════════════╝
269
+
270
+ Installed:
271
+ • Claude Standard → /home/user/.claude/
272
+
273
+ Summary:
274
+ ✓ 13 agents installed
275
+ ✓ 8 skills installed
276
+ ✓ 6 resources installed
277
+ ✓ 2 hooks installed
278
+ ✓ Manifest created
279
+ ✓ All files verified
280
+
281
+ Total: 29 files, 8.39 MB
282
+ Installation time: 14.7 seconds
283
+
284
+ Next steps:
285
+ 1. Restart your Claude Code session
286
+ 2. Skills will auto-load on session start
287
+ 3. Use @master: help to get started
288
+
289
+ Documentation:
290
+ • Installation guide: /home/user/.claude/README.md
291
+ • Troubleshooting: https://github.com/amrhas82/agentflow/docs/INSTALLER_GUIDE.md
292
+
293
+ Thank you for installing Agentic Kit!
294
+ ```
295
+
296
+ ---
297
+
298
+ ## Demo: Silent Installation (CI/CD)
299
+
300
+ For automated environments, use silent mode:
301
+
302
+ ```bash
303
+ $ agentic-kit install --silent --variant=standard --tools=claude
304
+ ```
305
+
306
+ **Output:**
307
+
308
+ ```
309
+ Agentic Kit Installer v1.2.0
310
+ Installing Claude (Standard variant)...
311
+ Progress: ████████████████████ 100% (29/29 files)
312
+ Verifying: ████████████████████ 100% (29/29 files)
313
+ ✓ Installation complete: /home/user/.claude/
314
+ Total: 29 files, 8.39 MB, 12.3s
315
+ ```
316
+
317
+ ---
318
+
319
+ ## Demo: Multi-Tool Installation
320
+
321
+ Installing multiple tools at once:
322
+
323
+ ```bash
324
+ $ agentic-kit install --variant=standard --tools=claude,opencode
325
+ ```
326
+
327
+ **Output:**
328
+
329
+ ```
330
+ ═══════════════════════════════════════════════════════════
331
+ Installation Summary
332
+ ═══════════════════════════════════════════════════════════
333
+
334
+ Ready to install:
335
+
336
+ Variant: Standard (13 agents, 8 skills, 29 files, 8.39 MB per tool)
337
+
338
+ Tools:
339
+ ✓ Claude → /home/user/.claude/
340
+ ✓ Opencode → /home/user/.opencode/
341
+
342
+ Total: 58 files, 16.78 MB
343
+
344
+ Do you want to proceed with installation? (Y/n): Y
345
+
346
+ Installing Claude (Standard variant)...
347
+ Progress: ████████████████████ 100% (29/29 files)
348
+
349
+ Installing Opencode (Standard variant)...
350
+ Progress: ████████████████████ 100% (29/29 files)
351
+
352
+ Overall Progress: ████████████████████ 100% (58/58 files)
353
+
354
+ Verification...
355
+ ✓ Claude: 29 files verified
356
+ ✓ Opencode: 29 files verified
357
+
358
+ ╔══════════════════════════════════════════════════════════╗
359
+ ║ Installation Complete! ✓ ║
360
+ ╚══════════════════════════════════════════════════════════╝
361
+
362
+ Installed:
363
+ • Claude Standard → /home/user/.claude/
364
+ • Opencode Standard → /home/user/.opencode/
365
+
366
+ Total: 58 files, 16.78 MB
367
+ Installation time: 24.6 seconds
368
+ ```
369
+
370
+ ---
371
+
372
+ ## Demo: Custom Path Installation
373
+
374
+ Installing to a custom location:
375
+
376
+ ```bash
377
+ $ agentic-kit install
378
+ ```
379
+
380
+ **Step 3 - Custom Path:**
381
+
382
+ ```
383
+ ═══════════════════════════════════════════════════════════
384
+ Step 3 of 4: Configure Paths
385
+ ═══════════════════════════════════════════════════════════
386
+
387
+ Default installation paths:
388
+
389
+ Claude: /home/user/.claude/
390
+
391
+ Do you want to customize any paths? (y/N): y
392
+
393
+ Enter custom path for Claude (or press Enter for default):
394
+ > /opt/agentflow/claude
395
+
396
+ Validating path: /opt/agentflow/claude
397
+
398
+ ✓ Path is absolute
399
+ ✓ Parent directory exists
400
+ ✓ Write permissions verified
401
+ ✓ Sufficient disk space (50 MB available)
402
+ ⚠ Directory does not exist (will be created)
403
+
404
+ ╔═══════════════════════════════════════════════╗
405
+ ║ Custom Path Confirmation ║
406
+ ╚═══════════════════════════════════════════════╝
407
+
408
+ Tool: Claude
409
+ Proposed Path: /opt/agentflow/claude
410
+ Default Path: /home/user/.claude/
411
+
412
+ This is different from the default path.
413
+
414
+ Validation Results:
415
+ ✓ Path is valid and writable
416
+ ✓ Sufficient disk space available
417
+ ⚠ Directory will be created
418
+
419
+ Do you want to proceed with this custom path? (y/N): y
420
+
421
+ ✓ Using custom path: /opt/agentflow/claude
422
+ ```
423
+
424
+ ---
425
+
426
+ ## Demo: Uninstall
427
+
428
+ Removing an installed tool:
429
+
430
+ ```bash
431
+ $ agentic-kit install --uninstall --tools=claude
432
+ ```
433
+
434
+ **Output:**
435
+
436
+ ```
437
+ Agentic Kit Uninstaller v1.2.0
438
+
439
+ Found installation:
440
+ • Claude Standard at /home/user/.claude/
441
+ - 13 agents
442
+ - 8 skills
443
+ - 6 resources
444
+ - 2 hooks
445
+ - Total: 29 files, 8.39 MB
446
+
447
+ ⚠ WARNING: This will permanently delete all installed files.
448
+
449
+ Do you want to proceed with uninstallation? (y/N): y
450
+
451
+ Uninstalling Claude...
452
+
453
+ Removing files...
454
+ Progress: ████████████████████ 100% (29/29 files)
455
+
456
+ ✓ Removed 13 agents
457
+ ✓ Removed 8 skills
458
+ ✓ Removed 6 resources
459
+ ✓ Removed 2 hooks
460
+ ✓ Removed manifest.json
461
+ ✓ Removed installation directory
462
+
463
+ Uninstallation complete! ✓
464
+
465
+ Removed:
466
+ • Claude Standard from /home/user/.claude/
467
+
468
+ Total: 29 files deleted, 8.39 MB freed
469
+ ```
470
+
471
+ ---
472
+
473
+ ## Demo: Upgrade from Lite to Standard
474
+
475
+ Upgrading an existing installation:
476
+
477
+ ```bash
478
+ $ agentic-kit install --variant=standard --tools=claude
479
+ ```
480
+
481
+ **Output:**
482
+
483
+ ```
484
+ Agentic Kit Installer v1.2.0
485
+
486
+ Existing installation detected:
487
+ • Claude Lite at /home/user/.claude/
488
+ - 3 agents
489
+ - 0 skills
490
+ - Installed: 2025-11-02
491
+
492
+ Upgrade to Claude Standard?
493
+ From: Lite (3 agents, 0 skills, 11 files, 510 KB)
494
+ To: Standard (13 agents, 8 skills, 29 files, 8.39 MB)
495
+
496
+ This will add:
497
+ + 10 agents
498
+ + 8 skills (pdf, docx, xlsx, pptx, canvas-design, theme-factory,
499
+ brand-guidelines, internal-comms)
500
+
501
+ Do you want to proceed with upgrade? (Y/n): Y
502
+
503
+ Upgrading Claude from Lite to Standard...
504
+
505
+ Installing additional agents...
506
+ Progress: ████████████████████ 100% (10/10 files)
507
+
508
+ Installing skills...
509
+ Progress: ████████████████████ 100% (8/8 directories)
510
+
511
+ Updating manifest...
512
+ ✓ Updated manifest.json
513
+
514
+ Verification...
515
+ ✓ 13 agents verified
516
+ ✓ 8 skills verified
517
+ ✓ All files accessible
518
+
519
+ ╔══════════════════════════════════════════════════════════╗
520
+ ║ Upgrade Complete! ✓ ║
521
+ ╚══════════════════════════════════════════════════════════╝
522
+
523
+ Upgraded:
524
+ • Claude: Lite → Standard at /home/user/.claude/
525
+
526
+ Changes:
527
+ • Agents: 3 → 13 (+10)
528
+ • Skills: 0 → 8 (+8)
529
+ • Total size: 510 KB → 8.39 MB
530
+
531
+ Installation time: 15.2 seconds
532
+ ```
533
+
534
+ ---
535
+
536
+ ## Demo: Error Handling
537
+
538
+ ### Insufficient Disk Space
539
+
540
+ ```
541
+ Installing Claude (Standard variant)...
542
+
543
+ ERROR: Insufficient disk space
544
+ Required: 50 MB
545
+ Available: 30 MB
546
+ Location: /home/user/.claude/
547
+
548
+ Installation aborted.
549
+
550
+ Suggestions:
551
+ 1. Free up disk space and try again
552
+ 2. Install to a different location with more space:
553
+ agentic-kit install --path claude=/mnt/external/.claude
554
+ 3. Use Lite variant (only 510 KB):
555
+ agentic-kit install --variant=lite
556
+
557
+ No files were created.
558
+ ```
559
+
560
+ ### Permission Denied
561
+
562
+ ```
563
+ Installing Claude (Standard variant)...
564
+
565
+ ERROR: Permission denied
566
+ Cannot write to: /opt/agentflow/claude/
567
+ User: user
568
+ Required: Write permissions
569
+
570
+ Installation aborted.
571
+
572
+ Suggestions:
573
+ 1. Run with appropriate permissions:
574
+ sudo agentic-kit install --tools=claude --path claude=/opt/agentflow/claude
575
+ 2. Install to a writable location:
576
+ agentic-kit install (uses ~/.claude/ by default)
577
+
578
+ No files were created.
579
+ ```
580
+
581
+ ### Installation Interrupted
582
+
583
+ ```
584
+ Installing Claude (Standard variant)...
585
+
586
+ Copying agents...
587
+ Progress: ████████░░░░░░░░░░░░ 45% (6/13 files)
588
+ ^C
589
+
590
+ Installation interrupted by user.
591
+
592
+ Rollback in progress...
593
+ ✓ Removed partial installation
594
+ ✓ Cleaned up temporary files
595
+
596
+ Installation state saved to: /home/user/.agentic-kit-state.json
597
+
598
+ To resume installation later, run:
599
+ agentic-kit install
600
+
601
+ No files were left behind.
602
+ ```
603
+
604
+ ---
605
+
606
+ ## Features Demonstrated
607
+
608
+ ✓ **Interactive 4-step process**
609
+ - Variant selection
610
+ - Tool selection
611
+ - Path configuration
612
+ - Installation summary
613
+
614
+ ✓ **Real-time progress tracking**
615
+ - ANSI progress bars
616
+ - File-by-file feedback
617
+ - Transfer statistics
618
+
619
+ ✓ **Verification**
620
+ - Post-installation checks
621
+ - File integrity validation
622
+ - Size verification
623
+
624
+ ✓ **Multi-tool support**
625
+ - Install multiple tools
626
+ - Isolated installations
627
+ - Consistent experience
628
+
629
+ ✓ **Silent mode**
630
+ - CI/CD friendly
631
+ - Non-interactive
632
+ - Scriptable
633
+
634
+ ✓ **Error handling**
635
+ - Clear error messages
636
+ - Helpful suggestions
637
+ - Automatic rollback
638
+
639
+ ✓ **Upgrade/downgrade**
640
+ - Between variants
641
+ - Preserves existing files
642
+ - Clear change summary
643
+
644
+ ✓ **Uninstall**
645
+ - Complete removal
646
+ - Confirmation prompts
647
+ - Clean cleanup
648
+
649
+ ---
650
+
651
+ ## Installation Time Benchmarks
652
+
653
+ | Variant | Files | Size | Time | Rate |
654
+ |---------|-------|------|------|------|
655
+ | Lite | 11 | 510 KB | ~10s | 51 KB/s |
656
+ | Standard | 29 | 8.4 MB | ~30s | 286 KB/s |
657
+ | Pro | 43 | 9 MB | ~60s | 153 KB/s |
658
+
659
+ **Note**: Times vary based on system performance and disk speed.
660
+
661
+ ---
662
+
663
+ ## Quick Reference
664
+
665
+ **Basic Installation:**
666
+ ```bash
667
+ npm install -g agentflow
668
+ agentic-kit install
669
+ ```
670
+
671
+ **Silent Installation:**
672
+ ```bash
673
+ agentic-kit install --silent --variant=standard --tools=claude
674
+ ```
675
+
676
+ **Multi-Tool:**
677
+ ```bash
678
+ agentic-kit install --variant=pro --tools=all
679
+ ```
680
+
681
+ **Custom Path:**
682
+ ```bash
683
+ agentic-kit install --tools=claude --path claude=/custom/path
684
+ ```
685
+
686
+ **Uninstall:**
687
+ ```bash
688
+ agentic-kit install --uninstall --tools=claude
689
+ ```
690
+
691
+ **For more details, see [INSTALLER_GUIDE.md](./INSTALLER_GUIDE.md)**