liteagents 2.24.1 → 3.5.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 (160) hide show
  1. package/CHANGELOG.md +206 -0
  2. package/README.md +120 -160
  3. package/installer/cli.js +40 -5
  4. package/installer/installation-engine.js +8 -0
  5. package/package.json +4 -3
  6. package/packages/ampcode/AGENT.md +11 -20
  7. package/packages/ampcode/agents/code-developer.md +11 -17
  8. package/packages/ampcode/agents/orchestrator.md +3 -3
  9. package/packages/ampcode/agents/quality-assurance.md +3 -1
  10. package/packages/ampcode/{commands/brainstorming.md → skills/brainstorming/SKILL.md} +2 -3
  11. package/packages/ampcode/{commands/branch-review.md → skills/branch-review/SKILL.md} +13 -13
  12. package/packages/{claude/commands/docs-builder.md → ampcode/skills/docs-builder/SKILL.md} +1 -1
  13. package/packages/ampcode/{commands/live-canvas.md → skills/live-canvas/SKILL.md} +8 -4
  14. package/packages/ampcode/{commands/refactor.md → skills/refactor/SKILL.md} +57 -9
  15. package/packages/ampcode/{commands/release.md → skills/release/SKILL.md} +4 -4
  16. package/packages/{claude/commands → ampcode/skills}/remember/AGENT_RULES.md +44 -84
  17. package/packages/ampcode/{commands/remember.md → skills/remember/SKILL.md} +86 -13
  18. package/packages/ampcode/{commands → skills}/remember/friction.cjs +0 -0
  19. package/packages/ampcode/skills/remember/stub-check.cjs +206 -0
  20. package/packages/ampcode/skills/remember/sync-rules.cjs +178 -0
  21. package/packages/ampcode/skills/remember/version-check.cjs +214 -0
  22. package/packages/ampcode/skills/root-cause/SKILL.md +220 -0
  23. package/packages/ampcode/{commands/trace-back → skills/root-cause}/find-polluter.sh +0 -0
  24. package/packages/{claude/commands/security.md → ampcode/skills/security/SKILL.md} +1 -1
  25. package/packages/{claude/commands/ship.md → ampcode/skills/ship/SKILL.md} +1 -1
  26. package/packages/ampcode/skills/skill-creator/LICENSE.txt +202 -0
  27. package/packages/ampcode/{commands/skill-creator.md → skills/skill-creator/SKILL.md} +1 -2
  28. package/packages/ampcode/{commands → skills}/skill-creator/scripts/init_skill.py +0 -0
  29. package/packages/ampcode/{commands → skills}/skill-creator/scripts/package_skill.py +0 -0
  30. package/packages/ampcode/{commands → skills}/skill-creator/scripts/quick_validate.py +0 -0
  31. package/packages/ampcode/{commands/stash.md → skills/stash/SKILL.md} +2 -1
  32. package/packages/{claude/commands/test-generate.md → ampcode/skills/test-generate/SKILL.md} +2 -2
  33. package/packages/ampcode/variants.json +2 -2
  34. package/packages/claude/CLAUDE.md +11 -19
  35. package/packages/claude/agents/code-developer.md +11 -17
  36. package/packages/claude/agents/orchestrator.md +4 -5
  37. package/packages/claude/agents/quality-assurance.md +3 -1
  38. package/packages/claude/skills/brainstorming/SKILL.md +1 -2
  39. package/packages/claude/{commands/branch-review.md → skills/branch-review/SKILL.md} +1 -1
  40. package/packages/{ampcode/commands/docs-builder.md → claude/skills/docs-builder/SKILL.md} +7 -7
  41. package/packages/claude/skills/live-canvas/SKILL.md +5 -1
  42. package/packages/claude/{commands/refactor.md → skills/refactor/SKILL.md} +53 -5
  43. package/packages/claude/{commands/release.md → skills/release/SKILL.md} +1 -1
  44. package/packages/{ampcode/commands → claude/skills}/remember/AGENT_RULES.md +38 -78
  45. package/packages/claude/{commands/remember.md → skills/remember/SKILL.md} +86 -13
  46. package/packages/claude/{commands → skills}/remember/friction.cjs +0 -0
  47. package/packages/claude/skills/remember/stub-check.cjs +206 -0
  48. package/packages/claude/skills/remember/sync-rules.cjs +178 -0
  49. package/packages/claude/skills/remember/version-check.cjs +214 -0
  50. package/packages/claude/skills/root-cause/SKILL.md +220 -0
  51. package/packages/{ampcode/commands/security.md → claude/skills/security/SKILL.md} +2 -2
  52. package/packages/{ampcode/commands/ship.md → claude/skills/ship/SKILL.md} +2 -2
  53. package/packages/claude/skills/skill-creator/SKILL.md +1 -2
  54. package/packages/claude/{commands/stash.md → skills/stash/SKILL.md} +2 -1
  55. package/packages/{ampcode/commands/test-generate.md → claude/skills/test-generate/SKILL.md} +3 -3
  56. package/packages/claude/variants.json +1 -2
  57. package/packages/droid/AGENTS.md +10 -16
  58. package/packages/droid/commands/brainstorming.md +1 -4
  59. package/packages/droid/commands/branch-review.md +11 -14
  60. package/packages/droid/commands/docs-builder.md +0 -3
  61. package/packages/droid/commands/live-canvas.md +7 -5
  62. package/packages/droid/commands/refactor.md +55 -10
  63. package/packages/droid/commands/release.md +2 -5
  64. package/packages/droid/commands/remember/AGENT_RULES.md +38 -78
  65. package/packages/droid/commands/remember/stub-check.cjs +206 -0
  66. package/packages/droid/commands/remember/sync-rules.cjs +178 -0
  67. package/packages/droid/commands/remember/version-check.cjs +214 -0
  68. package/packages/droid/commands/remember.md +84 -14
  69. package/packages/droid/commands/root-cause.md +218 -0
  70. package/packages/droid/commands/security.md +0 -3
  71. package/packages/droid/commands/ship.md +0 -3
  72. package/packages/droid/commands/skill-creator/LICENSE.txt +202 -0
  73. package/packages/droid/commands/skill-creator.md +0 -4
  74. package/packages/droid/commands/stash.md +0 -2
  75. package/packages/droid/commands/test-generate.md +1 -4
  76. package/packages/droid/droids/1-create-prd.md +6 -2
  77. package/packages/droid/droids/2-generate-tasks.md +1 -2
  78. package/packages/droid/droids/3-process-task-list.md +1 -2
  79. package/packages/droid/droids/code-developer.md +12 -19
  80. package/packages/droid/droids/feature-planner.md +1 -2
  81. package/packages/droid/droids/market-researcher.md +1 -2
  82. package/packages/droid/droids/orchestrator.md +3 -4
  83. package/packages/droid/droids/quality-assurance.md +4 -3
  84. package/packages/droid/droids/system-architect.md +1 -2
  85. package/packages/droid/droids/ui-designer.md +1 -2
  86. package/packages/opencode/AGENTS.md +10 -16
  87. package/packages/opencode/agent/code-developer.md +11 -17
  88. package/packages/opencode/agent/orchestrator.md +2 -2
  89. package/packages/opencode/agent/quality-assurance.md +3 -1
  90. package/packages/opencode/command/brainstorming.md +1 -4
  91. package/packages/opencode/command/branch-review.md +11 -15
  92. package/packages/opencode/command/docs-builder.md +0 -4
  93. package/packages/opencode/command/live-canvas.md +7 -5
  94. package/packages/opencode/command/refactor.md +55 -11
  95. package/packages/opencode/command/release.md +2 -5
  96. package/packages/opencode/command/remember/AGENT_RULES.md +38 -78
  97. package/packages/opencode/command/remember/stub-check.cjs +206 -0
  98. package/packages/opencode/command/remember/sync-rules.cjs +178 -0
  99. package/packages/opencode/command/remember/version-check.cjs +214 -0
  100. package/packages/opencode/command/remember.md +84 -14
  101. package/packages/opencode/command/root-cause.md +218 -0
  102. package/packages/opencode/command/security.md +0 -4
  103. package/packages/opencode/command/ship.md +0 -3
  104. package/packages/opencode/command/skill-creator/LICENSE.txt +202 -0
  105. package/packages/opencode/command/skill-creator.md +0 -4
  106. package/packages/opencode/command/stash.md +0 -3
  107. package/packages/opencode/command/test-generate.md +1 -5
  108. package/packages/opencode/opencode.jsonc +4 -34
  109. package/packages/subagentic-manual.md +147 -314
  110. package/packages/ampcode/agents/context-builder.md +0 -144
  111. package/packages/ampcode/commands/debug-method.md +0 -297
  112. package/packages/ampcode/commands/live-canvas/README.md +0 -264
  113. package/packages/ampcode/commands/optimize.md +0 -61
  114. package/packages/ampcode/commands/tdd-flow.md +0 -390
  115. package/packages/ampcode/commands/test-traps/example.ts +0 -158
  116. package/packages/ampcode/commands/test-traps.md +0 -378
  117. package/packages/ampcode/commands/trace-back.md +0 -176
  118. package/packages/ampcode/commands/verify-done.md +0 -152
  119. package/packages/claude/agents/context-builder.md +0 -145
  120. package/packages/claude/commands/optimize.md +0 -61
  121. package/packages/claude/plugins/live-canvas-marketplace/plugins/live-canvas-channel/README.md +0 -89
  122. package/packages/claude/skills/debug-method/CREATION-LOG.md +0 -119
  123. package/packages/claude/skills/debug-method/SKILL.md +0 -296
  124. package/packages/claude/skills/debug-method/test-academic.md +0 -14
  125. package/packages/claude/skills/debug-method/test-pressure-1.md +0 -58
  126. package/packages/claude/skills/debug-method/test-pressure-2.md +0 -68
  127. package/packages/claude/skills/debug-method/test-pressure-3.md +0 -69
  128. package/packages/claude/skills/live-canvas/README.md +0 -269
  129. package/packages/claude/skills/tdd-flow/SKILL.md +0 -392
  130. package/packages/claude/skills/test-traps/SKILL.md +0 -378
  131. package/packages/claude/skills/test-traps/example.ts +0 -158
  132. package/packages/claude/skills/trace-back/SKILL.md +0 -176
  133. package/packages/claude/skills/verify-done/SKILL.md +0 -152
  134. package/packages/droid/commands/debug-method.md +0 -297
  135. package/packages/droid/commands/live-canvas/README.md +0 -264
  136. package/packages/droid/commands/optimize.md +0 -61
  137. package/packages/droid/commands/tdd-flow.md +0 -390
  138. package/packages/droid/commands/test-traps/example.ts +0 -158
  139. package/packages/droid/commands/test-traps.md +0 -378
  140. package/packages/droid/commands/trace-back.md +0 -176
  141. package/packages/droid/commands/verify-done.md +0 -152
  142. package/packages/droid/droids/context-builder.md +0 -144
  143. package/packages/opencode/agent/context-builder.md +0 -148
  144. package/packages/opencode/command/debug-method.md +0 -297
  145. package/packages/opencode/command/live-canvas/README.md +0 -264
  146. package/packages/opencode/command/optimize.md +0 -61
  147. package/packages/opencode/command/tdd-flow.md +0 -390
  148. package/packages/opencode/command/test-traps/example.ts +0 -158
  149. package/packages/opencode/command/test-traps.md +0 -378
  150. package/packages/opencode/command/trace-back.md +0 -176
  151. package/packages/opencode/command/verify-done.md +0 -152
  152. /package/packages/ampcode/{commands → skills}/docs-builder/docs-builder.cjs +0 -0
  153. /package/packages/ampcode/{commands → skills}/live-canvas/DESIGN_PRINCIPLES.md +0 -0
  154. /package/packages/ampcode/{commands → skills}/live-canvas/dev/post-variants.html +0 -0
  155. /package/packages/ampcode/{commands → skills}/live-canvas/templates/lab-banner.html +0 -0
  156. /package/packages/ampcode/{commands → skills}/live-canvas/templates/overlay-vanilla.js +0 -0
  157. /package/packages/claude/{commands → skills}/docs-builder/docs-builder.cjs +0 -0
  158. /package/packages/claude/skills/{trace-back → root-cause}/find-polluter.sh +0 -0
  159. /package/packages/droid/commands/{trace-back → root-cause}/find-polluter.sh +0 -0
  160. /package/packages/opencode/command/{trace-back → root-cause}/find-polluter.sh +0 -0
@@ -0,0 +1,202 @@
1
+
2
+ Apache License
3
+ Version 2.0, January 2004
4
+ http://www.apache.org/licenses/
5
+
6
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
7
+
8
+ 1. Definitions.
9
+
10
+ "License" shall mean the terms and conditions for use, reproduction,
11
+ and distribution as defined by Sections 1 through 9 of this document.
12
+
13
+ "Licensor" shall mean the copyright owner or entity authorized by
14
+ the copyright owner that is granting the License.
15
+
16
+ "Legal Entity" shall mean the union of the acting entity and all
17
+ other entities that control, are controlled by, or are under common
18
+ control with that entity. For the purposes of this definition,
19
+ "control" means (i) the power, direct or indirect, to cause the
20
+ direction or management of such entity, whether by contract or
21
+ otherwise, or (ii) ownership of fifty percent (50%) or more of the
22
+ outstanding shares, or (iii) beneficial ownership of such entity.
23
+
24
+ "You" (or "Your") shall mean an individual or Legal Entity
25
+ exercising permissions granted by this License.
26
+
27
+ "Source" form shall mean the preferred form for making modifications,
28
+ including but not limited to software source code, documentation
29
+ source, and configuration files.
30
+
31
+ "Object" form shall mean any form resulting from mechanical
32
+ transformation or translation of a Source form, including but
33
+ not limited to compiled object code, generated documentation,
34
+ and conversions to other media types.
35
+
36
+ "Work" shall mean the work of authorship, whether in Source or
37
+ Object form, made available under the License, as indicated by a
38
+ copyright notice that is included in or attached to the work
39
+ (an example is provided in the Appendix below).
40
+
41
+ "Derivative Works" shall mean any work, whether in Source or Object
42
+ form, that is based on (or derived from) the Work and for which the
43
+ editorial revisions, annotations, elaborations, or other modifications
44
+ represent, as a whole, an original work of authorship. For the purposes
45
+ of this License, Derivative Works shall not include works that remain
46
+ separable from, or merely link (or bind by name) to the interfaces of,
47
+ the Work and Derivative Works thereof.
48
+
49
+ "Contribution" shall mean any work of authorship, including
50
+ the original version of the Work and any modifications or additions
51
+ to that Work or Derivative Works thereof, that is intentionally
52
+ submitted to Licensor for inclusion in the Work by the copyright owner
53
+ or by an individual or Legal Entity authorized to submit on behalf of
54
+ the copyright owner. For the purposes of this definition, "submitted"
55
+ means any form of electronic, verbal, or written communication sent
56
+ to the Licensor or its representatives, including but not limited to
57
+ communication on electronic mailing lists, source code control systems,
58
+ and issue tracking systems that are managed by, or on behalf of, the
59
+ Licensor for the purpose of discussing and improving the Work, but
60
+ excluding communication that is conspicuously marked or otherwise
61
+ designated in writing by the copyright owner as "Not a Contribution."
62
+
63
+ "Contributor" shall mean Licensor and any individual or Legal Entity
64
+ on behalf of whom a Contribution has been received by Licensor and
65
+ subsequently incorporated within the Work.
66
+
67
+ 2. Grant of Copyright License. Subject to the terms and conditions of
68
+ this License, each Contributor hereby grants to You a perpetual,
69
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
70
+ copyright license to reproduce, prepare Derivative Works of,
71
+ publicly display, publicly perform, sublicense, and distribute the
72
+ Work and such Derivative Works in Source or Object form.
73
+
74
+ 3. Grant of Patent License. Subject to the terms and conditions of
75
+ this License, each Contributor hereby grants to You a perpetual,
76
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
77
+ (except as stated in this section) patent license to make, have made,
78
+ use, offer to sell, sell, import, and otherwise transfer the Work,
79
+ where such license applies only to those patent claims licensable
80
+ by such Contributor that are necessarily infringed by their
81
+ Contribution(s) alone or by combination of their Contribution(s)
82
+ with the Work to which such Contribution(s) was submitted. If You
83
+ institute patent litigation against any entity (including a
84
+ cross-claim or counterclaim in a lawsuit) alleging that the Work
85
+ or a Contribution incorporated within the Work constitutes direct
86
+ or contributory patent infringement, then any patent licenses
87
+ granted to You under this License for that Work shall terminate
88
+ as of the date such litigation is filed.
89
+
90
+ 4. Redistribution. You may reproduce and distribute copies of the
91
+ Work or Derivative Works thereof in any medium, with or without
92
+ modifications, and in Source or Object form, provided that You
93
+ meet the following conditions:
94
+
95
+ (a) You must give any other recipients of the Work or
96
+ Derivative Works a copy of this License; and
97
+
98
+ (b) You must cause any modified files to carry prominent notices
99
+ stating that You changed the files; and
100
+
101
+ (c) You must retain, in the Source form of any Derivative Works
102
+ that You distribute, all copyright, patent, trademark, and
103
+ attribution notices from the Source form of the Work,
104
+ excluding those notices that do not pertain to any part of
105
+ the Derivative Works; and
106
+
107
+ (d) If the Work includes a "NOTICE" text file as part of its
108
+ distribution, then any Derivative Works that You distribute must
109
+ include a readable copy of the attribution notices contained
110
+ within such NOTICE file, excluding those notices that do not
111
+ pertain to any part of the Derivative Works, in at least one
112
+ of the following places: within a NOTICE text file distributed
113
+ as part of the Derivative Works; within the Source form or
114
+ documentation, if provided along with the Derivative Works; or,
115
+ within a display generated by the Derivative Works, if and
116
+ wherever such third-party notices normally appear. The contents
117
+ of the NOTICE file are for informational purposes only and
118
+ do not modify the License. You may add Your own attribution
119
+ notices within Derivative Works that You distribute, alongside
120
+ or as an addendum to the NOTICE text from the Work, provided
121
+ that such additional attribution notices cannot be construed
122
+ as modifying the License.
123
+
124
+ You may add Your own copyright statement to Your modifications and
125
+ may provide additional or different license terms and conditions
126
+ for use, reproduction, or distribution of Your modifications, or
127
+ for any such Derivative Works as a whole, provided Your use,
128
+ reproduction, and distribution of the Work otherwise complies with
129
+ the conditions stated in this License.
130
+
131
+ 5. Submission of Contributions. Unless You explicitly state otherwise,
132
+ any Contribution intentionally submitted for inclusion in the Work
133
+ by You to the Licensor shall be under the terms and conditions of
134
+ this License, without any additional terms or conditions.
135
+ Notwithstanding the above, nothing herein shall supersede or modify
136
+ the terms of any separate license agreement you may have executed
137
+ with Licensor regarding such Contributions.
138
+
139
+ 6. Trademarks. This License does not grant permission to use the trade
140
+ names, trademarks, service marks, or product names of the Licensor,
141
+ except as required for reasonable and customary use in describing the
142
+ origin of the Work and reproducing the content of the NOTICE file.
143
+
144
+ 7. Disclaimer of Warranty. Unless required by applicable law or
145
+ agreed to in writing, Licensor provides the Work (and each
146
+ Contributor provides its Contributions) on an "AS IS" BASIS,
147
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
148
+ implied, including, without limitation, any warranties or conditions
149
+ of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
150
+ PARTICULAR PURPOSE. You are solely responsible for determining the
151
+ appropriateness of using or redistributing the Work and assume any
152
+ risks associated with Your exercise of permissions under this License.
153
+
154
+ 8. Limitation of Liability. In no event and under no legal theory,
155
+ whether in tort (including negligence), contract, or otherwise,
156
+ unless required by applicable law (such as deliberate and grossly
157
+ negligent acts) or agreed to in writing, shall any Contributor be
158
+ liable to You for damages, including any direct, indirect, special,
159
+ incidental, or consequential damages of any character arising as a
160
+ result of this License or out of the use or inability to use the
161
+ Work (including but not limited to damages for loss of goodwill,
162
+ work stoppage, computer failure or malfunction, or any and all
163
+ other commercial damages or losses), even if such Contributor
164
+ has been advised of the possibility of such damages.
165
+
166
+ 9. Accepting Warranty or Additional Liability. While redistributing
167
+ the Work or Derivative Works thereof, You may choose to offer,
168
+ and charge a fee for, acceptance of support, warranty, indemnity,
169
+ or other liability obligations and/or rights consistent with this
170
+ License. However, in accepting such obligations, You may act only
171
+ on Your own behalf and on Your sole responsibility, not on behalf
172
+ of any other Contributor, and only if You agree to indemnify,
173
+ defend, and hold each Contributor harmless for any liability
174
+ incurred by, or claims asserted against, such Contributor by reason
175
+ of your accepting any such warranty or additional liability.
176
+
177
+ END OF TERMS AND CONDITIONS
178
+
179
+ APPENDIX: How to apply the Apache License to your work.
180
+
181
+ To apply the Apache License to your work, attach the following
182
+ boilerplate notice, with the fields enclosed by brackets "[]"
183
+ replaced with your own identifying information. (Don't include
184
+ the brackets!) The text should be enclosed in the appropriate
185
+ comment syntax for the file format. We also recommend that a
186
+ file or class name and description of purpose be included on the
187
+ same "printed page" as the copyright notice for easier
188
+ identification within third-party archives.
189
+
190
+ Copyright [yyyy] [name of copyright owner]
191
+
192
+ Licensed under the Apache License, Version 2.0 (the "License");
193
+ you may not use this file except in compliance with the License.
194
+ You may obtain a copy of the License at
195
+
196
+ http://www.apache.org/licenses/LICENSE-2.0
197
+
198
+ Unless required by applicable law or agreed to in writing, software
199
+ distributed under the License is distributed on an "AS IS" BASIS,
200
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
201
+ See the License for the specific language governing permissions and
202
+ limitations under the License.
@@ -1,9 +1,8 @@
1
1
  ---
2
2
  name: skill-creator
3
3
  description: Guide for creating effective skills. This skill should be used when users want to create a new skill (or update an existing skill) that extends Claude's capabilities with specialized knowledge, workflows, or tool integrations.
4
- usage: /skill-creator <skill-type> <skill-description>
5
- auto_trigger: false
6
4
  license: Complete terms in LICENSE.txt
5
+ allowed-tools: Read, Grep, Glob
7
6
  ---
8
7
 
9
8
  # Skill Creator
@@ -1,8 +1,9 @@
1
1
  ---
2
2
  name: stash
3
3
  description: Stash session context [name]
4
- usage: /stash ["optional-name"]
5
4
  argument-hint: [optional stash name]
5
+ allowed-tools: Read, Grep, Glob
6
+ disable-model-invocation: true
6
7
  ---
7
8
 
8
9
  Save session context for compaction recovery or handoffs.
@@ -1,9 +1,9 @@
1
1
  ---
2
2
  name: test-generate
3
3
  description: Generate and run tests [file]
4
- usage: /test-generate <file>
5
4
  argument-hint: [file or symbol to test]
6
5
  allowed-tools: Read, Edit, Write, Grep, Glob, Bash(npm test:*), Bash(npx jest:*), Bash(npx vitest:*), Bash(pnpm test:*), Bash(yarn test:*), Bash(pytest:*), Bash(python:*), Bash(go test:*), Bash(cargo test:*), Bash(make test:*)
6
+ disable-model-invocation: true
7
7
  ---
8
8
  Generate tests for $ARGUMENTS, then run them. This is a generate → run →
9
9
  verify loop, not just file generation.
@@ -28,7 +28,7 @@ Match existing patterns:
28
28
  or new test-runner config.
29
29
  - Do **not** add test-only public methods or exports to production code to
30
30
  make a test possible — if the test wants a hook the prod code doesn't
31
- expose, stop and ask (`test-traps` territory).
31
+ expose, stop and ask.
32
32
 
33
33
  ## 3. Run
34
34
  Execute the project's real test command, scoped to just the new tests
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "pro": {
3
3
  "name": "Pro",
4
- "description": "Complete installation with all agents and commands",
4
+ "description": "Complete installation with all agents and skills",
5
5
  "agents": "*",
6
- "commands": "*"
6
+ "skills": "*"
7
7
  }
8
8
  }
@@ -6,7 +6,7 @@ Claude Code is a lightweight CLI tool that provides workflow automation commands
6
6
 
7
7
  These subagents are available when using Claude Code CLI. Droid can reference them but doesn't implement them directly.
8
8
 
9
- ### Subagents (11 total)
9
+ ### Subagents (10 total)
10
10
 
11
11
  | ID | Title | When To Use |
12
12
  |---|---|---|
@@ -14,7 +14,6 @@ These subagents are available when using Claude Code CLI. Droid can reference th
14
14
  | 2-generate-tasks | 2-Generate Tasks | Detailed Planning - use to break down the PRD into a granular, actionable task list |
15
15
  | 3-process-task-list | 3-Process Task List | Iterative Implementation - use to guide the AI to tackle one task at a time, allowing you to review and approve each change |
16
16
  | code-developer | Full Stack Developer | Use for code implementation, debugging, refactoring, and development best practices |
17
- | context-builder | Context Initializer | Use to initialize project context for new/existing projects, discover and organize documentation, create CLAUDE.md and KNOWLEDGE_BASE.md for optimal token-efficient memory |
18
17
  | feature-planner | Product Manager | Use for creating epics and user stories, prioritization, backlog navigation, story refinement, and retrospectives |
19
18
  | market-researcher | Business Analyst | Use for market research, brainstorming, competitive analysis, project briefs, and initial project discovery |
20
19
  | orchestrator | Master Orchestrator | Use for workflow coordination, multi-agent tasks, role switching guidance, and when unsure which specialist to consult |
@@ -22,26 +21,16 @@ These subagents are available when using Claude Code CLI. Droid can reference th
22
21
  | system-architect | Architect | Use for system design, architecture documents, technology selection, API design, and infrastructure planning |
23
22
  | ui-designer | UX Expert | Use for UI/UX design, wireframes, prototypes, front-end specifications, and user experience optimization |
24
23
 
25
- ### Skills (8 total)
26
-
27
- | ID | Description | Usage | Auto |
28
- |---|---|---|---|
29
- | brainstorming | Refines rough ideas into fully-formed designs through collaborative questioning | /brainstorming <session-type> <topic> | false |
30
- | trace-back | Systematically traces bugs backward through call stack to identify source | /trace-back <issue-description> | false |
31
- | live-canvas | Conduct design interviews, generate UI variations, collect live click-to-annotate feedback via a browser overlay that streams into the session | /live-canvas | false |
32
- | skill-creator | Guide for creating effective skills and extending Claude capabilities | /skill-creator <skill-type> <skill-description> | false |
33
- | debug-method | Four-phase debugging framework - investigate root cause before any fixes | /debug-method <bug-or-error-description> | false |
34
- | tdd-flow | Write test first, watch it fail, write minimal code to pass | /tdd-flow <feature-or-behavior-to-test> | true |
35
- | test-traps | Prevents testing mock behavior and production pollution with test-only methods | /test-traps <testing-scenario> | true |
36
- | verify-done | Requires running verification commands before making any success claims | /verify-done <work-to-verify> | true |
37
-
38
- ### Commands (10 total)
24
+ ### Skills (13 total)
39
25
 
40
26
  | ID | Description | Usage |
41
27
  |---|---|---|
28
+ | brainstorming | Refines rough ideas into fully-formed designs through collaborative questioning | /brainstorming <session-type> <topic> |
29
+ | root-cause | Find the cause before changing code - evidence, backward trace, one hypothesis, fix at the source | /root-cause <bug-or-error-description> |
30
+ | live-canvas | Conduct design interviews, generate UI variations, collect live click-to-annotate feedback via a browser overlay that streams into the session | /live-canvas |
31
+ | skill-creator | Guide for creating effective skills and extending Claude capabilities | /skill-creator <skill-type> <skill-description> |
42
32
  | docs-builder | Reorg a docs corpus, split an oversized doc, search it, keep pages current, index them | /docs-builder [reorg \| cleanup <file.md>] |
43
- | optimize | Analyze and optimize performance issues | /optimize <target-area> |
44
- | refactor | Refactor code while maintaining behavior and tests | /refactor <code-section> |
33
+ | refactor | Refactor and optimize code while maintaining behavior and tests | /refactor <code-section> |
45
34
  | remember | Consolidate stashes + friction into project memory | /remember |
46
35
  | branch-review | Pre-merge review: general review + full security audit, verify pass, no fixes | /branch-review [target] [level] |
47
36
  | security | Security audit — recurring six, injection, auth, trust boundaries; reports, never fixes | /security [target] |
@@ -53,4 +42,7 @@ These subagents are available when using Claude Code CLI. Droid can reference th
53
42
  All resources are auto-discovered from frontmatter in their respective directories:
54
43
  - **Agents**: `./agents/*.md`
55
44
  - **Skills**: `./skills/*/SKILL.md`
56
- - **Commands**: `./commands/*.md`
45
+
46
+ Claude Code merged custom commands into skills, so every capability ships as
47
+ `skills/<name>/SKILL.md`. The nine that are deliberate actions carry
48
+ `disable-model-invocation: true`, so Claude only runs them when you type them.
@@ -37,29 +37,26 @@ digraph CodeDeveloper {
37
37
  work_type [label="Work type?", shape=diamond];
38
38
 
39
39
  // Context discovery (conditional)
40
- needs_context [label="Debug/refactor/\noptimize?", shape=diamond];
40
+ needs_context [label="Debug or\nrefactor?", shape=diamond];
41
41
  context_discovery [label="Context Discovery\n(search related code,\ndeps, usages)", fillcolor=lightyellow];
42
42
 
43
43
  // Debug path
44
- use_debug [label="Use /debug-method\nor /trace-back"];
44
+ use_debug [label="Use /root-cause"];
45
45
 
46
46
  // Refactor path
47
47
  use_refactor [label="Use /refactor"];
48
48
 
49
- // Optimize path
50
- use_optimize [label="Use /optimize"];
51
-
52
49
  // Implement path
53
50
  implement [label="Implement changes"];
54
51
 
55
52
  // Conditional testing
56
53
  tdd_needed [label="TDD specified\nor tests needed?", shape=diamond];
57
- use_tdd [label="Use /tdd-flow\nor /test-generate"];
54
+ use_tdd [label="Use /test-generate"];
58
55
 
59
56
  // Validation
60
57
  run_validations [label="Run validations\n(lint, build, tests)"];
61
58
  validations_pass [label="Pass?", shape=diamond];
62
- fix_issues [label="Fix issues\n(use /debug-method if needed)"];
59
+ fix_issues [label="Fix issues\n(use /root-cause if needed)"];
63
60
  failure_count [label="3+ failures?", shape=diamond];
64
61
 
65
62
  // Security check
@@ -76,7 +73,7 @@ digraph CodeDeveloper {
76
73
 
77
74
  // Review and complete
78
75
  code_review [label="Run /branch-review"];
79
- verification [label="Run /verify-done", fillcolor=orange];
76
+ verification [label="Run the proof", fillcolor=orange];
80
77
 
81
78
  // Story-specific
82
79
  update_story [label="Update story\n(checkbox, changelog)"];
@@ -100,12 +97,10 @@ digraph CodeDeveloper {
100
97
 
101
98
  work_type -> use_debug [label="debug"];
102
99
  work_type -> use_refactor [label="refactor"];
103
- work_type -> use_optimize [label="optimize"];
104
100
  work_type -> implement [label="implement"];
105
101
 
106
102
  use_debug -> implement;
107
103
  use_refactor -> implement;
108
- use_optimize -> implement;
109
104
 
110
105
  implement -> tdd_needed;
111
106
  tdd_needed -> use_tdd [label="YES"];
@@ -184,14 +179,13 @@ All require `*` prefix. Invocation commands in table above. Additional:
184
179
 
185
180
  | Situation | Delegate To |
186
181
  |-----------|-------------|
187
- | Bug encountered | `/debug-method` (use `/trace-back` when the error is deep in the stack) |
188
- | Error deep in stack | `/trace-back` |
189
- | Refactoring code | `/refactor` |
190
- | Need tests (when required) | `/test-generate` or `/tdd-flow` |
191
- | Writing any test | `/test-traps` (avoid mocks, production pollution) |
192
- | Before completion | `/verify-done` |
182
+ | Bug encountered | `/root-cause` |
183
+ | Error deep in stack | `/root-cause` (Phase 1, step 5) |
184
+ | Refactoring code, or a perf problem | `/refactor` (its perf pass is on by default) |
185
+ | Need tests (when required) | `/test-generate` |
186
+ | Writing any test | AGENT_RULES.md Testing Standards |
187
+ | Before completion | Run the proof and read its output |
193
188
  | After code changes | `/security` |
194
189
  | Task complete / general review | `/branch-review` (reviews the branch + full security audit, verifies claims, reports findings — never fixes) |
195
- | Performance issues | `/optimize` |
196
190
 
197
191
  You are an autonomous implementation specialist. Execute with precision, delegate appropriately, and communicate clearly when you need guidance or encounter blockers.
@@ -65,9 +65,8 @@ On-demand, read from these locations:
65
65
 
66
66
  | Resource | Global Paths | Local Path |
67
67
  |----------|--------------|------------|
68
- | Agents | `~/.claude/agents/*.md`| `./.claude/agents/*.md` |
69
- | Commands | `~/.claude/commands/*.md`| `./.claude/commands/*.md` |
70
- | Skills | `~/.claude/skills/*/SKILL.md` | `./.claude/skills/*/SKILL.md` |
68
+ | Agents | `~/.claude/agents/*.md` | `./.claude/agents/*.md` |
69
+ | Skills | `~/.claude/skills/*/SKILL.md` | `./.claude/skills/*/SKILL.md` |
71
70
 
72
71
  Parse frontmatter for `name`, `description`, `when_to_use`. Present as numbered list.
73
72
 
@@ -78,7 +77,7 @@ Predefined multi-agent sequences:
78
77
  | Workflow | Sequence | When |
79
78
  |----------|----------|------|
80
79
  | **Greenfield** | market-researcher → feature-planner → 1-create-prd → 2-generate-tasks → 3-process-task-list | New product/feature from scratch |
81
- | **Brownfield** | context-builder → system-architect → feature-planner | Understand existing codebase |
80
+ | **Brownfield** | system-architect → feature-planner | Understand existing codebase |
82
81
  | **Feature** | feature-planner → 1-create-prd → 2-generate-tasks → 3-process-task-list | Add feature to existing product |
83
82
  | **Bug Fix** | code-developer → quality-assurance | Fix and verify |
84
83
  | **Sprint** | feature-planner (*sprint-plan) → 2-generate-tasks | Plan sprint from backlog |
@@ -97,7 +96,7 @@ Quick routing when user has clear intent:
97
96
  | review, quality, test | quality-assurance |
98
97
  | design, UI, wireframe | ui-designer |
99
98
  | architecture, tech, design doc | system-architect |
100
- | understand, document, brownfield | context-builder |
99
+ | understand, brownfield, existing codebase | system-architect |
101
100
 
102
101
  ## Commands
103
102
 
@@ -59,13 +59,15 @@ digraph QualityAssurance {
59
59
 
60
60
  Before any analysis, read (if exists):
61
61
  - `CLAUDE.md` - Project instructions, patterns, conventions
62
+ <!-- mirror:literal:start — names every tool's config file on purpose -->
62
63
  - `AGENT.md` / `AGENTS.md` - Agent configurations
64
+ <!-- mirror:literal:end -->
63
65
  - `README.md` - Project overview
64
66
  - Test config files (`jest.config`, `pytest.ini`, etc.)
65
67
 
66
68
  ## Slash Commands Available
67
69
 
68
- Use these during analysis: `/branch-review`, `/security`, `/verify-done`
70
+ Use these during analysis: `/branch-review`, `/security`
69
71
 
70
72
  ## Analysis Areas
71
73
 
@@ -1,8 +1,7 @@
1
1
  ---
2
2
  name: brainstorming
3
3
  description: Use when creating or developing, before writing code or implementation plans - refines rough ideas into fully-formed designs through collaborative questioning, alternative exploration, and incremental validation. Don't use during clear 'mechanical' processes
4
- usage: /brainstorming <session-type> <topic>
5
- auto_trigger: false
4
+ allowed-tools: Read, Grep, Glob
6
5
  ---
7
6
 
8
7
  # Brainstorming Ideas Into Designs
@@ -1,9 +1,9 @@
1
1
  ---
2
2
  name: branch-review
3
3
  description: Review a branch before merge [target] [level]
4
- usage: /branch-review [target] [low|medium|high|max]
5
4
  argument-hint: [file, branch (e.g. main), range (main..HEAD), or empty] [effort level]
6
5
  allowed-tools: Read, Grep, Glob, Agent, Bash(git diff:*), Bash(git log:*), Bash(git show:*), Bash(git status:*), Bash(git grep:*), Bash(git rev-parse:*), Bash(git merge-base:*), Bash(rg:*)
6
+ disable-model-invocation: true
7
7
  ---
8
8
  Pre-merge review gate. Two stages — **general review** then a **full security
9
9
  audit** — followed by an adversarial verify pass. It **never edits code**: it
@@ -1,9 +1,9 @@
1
1
  ---
2
2
  name: docs-builder
3
3
  description: Reorg a docs corpus, split an oversized doc, search it, keep pages current, index them
4
- usage: /docs-builder [reorg | cleanup <file.md> | search <query words...>]
5
4
  argument-hint: [reorg | cleanup <file.md> | search <query words...> — empty asks first run vs. drift]
6
5
  allowed-tools: Read, Write, Edit, Grep, Glob, Task, AskUserQuestion, Bash(node:*), Bash(git:*), Bash(rg:*)
6
+ disable-model-invocation: true
7
7
  ---
8
8
 
9
9
  # docs-builder
@@ -152,7 +152,7 @@ marked `core: true`.
152
152
 
153
153
  ```
154
154
  docs/
155
- README.md entry point, referenced from AGENT.md
155
+ README.md entry point, referenced from CLAUDE.md
156
156
  index.md GENERATED by index-flat/apply-reorg/cleanup-apply. never hand-edited.
157
157
  READER-FACING. The WHOLE-CORPUS map — the only file with a completeness
158
158
  guarantee. ## Product, ## Logs, ## Archive.
@@ -340,7 +340,7 @@ files with no gate at all.
340
340
  ### 3. Apply (script) — an ALREADY-CLASSIFIED plan, verified moves, survives a bad file
341
341
 
342
342
  ```bash
343
- CONFIG=AGENT.md node $DB apply-reorg # defaults to the plan above
343
+ node $DB apply-reorg # defaults to the plan above
344
344
  ```
345
345
 
346
346
  **Refuses outright if any row's `bucket` is still empty** — the interview-has-not-happened
@@ -362,13 +362,13 @@ a pointer to re-run `discover`.
362
362
  - **After the scan, `apply-reorg` writes `docs/index.md` itself** — it calls `index-flat`
363
363
  (see below) automatically, so a reorg-only corpus ends up indexed without a second command.
364
364
  Runs every time, unconditionally.
365
- - **`apply-reorg` also writes the docs pointer into `AGENT.md`** — a marker-wrapped
365
+ - **`apply-reorg` also writes the docs pointer into `CLAUDE.md`** — a marker-wrapped
366
366
  `<!-- DOCS_INDEX:START -->`/`<!-- DOCS_INDEX:END -->` block naming `docs/index.md` as a
367
367
  **plain path, never an `@`-reference**: hot-loading a 100-row index into every session is
368
368
  exactly what this avoids. The block also carries the `/docs-builder search` hint, and is
369
369
  static — it never varies with row count, so a re-run rewrites identical bytes. Idempotent:
370
370
  an existing block is replaced in place, never duplicated; other content is left alone.
371
- The target is `CONFIG=` (default `CLAUDE.md`); this package uses `CONFIG=AGENT.md`.
371
+ The target is `CONFIG=` (default `CLAUDE.md`); this package uses `CONFIG=CLAUDE.md`.
372
372
  - **The moves land STAGED in your git index — commit them promptly.** `git mv` stages each
373
373
  rename immediately (that is what preserves history), so when `apply-reorg` returns the repo
374
374
  is holding N staged renames. Any other session's `git add -A` or `git commit -a` will absorb
@@ -472,7 +472,7 @@ document in place.
472
472
 
473
473
  `cleanup` takes exactly one named file — never zero, never more than one — and refuses
474
474
  cleanly (exit non-zero) if the file doesn't exist, isn't a `.md`, or is one of the protected
475
- entry-point docs (README, AGENT.md, etc.). It prints the file's line count and an estimated
475
+ entry-point docs (README, CLAUDE.md, etc.). It prints the file's line count and an estimated
476
476
  write cost (the same cost law `plan` uses in step 4 below, priced as a 1-page floor since the
477
477
  real page count isn't known until the model groups sections in step 2), runs step 1 (scan)
478
478
  below for you, then measures the document's heading shape and **stops**:
@@ -687,7 +687,7 @@ once (old path, archive, and the new pages), which is duplication, not cleanup.
687
687
  Archiving is also what frees the original's path for the **core page**, which `cleanup-apply`
688
688
  then relocates there from `PAGES` (settled 2026-08-24). Splitting is internal maintenance
689
689
  bookkeeping: a reader who knows where "the PRD" lives should still find it there afterwards.
690
- MEASURED, real (bareagent): before this, a split left `AGENT.md`'s canonical-PRD reference
690
+ MEASURED, real (bareagent): before this, a split left `CLAUDE.md`'s canonical-PRD reference
691
691
  pointing into `docs/archive/`, which reads as "the canonical spec is archived" — backwards.
692
692
 
693
693
  **Exit codes are not interchangeable — they mean two opposite outcomes:**
@@ -1,6 +1,7 @@
1
1
  ---
2
2
  name: live-canvas
3
3
  description: Conduct design interviews, generate UI variations, and collect live click-to-annotate feedback that streams into the session so edits land without leaving the browser. Use when the user wants rapid iterative UI refinement, not just batched feedback.
4
+ allowed-tools: Read, Grep, Glob
4
5
  ---
5
6
 
6
7
  # Live Canvas Skill
@@ -26,7 +27,7 @@ Live Canvas supports two feedback transports. **The user picks every time** —
26
27
 
27
28
  ### Host detection — do this first
28
29
 
29
- This SKILL.md is the Claude Code variant of the skill. Same content is mirrored as docs for Droid/Amp/Opencode under `packages/<tool>/commands/live-canvas/`, but those tools don't support the MCP channel.
30
+ This SKILL.md is the Claude Code variant of the skill. Same content is mirrored as docs for Droid/Amp/Opencode under `packages/<tool>/` beside the other capabilities, but those tools don't support the MCP channel.
30
31
 
31
32
  **If running under Droid, Amp, or Opencode (not Claude Code):**
32
33
  - Skip the mode question entirely.
@@ -109,6 +110,8 @@ Or pick JSON now to stay in this session — feedback gets written to a file
109
110
  you paste back here. No relaunch needed.
110
111
  ```
111
112
 
113
+ <!-- mirror:literal:start — Live mode is the Claude Code MCP plugin; these are
114
+ Claude's real paths in every kit, because no other tool can install it -->
112
115
  **Case C — first-time setup block:**
113
116
 
114
117
  ```
@@ -125,6 +128,7 @@ Live mode needs a one-time install. Two steps:
125
128
  That's it — once the plugin is installed, /live-canvas in any session can
126
129
  claim the channel. Re-run /live-canvas and pick Live.
127
130
  ```
131
+ <!-- mirror:literal:end -->
128
132
 
129
133
  Do not try to run any of these commands yourself. Three reasons:
130
134
  1. The `/plugin` steps are Claude Code slash commands — not doable from inside a running session.