@intentsolutionsio/tonone 0.9.7

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 (330) hide show
  1. package/.claude-plugin/CLAUDE.md +11 -0
  2. package/.claude-plugin/marketplace.json +2178 -0
  3. package/.claude-plugin/plugin.json +135 -0
  4. package/LICENSE +21 -0
  5. package/README.md +462 -0
  6. package/agents/apex.md +247 -0
  7. package/agents/atlas.md +181 -0
  8. package/agents/cortex.md +173 -0
  9. package/agents/crest.md +130 -0
  10. package/agents/draft.md +190 -0
  11. package/agents/echo.md +146 -0
  12. package/agents/flux.md +145 -0
  13. package/agents/forge.md +121 -0
  14. package/agents/form.md +244 -0
  15. package/agents/helm.md +180 -0
  16. package/agents/lens.md +145 -0
  17. package/agents/lumen.md +139 -0
  18. package/agents/pave.md +169 -0
  19. package/agents/pitch.md +177 -0
  20. package/agents/prism.md +181 -0
  21. package/agents/proof.md +205 -0
  22. package/agents/relay.md +147 -0
  23. package/agents/spine.md +207 -0
  24. package/agents/surge.md +127 -0
  25. package/agents/touch.md +185 -0
  26. package/agents/vigil.md +165 -0
  27. package/agents/volt.md +184 -0
  28. package/agents/warden.md +172 -0
  29. package/package.json +48 -0
  30. package/skills/apex/SKILL.md +32 -0
  31. package/skills/apex-plan/.claude-plugin/plugin.json +16 -0
  32. package/skills/apex-plan/SKILL.md +59 -0
  33. package/skills/apex-recon/.claude-plugin/plugin.json +16 -0
  34. package/skills/apex-recon/SKILL.md +91 -0
  35. package/skills/apex-review/.claude-plugin/plugin.json +16 -0
  36. package/skills/apex-review/SKILL.md +53 -0
  37. package/skills/apex-status/.claude-plugin/plugin.json +16 -0
  38. package/skills/apex-status/SKILL.md +42 -0
  39. package/skills/apex-takeover/.claude-plugin/plugin.json +16 -0
  40. package/skills/apex-takeover/SKILL.md +50 -0
  41. package/skills/atlas/SKILL.md +34 -0
  42. package/skills/atlas-adr/.claude-plugin/plugin.json +16 -0
  43. package/skills/atlas-adr/SKILL.md +147 -0
  44. package/skills/atlas-changelog/.claude-plugin/plugin.json +16 -0
  45. package/skills/atlas-changelog/SKILL.md +156 -0
  46. package/skills/atlas-map/.claude-plugin/plugin.json +16 -0
  47. package/skills/atlas-map/SKILL.md +183 -0
  48. package/skills/atlas-onboard/.claude-plugin/plugin.json +16 -0
  49. package/skills/atlas-onboard/SKILL.md +138 -0
  50. package/skills/atlas-present/.claude-plugin/plugin.json +16 -0
  51. package/skills/atlas-present/SKILL.md +214 -0
  52. package/skills/atlas-recon/.claude-plugin/plugin.json +16 -0
  53. package/skills/atlas-recon/SKILL.md +101 -0
  54. package/skills/atlas-report/.claude-plugin/plugin.json +16 -0
  55. package/skills/atlas-report/SKILL.md +304 -0
  56. package/skills/cortex/SKILL.md +32 -0
  57. package/skills/cortex-eval/.claude-plugin/plugin.json +16 -0
  58. package/skills/cortex-eval/SKILL.md +143 -0
  59. package/skills/cortex-integrate/.claude-plugin/plugin.json +16 -0
  60. package/skills/cortex-integrate/SKILL.md +218 -0
  61. package/skills/cortex-model/.claude-plugin/plugin.json +16 -0
  62. package/skills/cortex-model/SKILL.md +138 -0
  63. package/skills/cortex-prompt/.claude-plugin/plugin.json +16 -0
  64. package/skills/cortex-prompt/SKILL.md +246 -0
  65. package/skills/cortex-recon/.claude-plugin/plugin.json +16 -0
  66. package/skills/cortex-recon/SKILL.md +156 -0
  67. package/skills/crest/SKILL.md +32 -0
  68. package/skills/crest-compete/.claude-plugin/plugin.json +16 -0
  69. package/skills/crest-compete/SKILL.md +158 -0
  70. package/skills/crest-narrative/.claude-plugin/plugin.json +16 -0
  71. package/skills/crest-narrative/SKILL.md +124 -0
  72. package/skills/crest-okr/.claude-plugin/plugin.json +16 -0
  73. package/skills/crest-okr/SKILL.md +119 -0
  74. package/skills/crest-recon/.claude-plugin/plugin.json +16 -0
  75. package/skills/crest-recon/SKILL.md +91 -0
  76. package/skills/crest-roadmap/.claude-plugin/plugin.json +16 -0
  77. package/skills/crest-roadmap/SKILL.md +129 -0
  78. package/skills/draft/SKILL.md +34 -0
  79. package/skills/draft-flow/.claude-plugin/plugin.json +16 -0
  80. package/skills/draft-flow/SKILL.md +93 -0
  81. package/skills/draft-ia/.claude-plugin/plugin.json +16 -0
  82. package/skills/draft-ia/SKILL.md +204 -0
  83. package/skills/draft-landing/.claude-plugin/plugin.json +16 -0
  84. package/skills/draft-landing/SKILL.md +60 -0
  85. package/skills/draft-patterns/.claude-plugin/plugin.json +16 -0
  86. package/skills/draft-patterns/SKILL.md +55 -0
  87. package/skills/draft-recon/.claude-plugin/plugin.json +16 -0
  88. package/skills/draft-recon/SKILL.md +108 -0
  89. package/skills/draft-review/.claude-plugin/plugin.json +16 -0
  90. package/skills/draft-review/SKILL.md +131 -0
  91. package/skills/draft-wireframe/.claude-plugin/plugin.json +16 -0
  92. package/skills/draft-wireframe/SKILL.md +167 -0
  93. package/skills/echo/SKILL.md +32 -0
  94. package/skills/echo-feedback/.claude-plugin/plugin.json +16 -0
  95. package/skills/echo-feedback/SKILL.md +129 -0
  96. package/skills/echo-interview/.claude-plugin/plugin.json +16 -0
  97. package/skills/echo-interview/SKILL.md +189 -0
  98. package/skills/echo-jobs/.claude-plugin/plugin.json +16 -0
  99. package/skills/echo-jobs/SKILL.md +193 -0
  100. package/skills/echo-recon/.claude-plugin/plugin.json +16 -0
  101. package/skills/echo-recon/SKILL.md +96 -0
  102. package/skills/echo-segment/.claude-plugin/plugin.json +16 -0
  103. package/skills/echo-segment/SKILL.md +105 -0
  104. package/skills/flux/SKILL.md +33 -0
  105. package/skills/flux-health/.claude-plugin/plugin.json +16 -0
  106. package/skills/flux-health/SKILL.md +97 -0
  107. package/skills/flux-migrate/.claude-plugin/plugin.json +16 -0
  108. package/skills/flux-migrate/SKILL.md +176 -0
  109. package/skills/flux-pipeline/.claude-plugin/plugin.json +16 -0
  110. package/skills/flux-pipeline/SKILL.md +86 -0
  111. package/skills/flux-query/.claude-plugin/plugin.json +16 -0
  112. package/skills/flux-query/SKILL.md +87 -0
  113. package/skills/flux-recon/.claude-plugin/plugin.json +16 -0
  114. package/skills/flux-recon/SKILL.md +101 -0
  115. package/skills/flux-schema/.claude-plugin/plugin.json +16 -0
  116. package/skills/flux-schema/SKILL.md +125 -0
  117. package/skills/forge/SKILL.md +33 -0
  118. package/skills/forge-audit/.claude-plugin/plugin.json +16 -0
  119. package/skills/forge-audit/SKILL.md +117 -0
  120. package/skills/forge-cost/.claude-plugin/plugin.json +16 -0
  121. package/skills/forge-cost/SKILL.md +144 -0
  122. package/skills/forge-diagnose/.claude-plugin/plugin.json +16 -0
  123. package/skills/forge-diagnose/SKILL.md +122 -0
  124. package/skills/forge-infra/.claude-plugin/plugin.json +16 -0
  125. package/skills/forge-infra/SKILL.md +169 -0
  126. package/skills/forge-network/.claude-plugin/plugin.json +16 -0
  127. package/skills/forge-network/SKILL.md +106 -0
  128. package/skills/forge-recon/.claude-plugin/plugin.json +16 -0
  129. package/skills/forge-recon/SKILL.md +143 -0
  130. package/skills/form/SKILL.md +40 -0
  131. package/skills/form-audit/.claude-plugin/plugin.json +16 -0
  132. package/skills/form-audit/SKILL.md +290 -0
  133. package/skills/form-brand/.claude-plugin/plugin.json +16 -0
  134. package/skills/form-brand/SKILL.md +214 -0
  135. package/skills/form-component/.claude-plugin/plugin.json +16 -0
  136. package/skills/form-component/SKILL.md +336 -0
  137. package/skills/form-deck/.claude-plugin/plugin.json +16 -0
  138. package/skills/form-deck/SKILL.md +263 -0
  139. package/skills/form-email/.claude-plugin/plugin.json +16 -0
  140. package/skills/form-email/SKILL.md +304 -0
  141. package/skills/form-exam/.claude-plugin/plugin.json +16 -0
  142. package/skills/form-exam/SKILL.md +103 -0
  143. package/skills/form-logo/.claude-plugin/plugin.json +16 -0
  144. package/skills/form-logo/SKILL.md +231 -0
  145. package/skills/form-mobile/.claude-plugin/plugin.json +16 -0
  146. package/skills/form-mobile/SKILL.md +276 -0
  147. package/skills/form-palette/.claude-plugin/plugin.json +16 -0
  148. package/skills/form-palette/SKILL.md +68 -0
  149. package/skills/form-social/.claude-plugin/plugin.json +16 -0
  150. package/skills/form-social/SKILL.md +272 -0
  151. package/skills/form-style/.claude-plugin/plugin.json +16 -0
  152. package/skills/form-style/SKILL.md +63 -0
  153. package/skills/form-tokens/.claude-plugin/plugin.json +16 -0
  154. package/skills/form-tokens/SKILL.md +760 -0
  155. package/skills/form-web/.claude-plugin/plugin.json +16 -0
  156. package/skills/form-web/SKILL.md +254 -0
  157. package/skills/helm/SKILL.md +32 -0
  158. package/skills/helm-arbiter/.claude-plugin/plugin.json +16 -0
  159. package/skills/helm-arbiter/SKILL.md +104 -0
  160. package/skills/helm-brief/.claude-plugin/plugin.json +16 -0
  161. package/skills/helm-brief/SKILL.md +105 -0
  162. package/skills/helm-handoff/.claude-plugin/plugin.json +16 -0
  163. package/skills/helm-handoff/SKILL.md +102 -0
  164. package/skills/helm-plan/.claude-plugin/plugin.json +16 -0
  165. package/skills/helm-plan/SKILL.md +73 -0
  166. package/skills/helm-recon/.claude-plugin/plugin.json +16 -0
  167. package/skills/helm-recon/SKILL.md +99 -0
  168. package/skills/lens/SKILL.md +33 -0
  169. package/skills/lens-audit/.claude-plugin/plugin.json +16 -0
  170. package/skills/lens-audit/SKILL.md +101 -0
  171. package/skills/lens-chart/.claude-plugin/plugin.json +16 -0
  172. package/skills/lens-chart/SKILL.md +59 -0
  173. package/skills/lens-dashboard/.claude-plugin/plugin.json +16 -0
  174. package/skills/lens-dashboard/SKILL.md +212 -0
  175. package/skills/lens-metrics/.claude-plugin/plugin.json +16 -0
  176. package/skills/lens-metrics/SKILL.md +298 -0
  177. package/skills/lens-recon/.claude-plugin/plugin.json +16 -0
  178. package/skills/lens-recon/SKILL.md +106 -0
  179. package/skills/lens-report/.claude-plugin/plugin.json +16 -0
  180. package/skills/lens-report/SKILL.md +158 -0
  181. package/skills/lumen/SKILL.md +32 -0
  182. package/skills/lumen-abtest/.claude-plugin/plugin.json +16 -0
  183. package/skills/lumen-abtest/SKILL.md +217 -0
  184. package/skills/lumen-funnel/.claude-plugin/plugin.json +16 -0
  185. package/skills/lumen-funnel/SKILL.md +108 -0
  186. package/skills/lumen-instrument/.claude-plugin/plugin.json +16 -0
  187. package/skills/lumen-instrument/SKILL.md +130 -0
  188. package/skills/lumen-metrics/.claude-plugin/plugin.json +16 -0
  189. package/skills/lumen-metrics/SKILL.md +189 -0
  190. package/skills/lumen-recon/.claude-plugin/plugin.json +16 -0
  191. package/skills/lumen-recon/SKILL.md +108 -0
  192. package/skills/pave/SKILL.md +32 -0
  193. package/skills/pave-audit/.claude-plugin/plugin.json +16 -0
  194. package/skills/pave-audit/SKILL.md +109 -0
  195. package/skills/pave-catalog/.claude-plugin/plugin.json +16 -0
  196. package/skills/pave-catalog/SKILL.md +202 -0
  197. package/skills/pave-env/.claude-plugin/plugin.json +16 -0
  198. package/skills/pave-env/SKILL.md +102 -0
  199. package/skills/pave-golden/.claude-plugin/plugin.json +16 -0
  200. package/skills/pave-golden/SKILL.md +173 -0
  201. package/skills/pave-recon/.claude-plugin/plugin.json +16 -0
  202. package/skills/pave-recon/SKILL.md +118 -0
  203. package/skills/pitch/SKILL.md +33 -0
  204. package/skills/pitch-copy/.claude-plugin/plugin.json +16 -0
  205. package/skills/pitch-copy/SKILL.md +133 -0
  206. package/skills/pitch-landing/.claude-plugin/plugin.json +16 -0
  207. package/skills/pitch-landing/SKILL.md +62 -0
  208. package/skills/pitch-launch/.claude-plugin/plugin.json +16 -0
  209. package/skills/pitch-launch/SKILL.md +222 -0
  210. package/skills/pitch-message/.claude-plugin/plugin.json +16 -0
  211. package/skills/pitch-message/SKILL.md +98 -0
  212. package/skills/pitch-position/.claude-plugin/plugin.json +16 -0
  213. package/skills/pitch-position/SKILL.md +195 -0
  214. package/skills/pitch-recon/.claude-plugin/plugin.json +16 -0
  215. package/skills/pitch-recon/SKILL.md +102 -0
  216. package/skills/prism/SKILL.md +34 -0
  217. package/skills/prism-audit/.claude-plugin/plugin.json +16 -0
  218. package/skills/prism-audit/SKILL.md +129 -0
  219. package/skills/prism-chart/.claude-plugin/plugin.json +16 -0
  220. package/skills/prism-chart/SKILL.md +56 -0
  221. package/skills/prism-component/.claude-plugin/plugin.json +16 -0
  222. package/skills/prism-component/SKILL.md +270 -0
  223. package/skills/prism-dashboard/.claude-plugin/plugin.json +16 -0
  224. package/skills/prism-dashboard/SKILL.md +108 -0
  225. package/skills/prism-recon/.claude-plugin/plugin.json +16 -0
  226. package/skills/prism-recon/SKILL.md +109 -0
  227. package/skills/prism-stack/.claude-plugin/plugin.json +16 -0
  228. package/skills/prism-stack/SKILL.md +58 -0
  229. package/skills/prism-ui/.claude-plugin/plugin.json +16 -0
  230. package/skills/prism-ui/SKILL.md +247 -0
  231. package/skills/proof/SKILL.md +33 -0
  232. package/skills/proof-api/.claude-plugin/plugin.json +16 -0
  233. package/skills/proof-api/SKILL.md +86 -0
  234. package/skills/proof-audit/.claude-plugin/plugin.json +16 -0
  235. package/skills/proof-audit/SKILL.md +97 -0
  236. package/skills/proof-design/.claude-plugin/plugin.json +16 -0
  237. package/skills/proof-design/SKILL.md +133 -0
  238. package/skills/proof-e2e/.claude-plugin/plugin.json +16 -0
  239. package/skills/proof-e2e/SKILL.md +309 -0
  240. package/skills/proof-recon/.claude-plugin/plugin.json +16 -0
  241. package/skills/proof-recon/SKILL.md +98 -0
  242. package/skills/proof-strategy/.claude-plugin/plugin.json +16 -0
  243. package/skills/proof-strategy/SKILL.md +150 -0
  244. package/skills/relay/SKILL.md +33 -0
  245. package/skills/relay-audit/.claude-plugin/plugin.json +16 -0
  246. package/skills/relay-audit/SKILL.md +101 -0
  247. package/skills/relay-deploy/.claude-plugin/plugin.json +16 -0
  248. package/skills/relay-deploy/SKILL.md +404 -0
  249. package/skills/relay-docker/.claude-plugin/plugin.json +16 -0
  250. package/skills/relay-docker/SKILL.md +73 -0
  251. package/skills/relay-pipeline/.claude-plugin/plugin.json +16 -0
  252. package/skills/relay-pipeline/SKILL.md +267 -0
  253. package/skills/relay-recon/.claude-plugin/plugin.json +16 -0
  254. package/skills/relay-recon/SKILL.md +108 -0
  255. package/skills/relay-ship/.claude-plugin/plugin.json +16 -0
  256. package/skills/relay-ship/SKILL.md +253 -0
  257. package/skills/spine/SKILL.md +33 -0
  258. package/skills/spine-api/.claude-plugin/plugin.json +16 -0
  259. package/skills/spine-api/SKILL.md +184 -0
  260. package/skills/spine-design/.claude-plugin/plugin.json +16 -0
  261. package/skills/spine-design/SKILL.md +193 -0
  262. package/skills/spine-perf/.claude-plugin/plugin.json +16 -0
  263. package/skills/spine-perf/SKILL.md +120 -0
  264. package/skills/spine-recon/.claude-plugin/plugin.json +16 -0
  265. package/skills/spine-recon/SKILL.md +130 -0
  266. package/skills/spine-review/.claude-plugin/plugin.json +16 -0
  267. package/skills/spine-review/SKILL.md +122 -0
  268. package/skills/spine-service/.claude-plugin/plugin.json +16 -0
  269. package/skills/spine-service/SKILL.md +77 -0
  270. package/skills/surge/SKILL.md +33 -0
  271. package/skills/surge-activation/.claude-plugin/plugin.json +16 -0
  272. package/skills/surge-activation/SKILL.md +130 -0
  273. package/skills/surge-experiment/.claude-plugin/plugin.json +16 -0
  274. package/skills/surge-experiment/SKILL.md +134 -0
  275. package/skills/surge-landing/.claude-plugin/plugin.json +16 -0
  276. package/skills/surge-landing/SKILL.md +65 -0
  277. package/skills/surge-plg/.claude-plugin/plugin.json +16 -0
  278. package/skills/surge-plg/SKILL.md +243 -0
  279. package/skills/surge-recon/.claude-plugin/plugin.json +16 -0
  280. package/skills/surge-recon/SKILL.md +109 -0
  281. package/skills/surge-retention/.claude-plugin/plugin.json +16 -0
  282. package/skills/surge-retention/SKILL.md +222 -0
  283. package/skills/tonone-onboard/.claude-plugin/plugin.json +17 -0
  284. package/skills/tonone-onboard/SKILL.md +158 -0
  285. package/skills/touch/SKILL.md +33 -0
  286. package/skills/touch-app/.claude-plugin/plugin.json +16 -0
  287. package/skills/touch-app/SKILL.md +335 -0
  288. package/skills/touch-audit/.claude-plugin/plugin.json +16 -0
  289. package/skills/touch-audit/SKILL.md +190 -0
  290. package/skills/touch-feature/.claude-plugin/plugin.json +16 -0
  291. package/skills/touch-feature/SKILL.md +242 -0
  292. package/skills/touch-recon/.claude-plugin/plugin.json +16 -0
  293. package/skills/touch-recon/SKILL.md +194 -0
  294. package/skills/touch-release/.claude-plugin/plugin.json +16 -0
  295. package/skills/touch-release/SKILL.md +216 -0
  296. package/skills/touch-ui/.claude-plugin/plugin.json +16 -0
  297. package/skills/touch-ui/SKILL.md +58 -0
  298. package/skills/vigil/SKILL.md +32 -0
  299. package/skills/vigil-alert/.claude-plugin/plugin.json +16 -0
  300. package/skills/vigil-alert/SKILL.md +291 -0
  301. package/skills/vigil-check/.claude-plugin/plugin.json +16 -0
  302. package/skills/vigil-check/SKILL.md +108 -0
  303. package/skills/vigil-incident/.claude-plugin/plugin.json +16 -0
  304. package/skills/vigil-incident/SKILL.md +152 -0
  305. package/skills/vigil-instrument/.claude-plugin/plugin.json +16 -0
  306. package/skills/vigil-instrument/SKILL.md +324 -0
  307. package/skills/vigil-recon/.claude-plugin/plugin.json +16 -0
  308. package/skills/vigil-recon/SKILL.md +114 -0
  309. package/skills/volt/SKILL.md +32 -0
  310. package/skills/volt-driver/.claude-plugin/plugin.json +16 -0
  311. package/skills/volt-driver/SKILL.md +112 -0
  312. package/skills/volt-firmware/.claude-plugin/plugin.json +16 -0
  313. package/skills/volt-firmware/SKILL.md +271 -0
  314. package/skills/volt-ota/.claude-plugin/plugin.json +16 -0
  315. package/skills/volt-ota/SKILL.md +312 -0
  316. package/skills/volt-power/.claude-plugin/plugin.json +16 -0
  317. package/skills/volt-power/SKILL.md +112 -0
  318. package/skills/volt-recon/.claude-plugin/plugin.json +16 -0
  319. package/skills/volt-recon/SKILL.md +100 -0
  320. package/skills/warden/SKILL.md +32 -0
  321. package/skills/warden-audit/.claude-plugin/plugin.json +16 -0
  322. package/skills/warden-audit/SKILL.md +103 -0
  323. package/skills/warden-harden/.claude-plugin/plugin.json +16 -0
  324. package/skills/warden-harden/SKILL.md +245 -0
  325. package/skills/warden-iam/.claude-plugin/plugin.json +16 -0
  326. package/skills/warden-iam/SKILL.md +102 -0
  327. package/skills/warden-recon/.claude-plugin/plugin.json +16 -0
  328. package/skills/warden-recon/SKILL.md +115 -0
  329. package/skills/warden-threat/.claude-plugin/plugin.json +16 -0
  330. package/skills/warden-threat/SKILL.md +155 -0
@@ -0,0 +1,135 @@
1
+ {
2
+ "name": "tonone",
3
+ "description": "Engineering + Product team \u2014 23 agents as Claude Code specialists. Infrastructure, DevOps, backend, security, ML/AI, mobile, UX, analytics, growth, strategy, and more.",
4
+ "version": "0.9.7",
5
+ "author": {
6
+ "name": "tonone-ai",
7
+ "url": "https://tonone.ai"
8
+ },
9
+ "repository": "https://github.com/tonone-ai/tonone",
10
+ "license": "MIT",
11
+ "keywords": [
12
+ "agents",
13
+ "engineering-team",
14
+ "infrastructure",
15
+ "devops",
16
+ "backend",
17
+ "security",
18
+ "observability",
19
+ "frontend",
20
+ "ml",
21
+ "mobile",
22
+ "embedded",
23
+ "analytics",
24
+ "testing",
25
+ "platform"
26
+ ],
27
+ "hooks": {
28
+ "SessionStart": [
29
+ {
30
+ "hooks": [
31
+ {
32
+ "type": "command",
33
+ "command": "bash \"${CLAUDE_PLUGIN_ROOT}/hooks/install-statusline.sh\""
34
+ },
35
+ {
36
+ "type": "command",
37
+ "command": "node \"${CLAUDE_PLUGIN_ROOT}/hooks/tonone-update-check.js\"",
38
+ "timeout": 8
39
+ },
40
+ {
41
+ "type": "command",
42
+ "command": "node \"${CLAUDE_PLUGIN_ROOT}/hooks/tonone-onboard.js\"",
43
+ "timeout": 5
44
+ },
45
+ {
46
+ "type": "command",
47
+ "command": "node \"${CLAUDE_PLUGIN_ROOT}/hooks/tonone-worktree-session.js\"",
48
+ "timeout": 5
49
+ }
50
+ ]
51
+ }
52
+ ],
53
+ "PostToolUse": [
54
+ {
55
+ "matcher": "Agent",
56
+ "hooks": [
57
+ {
58
+ "type": "command",
59
+ "command": "node \"${CLAUDE_PLUGIN_ROOT}/hooks/tonone-agent-tracker.js\"",
60
+ "timeout": 5
61
+ }
62
+ ]
63
+ },
64
+ {
65
+ "matcher": "Skill",
66
+ "hooks": [
67
+ {
68
+ "type": "command",
69
+ "command": "node \"${CLAUDE_PLUGIN_ROOT}/hooks/tonone-session-tracker.js\"",
70
+ "timeout": 5
71
+ }
72
+ ]
73
+ },
74
+ {
75
+ "matcher": "Bash",
76
+ "hooks": [
77
+ {
78
+ "type": "command",
79
+ "command": "node \"${CLAUDE_PLUGIN_ROOT}/hooks/tonone-pr-attribution.js\"",
80
+ "timeout": 10
81
+ }
82
+ ]
83
+ }
84
+ ],
85
+ "PreToolUse": [
86
+ {
87
+ "matcher": "Bash",
88
+ "hooks": [
89
+ {
90
+ "type": "command",
91
+ "command": "node \"${CLAUDE_PLUGIN_ROOT}/hooks/tonone-git-gate.js\"",
92
+ "timeout": 5
93
+ }
94
+ ]
95
+ },
96
+ {
97
+ "matcher": "Edit|Write|NotebookEdit",
98
+ "hooks": [
99
+ {
100
+ "type": "command",
101
+ "command": "node \"${CLAUDE_PLUGIN_ROOT}/hooks/tonone-worktree-gate.js\"",
102
+ "timeout": 5
103
+ }
104
+ ]
105
+ }
106
+ ],
107
+ "Stop": [
108
+ {
109
+ "hooks": [
110
+ {
111
+ "type": "command",
112
+ "command": "node \"${CLAUDE_PLUGIN_ROOT}/hooks/tonone-notify.js\"",
113
+ "timeout": 5
114
+ },
115
+ {
116
+ "type": "command",
117
+ "command": "node \"${CLAUDE_PLUGIN_ROOT}/hooks/tonone-worktree-close.js\"",
118
+ "timeout": 10
119
+ }
120
+ ]
121
+ }
122
+ ],
123
+ "Notification": [
124
+ {
125
+ "hooks": [
126
+ {
127
+ "type": "command",
128
+ "command": "node \"${CLAUDE_PLUGIN_ROOT}/hooks/tonone-notify.js\"",
129
+ "timeout": 5
130
+ }
131
+ ]
132
+ }
133
+ ]
134
+ }
135
+ }
package/LICENSE ADDED
@@ -0,0 +1,21 @@
1
+ MIT License
2
+
3
+ Copyright (c) 2026 tonone-ai
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE.
package/README.md ADDED
@@ -0,0 +1,462 @@
1
+ # Tonone
2
+
3
+ <img src="https://img.shields.io/badge/version-0.9.7-green"> <img src="https://img.shields.io/badge/license-MIT-green"> <img src="https://img.shields.io/badge/platform-Claude%20Code-blue">
4
+
5
+ **Founder + Tonone = whole company.**
6
+
7
+ 23 specialists. Engineering executes. Product decides. One session, two commands, zero meetings. 161 skills across every discipline. MIT licensed.
8
+
9
+ ## The idea
10
+
11
+ A solo founder used to have one choice: stay small, or hire. Now there's a third path.
12
+
13
+ Tonone is an open-source AI team you install into Claude Code. Not a generalist assistant — specialists. Each agent owns one domain deeply: infrastructure, security, user research, product strategy, growth. They share context, hand off cleanly, and produce work you can ship.
14
+
15
+ The engineering team (15 agents) builds and ships. The product team (8 agents) decides what to build and why. Together, one founder can run what used to take a company.
16
+
17
+ This is v1 — engineering + product. The roadmap adds sales, customer success, finance, and ops. The goal: a complete AI company in a single plugin.
18
+
19
+ ## Install
20
+
21
+ **Prerequisites:** [Claude Code](https://docs.anthropic.com/en/docs/claude-code) v1.0+
22
+
23
+ From your terminal:
24
+
25
+ ```bash
26
+ claude plugin marketplace add tonone-ai/tonone
27
+ claude plugin install tonone@tonone-ai
28
+ ```
29
+
30
+ Or inside an active Claude Code session:
31
+
32
+ ```text
33
+ /plugin marketplace add tonone-ai/tonone
34
+ /plugin install tonone@tonone-ai
35
+ ```
36
+
37
+ ### Codex CLI
38
+
39
+ **Prerequisites:** [Codex CLI](https://github.com/openai/codex) installed
40
+
41
+ ```bash
42
+ git clone https://github.com/tonone-ai/tonone
43
+ cd tonone
44
+ codex
45
+ ```
46
+
47
+ Codex reads `AGENTS.md` automatically. Invoke agents and skills by describing what you want:
48
+
49
+ ```text
50
+ > Read agents/forge.md and act as Forge — audit this infrastructure
51
+ > Read agents/apex.md — plan this project with S/M/L options
52
+ > Follow the workflow in skills/warden-audit/SKILL.md
53
+ ```
54
+
55
+ Skills are markdown workflow documents in `skills/<name>/SKILL.md`. Read them and follow the steps — no slash commands needed.
56
+
57
+ ## Usage
58
+
59
+ ```text
60
+ > /apex-plan Build a real-time analytics platform for our IoT fleet
61
+ > /helm-brief Define the next product sprint
62
+ > /forge-infra Set up cloud infrastructure for a new SaaS product
63
+ > /spine-api Design a REST API for user management
64
+ > /warden-audit Run a full security audit on this codebase
65
+ > /echo-interview Run a user research session
66
+ > /crest-roadmap Build a product roadmap
67
+ ```
68
+
69
+ Every specialist ships in three modes:
70
+
71
+ | Mode | What It Means | Example Skills |
72
+ | ---------- | ----------------------------------------------------- | --------------------------------------------------------------- |
73
+ | **Build** | Create from scratch — production-ready, not tutorials | `/forge-infra`, `/spine-api`, `/prism-ui`, `/touch-app` |
74
+ | **Review** | Audit and fix existing systems | `/warden-audit`, `/relay-audit`, `/prism-audit`, `/vigil-check` |
75
+ | **Recon** | Survey a domain for system takeover | `/forge-recon`, `/spine-recon`, `/flux-recon`, `/apex-takeover` |
76
+
77
+ ### The Leads
78
+
79
+ **Apex** leads the engineering team. Tell it what you're building:
80
+
81
+ ```text
82
+ You: "Build user authentication for our SaaS"
83
+
84
+ Apex: I see 3 ways to approach this:
85
+
86
+ S — Quick & focused (Spine + Warden, ~30K tokens, ~$0.05)
87
+ Basic JWT auth with security review.
88
+
89
+ M — Solid implementation (Spine + Warden + Flux + Relay, ~120K tokens, ~$0.20)
90
+ Auth + session management + user schema + CI tests.
91
+
92
+ L — Full build-out (+ Vigil + Atlas, ~250K tokens, ~$0.45)
93
+ Everything in M + monitoring + documentation.
94
+
95
+ My recommendation: M. Which level?
96
+ ```
97
+
98
+ **Helm** is the head of product. It orchestrates research, strategy, design, and marketing — then hands off a structured brief to Apex when it's time to build.
99
+
100
+ ### System Takeover
101
+
102
+ Inherited a codebase? Apex runs parallel reconnaissance across all specialists:
103
+
104
+ ```text
105
+ > /apex-takeover
106
+
107
+ Phase 1 — Recon (parallel):
108
+ Atlas maps the architecture
109
+ Forge inventories infrastructure
110
+ Relay assesses the pipeline
111
+ Warden scans for security issues
112
+ Vigil checks observability
113
+
114
+ Phase 2 — Deep dive (targeted):
115
+ Spine reviews backend quality
116
+ Flux assesses database health
117
+ Prism audits frontend
118
+
119
+ Phase 3 — Takeover report:
120
+ System map, risk assessment, quick wins, roadmap
121
+ ```
122
+
123
+ ## The Team
124
+
125
+ ### Engineering — 15 agents
126
+
127
+ | Agent | Hat | What They Do |
128
+ | ---------- | --------------------------- | ------------------------------------------------------------- |
129
+ | **Apex** | Engineering Lead | Orchestrates the team, scopes work, controls depth and budget |
130
+ | **Forge** | Infrastructure | Cloud services, networking, IaC, cost optimization |
131
+ | **Relay** | DevOps | CI/CD, deployments, GitOps, developer experience |
132
+ | **Spine** | Backend | APIs, system design, performance, distributed systems |
133
+ | **Flux** | Data | Databases, migrations, pipelines, data modeling |
134
+ | **Warden** | Security | IAM, secrets, compliance, threat modeling |
135
+ | **Vigil** | Observability + Reliability | Monitoring, alerting, SRE, incident response, SLOs |
136
+ | **Prism** | Frontend/DX | UI, internal tools, developer portals |
137
+ | **Cortex** | ML/AI | Model training, MLOps, feature engineering, LLM integration |
138
+ | **Touch** | Mobile | Native iOS/Android, cross-platform, app stores |
139
+ | **Volt** | Embedded/IoT | Firmware, microcontrollers, edge computing, protocols |
140
+ | **Atlas** | Knowledge Engineering | Architecture docs, ADRs, API specs, system diagrams |
141
+ | **Lens** | Data Analytics & BI | Dashboards, metrics design, reporting, data storytelling |
142
+ | **Proof** | QA & Testing | Test strategy, E2E suites, integration testing, flaky triage |
143
+ | **Pave** | Platform Engineering | Developer experience, golden paths, service catalogs |
144
+
145
+ ### Product — 8 agents
146
+
147
+ | Agent | Hat | What They Do |
148
+ | --------- | ----------------- | --------------------------------------------------------------- |
149
+ | **Helm** | Head of Product | Orchestrates the product team, writes briefs, hands off to Apex |
150
+ | **Echo** | User Research | User interviews, personas, Jobs-to-Be-Done, feedback synthesis |
151
+ | **Lumen** | Product Analytics | Metrics frameworks, funnel analysis, OKRs, A/B test design |
152
+ | **Draft** | UX Design | User flows, information architecture, wireframes |
153
+ | **Form** | Visual Design | Brand identity, color systems, typography, design system |
154
+ | **Crest** | Product Strategy | Roadmap planning, prioritization, competitive analysis |
155
+ | **Pitch** | Product Marketing | Positioning, messaging, value prop, GTM, launch copy |
156
+ | **Surge** | Growth | Acquisition channels, activation funnels, retention playbooks |
157
+
158
+ ## How it works
159
+
160
+ Each agent is a system prompt (a markdown file in `agents/`) paired with a set of skills (markdown workflow documents in `skills/<name>/SKILL.md`). The Claude Code plugin system installs all 23 agents and 161 skills in a single command. When you invoke a skill, Claude loads the workflow document and follows it — no code runs, no build step, no configuration.
161
+
162
+ Every engineering agent detects your stack automatically:
163
+
164
+ - **Cloud:** GCP, AWS, Azure, Cloudflare, Vercel, Fly.io, Hetzner, DigitalOcean
165
+ - **CI/CD:** GitHub Actions, GitLab CI, Cloud Build, CircleCI, Bitbucket Pipelines
166
+ - **Backend:** Node.js, Python, Go, Rust, Java/Kotlin, Ruby
167
+ - **Databases:** PostgreSQL, MySQL, MongoDB, Redis, BigQuery, Snowflake, Supabase, Planetscale
168
+ - **Frontend:** React/Next.js, Vue/Nuxt, Svelte/SvelteKit, Astro
169
+ - **Mobile:** Swift/SwiftUI, Kotlin/Compose, React Native, Flutter
170
+ - **ML:** PyTorch, scikit-learn, Vertex AI, SageMaker, OpenAI, Anthropic
171
+
172
+ ## All 161 Skills
173
+
174
+ <details>
175
+ <summary>Click to expand full skill list</summary>
176
+
177
+ ### Apex (Engineering Lead)
178
+
179
+ - `/apex` — Accept any engineering task, route internally to the right sub-skill
180
+ - `/apex-plan` — Plan and scope a project with S/M/L options
181
+ - `/apex-review` — Cross-cutting review of recent work
182
+ - `/apex-status` — CTO-level project status
183
+ - `/apex-recon` — Engineering reconnaissance
184
+ - `/apex-takeover` — System takeover with parallel recon
185
+
186
+ ### Forge (Infrastructure)
187
+
188
+ - `/forge` — Accept any infrastructure task, route internally
189
+ - `/forge-infra` — Build infrastructure from scratch
190
+ - `/forge-network` — Design and build networking
191
+ - `/forge-audit` — Audit existing infrastructure
192
+ - `/forge-cost` — Estimate and optimize infrastructure cost
193
+ - `/forge-diagnose` — Diagnose runtime infra issues
194
+ - `/forge-recon` — Infrastructure reconnaissance
195
+
196
+ ### Relay (DevOps)
197
+
198
+ - `/relay` — Accept any DevOps task, route internally
199
+ - `/relay-pipeline` — Build CI/CD pipeline from scratch
200
+ - `/relay-docker` — Build production Dockerfiles
201
+ - `/relay-deploy` — Set up deployment strategy
202
+ - `/relay-ship` — Ship a release end to end
203
+ - `/relay-audit` — Audit existing pipeline
204
+ - `/relay-recon` — Pipeline reconnaissance
205
+
206
+ ### Spine (Backend)
207
+
208
+ - `/spine` — Accept any backend task, route internally
209
+ - `/spine-api` — Design and build an API
210
+ - `/spine-service` — Build a new service from scratch
211
+ - `/spine-design` — System design
212
+ - `/spine-perf` — Find and fix performance bottlenecks
213
+ - `/spine-review` — API and code review
214
+ - `/spine-recon` — Backend reconnaissance
215
+
216
+ ### Flux (Data)
217
+
218
+ - `/flux` — Accept any data task, route internally
219
+ - `/flux-schema` — Design and build database schema
220
+ - `/flux-migrate` — Build zero-downtime migration
221
+ - `/flux-pipeline` — Build a data pipeline
222
+ - `/flux-query` — Optimize slow queries
223
+ - `/flux-health` — Data quality and pipeline health
224
+ - `/flux-recon` — Database reconnaissance
225
+
226
+ ### Warden (Security)
227
+
228
+ - `/warden` — Accept any security task, route internally
229
+ - `/warden-audit` — Full security audit
230
+ - `/warden-harden` — Harden a service
231
+ - `/warden-iam` — Build IAM from scratch
232
+ - `/warden-threat` — Threat model a system
233
+ - `/warden-recon` — Security reconnaissance
234
+
235
+ ### Vigil (Observability + Reliability)
236
+
237
+ - `/vigil` — Accept any observability task, route internally
238
+ - `/vigil-instrument` — Instrument a service
239
+ - `/vigil-alert` — Build alerting and runbooks
240
+ - `/vigil-incident` — Incident response
241
+ - `/vigil-check` — Verify observability posture
242
+ - `/vigil-recon` — Observability reconnaissance
243
+
244
+ ### Prism (Frontend/DX)
245
+
246
+ - `/prism` — Accept any frontend task, route internally
247
+ - `/prism-ui` — Build a UI from scratch
248
+ - `/prism-component` — Build a reusable component
249
+ - `/prism-dashboard` — Build an internal dashboard
250
+ - `/prism-chart` — Build data visualization
251
+ - `/prism-audit` — Frontend audit
252
+ - `/prism-recon` — Frontend reconnaissance
253
+
254
+ ### Cortex (ML/AI)
255
+
256
+ - `/cortex` — Accept any ML/AI task, route internally
257
+ - `/cortex-model` — Build an ML pipeline
258
+ - `/cortex-prompt` — Build and test prompts
259
+ - `/cortex-integrate` — Integrate LLM into a service
260
+ - `/cortex-eval` — Evaluate model performance
261
+ - `/cortex-recon` — ML reconnaissance
262
+
263
+ ### Touch (Mobile)
264
+
265
+ - `/touch` — Accept any mobile task, route internally
266
+ - `/touch-app` — Build mobile app from scratch
267
+ - `/touch-feature` — Build a mobile feature
268
+ - `/touch-ui` — Design and build mobile UI
269
+ - `/touch-release` — Set up mobile release pipeline
270
+ - `/touch-audit` — Mobile audit
271
+ - `/touch-recon` — Mobile reconnaissance
272
+
273
+ ### Volt (Embedded/IoT)
274
+
275
+ - `/volt` — Accept any embedded/IoT task, route internally
276
+ - `/volt-firmware` — Build firmware from scratch
277
+ - `/volt-driver` — Build device driver or protocol handler
278
+ - `/volt-ota` — Build OTA update system
279
+ - `/volt-power` — Power management and optimization
280
+ - `/volt-recon` — Firmware reconnaissance
281
+
282
+ ### Atlas (Knowledge)
283
+
284
+ - `/atlas` — Accept any knowledge/docs task, route internally
285
+ - `/atlas-map` — Map the system architecture
286
+ - `/atlas-adr` — Write an Architecture Decision Record
287
+ - `/atlas-onboard` — Generate onboarding documentation
288
+ - `/atlas-report` — Render findings as styled HTML reports in browser
289
+ - `/atlas-changelog` — Three-layer changelog management (per-repo, cross-repo, per-agent)
290
+ - `/atlas-present` — Release presentations as HTML + Obsidian Canvas
291
+ - `/atlas-recon` — Documentation reconnaissance
292
+
293
+ ### Lens (Analytics/BI)
294
+
295
+ - `/lens` — Accept any analytics/BI task, route internally
296
+ - `/lens-dashboard` — Build an analytical dashboard
297
+ - `/lens-metrics` — Define and implement metrics framework
298
+ - `/lens-chart` — Build a data visualization
299
+ - `/lens-report` — Build a reporting pipeline
300
+ - `/lens-audit` — Review existing analytics
301
+ - `/lens-recon` — Analytics reconnaissance
302
+
303
+ ### Proof (QA & Testing)
304
+
305
+ - `/proof` — Accept any QA/testing task, route internally
306
+ - `/proof-strategy` — Design a test strategy for a project
307
+ - `/proof-design` — Design tests before implementation
308
+ - `/proof-e2e` — Build E2E test suites with Playwright/Cypress
309
+ - `/proof-api` — Build API test suites
310
+ - `/proof-audit` — Audit test suite health
311
+ - `/proof-recon` — Testing reconnaissance
312
+
313
+ ### Pave (Platform Engineering)
314
+
315
+ - `/pave` — Accept any platform/DX task, route internally
316
+ - `/pave-golden` — Build golden path templates
317
+ - `/pave-env` — Set up local development environments
318
+ - `/pave-catalog` — Build a service catalog
319
+ - `/pave-audit` — Audit developer experience
320
+ - `/pave-recon` — Platform reconnaissance
321
+
322
+ ### Helm (Head of Product)
323
+
324
+ - `/helm` — Accept any product task, route internally
325
+ - `/helm-plan` — Plan a product sprint or initiative
326
+ - `/helm-brief` — Write a structured product brief for Apex
327
+ - `/helm-handoff` — End-to-end Helm → Apex delivery
328
+ - `/helm-arbiter` — Resolve product vs. engineering tension
329
+ - `/helm-recon` — Product reconnaissance
330
+
331
+ ### Echo (User Research)
332
+
333
+ - `/echo` — Accept any user research task, route internally
334
+ - `/echo-interview` — Run a structured user interview
335
+ - `/echo-feedback` — Synthesize user feedback
336
+ - `/echo-segment` — Define user segments and personas
337
+ - `/echo-jobs` — Map Jobs-to-Be-Done
338
+ - `/echo-recon` — Research reconnaissance
339
+
340
+ ### Lumen (Product Analytics)
341
+
342
+ - `/lumen` — Accept any product analytics task, route internally
343
+ - `/lumen-metrics` — Define a metrics framework
344
+ - `/lumen-funnel` — Analyze and improve a funnel
345
+ - `/lumen-abtest` — Design an A/B test
346
+ - `/lumen-instrument` — Instrument product analytics
347
+ - `/lumen-recon` — Analytics reconnaissance
348
+
349
+ ### Draft (UX Design)
350
+
351
+ - `/draft` — Accept any UX design task, route internally
352
+ - `/draft-wireframe` — Wireframe a flow or screen
353
+ - `/draft-flow` — Map a user flow end to end
354
+ - `/draft-ia` — Design information architecture
355
+ - `/draft-patterns` — Document design patterns
356
+ - `/draft-landing` — Design a landing page
357
+ - `/draft-review` — Review a design for UX quality
358
+ - `/draft-recon` — UX reconnaissance
359
+
360
+ ### Form (Visual Design)
361
+
362
+ - `/form` — Accept any visual design task, route internally
363
+ - `/form-brand` — Define or audit brand identity
364
+ - `/form-logo` — Design a logo system
365
+ - `/form-tokens` — Build a design token system
366
+ - `/form-style` — Define a visual style guide
367
+ - `/form-component` — Specify UI components
368
+ - `/form-web` — Design a web interface
369
+ - `/form-mobile` — Design a mobile screen
370
+ - `/form-email` — Design an email template
371
+ - `/form-social` — Design social and ad creatives
372
+ - `/form-palette` — Build a color palette
373
+ - `/form-audit` — Audit visual quality and consistency
374
+ - `/form-deck` — Design a presentation deck
375
+ - `/form-exam` — Evaluate visual quality against standards
376
+
377
+ ### Crest (Product Strategy)
378
+
379
+ - `/crest` — Accept any strategy task, route internally
380
+ - `/crest-roadmap` — Build a product roadmap
381
+ - `/crest-okr` — Define OKRs for a team or product
382
+ - `/crest-compete` — Competitive analysis
383
+ - `/crest-narrative` — Write a strategic narrative
384
+ - `/crest-recon` — Strategy reconnaissance
385
+
386
+ ### Pitch (Product Marketing)
387
+
388
+ - `/pitch` — Accept any marketing task, route internally
389
+ - `/pitch-position` — Define positioning and value prop
390
+ - `/pitch-message` — Write core messaging
391
+ - `/pitch-copy` — Write launch copy
392
+ - `/pitch-launch` — Plan a product launch
393
+ - `/pitch-landing` — Write a landing page
394
+ - `/pitch-recon` — Marketing reconnaissance
395
+
396
+ ### Surge (Growth)
397
+
398
+ - `/surge` — Accept any growth task, route internally
399
+ - `/surge-activation` — Design an activation funnel
400
+ - `/surge-plg` — Build a PLG strategy
401
+ - `/surge-experiment` — Design a growth experiment
402
+ - `/surge-retention` — Build a retention playbook
403
+ - `/surge-landing` — Build a growth-optimized landing page
404
+ - `/surge-recon` — Growth reconnaissance
405
+
406
+ </details>
407
+
408
+ ## Roadmap
409
+
410
+ | Phase | Status | What it covers |
411
+ | --------------------------- | ---------- | ---------------------------------- |
412
+ | **Engineering** (15 agents) | ✅ Done | Build, ship, operate |
413
+ | **Product** (8 agents) | ✅ Done | Research, strategy, design, growth |
414
+ | **Sales** | 🔲 Planned | Outreach, pipeline, RevOps |
415
+ | **Customer Success** | 🔲 Planned | Support triage, onboarding, CSM |
416
+ | **Finance & Legal** | 🔲 Planned | Budgets, compliance, contracts |
417
+ | **Ops & People** | 🔲 Planned | HR, recruiting, office |
418
+
419
+ Star the repo to follow along. Open an issue to claim a phase.
420
+
421
+ ## Contributing
422
+
423
+ Everything is Markdown. Fork it, improve it, open a PR. Agents are system prompts. Skills are workflow docs. No build step.
424
+
425
+ See [CONTRIBUTING.md](CONTRIBUTING.md) to get started. The highest-leverage contributions right now:
426
+
427
+ - **Sharpen existing skills** — better steps, sharper output formats, fewer hallucinations
428
+ - **Build a new agent** — claim a phase from the roadmap above
429
+ - **Test on real codebases** — try `/apex-takeover` on a production repo and file what breaks
430
+
431
+ Tests run with `uv run pytest` from any agent's `scripts/` directory.
432
+
433
+ | Doc | Covers |
434
+ | ------------------------------------ | ---------------------------- |
435
+ | [Architecture](docs/architecture.md) | How the plugin system works |
436
+ | [Skill Guide](docs/skill-guide.md) | Writing and improving skills |
437
+ | [Agent Guide](docs/agent-guide.md) | Creating new agents |
438
+ | [Naming Guide](docs/naming-guide.md) | Agent naming conventions |
439
+
440
+ ## Changelog
441
+
442
+ See [CHANGELOG.md](CHANGELOG.md) for full release history.
443
+
444
+ ## Shoutouts
445
+
446
+ Tonone stands on the shoulders of giants. Big thanks to the plugins that shaped how this team thinks and works:
447
+
448
+ | Plugin | What it brought |
449
+ | ------------------- | ------------------------------------------------------------------------------------------------------------------------------- |
450
+ | **superpowers** | Structured skill workflows, brainstorming loops, TDD discipline, and the worktree-native development model that Tonone runs on |
451
+ | **impeccable** | Design critique vocabulary and the polish-first mindset baked into Form and Draft |
452
+ | **frontend-design** | Frontend implementation patterns that Prism and Touch draw from |
453
+ | **ui-ux-pro-max** | 161 color palettes, 84 UI styles, 57 font pairings, 99 UX guidelines, and the BM25 design search engine now powering `lib/uiux` |
454
+ | **caveman** | The communication mode that cuts every response to its bones — no fluff, all signal |
455
+
456
+ ## License
457
+
458
+ MIT. Fork it. Ship it. Use it anywhere. [LICENSE](LICENSE)
459
+
460
+ ---
461
+
462
+ > README maintained automatically by [🐘 elephant](https://github.com/tonone-ai/elephant) — keep your docs in sync without the manual work.