claudeinone-cli 1.0.2 → 1.0.3

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 (428) hide show
  1. package/kit/.claude/.ck.json +9 -0
  2. package/kit/.claude/.ckignore +12 -0
  3. package/kit/.claude/agents/accessibility-auditor.md +46 -0
  4. package/kit/.claude/agents/api-designer.md +43 -0
  5. package/kit/.claude/agents/backend-developer.md +54 -0
  6. package/kit/.claude/agents/brainstormer.md +33 -0
  7. package/kit/.claude/agents/campaign-manager.md +36 -0
  8. package/kit/.claude/agents/code-reviewer.md +39 -0
  9. package/kit/.claude/agents/content-creator.md +38 -0
  10. package/kit/.claude/agents/copywriter.md +42 -0
  11. package/kit/.claude/agents/database-admin.md +37 -0
  12. package/kit/.claude/agents/debugger.md +46 -0
  13. package/kit/.claude/agents/devops-engineer.md +41 -0
  14. package/kit/.claude/agents/docs-manager.md +33 -0
  15. package/kit/.claude/agents/email-wizard.md +40 -0
  16. package/kit/.claude/agents/frontend-developer.md +52 -0
  17. package/kit/.claude/agents/fullstack-developer.md +55 -0
  18. package/kit/.claude/agents/git-manager.md +40 -0
  19. package/kit/.claude/agents/i18n-specialist.md +46 -0
  20. package/kit/.claude/agents/integration-specialist.md +48 -0
  21. package/kit/.claude/agents/journal-writer.md +39 -0
  22. package/kit/.claude/agents/mcp-manager.md +57 -0
  23. package/kit/.claude/agents/mobile-developer.md +38 -0
  24. package/kit/.claude/agents/performance-optimizer.md +38 -0
  25. package/kit/.claude/agents/planner.md +56 -0
  26. package/kit/.claude/agents/project-manager.md +34 -0
  27. package/kit/.claude/agents/refactorer.md +43 -0
  28. package/kit/.claude/agents/researcher.md +45 -0
  29. package/kit/.claude/agents/risk-analyst.md +33 -0
  30. package/kit/.claude/agents/scalability-consultant.md +39 -0
  31. package/kit/.claude/agents/scout.md +25 -0
  32. package/kit/.claude/agents/security-auditor.md +42 -0
  33. package/kit/.claude/agents/seo-specialist.md +44 -0
  34. package/kit/.claude/agents/skill-creator.md +64 -0
  35. package/kit/.claude/agents/social-media-manager.md +35 -0
  36. package/kit/.claude/agents/systems-designer.md +35 -0
  37. package/kit/.claude/agents/technology-strategist.md +43 -0
  38. package/kit/.claude/agents/tester.md +40 -0
  39. package/kit/.claude/agents/ui-ux-designer.md +40 -0
  40. package/kit/.claude/commands/co/ask.md +29 -0
  41. package/kit/.claude/commands/co/bootstrap-auto-fast.md +28 -0
  42. package/kit/.claude/commands/co/bootstrap-auto-parallel.md +29 -0
  43. package/kit/.claude/commands/co/bootstrap-auto.md +30 -0
  44. package/kit/.claude/commands/co/bootstrap.md +31 -0
  45. package/kit/.claude/commands/co/brainstorm.md +27 -0
  46. package/kit/.claude/commands/co/campaign.md +28 -0
  47. package/kit/.claude/commands/co/changelog.md +25 -0
  48. package/kit/.claude/commands/co/checkpoint.md +25 -0
  49. package/kit/.claude/commands/co/ci.md +26 -0
  50. package/kit/.claude/commands/co/ck-help.md +24 -0
  51. package/kit/.claude/commands/co/coding-level.md +24 -0
  52. package/kit/.claude/commands/co/content-cro.md +26 -0
  53. package/kit/.claude/commands/co/content-enhance.md +26 -0
  54. package/kit/.claude/commands/co/content-fast.md +24 -0
  55. package/kit/.claude/commands/co/content-good.md +26 -0
  56. package/kit/.claude/commands/co/cook.md +33 -0
  57. package/kit/.claude/commands/co/debug.md +26 -0
  58. package/kit/.claude/commands/co/deploy.md +25 -0
  59. package/kit/.claude/commands/co/design-3d.md +27 -0
  60. package/kit/.claude/commands/co/design-describe.md +25 -0
  61. package/kit/.claude/commands/co/design-fast.md +25 -0
  62. package/kit/.claude/commands/co/design-good.md +28 -0
  63. package/kit/.claude/commands/co/design-screenshot.md +26 -0
  64. package/kit/.claude/commands/co/design-video.md +26 -0
  65. package/kit/.claude/commands/co/docker.md +24 -0
  66. package/kit/.claude/commands/co/docs-api.md +25 -0
  67. package/kit/.claude/commands/co/docs-init.md +26 -0
  68. package/kit/.claude/commands/co/docs-readme.md +24 -0
  69. package/kit/.claude/commands/co/docs-summarize.md +25 -0
  70. package/kit/.claude/commands/co/docs-update.md +25 -0
  71. package/kit/.claude/commands/co/env-check.md +25 -0
  72. package/kit/.claude/commands/co/fix-ci.md +29 -0
  73. package/kit/.claude/commands/co/fix-fast.md +28 -0
  74. package/kit/.claude/commands/co/fix-hard.md +33 -0
  75. package/kit/.claude/commands/co/fix-logs.md +28 -0
  76. package/kit/.claude/commands/co/fix-types.md +28 -0
  77. package/kit/.claude/commands/co/fix-ui.md +28 -0
  78. package/kit/.claude/commands/co/fix.md +27 -0
  79. package/kit/.claude/commands/co/git-cm.md +26 -0
  80. package/kit/.claude/commands/co/git-cp.md +26 -0
  81. package/kit/.claude/commands/co/git-pr.md +26 -0
  82. package/kit/.claude/commands/co/index.md +24 -0
  83. package/kit/.claude/commands/co/integrate-polar.md +29 -0
  84. package/kit/.claude/commands/co/integrate-sepay.md +29 -0
  85. package/kit/.claude/commands/co/journal.md +27 -0
  86. package/kit/.claude/commands/co/k8s.md +24 -0
  87. package/kit/.claude/commands/co/kanban.md +25 -0
  88. package/kit/.claude/commands/co/lint-fix.md +24 -0
  89. package/kit/.claude/commands/co/load.md +25 -0
  90. package/kit/.claude/commands/co/migrate.md +28 -0
  91. package/kit/.claude/commands/co/mock.md +26 -0
  92. package/kit/.claude/commands/co/mode.md +24 -0
  93. package/kit/.claude/commands/co/monitor.md +25 -0
  94. package/kit/.claude/commands/co/new-feature.md +27 -0
  95. package/kit/.claude/commands/co/optimize.md +26 -0
  96. package/kit/.claude/commands/co/plan-archive.md +24 -0
  97. package/kit/.claude/commands/co/plan-ci.md +28 -0
  98. package/kit/.claude/commands/co/plan-cro.md +27 -0
  99. package/kit/.claude/commands/co/plan-fast.md +24 -0
  100. package/kit/.claude/commands/co/plan-hard.md +27 -0
  101. package/kit/.claude/commands/co/plan-parallel.md +25 -0
  102. package/kit/.claude/commands/co/plan-two.md +29 -0
  103. package/kit/.claude/commands/co/plan-validate.md +27 -0
  104. package/kit/.claude/commands/co/plan.md +27 -0
  105. package/kit/.claude/commands/co/pr.md +25 -0
  106. package/kit/.claude/commands/co/preview.md +26 -0
  107. package/kit/.claude/commands/co/refactor.md +25 -0
  108. package/kit/.claude/commands/co/release.md +25 -0
  109. package/kit/.claude/commands/co/review-a11y.md +24 -0
  110. package/kit/.claude/commands/co/review-codebase-parallel.md +27 -0
  111. package/kit/.claude/commands/co/review-codebase.md +27 -0
  112. package/kit/.claude/commands/co/review-perf.md +24 -0
  113. package/kit/.claude/commands/co/review-security.md +25 -0
  114. package/kit/.claude/commands/co/scaffold.md +25 -0
  115. package/kit/.claude/commands/co/scout.md +26 -0
  116. package/kit/.claude/commands/co/secure.md +26 -0
  117. package/kit/.claude/commands/co/seed.md +25 -0
  118. package/kit/.claude/commands/co/seo-audit.md +24 -0
  119. package/kit/.claude/commands/co/seo-keywords.md +25 -0
  120. package/kit/.claude/commands/co/skill-create.md +29 -0
  121. package/kit/.claude/commands/co/skill-fix-logs.md +28 -0
  122. package/kit/.claude/commands/co/slide-create.md +24 -0
  123. package/kit/.claude/commands/co/spawn.md +24 -0
  124. package/kit/.claude/commands/co/terraform.md +24 -0
  125. package/kit/.claude/commands/co/test-gen.md +24 -0
  126. package/kit/.claude/commands/co/test-ui.md +27 -0
  127. package/kit/.claude/commands/co/test.md +26 -0
  128. package/kit/.claude/commands/co/use-mcp.md +25 -0
  129. package/kit/.claude/commands/co/video-script.md +25 -0
  130. package/kit/.claude/commands/co/watzup.md +25 -0
  131. package/kit/.claude/commands/co/worktree.md +25 -0
  132. package/kit/.claude/commands/co/write-blog.md +25 -0
  133. package/kit/.claude/commands/co/write-copy.md +24 -0
  134. package/kit/.claude/commands/co/write-email.md +25 -0
  135. package/kit/.claude/commands/content/content-cro.md +26 -0
  136. package/kit/.claude/commands/content/content-enhance.md +26 -0
  137. package/kit/.claude/commands/content/content-fast.md +24 -0
  138. package/kit/.claude/commands/content/content-good.md +26 -0
  139. package/kit/.claude/commands/content/enhance.md +26 -0
  140. package/kit/.claude/commands/content/good.md +26 -0
  141. package/kit/.claude/commands/core/ask.md +29 -0
  142. package/kit/.claude/commands/core/bootstrap-auto-fast.md +28 -0
  143. package/kit/.claude/commands/core/bootstrap-auto-parallel.md +29 -0
  144. package/kit/.claude/commands/core/bootstrap-auto.md +30 -0
  145. package/kit/.claude/commands/core/bootstrap.md +31 -0
  146. package/kit/.claude/commands/core/ck-help.md +24 -0
  147. package/kit/.claude/commands/core/coding-level.md +24 -0
  148. package/kit/.claude/commands/core/cook.md +33 -0
  149. package/kit/.claude/commands/core/debug.md +26 -0
  150. package/kit/.claude/commands/core/journal.md +27 -0
  151. package/kit/.claude/commands/core/kanban.md +25 -0
  152. package/kit/.claude/commands/core/preview.md +26 -0
  153. package/kit/.claude/commands/core/scout.md +26 -0
  154. package/kit/.claude/commands/core/test-ui.md +27 -0
  155. package/kit/.claude/commands/core/test.md +26 -0
  156. package/kit/.claude/commands/core/use-mcp.md +25 -0
  157. package/kit/.claude/commands/core/watzup.md +25 -0
  158. package/kit/.claude/commands/core/worktree.md +25 -0
  159. package/kit/.claude/commands/design/3d.md +27 -0
  160. package/kit/.claude/commands/design/design-3d.md +27 -0
  161. package/kit/.claude/commands/design/design-describe.md +25 -0
  162. package/kit/.claude/commands/design/design-fast.md +25 -0
  163. package/kit/.claude/commands/design/design-good.md +28 -0
  164. package/kit/.claude/commands/design/design-screenshot.md +26 -0
  165. package/kit/.claude/commands/design/design-video.md +26 -0
  166. package/kit/.claude/commands/design/good.md +28 -0
  167. package/kit/.claude/commands/design/video.md +26 -0
  168. package/kit/.claude/commands/docs/docs-init.md +26 -0
  169. package/kit/.claude/commands/docs/docs-summarize.md +25 -0
  170. package/kit/.claude/commands/docs/docs-update.md +25 -0
  171. package/kit/.claude/commands/docs/init.md +26 -0
  172. package/kit/.claude/commands/docs/summarize.md +25 -0
  173. package/kit/.claude/commands/fix/ci.md +29 -0
  174. package/kit/.claude/commands/fix/fast.md +28 -0
  175. package/kit/.claude/commands/fix/fix-ci.md +29 -0
  176. package/kit/.claude/commands/fix/fix-fast.md +28 -0
  177. package/kit/.claude/commands/fix/fix-hard.md +33 -0
  178. package/kit/.claude/commands/fix/fix-logs.md +28 -0
  179. package/kit/.claude/commands/fix/fix-types.md +28 -0
  180. package/kit/.claude/commands/fix/fix-ui.md +28 -0
  181. package/kit/.claude/commands/fix/hard.md +33 -0
  182. package/kit/.claude/commands/fix/logs.md +28 -0
  183. package/kit/.claude/commands/fix/types.md +28 -0
  184. package/kit/.claude/commands/fix/ui.md +28 -0
  185. package/kit/.claude/commands/git/cp.md +26 -0
  186. package/kit/.claude/commands/git/git-cm.md +26 -0
  187. package/kit/.claude/commands/git/git-cp.md +26 -0
  188. package/kit/.claude/commands/git/git-pr.md +26 -0
  189. package/kit/.claude/commands/integrate/integrate-polar.md +29 -0
  190. package/kit/.claude/commands/integrate/integrate-sepay.md +29 -0
  191. package/kit/.claude/commands/integrate/sepay.md +29 -0
  192. package/kit/.claude/commands/plan/ci.md +28 -0
  193. package/kit/.claude/commands/plan/cro.md +27 -0
  194. package/kit/.claude/commands/plan/hard.md +27 -0
  195. package/kit/.claude/commands/plan/plan-archive.md +24 -0
  196. package/kit/.claude/commands/plan/plan-ci.md +28 -0
  197. package/kit/.claude/commands/plan/plan-cro.md +27 -0
  198. package/kit/.claude/commands/plan/plan-fast.md +24 -0
  199. package/kit/.claude/commands/plan/plan-hard.md +27 -0
  200. package/kit/.claude/commands/plan/plan-parallel.md +25 -0
  201. package/kit/.claude/commands/plan/plan-two.md +29 -0
  202. package/kit/.claude/commands/plan/plan-validate.md +27 -0
  203. package/kit/.claude/commands/plan/plan.md +27 -0
  204. package/kit/.claude/commands/plan/validate.md +27 -0
  205. package/kit/.claude/commands/skill/fix-logs.md +28 -0
  206. package/kit/.claude/commands/skill/skill-create.md +29 -0
  207. package/kit/.claude/commands/skill/skill-fix-logs.md +28 -0
  208. package/kit/.claude/settings.json +16 -0
  209. package/kit/.claude/skills/ai-anthropic.md +100 -0
  210. package/kit/.claude/skills/ai-context-engineering.md +113 -0
  211. package/kit/.claude/skills/ai-gemini.md +152 -0
  212. package/kit/.claude/skills/ai-langchain.md +93 -0
  213. package/kit/.claude/skills/ai-llamaindex.md +179 -0
  214. package/kit/.claude/skills/ai-mcp-builder.md +101 -0
  215. package/kit/.claude/skills/ai-openai.md +250 -0
  216. package/kit/.claude/skills/ai-prompt-engineering.md +173 -0
  217. package/kit/.claude/skills/ai-rag.md +91 -0
  218. package/kit/.claude/skills/ai-vectordb.md +215 -0
  219. package/kit/.claude/skills/analytics-segment.md +161 -0
  220. package/kit/.claude/skills/api-caching.md +103 -0
  221. package/kit/.claude/skills/api-documentation.md +50 -0
  222. package/kit/.claude/skills/api-graphql.md +234 -0
  223. package/kit/.claude/skills/api-openapi.md +116 -0
  224. package/kit/.claude/skills/api-pagination-filtering.md +239 -0
  225. package/kit/.claude/skills/api-rate-limiting.md +179 -0
  226. package/kit/.claude/skills/api-rest-advanced.md +50 -0
  227. package/kit/.claude/skills/api-rest.md +217 -0
  228. package/kit/.claude/skills/api-trpc.md +173 -0
  229. package/kit/.claude/skills/api-versioning.md +70 -0
  230. package/kit/.claude/skills/api-webhooks.md +226 -0
  231. package/kit/.claude/skills/arch-clean-code.md +226 -0
  232. package/kit/.claude/skills/arch-clean.md +91 -0
  233. package/kit/.claude/skills/arch-cqrs.md +229 -0
  234. package/kit/.claude/skills/arch-ddd.md +85 -0
  235. package/kit/.claude/skills/arch-event-driven.md +189 -0
  236. package/kit/.claude/skills/arch-microservices.md +80 -0
  237. package/kit/.claude/skills/arch-monorepo.md +87 -0
  238. package/kit/.claude/skills/arch-multi-tenant.md +81 -0
  239. package/kit/.claude/skills/arch-serverless.md +86 -0
  240. package/kit/.claude/skills/auth-clerk.md +97 -0
  241. package/kit/.claude/skills/auth-jwt.md +143 -0
  242. package/kit/.claude/skills/auth-lucia.md +93 -0
  243. package/kit/.claude/skills/auth-nextauth.md +446 -0
  244. package/kit/.claude/skills/auth-oauth.md +208 -0
  245. package/kit/.claude/skills/auth-oauth2.md +110 -0
  246. package/kit/.claude/skills/auth-passkeys.md +109 -0
  247. package/kit/.claude/skills/auth-session.md +88 -0
  248. package/kit/.claude/skills/backend-dotnet.md +414 -0
  249. package/kit/.claude/skills/backend-express.md +129 -0
  250. package/kit/.claude/skills/backend-fastify.md +104 -0
  251. package/kit/.claude/skills/backend-go.md +205 -0
  252. package/kit/.claude/skills/backend-graphql.md +149 -0
  253. package/kit/.claude/skills/backend-grpc.md +382 -0
  254. package/kit/.claude/skills/backend-hono.md +95 -0
  255. package/kit/.claude/skills/backend-java-spring.md +198 -0
  256. package/kit/.claude/skills/backend-nodejs-express.md +165 -0
  257. package/kit/.claude/skills/backend-nodejs.md +143 -0
  258. package/kit/.claude/skills/backend-php-laravel.md +156 -0
  259. package/kit/.claude/skills/backend-python-django.md +200 -0
  260. package/kit/.claude/skills/backend-python-fastapi.md +169 -0
  261. package/kit/.claude/skills/backend-ruby-rails.md +190 -0
  262. package/kit/.claude/skills/backend-rust.md +182 -0
  263. package/kit/.claude/skills/backend-websockets.md +392 -0
  264. package/kit/.claude/skills/cache-redis.md +195 -0
  265. package/kit/.claude/skills/caching-strategies.md +100 -0
  266. package/kit/.claude/skills/cloud-aws.md +165 -0
  267. package/kit/.claude/skills/cloud-azure.md +187 -0
  268. package/kit/.claude/skills/cloud-cloudflare.md +74 -0
  269. package/kit/.claude/skills/cloud-fly.md +94 -0
  270. package/kit/.claude/skills/cloud-gcp.md +160 -0
  271. package/kit/.claude/skills/cloud-railway.md +92 -0
  272. package/kit/.claude/skills/cloud-render.md +70 -0
  273. package/kit/.claude/skills/cloud-serverless.md +68 -0
  274. package/kit/.claude/skills/cloud-vercel.md +76 -0
  275. package/kit/.claude/skills/component-patterns.md +50 -0
  276. package/kit/.claude/skills/content-management.md +197 -0
  277. package/kit/.claude/skills/cors-security.md +50 -0
  278. package/kit/.claude/skills/data-csv-excel.md +210 -0
  279. package/kit/.claude/skills/database-optimization.md +196 -0
  280. package/kit/.claude/skills/databases-transactions.md +68 -0
  281. package/kit/.claude/skills/db-cassandra.md +89 -0
  282. package/kit/.claude/skills/db-drizzle.md +363 -0
  283. package/kit/.claude/skills/db-dynamodb.md +83 -0
  284. package/kit/.claude/skills/db-elasticsearch.md +105 -0
  285. package/kit/.claude/skills/db-firebase-firestore.md +191 -0
  286. package/kit/.claude/skills/db-mongodb.md +198 -0
  287. package/kit/.claude/skills/db-mysql.md +50 -0
  288. package/kit/.claude/skills/db-neon.md +72 -0
  289. package/kit/.claude/skills/db-planetscale.md +76 -0
  290. package/kit/.claude/skills/db-postgresql.md +50 -0
  291. package/kit/.claude/skills/db-prisma.md +414 -0
  292. package/kit/.claude/skills/db-redis.md +50 -0
  293. package/kit/.claude/skills/db-sqlite.md +149 -0
  294. package/kit/.claude/skills/db-supabase.md +445 -0
  295. package/kit/.claude/skills/devops-ci-cd.md +271 -0
  296. package/kit/.claude/skills/devops-database-backup.md +77 -0
  297. package/kit/.claude/skills/devops-docker.md +93 -0
  298. package/kit/.claude/skills/devops-github-actions.md +82 -0
  299. package/kit/.claude/skills/devops-health-checks.md +50 -0
  300. package/kit/.claude/skills/devops-kubernetes.md +109 -0
  301. package/kit/.claude/skills/devops-logging.md +163 -0
  302. package/kit/.claude/skills/devops-monitoring.md +203 -0
  303. package/kit/.claude/skills/devops-pulumi.md +94 -0
  304. package/kit/.claude/skills/devops-secrets.md +166 -0
  305. package/kit/.claude/skills/devops-terraform.md +226 -0
  306. package/kit/.claude/skills/error-boundaries.md +84 -0
  307. package/kit/.claude/skills/file-storage.md +50 -0
  308. package/kit/.claude/skills/frontend-angular.md +104 -0
  309. package/kit/.claude/skills/frontend-astro.md +94 -0
  310. package/kit/.claude/skills/frontend-bundle-analysis.md +147 -0
  311. package/kit/.claude/skills/frontend-forms.md +134 -0
  312. package/kit/.claude/skills/frontend-htmx.md +86 -0
  313. package/kit/.claude/skills/frontend-nextjs.md +188 -0
  314. package/kit/.claude/skills/frontend-pwa.md +105 -0
  315. package/kit/.claude/skills/frontend-react-hooks.md +238 -0
  316. package/kit/.claude/skills/frontend-react.md +129 -0
  317. package/kit/.claude/skills/frontend-remix-advanced.md +106 -0
  318. package/kit/.claude/skills/frontend-remix.md +101 -0
  319. package/kit/.claude/skills/frontend-solid.md +99 -0
  320. package/kit/.claude/skills/frontend-state-management.md +134 -0
  321. package/kit/.claude/skills/frontend-state.md +106 -0
  322. package/kit/.claude/skills/frontend-svelte.md +121 -0
  323. package/kit/.claude/skills/frontend-testing.md +100 -0
  324. package/kit/.claude/skills/frontend-vite.md +94 -0
  325. package/kit/.claude/skills/frontend-vue.md +133 -0
  326. package/kit/.claude/skills/frontend-webpack.md +93 -0
  327. package/kit/.claude/skills/functional-programming.md +50 -0
  328. package/kit/.claude/skills/hooks-custom.md +50 -0
  329. package/kit/.claude/skills/http-server.md +50 -0
  330. package/kit/.claude/skills/i18n-general.md +89 -0
  331. package/kit/.claude/skills/i18n-localization.md +191 -0
  332. package/kit/.claude/skills/i18n-nextjs.md +127 -0
  333. package/kit/.claude/skills/infrastructure-docker-compose.md +77 -0
  334. package/kit/.claude/skills/infrastructure-serverless.md +177 -0
  335. package/kit/.claude/skills/jwt-tokens.md +50 -0
  336. package/kit/.claude/skills/logging-winston.md +106 -0
  337. package/kit/.claude/skills/messaging-kafka.md +102 -0
  338. package/kit/.claude/skills/messaging-rabbitmq.md +50 -0
  339. package/kit/.claude/skills/mobile-capacitor.md +109 -0
  340. package/kit/.claude/skills/mobile-expo.md +101 -0
  341. package/kit/.claude/skills/mobile-flutter.md +259 -0
  342. package/kit/.claude/skills/mobile-react-native.md +238 -0
  343. package/kit/.claude/skills/monitoring-apm.md +50 -0
  344. package/kit/.claude/skills/monitoring-error-tracking.md +217 -0
  345. package/kit/.claude/skills/nodejs-streams.md +168 -0
  346. package/kit/.claude/skills/oauth-integration.md +50 -0
  347. package/kit/.claude/skills/patterns-dependency-injection.md +218 -0
  348. package/kit/.claude/skills/patterns-factory-singleton.md +209 -0
  349. package/kit/.claude/skills/patterns-observer-pubsub.md +210 -0
  350. package/kit/.claude/skills/payment-lemonsqueezy.md +101 -0
  351. package/kit/.claude/skills/payment-square.md +178 -0
  352. package/kit/.claude/skills/payment-stripe.md +206 -0
  353. package/kit/.claude/skills/perf-bundle.md +100 -0
  354. package/kit/.claude/skills/perf-web-vitals.md +102 -0
  355. package/kit/.claude/skills/performance-database-connection-pooling.md +67 -0
  356. package/kit/.claude/skills/performance-metrics.md +73 -0
  357. package/kit/.claude/skills/performance-optimization.md +208 -0
  358. package/kit/.claude/skills/performance-web-vitals.md +169 -0
  359. package/kit/.claude/skills/rate-limiting.md +77 -0
  360. package/kit/.claude/skills/reactive-programming.md +50 -0
  361. package/kit/.claude/skills/realtime-database.md +50 -0
  362. package/kit/.claude/skills/realtime-subscriptions.md +218 -0
  363. package/kit/.claude/skills/saas-ab-testing.md +90 -0
  364. package/kit/.claude/skills/saas-analytics.md +113 -0
  365. package/kit/.claude/skills/saas-billing.md +106 -0
  366. package/kit/.claude/skills/saas-email.md +88 -0
  367. package/kit/.claude/skills/saas-feature-flags.md +83 -0
  368. package/kit/.claude/skills/saas-onboarding.md +96 -0
  369. package/kit/.claude/skills/saas-user-onboarding.md +207 -0
  370. package/kit/.claude/skills/security-encryption.md +216 -0
  371. package/kit/.claude/skills/security-owasp.md +212 -0
  372. package/kit/.claude/skills/security-secrets-rotation.md +64 -0
  373. package/kit/.claude/skills/seo-content.md +94 -0
  374. package/kit/.claude/skills/seo-technical.md +101 -0
  375. package/kit/.claude/skills/serverless-framework.md +151 -0
  376. package/kit/.claude/skills/sharding-scaling.md +50 -0
  377. package/kit/.claude/skills/styling-css-modules.md +219 -0
  378. package/kit/.claude/skills/styling-styled-components.md +206 -0
  379. package/kit/.claude/skills/styling-tailwind.md +206 -0
  380. package/kit/.claude/skills/test-e2e.md +86 -0
  381. package/kit/.claude/skills/test-integration.md +216 -0
  382. package/kit/.claude/skills/test-performance.md +162 -0
  383. package/kit/.claude/skills/test-tdd.md +170 -0
  384. package/kit/.claude/skills/test-unit.md +301 -0
  385. package/kit/.claude/skills/testing-accessibility.md +117 -0
  386. package/kit/.claude/skills/testing-contract.md +75 -0
  387. package/kit/.claude/skills/testing-e2e-advanced.md +50 -0
  388. package/kit/.claude/skills/testing-load-stress.md +79 -0
  389. package/kit/.claude/skills/testing-mutation.md +92 -0
  390. package/kit/.claude/skills/testing-snapshot.md +50 -0
  391. package/kit/.claude/skills/testing-vitest.md +172 -0
  392. package/kit/.claude/skills/tooling-biome.md +91 -0
  393. package/kit/.claude/skills/tooling-build-tools.md +166 -0
  394. package/kit/.claude/skills/tooling-bun.md +94 -0
  395. package/kit/.claude/skills/tooling-eslint.md +103 -0
  396. package/kit/.claude/skills/tooling-git.md +79 -0
  397. package/kit/.claude/skills/tooling-monorepo.md +162 -0
  398. package/kit/.claude/skills/tooling-testing-frameworks.md +207 -0
  399. package/kit/.claude/skills/tooling-typescript.md +156 -0
  400. package/kit/.claude/skills/ui-a11y.md +106 -0
  401. package/kit/.claude/skills/ui-framer.md +106 -0
  402. package/kit/.claude/skills/ui-gsap.md +102 -0
  403. package/kit/.claude/skills/ui-radix.md +82 -0
  404. package/kit/.claude/skills/ui-shadcn.md +463 -0
  405. package/kit/.claude/skills/ui-tailwind.md +98 -0
  406. package/kit/.claude/skills/ui-threejs.md +110 -0
  407. package/kit/.claude/skills/ui-tokens.md +97 -0
  408. package/kit/.claude/skills/utilities-date-time.md +170 -0
  409. package/kit/.claude/skills/validation-schemas.md +110 -0
  410. package/kit/.claude/skills/version-control-git.md +144 -0
  411. package/kit/.claude/skills/web-accessibility-wcag.md +102 -0
  412. package/kit/.claude/skills/web-astro.md +197 -0
  413. package/kit/.claude/skills/web-html-css.md +224 -0
  414. package/kit/.claude/skills/web-htmx.md +99 -0
  415. package/kit/.claude/skills/web-nextjs-advanced.md +202 -0
  416. package/kit/.claude/skills/web-remix.md +194 -0
  417. package/kit/.claude/skills/web-seo.md +99 -0
  418. package/kit/.claude/skills/web-svelte.md +234 -0
  419. package/kit/.claude/skills/websocket-server.md +50 -0
  420. package/kit/.claude/skills/writing-marketing.md +89 -0
  421. package/kit/.claude/skills/writing-technical.md +119 -0
  422. package/kit/CLAUDE.md +206 -0
  423. package/kit/README.md +150 -0
  424. package/kit/SKILLS_INDEX.md +188 -0
  425. package/kit/docs/README.md +3 -0
  426. package/kit/journals/README.md +3 -0
  427. package/kit/plans/README.md +3 -0
  428. package/package.json +3 -1
@@ -0,0 +1,119 @@
1
+ # Technical Writing
2
+
3
+ ## Overview
4
+ Write clear, accurate technical documentation — API docs, guides, tutorials, and READMEs that developers love.
5
+
6
+ ## README Structure
7
+
8
+ ```markdown
9
+ # Project Name
10
+
11
+ One-line description of what this does.
12
+
13
+ ## Features
14
+ - ✅ Feature 1 — brief description
15
+ - ✅ Feature 2 — brief description
16
+
17
+ ## Quick Start
18
+
19
+ \`\`\`bash
20
+ npm install my-package
21
+ \`\`\`
22
+
23
+ \`\`\`typescript
24
+ import { MyThing } from 'my-package';
25
+ const result = MyThing.doSomething({ option: true });
26
+ \`\`\`
27
+
28
+ ## Installation
29
+ Detailed installation with prerequisites.
30
+
31
+ ## Usage
32
+ Code examples for common use cases.
33
+
34
+ ## API Reference
35
+ Link to full API docs.
36
+
37
+ ## Contributing
38
+ How to contribute — setup, tests, PRs.
39
+
40
+ ## License
41
+ MIT
42
+ ```
43
+
44
+ ## API Documentation Pattern
45
+
46
+ ```typescript
47
+ /**
48
+ * Fetches a user by their unique identifier.
49
+ *
50
+ * @param id - The UUID of the user to fetch
51
+ * @param options - Optional configuration
52
+ * @param options.includeProfile - Whether to include profile data (default: false)
53
+ * @returns The user object, or null if not found
54
+ * @throws {ValidationError} If the ID is not a valid UUID
55
+ * @throws {DatabaseError} If the database connection fails
56
+ *
57
+ * @example
58
+ * ```typescript
59
+ * const user = await getUser('550e8400-e29b-41d4-a716-446655440000');
60
+ * if (user) console.log(user.name);
61
+ * ```
62
+ */
63
+ async function getUser(id: string, options?: { includeProfile?: boolean }): Promise<User | null> {
64
+ // implementation
65
+ }
66
+ ```
67
+
68
+ ## Tutorial Writing Structure
69
+
70
+ ```markdown
71
+ # How to Add Authentication to Your Next.js App
72
+
73
+ ## What you'll build
74
+ A login/signup flow with JWT tokens.
75
+
76
+ ## Prerequisites
77
+ - Node.js 18+
78
+ - Basic React knowledge
79
+
80
+ ## Step 1: Install dependencies
81
+ [Short explanation of why these packages are needed]
82
+ \`\`\`bash
83
+ npm install next-auth @auth/prisma-adapter
84
+ \`\`\`
85
+
86
+ ## Step 2: Configure the provider
87
+ [Explain what this code does, then show it]
88
+ \`\`\`typescript
89
+ // ...code...
90
+ \`\`\`
91
+
92
+ ## Troubleshooting
93
+ Common errors and how to fix them.
94
+
95
+ ## Next steps
96
+ Links to related guides.
97
+ ```
98
+
99
+ ## Writing Guidelines
100
+
101
+ ```
102
+ DO:
103
+ ✅ Use active voice: "Call the function" not "The function should be called"
104
+ ✅ Show complete, runnable code examples
105
+ ✅ Explain why, not just what
106
+ ✅ Use numbered steps for procedures
107
+ ✅ Include error messages users might see
108
+ ✅ Keep paragraphs to 3-4 sentences maximum
109
+
110
+ DON'T:
111
+ ❌ Use jargon without defining it
112
+ ❌ Assume knowledge of unrelated topics
113
+ ❌ Write overly long intro paragraphs
114
+ ❌ Use "simply", "just", "easy" — it's condescending
115
+ ```
116
+
117
+ ## Resources
118
+ - [Google Developer Style Guide](https://developers.google.com/style)
119
+ - [Write the Docs](https://www.writethedocs.org)
package/kit/CLAUDE.md ADDED
@@ -0,0 +1,206 @@
1
+ # ClaudeInOne Master System Prompt
2
+
3
+ You are Claude, an expert AI assistant helping with the complete software development lifecycle using this production-grade framework.
4
+
5
+ ## Your Role
6
+
7
+ You are a full-stack development expert with deep knowledge across:
8
+ - Frontend frameworks (React, Next.js, Vue, Svelte, Astro)
9
+ - Backend systems (.NET, Node.js, Python, Go)
10
+ - Cloud platforms (AWS, GCP, Azure)
11
+ - DevOps & Infrastructure (Docker, Kubernetes, Terraform)
12
+ - Databases (Relational, NoSQL, Vector)
13
+ - Security & Performance
14
+ - Testing & Quality Assurance
15
+ - AI/ML Integration
16
+
17
+ ## Working with ClaudeInOne
18
+
19
+ This project includes 213+ production-ready skills covering all major development areas. Reference them in `.claude/skills/` when implementing features.
20
+
21
+ ### Command Structure
22
+
23
+ All **ClaudeInOne** commands are namespaced under `/co:` to distinguish them from Claude Code's built-in commands (e.g. `/help`, `/clear`, `/init`).
24
+
25
+ **Core workflow:**
26
+ - `/co:bootstrap <description>` - Full project setup with planning and implementation
27
+ - `/co:plan <feature>` - Create detailed implementation plan
28
+ - `/co:cook <feature>` - Build feature end-to-end
29
+ - `/co:fix <issue>` - Debug and fix issues
30
+ - `/co:test` - Run tests and validate
31
+ - `/co:review-codebase` - Full code review
32
+ - `/co:docs-init` - Analyze and generate documentation
33
+ - `/co:watzup` - Project status report
34
+
35
+ **Quick reference by category:**
36
+ - **Plan:** `/co:plan`, `/co:plan-fast`, `/co:plan-hard`, `/co:plan-parallel`
37
+ - **Build:** `/co:cook`, `/co:bootstrap`, `/co:scaffold`, `/co:new-feature`
38
+ - **Fix:** `/co:fix`, `/co:fix-fast`, `/co:fix-hard`, `/co:fix-ui`, `/co:fix-types`
39
+ - **Review:** `/co:review-codebase`, `/co:review-security`, `/co:review-perf`, `/co:review-a11y`
40
+ - **Test:** `/co:test`, `/co:test-gen`, `/co:test-ui`
41
+ - **Git:** `/co:git-cm`, `/co:git-cp`, `/co:git-pr`, `/co:pr`
42
+ - **Docs:** `/co:docs-init`, `/co:docs-update`, `/co:docs-readme`
43
+ - **Deploy:** `/co:deploy`, `/co:docker`, `/co:k8s`, `/co:terraform`
44
+ - **AI/Skills:** `/co:load`, `/co:skill-create`, `/co:use-mcp`
45
+
46
+ ## Session Workflow
47
+
48
+ 1. **Planning Phase**
49
+ - Clarify requirements
50
+ - Analyze codebase
51
+ - Create implementation plan
52
+ - Get user approval
53
+
54
+ 2. **Implementation Phase**
55
+ - Write code following established patterns
56
+ - Reference skills for best practices
57
+ - Handle errors gracefully
58
+ - Test incrementally
59
+
60
+ 3. **Verification Phase**
61
+ - Run full test suite
62
+ - Code review for quality
63
+ - Performance validation
64
+ - Documentation updates
65
+
66
+ ## Code Quality Standards
67
+
68
+ ### Language-Specific
69
+
70
+ - **TypeScript/JavaScript**: Strict typing, no `any`, proper error handling
71
+ - **Python**: Type hints, docstrings, PEP 8 compliance
72
+ - **.NET/C#**: XML docs, SOLID principles, async/await patterns
73
+ - **SQL**: Parameterized queries, proper indexing, query optimization
74
+
75
+ ### Architecture
76
+
77
+ - Use appropriate design patterns (Factory, Observer, Strategy, etc.)
78
+ - Dependency injection for testability
79
+ - Separation of concerns (models, services, controllers)
80
+ - Clear error boundaries
81
+
82
+ ### Security
83
+
84
+ - Never log passwords or secrets
85
+ - Use parameterized queries (SQL injection prevention)
86
+ - Validate all user input
87
+ - Escape output (XSS prevention)
88
+ - Use HTTPS in production
89
+ - Rotate secrets regularly
90
+
91
+ ### Performance
92
+
93
+ - Database query optimization (indexes, N+1 prevention)
94
+ - Caching strategies (Redis, in-memory)
95
+ - Code splitting & lazy loading
96
+ - Image optimization
97
+ - Bundle size monitoring
98
+
99
+ ### Testing
100
+
101
+ Aim for balanced coverage:
102
+ - Unit tests: Business logic, utilities
103
+ - Integration tests: API endpoints, database operations
104
+ - E2E tests: Critical user flows
105
+ - Accessibility tests: WCAG compliance
106
+
107
+ ## File Ownership
108
+
109
+ When modifying code, take ownership of changes:
110
+ - Maintain consistency with existing patterns
111
+ - Update related tests
112
+ - Update documentation
113
+ - Consider backward compatibility
114
+
115
+ ## Token Budget
116
+
117
+ - Budget: 200,000 tokens per session
118
+ - Monitor token usage during long sessions
119
+ - Prioritize essential work when approaching limits
120
+
121
+ ## Preferred Tools & Libraries
122
+
123
+ ### Frontend
124
+ - React/Next.js (primary)
125
+ - TypeScript (always)
126
+ - Tailwind CSS (styling)
127
+ - shadcn/ui (components)
128
+ - Vitest (testing)
129
+
130
+ ### Backend
131
+ - Node.js/Express or Next.js API routes
132
+ - PostgreSQL/Prisma (primary)
133
+ - Zod (validation)
134
+ - Jest/Vitest (testing)
135
+
136
+ ### DevOps
137
+ - Docker (containerization)
138
+ - GitHub Actions (CI/CD)
139
+ - Vercel (deployment)
140
+ - Terraform (infrastructure)
141
+
142
+ ## When to Use Agents
143
+
144
+ Spawn specialized agents for:
145
+ - `/plan` - Multi-researcher planning
146
+ - `/review:codebase` - Parallel reviewers
147
+ - `cook` - Sequential team approach
148
+ - Complex analysis or debugging
149
+
150
+ ## Important Rules
151
+
152
+ - **DO**
153
+ - Ask clarifying questions before starting
154
+ - Create implementation plans for non-trivial changes
155
+ - Write tests alongside code
156
+ - Update documentation
157
+ - Handle errors explicitly
158
+ - Monitor performance impact
159
+
160
+ - **DON'T**
161
+ - Make destructive changes without confirmation
162
+ - Commit code without user approval
163
+ - Skip tests
164
+ - Add unnecessary complexity
165
+ - Log sensitive data
166
+ - Use deprecated patterns
167
+
168
+ ## Project Structure
169
+
170
+ ```
171
+ project/
172
+ ├── CLAUDE.md # This file
173
+ ├── .claude/
174
+ │ ├── skills/ # 128+ development skills
175
+ │ ├── commands/ # Slash command definitions
176
+ │ ├── agents/ # Specialized agents
177
+ │ ├── settings.json # Configuration
178
+ │ └── .ck.json # Version info
179
+ ├── src/
180
+ ├── tests/
181
+ ├── docs/
182
+ └── plans/ # Implementation plans
183
+ ```
184
+
185
+ ## Continuous Learning
186
+
187
+ - Review `.claude/skills/` for implementation patterns
188
+ - Check existing code before writing new code
189
+ - Ask about project-specific conventions
190
+ - Document decisions in plans/
191
+
192
+ ## Communication
193
+
194
+ - Clear, concise responses
195
+ - Show code changes with context
196
+ - Explain architectural decisions
197
+ - Flag potential issues early
198
+ - Confirm before making risky changes
199
+
200
+ ---
201
+
202
+ **Version**: 1.0.0
203
+ **Framework**: ClaudeKit
204
+ **Last Updated**: 2024-01-15
205
+
206
+ For detailed guides on specific topics, reference the skills in `.claude/skills/`
package/kit/README.md ADDED
@@ -0,0 +1,150 @@
1
+ # ClaudeInOne - Production-Grade Claude Code Framework
2
+
3
+ A comprehensive development framework with 211+ production-ready skills, master system prompt, and best practices for building applications with Claude Code.
4
+
5
+ ## What's Included
6
+
7
+ ### Skills Library (211 files)
8
+ - Complete coverage of modern frameworks
9
+ - Real, production-ready code examples
10
+ - Best practices for each technology
11
+ - Security & performance guidelines
12
+
13
+ ### Master System Prompt (CLAUDE.md)
14
+ - Complete developer guidelines
15
+ - Code quality standards
16
+ - Session workflow
17
+ - Security & performance rules
18
+ - Tool recommendations
19
+
20
+ ### Configuration Files
21
+ - `.ck.json` - Version and metadata
22
+ - `settings.json` - Hooks and permissions
23
+ - `.ckignore` - Exclusion patterns
24
+
25
+ ## Quick Start
26
+
27
+ 1. **Reference Skills** - Look up `.claude/skills/` for implementation patterns
28
+ 2. **Follow CLAUDE.md** - Guidelines for all development work
29
+ 3. **Use Commands** - Leverage slash commands in Claude Code
30
+ 4. **Build with Confidence** - Professional-grade best practices
31
+
32
+ ## Skills by Technology
33
+
34
+ ### Frameworks
35
+ - Backend: .NET, Node.js, FastAPI, Spring Boot, gRPC
36
+ - Frontend: React, Next.js, Vue, Svelte, Remix, Astro
37
+ - Full-stack: Next.js, Remix, Astro
38
+
39
+ ### Databases
40
+ - Relational: PostgreSQL, MySQL
41
+ - NoSQL: MongoDB, Firebase
42
+ - Search: Elasticsearch
43
+ - Cache: Redis
44
+ - Vector: Pinecone, Qdrant
45
+
46
+ ### Cloud Platforms
47
+ - AWS (Lambda, S3, DynamoDB, RDS)
48
+ - Google Cloud (Functions, Firestore, BigQuery)
49
+ - Azure (Functions, Cosmos DB, SQL)
50
+ - Vercel, Cloudflare, Railway, Render
51
+
52
+ ### DevOps
53
+ - Containerization: Docker, Kubernetes
54
+ - CI/CD: GitHub Actions, Jenkins, GitLab CI
55
+ - Infrastructure: Terraform, CloudFormation
56
+ - Monitoring: Prometheus, Grafana, DataDog
57
+
58
+ ### Testing
59
+ - Unit: Jest, Vitest
60
+ - E2E: Playwright, Cypress
61
+ - Integration: Supertest
62
+ - Performance: K6, Artillery
63
+ - Load: JMeter, Locust
64
+
65
+ ### APIs
66
+ - REST, GraphQL, tRPC
67
+ - Webhooks, Real-time Subscriptions
68
+ - Rate Limiting, Pagination
69
+
70
+ ### Architecture
71
+ - Microservices, Event-Driven
72
+ - CQRS, Clean Code
73
+ - Design Patterns
74
+
75
+ ### AI/ML
76
+ - LangChain, Gemini API
77
+ - RAG, Vector Databases
78
+ - Prompt Engineering
79
+
80
+ ### Security
81
+ - Authentication (OAuth, JWT, WebAuthn)
82
+ - Encryption, OWASP
83
+ - Secrets Management
84
+
85
+ ## File Structure
86
+
87
+ ```
88
+ claudekit/
89
+ ├── CLAUDE.md # Master system prompt
90
+ ├── SKILLS_INDEX.md # Complete skills reference
91
+ ├── README.md # This file
92
+ ├── .claude/
93
+ │ ├── skills/ # 211+ production skills
94
+ │ ├── commands/ # Slash command definitions
95
+ │ ├── .ck.json # Configuration
96
+ │ ├── settings.json # Settings
97
+ │ └── .ckignore # Ignore patterns
98
+ └── docs/ # Additional documentation
99
+ ```
100
+
101
+ ## Using with Claude Code
102
+
103
+ 1. **Read CLAUDE.md** - Understand guidelines and workflow
104
+ 2. **Reference Skills** - Use `.claude/skills/` for patterns
105
+ 3. **Use Slash Commands** - Available in Claude Code
106
+ 4. **Follow Best Practices** - Implement with quality standards
107
+
108
+ ## Key Features
109
+
110
+ - **211 Production-Ready Skills** - Comprehensive technology coverage
111
+ - **Real Code Examples** - Not templates, actual implementations
112
+ - **Security First** - OWASP compliance throughout
113
+ - **Performance Optimized** - Caching, database, bundle strategies
114
+ - **Best Practices** - Industry-standard patterns
115
+ - **Well-Organized** - Easy to find and reference
116
+ - **Tested Patterns** - Proven implementations
117
+
118
+ ## Session Workflow
119
+
120
+ 1. **Planning** - Clarify requirements, analyze codebase
121
+ 2. **Implementation** - Write code following patterns
122
+ 3. **Verification** - Test, review, optimize
123
+
124
+ ## Code Quality Standards
125
+
126
+ - **TypeScript/JavaScript** - Strict typing, no `any`
127
+ - **Security** - Input validation, output escaping
128
+ - **Performance** - Optimization, caching, monitoring
129
+ - **Testing** - Comprehensive coverage
130
+ - **Documentation** - Clear, maintainable code
131
+
132
+ ## Resources
133
+
134
+ - CLAUDE.md - Complete system prompt
135
+ - SKILLS_INDEX.md - Searchable skills directory
136
+ - `.claude/skills/` - Implementation patterns
137
+ - Official docs for each technology
138
+
139
+ ## Getting Started
140
+
141
+ 1. Read `CLAUDE.md` (5 min)
142
+ 2. Browse `SKILLS_INDEX.md` (10 min)
143
+ 3. Reference relevant skills as needed
144
+ 4. Follow best practices and guidelines
145
+
146
+ ---
147
+
148
+ **Built with ClaudeInOne** - Your production-ready development framework
149
+
150
+ Version 1.0.0 | 211 Skills | 100% Functional
@@ -0,0 +1,188 @@
1
+ # ClaudeKit Skills Index
2
+
3
+ ## Complete Reference of 211 Production-Ready Skills
4
+
5
+ ### Backend Frameworks (15)
6
+ - `backend-dotnet.md` - ASP.NET Core with Entity Framework
7
+ - `backend-grpc.md` - gRPC with Protocol Buffers
8
+ - `backend-websockets.md` - WebSocket server patterns
9
+ - `backend-nodejs-express.md` - Node.js server patterns
10
+ - `backend-fastapi.md` - Python FastAPI framework
11
+ - `backend-spring.md` - Java Spring Boot
12
+
13
+ ### Databases & Storage (20)
14
+ - `db-prisma.md` - Prisma ORM with TypeScript
15
+ - `db-drizzle.md` - Drizzle ORM
16
+ - `db-supabase.md` - Supabase PostgreSQL + real-time
17
+ - `db-mongodb.md` - MongoDB NoSQL
18
+ - `db-firebase-firestore.md` - Firebase real-time DB
19
+ - `db-elasticsearch.md` - Elasticsearch search
20
+ - `db-redis.md` - Redis caching & sessions
21
+ - `db-postgresql.md` - PostgreSQL advanced patterns
22
+ - `db-mysql.md` - MySQL optimization
23
+
24
+ ### Authentication (8)
25
+ - `auth-nextauth.md` - NextAuth.js OAuth
26
+ - `auth-lucia.md` - Lucia Auth for SvelteKit
27
+ - `auth-oauth.md` - OAuth 2.0 & OpenID Connect
28
+ - `auth-webauthn.md` - WebAuthn Passkeys
29
+ - `auth-jwt.md` - JWT token management
30
+ - `auth-session.md` - Session-based auth
31
+
32
+ ### Frontend Frameworks (12)
33
+ - `web-nextjs.md` - Next.js 16 App Router
34
+ - `web-nextjs-advanced.md` - Advanced patterns
35
+ - `web-react.md` - React 19 patterns
36
+ - `web-vue.md` - Vue 3 composition API
37
+ - `web-svelte.md` - Svelte reactivity
38
+ - `web-remix.md` - Remix full-stack
39
+ - `web-astro.md` - Astro static generation
40
+ - `web-htmx.md` - HTMX modern interactions
41
+ - `web-html-css.md` - HTML5 & CSS fundamentals
42
+
43
+ ### UI & Styling (8)
44
+ - `ui-shadcn.md` - shadcn/ui components
45
+ - `styling-tailwind.md` - Tailwind CSS v4
46
+ - `styling-css-modules.md` - CSS Modules scoping
47
+ - `styling-styled-components.md` - CSS-in-JS
48
+
49
+ ### Cloud Platforms (12)
50
+ - `cloud-aws.md` - AWS Lambda, S3, DynamoDB
51
+ - `cloud-gcp.md` - Google Cloud Functions
52
+ - `cloud-azure.md` - Azure Functions & Cosmos
53
+ - `cloud-vercel.md` - Vercel edge functions
54
+ - `cloud-cloudflare.md` - Cloudflare Workers
55
+ - `cloud-railway.md` - Railway deployment
56
+ - `cloud-render.md` - Render.com platform
57
+ - `serverless-framework.md` - Serverless Framework
58
+ - `infrastructure-serverless.md` - Serverless patterns
59
+
60
+ ### DevOps & Infrastructure (18)
61
+ - `devops-docker.md` - Docker containerization
62
+ - `devops-kubernetes.md` - Kubernetes orchestration
63
+ - `devops-github-actions.md` - GitHub Actions CI/CD
64
+ - `devops-terraform.md` - Infrastructure as Code
65
+ - `devops-monitoring.md` - Prometheus & Grafana
66
+ - `devops-logging.md` - Logging & aggregation
67
+ - `devops-secrets.md` - Secrets management
68
+ - `devops-ci-cd.md` - CI/CD pipeline patterns
69
+ - `devops-health-checks.md` - Health monitoring
70
+ - `devops-database-backup.md` - Backup & recovery
71
+ - `infrastructure-docker-compose.md` - Multi-container setup
72
+
73
+ ### Testing (12)
74
+ - `test-unit.md` - Jest unit testing
75
+ - `test-e2e.md` - Playwright E2E testing
76
+ - `test-integration.md` - Integration testing
77
+ - `test-performance.md` - Performance testing
78
+ - `test-tdd.md` - Test-driven development
79
+ - `test-mutation.md` - Mutation testing
80
+ - `testing-accessibility.md` - WCAG compliance
81
+ - `testing-contract.md` - Contract testing
82
+ - `testing-load-stress.md` - Load & stress testing
83
+ - `testing-snapshot.md` - Snapshot testing
84
+
85
+ ### API Design (10)
86
+ - `api-rest.md` - REST API best practices
87
+ - `api-graphql.md` - GraphQL with Apollo
88
+ - `api-trpc.md` - tRPC end-to-end type safety
89
+ - `api-webhooks.md` - Webhooks & event delivery
90
+ - `api-pagination-filtering.md` - Pagination patterns
91
+ - `api-rate-limiting.md` - Rate limiting strategies
92
+ - `api-rest-advanced.md` - Advanced REST patterns
93
+ - `api-documentation.md` - OpenAPI/Swagger docs
94
+ - `api-versioning.md` - API version management
95
+
96
+ ### Architecture Patterns (10)
97
+ - `arch-microservices.md` - Microservices design
98
+ - `arch-event-driven.md` - Event-driven systems
99
+ - `arch-cqrs.md` - CQRS pattern
100
+ - `arch-clean-code.md` - Clean architecture
101
+ - `patterns-dependency-injection.md` - DI patterns
102
+ - `patterns-factory-singleton.md` - Design patterns
103
+ - `patterns-observer-pubsub.md` - Observer patterns
104
+
105
+ ### AI & Machine Learning (10)
106
+ - `ai-langchain.md` - LangChain framework
107
+ - `ai-gemini.md` - Google Gemini API
108
+ - `ai-llamaindex.md` - LLamaIndex RAG
109
+ - `ai-vectordb.md` - Vector databases
110
+ - `ai-rag.md` - Retrieval-augmented generation
111
+ - `ai-prompt-engineering.md` - Prompt optimization
112
+
113
+ ### Real-Time Features (5)
114
+ - `realtime-subscriptions.md` - WebSockets & subscriptions
115
+ - `messaging-rabbitmq.md` - RabbitMQ messaging
116
+ - `messaging-kafka.md` - Apache Kafka streaming
117
+
118
+ ### Performance & Security (12)
119
+ - `performance-optimization.md` - Code optimization
120
+ - `performance-web-vitals.md` - Core Web Vitals
121
+ - `database-optimization.md` - Query optimization
122
+ - `performance-database-connection-pooling.md` - Connection pooling
123
+ - `security-encryption.md` - Encryption & hashing
124
+ - `security-owasp.md` - OWASP Top 10
125
+ - `security-secrets-rotation.md` - Secrets rotation
126
+
127
+ ### Tools & Utilities (15)
128
+ - `tooling-monorepo.md` - Turborepo/Nx
129
+ - `tooling-testing-frameworks.md` - Test frameworks
130
+ - `tooling-build-tools.md` - Vite, Webpack, ESBuild
131
+ - `version-control-git.md` - Git workflows
132
+ - `utilities-date-time.md` - Date handling
133
+ - `nodejs-streams.md` - Stream processing
134
+ - `data-csv-excel.md` - CSV/Excel handling
135
+
136
+ ### SaaS & Content (8)
137
+ - `payment-stripe.md` - Stripe payments
138
+ - `payment-square.md` - Square payments
139
+ - `analytics-segment.md` - Segment analytics
140
+ - `saas-user-onboarding.md` - User onboarding
141
+ - `content-management.md` - CMS integration
142
+
143
+ ### Frontend Advanced (6)
144
+ - `frontend-bundle-analysis.md` - Bundle optimization
145
+ - `frontend-react-hooks.md` - Custom hooks
146
+ - `frontend-state-management.md` - State management
147
+ - `frontend-forms.md` - Form handling
148
+ - `frontend-component-patterns.md` - Component design
149
+ - `web-seo.md` - SEO optimization
150
+
151
+ ### Internationalization & Accessibility (3)
152
+ - `i18n-localization.md` - Multi-language support
153
+ - `web-accessibility-wcag.md` - WCAG standards
154
+ - `frontend-caching.md` - Browser caching
155
+
156
+ ---
157
+
158
+ ## Skills by Category Usage
159
+
160
+ **Quick Setup**: Use for project initialization
161
+ **API Building**: REST, GraphQL, tRPC, Webhooks
162
+ **Database**: Choose from 8+ database options
163
+ **DevOps**: Complete CI/CD, Docker, Kubernetes
164
+ **Frontend**: React, Next.js, Vue, Svelte, Astro
165
+ **Testing**: Full coverage from unit to load testing
166
+ **Security**: Auth, encryption, OWASP, secrets
167
+ **Performance**: Optimization, caching, monitoring
168
+ **AI/ML**: LangChain, RAG, Vector DBs
169
+ **Real-time**: WebSockets, Kafka, RabbitMQ
170
+
171
+ ---
172
+
173
+ ## Total Coverage
174
+ - **211 Production-Ready Skills**
175
+ - **Real Code Examples** in every skill
176
+ - **Best Practices** for each technology
177
+ - **Error Handling** patterns included
178
+ - **Security Considerations** throughout
179
+ - **Resource Links** for deeper learning
180
+
181
+ Every skill includes:
182
+ * Setup instructions
183
+ * Real, functional code
184
+ * Common patterns
185
+ * Best practices
186
+ * Performance tips
187
+ * Security measures
188
+ * Resource references
@@ -0,0 +1,3 @@
1
+ # ClaudeKit Docs
2
+
3
+ Place generated architecture, API, and runbook documentation in this folder.
@@ -0,0 +1,3 @@
1
+ # ClaudeKit Journals
2
+
3
+ Session journals generated by `/journal` are stored here.
@@ -0,0 +1,3 @@
1
+ # ClaudeKit Plans
2
+
3
+ Store dated implementation plans in this folder.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "claudeinone-cli",
3
- "version": "1.0.2",
3
+ "version": "1.0.3",
4
4
  "description": "Production-grade Claude Code framework — 213 skills, 37 agents, 95 /co: commands",
5
5
  "type": "module",
6
6
  "bin": {
@@ -9,6 +9,8 @@
9
9
  "scripts": {
10
10
  "build": "tsc -p tsconfig.json",
11
11
  "smoke": "bash ./scripts/smoke.sh",
12
+ "prepack": "node ./scripts/materialize-kit.mjs",
13
+ "postpack": "node ./scripts/restore-kit-link.mjs",
12
14
  "dev": "bun run src/index.ts",
13
15
  "start": "node dist/index.js"
14
16
  },