@rubix0270/arboris 1.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (451) hide show
  1. package/README.md +151 -0
  2. package/cli/manifest.json +323 -0
  3. package/dist/cli.mjs +376 -0
  4. package/package.json +81 -0
  5. package/prisma/skills/accessibility/SKILL.md +147 -0
  6. package/prisma/skills/agent-architecture-audit/SKILL.md +257 -0
  7. package/prisma/skills/agent-eval/SKILL.md +146 -0
  8. package/prisma/skills/agent-harness-construction/SKILL.md +74 -0
  9. package/prisma/skills/agent-introspection-debugging/SKILL.md +154 -0
  10. package/prisma/skills/agent-payment-x402/SKILL.md +225 -0
  11. package/prisma/skills/agent-self-evaluation/SKILL.md +182 -0
  12. package/prisma/skills/agent-self-evaluation/examples/high-score-example.md +87 -0
  13. package/prisma/skills/agent-self-evaluation/examples/low-score-example.md +86 -0
  14. package/prisma/skills/agent-self-evaluation/references/evaluation-criteria.md +71 -0
  15. package/prisma/skills/agent-self-evaluation/references/hook-integration.md +64 -0
  16. package/prisma/skills/agent-self-evaluation/scripts/evaluate.py +408 -0
  17. package/prisma/skills/agent-self-evaluation/templates/evaluation-report.md +86 -0
  18. package/prisma/skills/agent-sort/SKILL.md +216 -0
  19. package/prisma/skills/agentic-engineering/SKILL.md +64 -0
  20. package/prisma/skills/agentic-os/SKILL.md +388 -0
  21. package/prisma/skills/ai-first-engineering/SKILL.md +52 -0
  22. package/prisma/skills/ai-regression-testing/SKILL.md +386 -0
  23. package/prisma/skills/android-clean-architecture/SKILL.md +340 -0
  24. package/prisma/skills/angular-developer/SKILL.md +155 -0
  25. package/prisma/skills/angular-developer/references/angular-animations.md +160 -0
  26. package/prisma/skills/angular-developer/references/angular-aria.md +410 -0
  27. package/prisma/skills/angular-developer/references/cli.md +86 -0
  28. package/prisma/skills/angular-developer/references/component-harnesses.md +59 -0
  29. package/prisma/skills/angular-developer/references/component-styling.md +91 -0
  30. package/prisma/skills/angular-developer/references/components.md +117 -0
  31. package/prisma/skills/angular-developer/references/creating-services.md +97 -0
  32. package/prisma/skills/angular-developer/references/data-resolvers.md +69 -0
  33. package/prisma/skills/angular-developer/references/define-routes.md +67 -0
  34. package/prisma/skills/angular-developer/references/defining-providers.md +72 -0
  35. package/prisma/skills/angular-developer/references/di-fundamentals.md +120 -0
  36. package/prisma/skills/angular-developer/references/e2e-testing.md +56 -0
  37. package/prisma/skills/angular-developer/references/effects.md +83 -0
  38. package/prisma/skills/angular-developer/references/hierarchical-injectors.md +43 -0
  39. package/prisma/skills/angular-developer/references/host-elements.md +80 -0
  40. package/prisma/skills/angular-developer/references/injection-context.md +63 -0
  41. package/prisma/skills/angular-developer/references/inputs.md +101 -0
  42. package/prisma/skills/angular-developer/references/linked-signal.md +59 -0
  43. package/prisma/skills/angular-developer/references/loading-strategies.md +61 -0
  44. package/prisma/skills/angular-developer/references/mcp.md +108 -0
  45. package/prisma/skills/angular-developer/references/navigate-to-routes.md +69 -0
  46. package/prisma/skills/angular-developer/references/outputs.md +86 -0
  47. package/prisma/skills/angular-developer/references/reactive-forms.md +122 -0
  48. package/prisma/skills/angular-developer/references/rendering-strategies.md +44 -0
  49. package/prisma/skills/angular-developer/references/resource.md +77 -0
  50. package/prisma/skills/angular-developer/references/route-animations.md +56 -0
  51. package/prisma/skills/angular-developer/references/route-guards.md +52 -0
  52. package/prisma/skills/angular-developer/references/router-lifecycle.md +45 -0
  53. package/prisma/skills/angular-developer/references/router-testing.md +87 -0
  54. package/prisma/skills/angular-developer/references/show-routes-with-outlets.md +68 -0
  55. package/prisma/skills/angular-developer/references/signal-forms.md +795 -0
  56. package/prisma/skills/angular-developer/references/signals-overview.md +94 -0
  57. package/prisma/skills/angular-developer/references/tailwind-css.md +69 -0
  58. package/prisma/skills/angular-developer/references/template-driven-forms.md +114 -0
  59. package/prisma/skills/angular-developer/references/testing-fundamentals.md +65 -0
  60. package/prisma/skills/api-connector-builder/SKILL.md +121 -0
  61. package/prisma/skills/api-design/SKILL.md +524 -0
  62. package/prisma/skills/architecture-decision-records/SKILL.md +180 -0
  63. package/prisma/skills/article-writing/SKILL.md +80 -0
  64. package/prisma/skills/automation-audit-ops/SKILL.md +143 -0
  65. package/prisma/skills/autonomous-agent-harness/SKILL.md +274 -0
  66. package/prisma/skills/autonomous-loops/SKILL.md +611 -0
  67. package/prisma/skills/backend-patterns/SKILL.md +562 -0
  68. package/prisma/skills/benchmark/SKILL.md +94 -0
  69. package/prisma/skills/benchmark-methodology/SKILL.md +190 -0
  70. package/prisma/skills/benchmark-optimization-loop/SKILL.md +70 -0
  71. package/prisma/skills/blender-motion-state-inspection/SKILL.md +165 -0
  72. package/prisma/skills/blueprint/SKILL.md +106 -0
  73. package/prisma/skills/brand-discovery/SKILL.md +145 -0
  74. package/prisma/skills/brand-discovery/references/10_purpose-why.md +40 -0
  75. package/prisma/skills/brand-discovery/references/20_positioning.md +44 -0
  76. package/prisma/skills/brand-discovery/references/30_audience-niche.md +52 -0
  77. package/prisma/skills/brand-discovery/references/40_personality-archetype.md +57 -0
  78. package/prisma/skills/brand-discovery/references/50_voice-tone.md +59 -0
  79. package/prisma/skills/brand-discovery/references/60_narrative-story.md +50 -0
  80. package/prisma/skills/brand-discovery/references/70_founder-tension.md +49 -0
  81. package/prisma/skills/brand-discovery/references/90_SYNTHESIS.md +133 -0
  82. package/prisma/skills/brand-voice/SKILL.md +98 -0
  83. package/prisma/skills/brand-voice/references/voice-profile-schema.md +55 -0
  84. package/prisma/skills/browser-qa/SKILL.md +105 -0
  85. package/prisma/skills/bun-runtime/SKILL.md +85 -0
  86. package/prisma/skills/canary-watch/SKILL.md +108 -0
  87. package/prisma/skills/carrier-relationship-management/SKILL.md +212 -0
  88. package/prisma/skills/cisco-ios-patterns/SKILL.md +164 -0
  89. package/prisma/skills/ck/SKILL.md +148 -0
  90. package/prisma/skills/ck/commands/forget.mjs +44 -0
  91. package/prisma/skills/ck/commands/info.mjs +24 -0
  92. package/prisma/skills/ck/commands/init.mjs +143 -0
  93. package/prisma/skills/ck/commands/list.mjs +40 -0
  94. package/prisma/skills/ck/commands/migrate.mjs +202 -0
  95. package/prisma/skills/ck/commands/resume.mjs +36 -0
  96. package/prisma/skills/ck/commands/save.mjs +210 -0
  97. package/prisma/skills/ck/commands/shared.mjs +387 -0
  98. package/prisma/skills/ck/hooks/session-start.mjs +224 -0
  99. package/prisma/skills/claude-devfleet/SKILL.md +112 -0
  100. package/prisma/skills/click-path-audit/SKILL.md +245 -0
  101. package/prisma/skills/clickhouse-io/SKILL.md +440 -0
  102. package/prisma/skills/code-tour/SKILL.md +254 -0
  103. package/prisma/skills/codebase-onboarding/SKILL.md +234 -0
  104. package/prisma/skills/codehealth-mcp/SKILL.md +167 -0
  105. package/prisma/skills/coding-standards/SKILL.md +551 -0
  106. package/prisma/skills/competitive-platform-analysis/SKILL.md +214 -0
  107. package/prisma/skills/competitive-report-structure/SKILL.md +162 -0
  108. package/prisma/skills/compose-multiplatform-patterns/SKILL.md +300 -0
  109. package/prisma/skills/config-gc/SKILL.md +120 -0
  110. package/prisma/skills/configure-ecc/SKILL.md +385 -0
  111. package/prisma/skills/connections-optimizer/SKILL.md +190 -0
  112. package/prisma/skills/content-engine/SKILL.md +132 -0
  113. package/prisma/skills/content-hash-cache-pattern/SKILL.md +162 -0
  114. package/prisma/skills/context-budget/SKILL.md +136 -0
  115. package/prisma/skills/continuous-agent-loop/SKILL.md +46 -0
  116. package/prisma/skills/continuous-learning/SKILL.md +132 -0
  117. package/prisma/skills/continuous-learning/config.json +18 -0
  118. package/prisma/skills/continuous-learning/evaluate-session.sh +69 -0
  119. package/prisma/skills/continuous-learning-v2/SKILL.md +361 -0
  120. package/prisma/skills/continuous-learning-v2/agents/observer-loop.sh +359 -0
  121. package/prisma/skills/continuous-learning-v2/agents/observer.md +189 -0
  122. package/prisma/skills/continuous-learning-v2/agents/session-guardian.sh +150 -0
  123. package/prisma/skills/continuous-learning-v2/agents/start-observer.sh +248 -0
  124. package/prisma/skills/continuous-learning-v2/config.json +8 -0
  125. package/prisma/skills/continuous-learning-v2/hooks/observe.sh +585 -0
  126. package/prisma/skills/continuous-learning-v2/scripts/detect-project.sh +322 -0
  127. package/prisma/skills/continuous-learning-v2/scripts/instinct-cli.py +1956 -0
  128. package/prisma/skills/continuous-learning-v2/scripts/lib/homunculus-dir.sh +31 -0
  129. package/prisma/skills/continuous-learning-v2/scripts/migrate-homunculus.sh +68 -0
  130. package/prisma/skills/continuous-learning-v2/scripts/test_parse_instinct.py +1421 -0
  131. package/prisma/skills/cost-aware-llm-pipeline/SKILL.md +184 -0
  132. package/prisma/skills/cost-tracking/SKILL.md +97 -0
  133. package/prisma/skills/council/SKILL.md +204 -0
  134. package/prisma/skills/cpp-coding-standards/SKILL.md +724 -0
  135. package/prisma/skills/cpp-testing/SKILL.md +325 -0
  136. package/prisma/skills/crosspost/SKILL.md +112 -0
  137. package/prisma/skills/csharp-testing/SKILL.md +322 -0
  138. package/prisma/skills/customer-billing-ops/SKILL.md +141 -0
  139. package/prisma/skills/customs-trade-compliance/SKILL.md +263 -0
  140. package/prisma/skills/dart-flutter-patterns/SKILL.md +564 -0
  141. package/prisma/skills/dashboard-builder/SKILL.md +109 -0
  142. package/prisma/skills/data-scraper-agent/SKILL.md +765 -0
  143. package/prisma/skills/data-throughput-accelerator/SKILL.md +73 -0
  144. package/prisma/skills/database-migrations/SKILL.md +430 -0
  145. package/prisma/skills/deep-research/SKILL.md +160 -0
  146. package/prisma/skills/defi-amm-security/SKILL.md +167 -0
  147. package/prisma/skills/delivery-gate/SKILL.md +126 -0
  148. package/prisma/skills/delivery-gate/hooks/quality-gate.py +220 -0
  149. package/prisma/skills/deployment-patterns/SKILL.md +428 -0
  150. package/prisma/skills/design-system/SKILL.md +83 -0
  151. package/prisma/skills/django-celery/SKILL.md +458 -0
  152. package/prisma/skills/django-patterns/SKILL.md +735 -0
  153. package/prisma/skills/django-security/SKILL.md +644 -0
  154. package/prisma/skills/django-tdd/SKILL.md +730 -0
  155. package/prisma/skills/django-verification/SKILL.md +470 -0
  156. package/prisma/skills/dmux-workflows/SKILL.md +192 -0
  157. package/prisma/skills/docker-patterns/SKILL.md +365 -0
  158. package/prisma/skills/documentation-lookup/SKILL.md +91 -0
  159. package/prisma/skills/dotnet-patterns/SKILL.md +322 -0
  160. package/prisma/skills/dynamic-workflow-mode/SKILL.md +124 -0
  161. package/prisma/skills/e2e-testing/SKILL.md +327 -0
  162. package/prisma/skills/ecc-guide/SKILL.md +190 -0
  163. package/prisma/skills/ecc-recipes/SKILL.md +149 -0
  164. package/prisma/skills/ecc-tools-cost-audit/SKILL.md +161 -0
  165. package/prisma/skills/email-ops/SKILL.md +122 -0
  166. package/prisma/skills/energy-procurement/SKILL.md +228 -0
  167. package/prisma/skills/enterprise-agent-ops/SKILL.md +51 -0
  168. package/prisma/skills/error-handling/SKILL.md +377 -0
  169. package/prisma/skills/eval-harness/SKILL.md +271 -0
  170. package/prisma/skills/evm-token-decimals/SKILL.md +131 -0
  171. package/prisma/skills/exa-search/SKILL.md +108 -0
  172. package/prisma/skills/fal-ai-media/SKILL.md +289 -0
  173. package/prisma/skills/fastapi-patterns/SKILL.md +514 -0
  174. package/prisma/skills/finance-billing-ops/SKILL.md +128 -0
  175. package/prisma/skills/flox-environments/SKILL.md +497 -0
  176. package/prisma/skills/flutter-dart-code-review/SKILL.md +436 -0
  177. package/prisma/skills/foundation-models-on-device/SKILL.md +243 -0
  178. package/prisma/skills/frontend-a11y/SKILL.md +446 -0
  179. package/prisma/skills/frontend-design-direction/SKILL.md +93 -0
  180. package/prisma/skills/frontend-patterns/SKILL.md +657 -0
  181. package/prisma/skills/frontend-slides/SKILL.md +185 -0
  182. package/prisma/skills/frontend-slides/STYLE_PRESETS.md +330 -0
  183. package/prisma/skills/frontend-slides/animation-patterns.md +122 -0
  184. package/prisma/skills/frontend-slides/html-template.md +419 -0
  185. package/prisma/skills/frontend-slides/scripts/export-pdf.sh +418 -0
  186. package/prisma/skills/frontend-slides/scripts/extract-pptx.py +96 -0
  187. package/prisma/skills/frontend-slides/viewport-base.css +153 -0
  188. package/prisma/skills/fsharp-testing/SKILL.md +281 -0
  189. package/prisma/skills/gan-style-harness/SKILL.md +279 -0
  190. package/prisma/skills/gateguard/SKILL.md +133 -0
  191. package/prisma/skills/generating-python-installer/SKILL.md +820 -0
  192. package/prisma/skills/git-workflow/SKILL.md +716 -0
  193. package/prisma/skills/github-ops/SKILL.md +145 -0
  194. package/prisma/skills/golang-patterns/SKILL.md +675 -0
  195. package/prisma/skills/golang-testing/SKILL.md +721 -0
  196. package/prisma/skills/google-workspace-ops/SKILL.md +96 -0
  197. package/prisma/skills/growth-log/SKILL.md +128 -0
  198. package/prisma/skills/healthcare-cdss-patterns/SKILL.md +246 -0
  199. package/prisma/skills/healthcare-emr-patterns/SKILL.md +160 -0
  200. package/prisma/skills/healthcare-eval-harness/SKILL.md +208 -0
  201. package/prisma/skills/healthcare-phi-compliance/SKILL.md +146 -0
  202. package/prisma/skills/hermes-imports/SKILL.md +89 -0
  203. package/prisma/skills/hexagonal-architecture/SKILL.md +277 -0
  204. package/prisma/skills/hipaa-compliance/SKILL.md +79 -0
  205. package/prisma/skills/homelab-network-readiness/SKILL.md +170 -0
  206. package/prisma/skills/homelab-network-setup/SKILL.md +130 -0
  207. package/prisma/skills/homelab-pihole-dns/SKILL.md +275 -0
  208. package/prisma/skills/homelab-vlan-segmentation/SKILL.md +312 -0
  209. package/prisma/skills/homelab-wireguard-vpn/SKILL.md +306 -0
  210. package/prisma/skills/hookify-rules/SKILL.md +128 -0
  211. package/prisma/skills/inherit-legacy-style/SKILL.md +157 -0
  212. package/prisma/skills/intent-driven-development/SKILL.md +360 -0
  213. package/prisma/skills/inventory-demand-planning/SKILL.md +247 -0
  214. package/prisma/skills/investor-materials/SKILL.md +97 -0
  215. package/prisma/skills/investor-outreach/SKILL.md +92 -0
  216. package/prisma/skills/ios-icon-gen/SKILL.md +158 -0
  217. package/prisma/skills/ios-icon-gen/scripts/generate_icons.swift +258 -0
  218. package/prisma/skills/ios-icon-gen/scripts/iconify_gen.sh +235 -0
  219. package/prisma/skills/iterative-retrieval/SKILL.md +212 -0
  220. package/prisma/skills/ito-basket-compare/SKILL.md +64 -0
  221. package/prisma/skills/ito-data-atlas-agent/SKILL.md +64 -0
  222. package/prisma/skills/ito-market-intelligence/SKILL.md +61 -0
  223. package/prisma/skills/ito-trade-planner/SKILL.md +68 -0
  224. package/prisma/skills/java-coding-standards/SKILL.md +384 -0
  225. package/prisma/skills/jira-integration/SKILL.md +303 -0
  226. package/prisma/skills/jpa-patterns/SKILL.md +152 -0
  227. package/prisma/skills/knowledge-ops/SKILL.md +155 -0
  228. package/prisma/skills/kotlin-coroutines-flows/SKILL.md +285 -0
  229. package/prisma/skills/kotlin-exposed-patterns/SKILL.md +720 -0
  230. package/prisma/skills/kotlin-ktor-patterns/SKILL.md +690 -0
  231. package/prisma/skills/kotlin-patterns/SKILL.md +712 -0
  232. package/prisma/skills/kotlin-testing/SKILL.md +825 -0
  233. package/prisma/skills/kubernetes-patterns/SKILL.md +756 -0
  234. package/prisma/skills/laravel-patterns/SKILL.md +416 -0
  235. package/prisma/skills/laravel-plugin-discovery/SKILL.md +230 -0
  236. package/prisma/skills/laravel-security/SKILL.md +948 -0
  237. package/prisma/skills/laravel-tdd/SKILL.md +675 -0
  238. package/prisma/skills/laravel-verification/SKILL.md +180 -0
  239. package/prisma/skills/latency-critical-systems/SKILL.md +74 -0
  240. package/prisma/skills/lead-intelligence/SKILL.md +322 -0
  241. package/prisma/skills/lead-intelligence/agents/enrichment-agent.md +85 -0
  242. package/prisma/skills/lead-intelligence/agents/mutual-mapper.md +75 -0
  243. package/prisma/skills/lead-intelligence/agents/outreach-drafter.md +98 -0
  244. package/prisma/skills/lead-intelligence/agents/signal-scorer.md +60 -0
  245. package/prisma/skills/liquid-glass-design/SKILL.md +279 -0
  246. package/prisma/skills/llm-trading-agent-security/SKILL.md +147 -0
  247. package/prisma/skills/logistics-exception-management/SKILL.md +222 -0
  248. package/prisma/skills/loop-design-check/SKILL.md +143 -0
  249. package/prisma/skills/mailtrap-email-integration/SKILL.md +77 -0
  250. package/prisma/skills/make-interfaces-feel-better/SKILL.md +152 -0
  251. package/prisma/skills/manim-video/SKILL.md +90 -0
  252. package/prisma/skills/manim-video/assets/network_graph_scene.py +52 -0
  253. package/prisma/skills/market-research/SKILL.md +76 -0
  254. package/prisma/skills/marketing-campaign/SKILL.md +114 -0
  255. package/prisma/skills/mcp-server-patterns/SKILL.md +70 -0
  256. package/prisma/skills/messages-ops/SKILL.md +105 -0
  257. package/prisma/skills/ml-adoption-playbook/SKILL.md +57 -0
  258. package/prisma/skills/mle-workflow/SKILL.md +347 -0
  259. package/prisma/skills/motion-advanced/SKILL.md +596 -0
  260. package/prisma/skills/motion-foundations/SKILL.md +299 -0
  261. package/prisma/skills/motion-patterns/SKILL.md +434 -0
  262. package/prisma/skills/motion-ui/SKILL.md +576 -0
  263. package/prisma/skills/mysql-patterns/SKILL.md +413 -0
  264. package/prisma/skills/nanoclaw-repl/SKILL.md +34 -0
  265. package/prisma/skills/nestjs-patterns/SKILL.md +231 -0
  266. package/prisma/skills/netmiko-ssh-automation/SKILL.md +174 -0
  267. package/prisma/skills/network-bgp-diagnostics/SKILL.md +168 -0
  268. package/prisma/skills/network-config-validation/SKILL.md +211 -0
  269. package/prisma/skills/network-interface-health/SKILL.md +153 -0
  270. package/prisma/skills/nextjs-turbopack/SKILL.md +58 -0
  271. package/prisma/skills/nodejs-keccak256/SKILL.md +103 -0
  272. package/prisma/skills/nutrient-document-processing/SKILL.md +168 -0
  273. package/prisma/skills/nuxt4-patterns/SKILL.md +101 -0
  274. package/prisma/skills/openclaw-persona-forge/SKILL.md +289 -0
  275. package/prisma/skills/openclaw-persona-forge/gacha.py +224 -0
  276. package/prisma/skills/openclaw-persona-forge/gacha.sh +5 -0
  277. package/prisma/skills/openclaw-persona-forge/references/avatar-style.md +124 -0
  278. package/prisma/skills/openclaw-persona-forge/references/boundary-rules.md +53 -0
  279. package/prisma/skills/openclaw-persona-forge/references/error-handling.md +53 -0
  280. package/prisma/skills/openclaw-persona-forge/references/identity-tension.md +48 -0
  281. package/prisma/skills/openclaw-persona-forge/references/naming-system.md +39 -0
  282. package/prisma/skills/openclaw-persona-forge/references/output-template.md +166 -0
  283. package/prisma/skills/opensource-pipeline/SKILL.md +256 -0
  284. package/prisma/skills/orch-add-feature/SKILL.md +45 -0
  285. package/prisma/skills/orch-build-mvp/SKILL.md +49 -0
  286. package/prisma/skills/orch-change-feature/SKILL.md +43 -0
  287. package/prisma/skills/orch-fix-defect/SKILL.md +43 -0
  288. package/prisma/skills/orch-pipeline/SKILL.md +121 -0
  289. package/prisma/skills/orch-refine-code/SKILL.md +44 -0
  290. package/prisma/skills/parallel-execution-optimizer/SKILL.md +73 -0
  291. package/prisma/skills/perl-patterns/SKILL.md +505 -0
  292. package/prisma/skills/perl-security/SKILL.md +504 -0
  293. package/prisma/skills/perl-testing/SKILL.md +476 -0
  294. package/prisma/skills/plan-orchestrate/SKILL.md +263 -0
  295. package/prisma/skills/plankton-code-quality/SKILL.md +237 -0
  296. package/prisma/skills/postgres-patterns/SKILL.md +148 -0
  297. package/prisma/skills/prediction-market-oracle-research/SKILL.md +64 -0
  298. package/prisma/skills/prediction-market-risk-review/SKILL.md +61 -0
  299. package/prisma/skills/prisma-patterns/SKILL.md +401 -0
  300. package/prisma/skills/product-capability/SKILL.md +142 -0
  301. package/prisma/skills/product-lens/SKILL.md +93 -0
  302. package/prisma/skills/production-audit/SKILL.md +207 -0
  303. package/prisma/skills/production-scheduling/SKILL.md +238 -0
  304. package/prisma/skills/project-flow-ops/SKILL.md +112 -0
  305. package/prisma/skills/prompt-optimizer/SKILL.md +398 -0
  306. package/prisma/skills/python-patterns/SKILL.md +751 -0
  307. package/prisma/skills/python-testing/SKILL.md +817 -0
  308. package/prisma/skills/pytorch-patterns/SKILL.md +397 -0
  309. package/prisma/skills/quality-nonconformance/SKILL.md +260 -0
  310. package/prisma/skills/quarkus-patterns/SKILL.md +723 -0
  311. package/prisma/skills/quarkus-security/SKILL.md +468 -0
  312. package/prisma/skills/quarkus-tdd/SKILL.md +812 -0
  313. package/prisma/skills/quarkus-verification/SKILL.md +480 -0
  314. package/prisma/skills/ralphinho-rfc-pipeline/SKILL.md +68 -0
  315. package/prisma/skills/react-native-patterns/SKILL.md +326 -0
  316. package/prisma/skills/react-patterns/SKILL.md +342 -0
  317. package/prisma/skills/react-performance/SKILL.md +575 -0
  318. package/prisma/skills/react-testing/SKILL.md +424 -0
  319. package/prisma/skills/recsys-pipeline-architect/SKILL.md +115 -0
  320. package/prisma/skills/recursive-decision-ledger/SKILL.md +80 -0
  321. package/prisma/skills/redis-patterns/SKILL.md +404 -0
  322. package/prisma/skills/regex-vs-llm-structured-text/SKILL.md +221 -0
  323. package/prisma/skills/remotion-video-creation/SKILL.md +43 -0
  324. package/prisma/skills/remotion-video-creation/rules/3d.md +86 -0
  325. package/prisma/skills/remotion-video-creation/rules/animations.md +29 -0
  326. package/prisma/skills/remotion-video-creation/rules/assets/charts-bar-chart.tsx +173 -0
  327. package/prisma/skills/remotion-video-creation/rules/assets/text-animations-typewriter.tsx +100 -0
  328. package/prisma/skills/remotion-video-creation/rules/assets/text-animations-word-highlight.tsx +108 -0
  329. package/prisma/skills/remotion-video-creation/rules/assets.md +78 -0
  330. package/prisma/skills/remotion-video-creation/rules/audio.md +172 -0
  331. package/prisma/skills/remotion-video-creation/rules/calculate-metadata.md +104 -0
  332. package/prisma/skills/remotion-video-creation/rules/can-decode.md +75 -0
  333. package/prisma/skills/remotion-video-creation/rules/charts.md +58 -0
  334. package/prisma/skills/remotion-video-creation/rules/compositions.md +146 -0
  335. package/prisma/skills/remotion-video-creation/rules/display-captions.md +126 -0
  336. package/prisma/skills/remotion-video-creation/rules/extract-frames.md +229 -0
  337. package/prisma/skills/remotion-video-creation/rules/fonts.md +152 -0
  338. package/prisma/skills/remotion-video-creation/rules/get-audio-duration.md +58 -0
  339. package/prisma/skills/remotion-video-creation/rules/get-video-dimensions.md +68 -0
  340. package/prisma/skills/remotion-video-creation/rules/get-video-duration.md +58 -0
  341. package/prisma/skills/remotion-video-creation/rules/gifs.md +138 -0
  342. package/prisma/skills/remotion-video-creation/rules/images.md +130 -0
  343. package/prisma/skills/remotion-video-creation/rules/import-srt-captions.md +67 -0
  344. package/prisma/skills/remotion-video-creation/rules/lottie.md +67 -0
  345. package/prisma/skills/remotion-video-creation/rules/measuring-dom-nodes.md +34 -0
  346. package/prisma/skills/remotion-video-creation/rules/measuring-text.md +143 -0
  347. package/prisma/skills/remotion-video-creation/rules/sequencing.md +106 -0
  348. package/prisma/skills/remotion-video-creation/rules/tailwind.md +11 -0
  349. package/prisma/skills/remotion-video-creation/rules/text-animations.md +20 -0
  350. package/prisma/skills/remotion-video-creation/rules/timing.md +179 -0
  351. package/prisma/skills/remotion-video-creation/rules/transcribe-captions.md +19 -0
  352. package/prisma/skills/remotion-video-creation/rules/transitions.md +122 -0
  353. package/prisma/skills/remotion-video-creation/rules/trimming.md +52 -0
  354. package/prisma/skills/remotion-video-creation/rules/videos.md +171 -0
  355. package/prisma/skills/repo-scan/SKILL.md +79 -0
  356. package/prisma/skills/research-ops/SKILL.md +113 -0
  357. package/prisma/skills/returns-reverse-logistics/SKILL.md +240 -0
  358. package/prisma/skills/rules-distill/SKILL.md +265 -0
  359. package/prisma/skills/rules-distill/scripts/scan-rules.sh +58 -0
  360. package/prisma/skills/rules-distill/scripts/scan-skills.sh +129 -0
  361. package/prisma/skills/rust-patterns/SKILL.md +500 -0
  362. package/prisma/skills/rust-testing/SKILL.md +501 -0
  363. package/prisma/skills/safety-guard/SKILL.md +76 -0
  364. package/prisma/skills/santa-method/SKILL.md +307 -0
  365. package/prisma/skills/scientific-db-pubmed-database/SKILL.md +176 -0
  366. package/prisma/skills/scientific-db-uspto-database/SKILL.md +178 -0
  367. package/prisma/skills/scientific-pkg-gget/SKILL.md +167 -0
  368. package/prisma/skills/scientific-thinking-literature-review/SKILL.md +193 -0
  369. package/prisma/skills/scientific-thinking-scholar-evaluation/SKILL.md +161 -0
  370. package/prisma/skills/search-first/SKILL.md +183 -0
  371. package/prisma/skills/security-bounty-hunter/SKILL.md +100 -0
  372. package/prisma/skills/security-review/SKILL.md +504 -0
  373. package/prisma/skills/security-review/cloud-infrastructure-security.md +361 -0
  374. package/prisma/skills/security-scan/SKILL.md +166 -0
  375. package/prisma/skills/seo/SKILL.md +155 -0
  376. package/prisma/skills/skill-comply/SKILL.md +59 -0
  377. package/prisma/skills/skill-comply/fixtures/compliant_trace.jsonl +5 -0
  378. package/prisma/skills/skill-comply/fixtures/noncompliant_trace.jsonl +3 -0
  379. package/prisma/skills/skill-comply/fixtures/tdd_spec.yaml +44 -0
  380. package/prisma/skills/skill-comply/prompts/classifier.md +24 -0
  381. package/prisma/skills/skill-comply/prompts/scenario_generator.md +62 -0
  382. package/prisma/skills/skill-comply/prompts/spec_generator.md +42 -0
  383. package/prisma/skills/skill-comply/pyproject.toml +15 -0
  384. package/prisma/skills/skill-comply/scripts/__init__.py +0 -0
  385. package/prisma/skills/skill-comply/scripts/classifier.py +85 -0
  386. package/prisma/skills/skill-comply/scripts/grader.py +124 -0
  387. package/prisma/skills/skill-comply/scripts/parser.py +107 -0
  388. package/prisma/skills/skill-comply/scripts/report.py +170 -0
  389. package/prisma/skills/skill-comply/scripts/run.py +127 -0
  390. package/prisma/skills/skill-comply/scripts/runner.py +194 -0
  391. package/prisma/skills/skill-comply/scripts/scenario_generator.py +70 -0
  392. package/prisma/skills/skill-comply/scripts/spec_generator.py +72 -0
  393. package/prisma/skills/skill-comply/scripts/utils.py +13 -0
  394. package/prisma/skills/skill-comply/tests/test_grader.py +197 -0
  395. package/prisma/skills/skill-comply/tests/test_parser.py +90 -0
  396. package/prisma/skills/skill-comply/tests/test_runner.py +172 -0
  397. package/prisma/skills/skill-scout/SKILL.md +141 -0
  398. package/prisma/skills/skill-stocktake/SKILL.md +195 -0
  399. package/prisma/skills/skill-stocktake/scripts/quick-diff.sh +87 -0
  400. package/prisma/skills/skill-stocktake/scripts/save-results.sh +56 -0
  401. package/prisma/skills/skill-stocktake/scripts/scan.sh +170 -0
  402. package/prisma/skills/social-graph-ranker/SKILL.md +155 -0
  403. package/prisma/skills/social-publisher/SKILL.md +130 -0
  404. package/prisma/skills/springboot-patterns/SKILL.md +315 -0
  405. package/prisma/skills/springboot-security/SKILL.md +273 -0
  406. package/prisma/skills/springboot-tdd/SKILL.md +159 -0
  407. package/prisma/skills/springboot-verification/SKILL.md +232 -0
  408. package/prisma/skills/strategic-compact/SKILL.md +136 -0
  409. package/prisma/skills/swift-actor-persistence/SKILL.md +144 -0
  410. package/prisma/skills/swift-concurrency-6-2/SKILL.md +216 -0
  411. package/prisma/skills/swift-protocol-di-testing/SKILL.md +191 -0
  412. package/prisma/skills/swiftui-patterns/SKILL.md +259 -0
  413. package/prisma/skills/taste/SKILL.md +264 -0
  414. package/prisma/skills/taste/references/genre-taxonomy.md +87 -0
  415. package/prisma/skills/tdd-workflow/SKILL.md +583 -0
  416. package/prisma/skills/team-agent-orchestration/SKILL.md +111 -0
  417. package/prisma/skills/team-builder/SKILL.md +169 -0
  418. package/prisma/skills/terminal-ops/SKILL.md +110 -0
  419. package/prisma/skills/tinystruct-patterns/SKILL.md +279 -0
  420. package/prisma/skills/tinystruct-patterns/references/architecture.md +90 -0
  421. package/prisma/skills/tinystruct-patterns/references/data-handling.md +60 -0
  422. package/prisma/skills/tinystruct-patterns/references/database.md +99 -0
  423. package/prisma/skills/tinystruct-patterns/references/routing.md +64 -0
  424. package/prisma/skills/tinystruct-patterns/references/system-usage.md +97 -0
  425. package/prisma/skills/tinystruct-patterns/references/testing.md +72 -0
  426. package/prisma/skills/token-budget-advisor/SKILL.md +134 -0
  427. package/prisma/skills/ui-demo/SKILL.md +466 -0
  428. package/prisma/skills/ui-to-vue/SKILL.md +135 -0
  429. package/prisma/skills/uncloud/SKILL.md +344 -0
  430. package/prisma/skills/unified-notifications-ops/SKILL.md +188 -0
  431. package/prisma/skills/verification-loop/SKILL.md +127 -0
  432. package/prisma/skills/video-editing/SKILL.md +311 -0
  433. package/prisma/skills/videodb/SKILL.md +375 -0
  434. package/prisma/skills/videodb/reference/api-reference.md +550 -0
  435. package/prisma/skills/videodb/reference/capture-reference.md +407 -0
  436. package/prisma/skills/videodb/reference/capture.md +101 -0
  437. package/prisma/skills/videodb/reference/editor.md +443 -0
  438. package/prisma/skills/videodb/reference/generative.md +331 -0
  439. package/prisma/skills/videodb/reference/rtstream-reference.md +564 -0
  440. package/prisma/skills/videodb/reference/rtstream.md +65 -0
  441. package/prisma/skills/videodb/reference/search.md +230 -0
  442. package/prisma/skills/videodb/reference/streaming.md +406 -0
  443. package/prisma/skills/videodb/reference/use-cases.md +118 -0
  444. package/prisma/skills/videodb/scripts/ws_listener.py +282 -0
  445. package/prisma/skills/visa-doc-translate/README.md +86 -0
  446. package/prisma/skills/visa-doc-translate/SKILL.md +117 -0
  447. package/prisma/skills/vite-patterns/SKILL.md +450 -0
  448. package/prisma/skills/vue-patterns/SKILL.md +471 -0
  449. package/prisma/skills/windows-desktop-e2e/SKILL.md +888 -0
  450. package/prisma/skills/workspace-surface-audit/SKILL.md +126 -0
  451. package/prisma/skills/x-api/SKILL.md +235 -0
@@ -0,0 +1,132 @@
1
+ ---
2
+ name: continuous-learning
3
+ description: "[DEPRECATED - use continuous-learning-v2] Legacy v1 stop-hook skill extractor. v2 is a strict superset with instinct-based, project-scoped, hook-reliable learning. Do not invoke v1; route continuous learning, session learning, and pattern extraction requests to continuous-learning-v2."
4
+ metadata:
5
+ origin: ECC
6
+ ---
7
+
8
+ # Continuous Learning Skill - DEPRECATED
9
+
10
+ > **DEPRECATED 2026-04-28.** Use `continuous-learning-v2` instead. v2 is a strict superset: stop-hook observation becomes PreToolUse/PostToolUse observation, full skills become atomic instincts with confidence scoring, and global-only storage becomes project-scoped plus global promotion.
11
+ >
12
+ > This file is kept for archival reference and backward compatibility with existing installs.
13
+
14
+ ---
15
+
16
+ ## Original v1 Documentation (archival)
17
+
18
+ Automatically evaluates Claude Code sessions on end to extract reusable patterns that can be saved as learned skills.
19
+
20
+ ## When to Activate
21
+
22
+ - Setting up automatic pattern extraction from Claude Code sessions
23
+ - Configuring the Stop hook for session evaluation
24
+ - Reviewing or curating learned skills in `~/.claude/skills/learned/`
25
+ - Adjusting extraction thresholds or pattern categories
26
+ - Comparing v1 (this) vs v2 (instinct-based) approaches
27
+
28
+ ## Status
29
+
30
+ This v1 skill is still supported, but `continuous-learning-v2` is the preferred path for new installs. Keep v1 when you explicitly want the simpler Stop-hook extraction flow or need compatibility with older learned-skill workflows.
31
+
32
+ ## How It Works
33
+
34
+ This skill runs as a **Stop hook** at the end of each session:
35
+
36
+ 1. **Session Evaluation**: Checks if session has enough messages (default: 10+)
37
+ 2. **Pattern Detection**: Identifies extractable patterns from the session
38
+ 3. **Skill Extraction**: Saves useful patterns to `~/.claude/skills/learned/`
39
+
40
+ ## Configuration
41
+
42
+ Edit `config.json` to customize:
43
+
44
+ ```json
45
+ {
46
+ "min_session_length": 10,
47
+ "extraction_threshold": "medium",
48
+ "auto_approve": false,
49
+ "learned_skills_path": "~/.claude/skills/learned/",
50
+ "patterns_to_detect": [
51
+ "error_resolution",
52
+ "user_corrections",
53
+ "workarounds",
54
+ "debugging_techniques",
55
+ "project_specific"
56
+ ],
57
+ "ignore_patterns": [
58
+ "simple_typos",
59
+ "one_time_fixes",
60
+ "external_api_issues"
61
+ ]
62
+ }
63
+ ```
64
+
65
+ ## Pattern Types
66
+
67
+ | Pattern | Description |
68
+ |---------|-------------|
69
+ | `error_resolution` | How specific errors were resolved |
70
+ | `user_corrections` | Patterns from user corrections |
71
+ | `workarounds` | Solutions to framework/library quirks |
72
+ | `debugging_techniques` | Effective debugging approaches |
73
+ | `project_specific` | Project-specific conventions |
74
+
75
+ ## Hook Setup
76
+
77
+ Add to your `~/.claude/settings.json`:
78
+
79
+ ```json
80
+ {
81
+ "hooks": {
82
+ "Stop": [{
83
+ "matcher": "*",
84
+ "hooks": [{
85
+ "type": "command",
86
+ "command": "~/.claude/skills/continuous-learning/evaluate-session.sh"
87
+ }]
88
+ }]
89
+ }
90
+ }
91
+ ```
92
+
93
+ ## Why Stop Hook?
94
+
95
+ - **Lightweight**: Runs once at session end
96
+ - **Non-blocking**: Doesn't add latency to every message
97
+ - **Complete context**: Has access to full session transcript
98
+
99
+ ## Related
100
+
101
+ - [The Longform Guide](https://x.com/affaanmustafa/status/2014040193557471352) - Section on continuous learning
102
+ - `/learn` command - Manual pattern extraction mid-session
103
+
104
+ ---
105
+
106
+ ## Comparison Notes (Research: Jan 2025)
107
+
108
+ ### vs Homunculus
109
+
110
+ Homunculus v2 takes a more sophisticated approach:
111
+
112
+ | Feature | Our Approach | Homunculus v2 |
113
+ |---------|--------------|---------------|
114
+ | Observation | Stop hook (end of session) | PreToolUse/PostToolUse hooks (100% reliable) |
115
+ | Analysis | Main context | Background agent (Haiku) |
116
+ | Granularity | Full skills | Atomic "instincts" |
117
+ | Confidence | None | 0.3-0.9 weighted |
118
+ | Evolution | Direct to skill | Instincts → cluster → skill/command/agent |
119
+ | Sharing | None | Export/import instincts |
120
+
121
+ **Key insight from homunculus:**
122
+ > "v1 relied on skills to observe. Skills are probabilistic—they fire ~50-80% of the time. v2 uses hooks for observation (100% reliable) and instincts as the atomic unit of learned behavior."
123
+
124
+ ### Potential v2 Enhancements
125
+
126
+ 1. **Instinct-based learning** - Smaller, atomic behaviors with confidence scoring
127
+ 2. **Background observer** - Haiku agent analyzing in parallel
128
+ 3. **Confidence decay** - Instincts lose confidence if contradicted
129
+ 4. **Domain tagging** - code-style, testing, git, debugging, etc.
130
+ 5. **Evolution path** - Cluster related instincts into skills/commands
131
+
132
+ See: `docs/continuous-learning-v2-spec.md` for full spec.
@@ -0,0 +1,18 @@
1
+ {
2
+ "min_session_length": 10,
3
+ "extraction_threshold": "medium",
4
+ "auto_approve": false,
5
+ "learned_skills_path": "~/.claude/skills/learned/",
6
+ "patterns_to_detect": [
7
+ "error_resolution",
8
+ "user_corrections",
9
+ "workarounds",
10
+ "debugging_techniques",
11
+ "project_specific"
12
+ ],
13
+ "ignore_patterns": [
14
+ "simple_typos",
15
+ "one_time_fixes",
16
+ "external_api_issues"
17
+ ]
18
+ }
@@ -0,0 +1,69 @@
1
+ #!/bin/bash
2
+ # Continuous Learning - Session Evaluator
3
+ # Runs on Stop hook to extract reusable patterns from Claude Code sessions
4
+ #
5
+ # Why Stop hook instead of UserPromptSubmit:
6
+ # - Stop runs once at session end (lightweight)
7
+ # - UserPromptSubmit runs every message (heavy, adds latency)
8
+ #
9
+ # Hook config (in ~/.claude/settings.json):
10
+ # {
11
+ # "hooks": {
12
+ # "Stop": [{
13
+ # "matcher": "*",
14
+ # "hooks": [{
15
+ # "type": "command",
16
+ # "command": "~/.claude/skills/continuous-learning/evaluate-session.sh"
17
+ # }]
18
+ # }]
19
+ # }
20
+ # }
21
+ #
22
+ # Patterns to detect: error_resolution, debugging_techniques, workarounds, project_specific
23
+ # Patterns to ignore: simple_typos, one_time_fixes, external_api_issues
24
+ # Extracted skills saved to: ~/.claude/skills/learned/
25
+
26
+ set -e
27
+
28
+ SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
29
+ CONFIG_FILE="$SCRIPT_DIR/config.json"
30
+ LEARNED_SKILLS_PATH="${HOME}/.claude/skills/learned"
31
+ MIN_SESSION_LENGTH=10
32
+
33
+ # Load config if exists
34
+ if [ -f "$CONFIG_FILE" ]; then
35
+ if ! command -v jq &>/dev/null; then
36
+ echo "[ContinuousLearning] jq is required to parse config.json but not installed, using defaults" >&2
37
+ else
38
+ MIN_SESSION_LENGTH=$(jq -r '.min_session_length // 10' "$CONFIG_FILE")
39
+ LEARNED_SKILLS_PATH=$(jq -r '.learned_skills_path // "~/.claude/skills/learned/"' "$CONFIG_FILE" | sed "s|~|$HOME|")
40
+ fi
41
+ fi
42
+
43
+ # Ensure learned skills directory exists
44
+ mkdir -p "$LEARNED_SKILLS_PATH"
45
+
46
+ # Get transcript path from stdin JSON (Claude Code hook input)
47
+ # Falls back to env var for backwards compatibility
48
+ stdin_data=$(cat)
49
+ transcript_path=$(echo "$stdin_data" | grep -o '"transcript_path":"[^"]*"' | head -1 | cut -d'"' -f4)
50
+ if [ -z "$transcript_path" ]; then
51
+ transcript_path="${CLAUDE_TRANSCRIPT_PATH:-}"
52
+ fi
53
+
54
+ if [ -z "$transcript_path" ] || [ ! -f "$transcript_path" ]; then
55
+ exit 0
56
+ fi
57
+
58
+ # Count messages in session
59
+ message_count=$(grep -c '"type":"user"' "$transcript_path" 2>/dev/null || echo "0")
60
+
61
+ # Skip short sessions
62
+ if [ "$message_count" -lt "$MIN_SESSION_LENGTH" ]; then
63
+ echo "[ContinuousLearning] Session too short ($message_count messages), skipping" >&2
64
+ exit 0
65
+ fi
66
+
67
+ # Signal to Claude that session should be evaluated for extractable patterns
68
+ echo "[ContinuousLearning] Session has $message_count messages - evaluate for extractable patterns" >&2
69
+ echo "[ContinuousLearning] Save learned skills to: $LEARNED_SKILLS_PATH" >&2
@@ -0,0 +1,361 @@
1
+ ---
2
+ name: continuous-learning-v2
3
+ description: Instinct-based learning system that observes sessions via hooks, creates atomic instincts with confidence scoring, and evolves them into skills/commands/agents. v2.1 adds project-scoped instincts to prevent cross-project contamination.
4
+ metadata:
5
+ origin: ECC
6
+ version: 2.1.0
7
+ ---
8
+
9
+ # Continuous Learning v2.1 - Instinct
10
+ -Based Architecture
11
+
12
+ An advanced learning system that turns your Claude Code sessions into reusable knowledge through atomic "instincts" - small learned behaviors with confidence scoring.
13
+
14
+ **v2.1** adds **project-scoped instincts** — React patterns stay in your React project, Python conventions stay in your Python project, and universal patterns (like "always validate input") are shared globally.
15
+
16
+ ## When to Activate
17
+
18
+ - Setting up automatic learning from Claude Code sessions
19
+ - Configuring instinct-based behavior extraction via hooks
20
+ - Tuning confidence thresholds for learned behaviors
21
+ - Reviewing, exporting, or importing instinct libraries
22
+ - Evolving instincts into full skills, commands, or agents
23
+ - Managing project-scoped vs global instincts
24
+ - Promoting instincts from project to global scope
25
+
26
+ ## What's New in v2.1
27
+
28
+ | Feature | v2.0 | v2.1 |
29
+ |---------|------|------|
30
+ | Storage | Global (`~/.claude/homunculus/`) | Project-scoped (`${XDG_DATA_HOME:-~/.local/share}/ecc-homunculus/projects/<hash>/`) |
31
+ | Scope | All instincts apply everywhere | Project-scoped + global |
32
+ | Detection | None | git remote URL / repo path |
33
+ | Promotion | N/A | Project → global when seen in 2+ projects |
34
+ | Commands | 4 (status/evolve/export/import) | 6 (+promote/projects) |
35
+ | Cross-project | Contamination risk | Isolated by default |
36
+
37
+ ## What's New in v2 (vs v1)
38
+
39
+ | Feature | v1 | v2 |
40
+ |---------|----|----|
41
+ | Observation | Stop hook (session end) | PreToolUse/PostToolUse (100% reliable) |
42
+ | Analysis | Main context | Background agent (Haiku) |
43
+ | Granularity | Full skills | Atomic "instincts" |
44
+ | Confidence | None | 0.3-0.9 weighted |
45
+ | Evolution | Direct to skill | Instincts -> cluster -> skill/command/agent |
46
+ | Sharing | None | Export/import instincts |
47
+
48
+ ## The Instinct Model
49
+
50
+ An instinct is a small learned behavior:
51
+
52
+ ```yaml
53
+ ---
54
+ id: prefer-functional-style
55
+ trigger: "when writing new functions"
56
+ confidence: 0.7
57
+ domain: "code-style"
58
+ source: "session-observation"
59
+ scope: project
60
+ project_id: "a1b2c3d4e5f6"
61
+ project_name: "my-react-app"
62
+ ---
63
+
64
+ # Prefer Functional Style
65
+
66
+ ## Action
67
+ Use functional patterns over classes when appropriate.
68
+
69
+ ## Evidence
70
+ - Observed 5 instances of functional pattern preference
71
+ - User corrected class-based approach to functional on 2025-01-15
72
+ ```
73
+
74
+ **Properties:**
75
+ - **Atomic** -- one trigger, one action
76
+ - **Confidence-weighted** -- 0.3 = tentative, 0.9 = near certain
77
+ - **Domain-tagged** -- code-style, testing, git, debugging, workflow, etc.
78
+ - **Evidence-backed** -- tracks what observations created it
79
+ - **Scope-aware** -- `project` (default) or `global`
80
+
81
+ ## How It Works
82
+
83
+ ```
84
+ Session Activity (in a git repo)
85
+ |
86
+ | Hooks capture prompts + tool use (100% reliable)
87
+ | + detect project context (git remote / repo path)
88
+ v
89
+ +---------------------------------------------+
90
+ | projects/<project-hash>/observations.jsonl |
91
+ | (prompts, tool calls, outcomes, project) |
92
+ +---------------------------------------------+
93
+ |
94
+ | Observer agent reads (background, Haiku)
95
+ v
96
+ +---------------------------------------------+
97
+ | PATTERN DETECTION |
98
+ | * User corrections -> instinct |
99
+ | * Error resolutions -> instinct |
100
+ | * Repeated workflows -> instinct |
101
+ | * Scope decision: project or global? |
102
+ +---------------------------------------------+
103
+ |
104
+ | Creates/updates
105
+ v
106
+ +---------------------------------------------+
107
+ | projects/<project-hash>/instincts/personal/ |
108
+ | * prefer-functional.yaml (0.7) [project] |
109
+ | * use-react-hooks.yaml (0.9) [project] |
110
+ +---------------------------------------------+
111
+ | instincts/personal/ (GLOBAL) |
112
+ | * always-validate-input.yaml (0.85) [global]|
113
+ | * grep-before-edit.yaml (0.6) [global] |
114
+ +---------------------------------------------+
115
+ |
116
+ | /evolve clusters + /promote
117
+ v
118
+ +---------------------------------------------+
119
+ | projects/<hash>/evolved/ (project-scoped) |
120
+ | evolved/ (global) |
121
+ | * commands/new-feature.md |
122
+ | * skills/testing-workflow.md |
123
+ | * agents/refactor-specialist.md |
124
+ +---------------------------------------------+
125
+ ```
126
+
127
+ ## Project Detection
128
+
129
+ The system automatically detects your current project:
130
+
131
+ 1. **`CLAUDE_PROJECT_DIR` env var** (highest priority)
132
+ 2. **`git remote get-url origin`** -- hashed to create a portable project ID (same repo on different machines gets the same ID)
133
+ 3. **`git rev-parse --show-toplevel`** -- fallback using repo path (machine-specific)
134
+ 4. **Global fallback** -- if no project is detected, instincts go to global scope
135
+
136
+ Each project gets a 12-character hash ID (e.g., `a1b2c3d4e5f6`). A registry file at `${XDG_DATA_HOME:-~/.local/share}/ecc-homunculus/projects.json` maps IDs to human-readable names.
137
+
138
+ ### Data Directory
139
+
140
+ Continuous-learning-v2 stores observer data outside `~/.claude` so Claude Code's sensitive-path guard does not block background instinct writes:
141
+
142
+ 1. `CLV2_HOMUNCULUS_DIR` when set to an absolute path
143
+ 2. `$XDG_DATA_HOME/ecc-homunculus`
144
+ 3. `$HOME/.local/share/ecc-homunculus`
145
+
146
+ Existing users with data at `~/.claude/homunculus` can migrate once:
147
+
148
+ ```bash
149
+ bash skills/continuous-learning-v2/scripts/migrate-homunculus.sh
150
+ ```
151
+
152
+ ## Quick Start
153
+
154
+ ### 1. Enable Observation Hooks
155
+
156
+ **If installed as a plugin** (recommended):
157
+
158
+ No extra `settings.json` hook block is required. Claude Code v2.1+ auto-loads the plugin `hooks/hooks.json`, and `observe.sh` is already registered there.
159
+
160
+ If you previously copied `observe.sh` into `~/.claude/settings.json`, remove that duplicate `PreToolUse` / `PostToolUse` block. Duplicating the plugin hook causes double execution and `${CLAUDE_PLUGIN_ROOT}` resolution errors because that variable is only available inside plugin-managed `hooks/hooks.json` entries.
161
+
162
+ **If installed manually** to `~/.claude/skills`, add this to your `~/.claude/settings.json`:
163
+
164
+ ```json
165
+ {
166
+ "hooks": {
167
+ "PreToolUse": [{
168
+ "matcher": "*",
169
+ "hooks": [{
170
+ "type": "command",
171
+ "command": "~/.claude/skills/continuous-learning-v2/hooks/observe.sh"
172
+ }]
173
+ }],
174
+ "PostToolUse": [{
175
+ "matcher": "*",
176
+ "hooks": [{
177
+ "type": "command",
178
+ "command": "~/.claude/skills/continuous-learning-v2/hooks/observe.sh"
179
+ }]
180
+ }]
181
+ }
182
+ }
183
+ ```
184
+
185
+ ### 2. Initialize Directory Structure
186
+
187
+ The system creates directories automatically on first use, but you can also create them manually:
188
+
189
+ ```bash
190
+ # Global directories
191
+ mkdir -p "${XDG_DATA_HOME:-$HOME/.local/share}/ecc-homunculus"/{instincts/{personal,inherited},evolved/{agents,skills,commands},projects}
192
+
193
+ # Project directories are auto-created when the hook first runs in a git repo
194
+ ```
195
+
196
+ ### 3. Use the Instinct Commands
197
+
198
+ ```bash
199
+ /instinct-status # Show learned instincts (project + global)
200
+ /evolve # Cluster related instincts into skills/commands
201
+ /instinct-export # Export instincts to file
202
+ /instinct-import # Import instincts from others
203
+ /promote # Promote project instincts to global scope
204
+ /projects # List all known projects and their instinct counts
205
+ ```
206
+
207
+ ## Commands
208
+
209
+ | Command | Description |
210
+ |---------|-------------|
211
+ | `/instinct-status` | Show all instincts (project-scoped + global) with confidence |
212
+ | `/evolve` | Cluster related instincts into skills/commands, suggest promotions |
213
+ | `/instinct-export` | Export instincts (filterable by scope/domain) |
214
+ | `/instinct-import <file>` | Import instincts with scope control |
215
+ | `/promote [id]` | Promote project instincts to global scope |
216
+ | `/projects` | List all known projects and their instinct counts |
217
+
218
+ ## Configuration
219
+
220
+ Edit `config.json` to control the background observer:
221
+
222
+ ```json
223
+ {
224
+ "version": "2.1",
225
+ "observer": {
226
+ "enabled": false,
227
+ "run_interval_minutes": 5,
228
+ "min_observations_to_analyze": 20
229
+ }
230
+ }
231
+ ```
232
+
233
+ | Key | Default | Description |
234
+ |-----|---------|-------------|
235
+ | `observer.enabled` | `false` | Enable the background observer agent |
236
+ | `observer.run_interval_minutes` | `5` | How often the observer analyzes observations |
237
+ | `observer.min_observations_to_analyze` | `20` | Minimum observations before analysis runs |
238
+
239
+ Other behavior (observation capture, instinct thresholds, project scoping, promotion criteria) is configured via code defaults in `instinct-cli.py` and `observe.sh`.
240
+
241
+ ## File Structure
242
+
243
+ ```
244
+ ${XDG_DATA_HOME:-~/.local/share}/ecc-homunculus/
245
+ +-- identity.json # Your profile, technical level
246
+ +-- projects.json # Registry: project hash -> name/path/remote
247
+ +-- observations.jsonl # Global observations (fallback)
248
+ +-- instincts/
249
+ | +-- personal/ # Global auto-learned instincts
250
+ | +-- inherited/ # Global imported instincts
251
+ +-- evolved/
252
+ | +-- agents/ # Global generated agents
253
+ | +-- skills/ # Global generated skills
254
+ | +-- commands/ # Global generated commands
255
+ +-- projects/
256
+ +-- a1b2c3d4e5f6/ # Project hash (from git remote URL)
257
+ | +-- project.json # Per-project metadata mirror (id/name/root/remote)
258
+ | +-- observations.jsonl
259
+ | +-- observations.archive/
260
+ | +-- instincts/
261
+ | | +-- personal/ # Project-specific auto-learned
262
+ | | +-- inherited/ # Project-specific imported
263
+ | +-- evolved/
264
+ | +-- skills/
265
+ | +-- commands/
266
+ | +-- agents/
267
+ +-- f6e5d4c3b2a1/ # Another project
268
+ +-- ...
269
+ ```
270
+
271
+ ## Scope Decision Guide
272
+
273
+ | Pattern Type | Scope | Examples |
274
+ |-------------|-------|---------|
275
+ | Language/framework conventions | **project** | "Use React hooks", "Follow Django REST patterns" |
276
+ | File structure preferences | **project** | "Tests in `__tests__`/", "Components in src/components/" |
277
+ | Code style | **project** | "Use functional style", "Prefer dataclasses" |
278
+ | Error handling strategies | **project** | "Use Result type for errors" |
279
+ | Security practices | **global** | "Validate user input", "Sanitize SQL" |
280
+ | General best practices | **global** | "Write tests first", "Always handle errors" |
281
+ | Tool workflow preferences | **global** | "Grep before Edit", "Read before Write" |
282
+ | Git practices | **global** | "Conventional commits", "Small focused commits" |
283
+
284
+ ## Instinct Promotion (Project -> Global)
285
+
286
+ When the same instinct appears in multiple projects with high confidence, it's a candidate for promotion to global scope.
287
+
288
+ **Auto-promotion criteria:**
289
+ - Same instinct ID in 2+ projects
290
+ - Average confidence >= 0.8
291
+
292
+ **How to promote:**
293
+
294
+ ```bash
295
+ # Promote a specific instinct
296
+ python3 instinct-cli.py promote prefer-explicit-errors
297
+
298
+ # Auto-promote all qualifying instincts
299
+ python3 instinct-cli.py promote
300
+
301
+ # Preview without changes
302
+ python3 instinct-cli.py promote --dry-run
303
+ ```
304
+
305
+ The `/evolve` command also suggests promotion candidates.
306
+
307
+ ## Confidence Scoring
308
+
309
+ Confidence evolves over time:
310
+
311
+ | Score | Meaning | Behavior |
312
+ |-------|---------|----------|
313
+ | 0.3 | Tentative | Suggested but not enforced |
314
+ | 0.5 | Moderate | Applied when relevant |
315
+ | 0.7 | Strong | Auto-approved for application |
316
+ | 0.9 | Near-certain | Core behavior |
317
+
318
+ **Confidence increases** when:
319
+ - Pattern is repeatedly observed
320
+ - User doesn't correct the suggested behavior
321
+ - Similar instincts from other sources agree
322
+
323
+ **Confidence decreases** when:
324
+ - User explicitly corrects the behavior
325
+ - Pattern isn't observed for extended periods
326
+ - Contradicting evidence appears
327
+
328
+ ## Why Hooks vs Skills for Observation?
329
+
330
+ > "v1 relied on skills to observe. Skills are probabilistic -- they fire ~50-80% of the time based on Claude's judgment."
331
+
332
+ Hooks fire **100% of the time**, deterministically. This means:
333
+ - Every tool call is observed
334
+ - No patterns are missed
335
+ - Learning is comprehensive
336
+
337
+ ## Backward Compatibility
338
+
339
+ v2.1 is fully compatible with v2.0 and v1:
340
+ - Existing global instincts can be migrated from `~/.claude/homunculus/instincts/` with `scripts/migrate-homunculus.sh`
341
+ - Existing `~/.claude/skills/learned/` skills from v1 still work
342
+ - Stop hook still runs (but now also feeds into v2)
343
+ - Gradual migration: run both in parallel
344
+
345
+ ## Privacy
346
+
347
+ - Observations stay **local** on your machine
348
+ - Project-scoped instincts are isolated per project
349
+ - Only **instincts** (patterns) can be exported — not raw observations
350
+ - No actual code or conversation content is shared
351
+ - You control what gets exported and promoted
352
+
353
+ ## Related
354
+
355
+ - [ECC-Tools GitHub App](https://github.com/apps/ecc-tools) - Generate instincts from repo history
356
+ - Homunculus - Community project that inspired the v2 instinct-based architecture (atomic observations, confidence scoring, instinct evolution pipeline)
357
+ - [The Longform Guide](https://x.com/affaanmustafa/status/2014040193557471352) - Continuous learning section
358
+
359
+ ---
360
+
361
+ *Instinct-based learning: teaching Claude your patterns, one project at a time.*