claude-turing 4.6.0 → 4.7.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 (255) hide show
  1. package/.claude-plugin/plugin.json +2 -2
  2. package/README.md +1 -1
  3. package/package.json +9 -3
  4. package/skills/turing/SKILL.md +180 -0
  5. package/skills/turing/ablate/SKILL.md +47 -0
  6. package/skills/turing/annotate/SKILL.md +23 -0
  7. package/skills/turing/archive/SKILL.md +23 -0
  8. package/skills/turing/audit/SKILL.md +56 -0
  9. package/skills/turing/baseline/SKILL.md +45 -0
  10. package/skills/turing/brief/SKILL.md +95 -0
  11. package/skills/turing/budget/SKILL.md +52 -0
  12. package/skills/turing/calibrate/SKILL.md +47 -0
  13. package/skills/turing/card/SKILL.md +36 -0
  14. package/skills/turing/changelog/SKILL.md +22 -0
  15. package/skills/turing/checkpoint/SKILL.md +47 -0
  16. package/skills/turing/cite/SKILL.md +23 -0
  17. package/skills/turing/compare/SKILL.md +24 -0
  18. package/skills/turing/counterfactual/SKILL.md +27 -0
  19. package/skills/turing/curriculum/SKILL.md +43 -0
  20. package/skills/turing/design/SKILL.md +97 -0
  21. package/skills/turing/diagnose/SKILL.md +52 -0
  22. package/skills/turing/diff/SKILL.md +48 -0
  23. package/skills/turing/distill/SKILL.md +56 -0
  24. package/skills/turing/doctor/SKILL.md +31 -0
  25. package/skills/turing/ensemble/SKILL.md +54 -0
  26. package/skills/turing/explore/SKILL.md +107 -0
  27. package/skills/turing/export/SKILL.md +48 -0
  28. package/skills/turing/feature/SKILL.md +42 -0
  29. package/skills/turing/flashback/SKILL.md +22 -0
  30. package/skills/turing/fork/SKILL.md +40 -0
  31. package/skills/turing/frontier/SKILL.md +45 -0
  32. package/skills/turing/init/SKILL.md +154 -0
  33. package/skills/turing/leak/SKILL.md +47 -0
  34. package/skills/turing/lit/SKILL.md +47 -0
  35. package/skills/turing/logbook/SKILL.md +51 -0
  36. package/skills/turing/merge/SKILL.md +24 -0
  37. package/skills/turing/mode/SKILL.md +43 -0
  38. package/skills/turing/onboard/SKILL.md +20 -0
  39. package/skills/turing/paper/SKILL.md +44 -0
  40. package/skills/turing/plan/SKILL.md +27 -0
  41. package/skills/turing/poster/SKILL.md +89 -0
  42. package/skills/turing/postmortem/SKILL.md +28 -0
  43. package/skills/turing/preflight/SKILL.md +75 -0
  44. package/skills/turing/present/SKILL.md +23 -0
  45. package/skills/turing/profile/SKILL.md +43 -0
  46. package/skills/turing/prune/SKILL.md +26 -0
  47. package/skills/turing/quantize/SKILL.md +24 -0
  48. package/skills/turing/queue/SKILL.md +48 -0
  49. package/skills/turing/registry/SKILL.md +31 -0
  50. package/skills/turing/regress/SKILL.md +53 -0
  51. package/skills/turing/replay/SKILL.md +23 -0
  52. package/skills/turing/report/SKILL.md +97 -0
  53. package/skills/turing/reproduce/SKILL.md +48 -0
  54. package/skills/turing/retry/SKILL.md +41 -0
  55. package/skills/turing/review/SKILL.md +20 -0
  56. package/skills/turing/rules/loop-protocol.md +91 -0
  57. package/skills/turing/sanity/SKILL.md +48 -0
  58. package/skills/turing/scale/SKILL.md +55 -0
  59. package/skills/turing/search/SKILL.md +22 -0
  60. package/skills/turing/seed/SKILL.md +47 -0
  61. package/skills/turing/sensitivity/SKILL.md +41 -0
  62. package/skills/turing/share/SKILL.md +20 -0
  63. package/skills/turing/simulate/SKILL.md +28 -0
  64. package/skills/turing/status/SKILL.md +24 -0
  65. package/skills/turing/stitch/SKILL.md +49 -0
  66. package/skills/turing/suggest/SKILL.md +159 -0
  67. package/skills/turing/surgery/SKILL.md +27 -0
  68. package/skills/turing/sweep/SKILL.md +45 -0
  69. package/skills/turing/template/SKILL.md +22 -0
  70. package/skills/turing/train/SKILL.md +75 -0
  71. package/skills/turing/transfer/SKILL.md +54 -0
  72. package/skills/turing/trend/SKILL.md +21 -0
  73. package/skills/turing/try/SKILL.md +63 -0
  74. package/skills/turing/update/SKILL.md +27 -0
  75. package/skills/turing/validate/SKILL.md +34 -0
  76. package/skills/turing/warm/SKILL.md +53 -0
  77. package/skills/turing/watch/SKILL.md +60 -0
  78. package/skills/turing/whatif/SKILL.md +31 -0
  79. package/skills/turing/xray/SKILL.md +43 -0
  80. package/src/command-registry.js +9 -0
  81. package/src/sync-skills-layout.js +149 -0
  82. package/templates/__pycache__/evaluate.cpython-312.pyc +0 -0
  83. package/templates/__pycache__/evaluate.cpython-314.pyc +0 -0
  84. package/templates/__pycache__/prepare.cpython-312.pyc +0 -0
  85. package/templates/__pycache__/prepare.cpython-314.pyc +0 -0
  86. package/templates/features/__pycache__/__init__.cpython-312.pyc +0 -0
  87. package/templates/features/__pycache__/__init__.cpython-314.pyc +0 -0
  88. package/templates/features/__pycache__/featurizers.cpython-312.pyc +0 -0
  89. package/templates/features/__pycache__/featurizers.cpython-314.pyc +0 -0
  90. package/templates/scripts/__pycache__/__init__.cpython-312.pyc +0 -0
  91. package/templates/scripts/__pycache__/__init__.cpython-314.pyc +0 -0
  92. package/templates/scripts/__pycache__/ablation_study.cpython-312.pyc +0 -0
  93. package/templates/scripts/__pycache__/ablation_study.cpython-314.pyc +0 -0
  94. package/templates/scripts/__pycache__/architecture_surgery.cpython-312.pyc +0 -0
  95. package/templates/scripts/__pycache__/architecture_surgery.cpython-314.pyc +0 -0
  96. package/templates/scripts/__pycache__/budget_manager.cpython-312.pyc +0 -0
  97. package/templates/scripts/__pycache__/budget_manager.cpython-314.pyc +0 -0
  98. package/templates/scripts/__pycache__/build_ensemble.cpython-312.pyc +0 -0
  99. package/templates/scripts/__pycache__/build_ensemble.cpython-314.pyc +0 -0
  100. package/templates/scripts/__pycache__/calibration.cpython-312.pyc +0 -0
  101. package/templates/scripts/__pycache__/calibration.cpython-314.pyc +0 -0
  102. package/templates/scripts/__pycache__/check_convergence.cpython-312.pyc +0 -0
  103. package/templates/scripts/__pycache__/check_convergence.cpython-314.pyc +0 -0
  104. package/templates/scripts/__pycache__/checkpoint_manager.cpython-312.pyc +0 -0
  105. package/templates/scripts/__pycache__/checkpoint_manager.cpython-314.pyc +0 -0
  106. package/templates/scripts/__pycache__/citation_manager.cpython-312.pyc +0 -0
  107. package/templates/scripts/__pycache__/citation_manager.cpython-314.pyc +0 -0
  108. package/templates/scripts/__pycache__/cost_frontier.cpython-312.pyc +0 -0
  109. package/templates/scripts/__pycache__/cost_frontier.cpython-314.pyc +0 -0
  110. package/templates/scripts/__pycache__/counterfactual_explanation.cpython-312.pyc +0 -0
  111. package/templates/scripts/__pycache__/counterfactual_explanation.cpython-314.pyc +0 -0
  112. package/templates/scripts/__pycache__/critique_hypothesis.cpython-312.pyc +0 -0
  113. package/templates/scripts/__pycache__/critique_hypothesis.cpython-314.pyc +0 -0
  114. package/templates/scripts/__pycache__/curriculum_optimizer.cpython-312.pyc +0 -0
  115. package/templates/scripts/__pycache__/curriculum_optimizer.cpython-314.pyc +0 -0
  116. package/templates/scripts/__pycache__/diagnose_errors.cpython-312.pyc +0 -0
  117. package/templates/scripts/__pycache__/diagnose_errors.cpython-314.pyc +0 -0
  118. package/templates/scripts/__pycache__/draft_paper_sections.cpython-312.pyc +0 -0
  119. package/templates/scripts/__pycache__/draft_paper_sections.cpython-314.pyc +0 -0
  120. package/templates/scripts/__pycache__/equivalence_checker.cpython-312.pyc +0 -0
  121. package/templates/scripts/__pycache__/equivalence_checker.cpython-314.pyc +0 -0
  122. package/templates/scripts/__pycache__/experiment_annotations.cpython-312.pyc +0 -0
  123. package/templates/scripts/__pycache__/experiment_annotations.cpython-314.pyc +0 -0
  124. package/templates/scripts/__pycache__/experiment_archive.cpython-312.pyc +0 -0
  125. package/templates/scripts/__pycache__/experiment_archive.cpython-314.pyc +0 -0
  126. package/templates/scripts/__pycache__/experiment_diff.cpython-312.pyc +0 -0
  127. package/templates/scripts/__pycache__/experiment_diff.cpython-314.pyc +0 -0
  128. package/templates/scripts/__pycache__/experiment_index.cpython-312.pyc +0 -0
  129. package/templates/scripts/__pycache__/experiment_index.cpython-314.pyc +0 -0
  130. package/templates/scripts/__pycache__/experiment_queue.cpython-312.pyc +0 -0
  131. package/templates/scripts/__pycache__/experiment_queue.cpython-314.pyc +0 -0
  132. package/templates/scripts/__pycache__/experiment_replay.cpython-312.pyc +0 -0
  133. package/templates/scripts/__pycache__/experiment_replay.cpython-314.pyc +0 -0
  134. package/templates/scripts/__pycache__/experiment_search.cpython-312.pyc +0 -0
  135. package/templates/scripts/__pycache__/experiment_search.cpython-314.pyc +0 -0
  136. package/templates/scripts/__pycache__/experiment_simulator.cpython-312.pyc +0 -0
  137. package/templates/scripts/__pycache__/experiment_simulator.cpython-314.pyc +0 -0
  138. package/templates/scripts/__pycache__/experiment_templates.cpython-312.pyc +0 -0
  139. package/templates/scripts/__pycache__/experiment_templates.cpython-314.pyc +0 -0
  140. package/templates/scripts/__pycache__/export_card.cpython-312.pyc +0 -0
  141. package/templates/scripts/__pycache__/export_card.cpython-314.pyc +0 -0
  142. package/templates/scripts/__pycache__/export_formats.cpython-312.pyc +0 -0
  143. package/templates/scripts/__pycache__/export_formats.cpython-314.pyc +0 -0
  144. package/templates/scripts/__pycache__/failure_postmortem.cpython-312.pyc +0 -0
  145. package/templates/scripts/__pycache__/failure_postmortem.cpython-314.pyc +0 -0
  146. package/templates/scripts/__pycache__/feature_intelligence.cpython-312.pyc +0 -0
  147. package/templates/scripts/__pycache__/feature_intelligence.cpython-314.pyc +0 -0
  148. package/templates/scripts/__pycache__/fork_experiment.cpython-312.pyc +0 -0
  149. package/templates/scripts/__pycache__/fork_experiment.cpython-314.pyc +0 -0
  150. package/templates/scripts/__pycache__/generate_baselines.cpython-312.pyc +0 -0
  151. package/templates/scripts/__pycache__/generate_baselines.cpython-314.pyc +0 -0
  152. package/templates/scripts/__pycache__/generate_brief.cpython-312.pyc +0 -0
  153. package/templates/scripts/__pycache__/generate_brief.cpython-314.pyc +0 -0
  154. package/templates/scripts/__pycache__/generate_changelog.cpython-312.pyc +0 -0
  155. package/templates/scripts/__pycache__/generate_changelog.cpython-314.pyc +0 -0
  156. package/templates/scripts/__pycache__/generate_figures.cpython-312.pyc +0 -0
  157. package/templates/scripts/__pycache__/generate_figures.cpython-314.pyc +0 -0
  158. package/templates/scripts/__pycache__/generate_logbook.cpython-312.pyc +0 -0
  159. package/templates/scripts/__pycache__/generate_logbook.cpython-314.pyc +0 -0
  160. package/templates/scripts/__pycache__/generate_model_card.cpython-312.pyc +0 -0
  161. package/templates/scripts/__pycache__/generate_model_card.cpython-314.pyc +0 -0
  162. package/templates/scripts/__pycache__/generate_onboarding.cpython-312.pyc +0 -0
  163. package/templates/scripts/__pycache__/generate_onboarding.cpython-314.pyc +0 -0
  164. package/templates/scripts/__pycache__/harness_doctor.cpython-312.pyc +0 -0
  165. package/templates/scripts/__pycache__/harness_doctor.cpython-314.pyc +0 -0
  166. package/templates/scripts/__pycache__/incremental_update.cpython-312.pyc +0 -0
  167. package/templates/scripts/__pycache__/incremental_update.cpython-314.pyc +0 -0
  168. package/templates/scripts/__pycache__/knowledge_transfer.cpython-312.pyc +0 -0
  169. package/templates/scripts/__pycache__/knowledge_transfer.cpython-314.pyc +0 -0
  170. package/templates/scripts/__pycache__/latency_benchmark.cpython-312.pyc +0 -0
  171. package/templates/scripts/__pycache__/latency_benchmark.cpython-314.pyc +0 -0
  172. package/templates/scripts/__pycache__/leakage_detector.cpython-312.pyc +0 -0
  173. package/templates/scripts/__pycache__/leakage_detector.cpython-314.pyc +0 -0
  174. package/templates/scripts/__pycache__/literature_search.cpython-312.pyc +0 -0
  175. package/templates/scripts/__pycache__/literature_search.cpython-314.pyc +0 -0
  176. package/templates/scripts/__pycache__/log_experiment.cpython-312.pyc +0 -0
  177. package/templates/scripts/__pycache__/log_experiment.cpython-314.pyc +0 -0
  178. package/templates/scripts/__pycache__/manage_hypotheses.cpython-312.pyc +0 -0
  179. package/templates/scripts/__pycache__/manage_hypotheses.cpython-314.pyc +0 -0
  180. package/templates/scripts/__pycache__/methodology_audit.cpython-312.pyc +0 -0
  181. package/templates/scripts/__pycache__/methodology_audit.cpython-314.pyc +0 -0
  182. package/templates/scripts/__pycache__/model_distiller.cpython-312.pyc +0 -0
  183. package/templates/scripts/__pycache__/model_distiller.cpython-314.pyc +0 -0
  184. package/templates/scripts/__pycache__/model_lifecycle.cpython-312.pyc +0 -0
  185. package/templates/scripts/__pycache__/model_lifecycle.cpython-314.pyc +0 -0
  186. package/templates/scripts/__pycache__/model_merger.cpython-312.pyc +0 -0
  187. package/templates/scripts/__pycache__/model_merger.cpython-314.pyc +0 -0
  188. package/templates/scripts/__pycache__/model_pruning.cpython-312.pyc +0 -0
  189. package/templates/scripts/__pycache__/model_pruning.cpython-314.pyc +0 -0
  190. package/templates/scripts/__pycache__/model_quantization.cpython-312.pyc +0 -0
  191. package/templates/scripts/__pycache__/model_quantization.cpython-314.pyc +0 -0
  192. package/templates/scripts/__pycache__/model_xray.cpython-312.pyc +0 -0
  193. package/templates/scripts/__pycache__/model_xray.cpython-314.pyc +0 -0
  194. package/templates/scripts/__pycache__/novelty_guard.cpython-312.pyc +0 -0
  195. package/templates/scripts/__pycache__/novelty_guard.cpython-314.pyc +0 -0
  196. package/templates/scripts/__pycache__/package_experiments.cpython-312.pyc +0 -0
  197. package/templates/scripts/__pycache__/package_experiments.cpython-314.pyc +0 -0
  198. package/templates/scripts/__pycache__/pareto_frontier.cpython-312.pyc +0 -0
  199. package/templates/scripts/__pycache__/pareto_frontier.cpython-314.pyc +0 -0
  200. package/templates/scripts/__pycache__/parse_metrics.cpython-312.pyc +0 -0
  201. package/templates/scripts/__pycache__/parse_metrics.cpython-314.pyc +0 -0
  202. package/templates/scripts/__pycache__/pipeline_manager.cpython-312.pyc +0 -0
  203. package/templates/scripts/__pycache__/pipeline_manager.cpython-314.pyc +0 -0
  204. package/templates/scripts/__pycache__/profile_training.cpython-312.pyc +0 -0
  205. package/templates/scripts/__pycache__/profile_training.cpython-314.pyc +0 -0
  206. package/templates/scripts/__pycache__/regression_gate.cpython-312.pyc +0 -0
  207. package/templates/scripts/__pycache__/regression_gate.cpython-314.pyc +0 -0
  208. package/templates/scripts/__pycache__/reproduce_experiment.cpython-312.pyc +0 -0
  209. package/templates/scripts/__pycache__/reproduce_experiment.cpython-314.pyc +0 -0
  210. package/templates/scripts/__pycache__/research_planner.cpython-312.pyc +0 -0
  211. package/templates/scripts/__pycache__/research_planner.cpython-314.pyc +0 -0
  212. package/templates/scripts/__pycache__/sanity_checks.cpython-312.pyc +0 -0
  213. package/templates/scripts/__pycache__/sanity_checks.cpython-314.pyc +0 -0
  214. package/templates/scripts/__pycache__/scaffold.cpython-312.pyc +0 -0
  215. package/templates/scripts/__pycache__/scaffold.cpython-314.pyc +0 -0
  216. package/templates/scripts/__pycache__/scaling_estimator.cpython-312.pyc +0 -0
  217. package/templates/scripts/__pycache__/scaling_estimator.cpython-314.pyc +0 -0
  218. package/templates/scripts/__pycache__/seed_runner.cpython-312.pyc +0 -0
  219. package/templates/scripts/__pycache__/seed_runner.cpython-314.pyc +0 -0
  220. package/templates/scripts/__pycache__/sensitivity_analysis.cpython-312.pyc +0 -0
  221. package/templates/scripts/__pycache__/sensitivity_analysis.cpython-314.pyc +0 -0
  222. package/templates/scripts/__pycache__/session_flashback.cpython-312.pyc +0 -0
  223. package/templates/scripts/__pycache__/session_flashback.cpython-314.pyc +0 -0
  224. package/templates/scripts/__pycache__/show_experiment_tree.cpython-312.pyc +0 -0
  225. package/templates/scripts/__pycache__/show_experiment_tree.cpython-314.pyc +0 -0
  226. package/templates/scripts/__pycache__/show_families.cpython-312.pyc +0 -0
  227. package/templates/scripts/__pycache__/show_families.cpython-314.pyc +0 -0
  228. package/templates/scripts/__pycache__/simulate_review.cpython-312.pyc +0 -0
  229. package/templates/scripts/__pycache__/simulate_review.cpython-314.pyc +0 -0
  230. package/templates/scripts/__pycache__/smart_retry.cpython-312.pyc +0 -0
  231. package/templates/scripts/__pycache__/smart_retry.cpython-314.pyc +0 -0
  232. package/templates/scripts/__pycache__/statistical_compare.cpython-312.pyc +0 -0
  233. package/templates/scripts/__pycache__/statistical_compare.cpython-314.pyc +0 -0
  234. package/templates/scripts/__pycache__/suggest_next.cpython-312.pyc +0 -0
  235. package/templates/scripts/__pycache__/suggest_next.cpython-314.pyc +0 -0
  236. package/templates/scripts/__pycache__/sweep.cpython-312.pyc +0 -0
  237. package/templates/scripts/__pycache__/sweep.cpython-314.pyc +0 -0
  238. package/templates/scripts/__pycache__/synthesize_decision.cpython-312.pyc +0 -0
  239. package/templates/scripts/__pycache__/synthesize_decision.cpython-314.pyc +0 -0
  240. package/templates/scripts/__pycache__/training_monitor.cpython-312.pyc +0 -0
  241. package/templates/scripts/__pycache__/training_monitor.cpython-314.pyc +0 -0
  242. package/templates/scripts/__pycache__/treequest_suggest.cpython-312.pyc +0 -0
  243. package/templates/scripts/__pycache__/treequest_suggest.cpython-314.pyc +0 -0
  244. package/templates/scripts/__pycache__/trend_analysis.cpython-312.pyc +0 -0
  245. package/templates/scripts/__pycache__/trend_analysis.cpython-314.pyc +0 -0
  246. package/templates/scripts/__pycache__/turing_io.cpython-312.pyc +0 -0
  247. package/templates/scripts/__pycache__/turing_io.cpython-314.pyc +0 -0
  248. package/templates/scripts/__pycache__/update_state.cpython-312.pyc +0 -0
  249. package/templates/scripts/__pycache__/update_state.cpython-314.pyc +0 -0
  250. package/templates/scripts/__pycache__/verify_placeholders.cpython-312.pyc +0 -0
  251. package/templates/scripts/__pycache__/verify_placeholders.cpython-314.pyc +0 -0
  252. package/templates/scripts/__pycache__/warm_start.cpython-312.pyc +0 -0
  253. package/templates/scripts/__pycache__/warm_start.cpython-314.pyc +0 -0
  254. package/templates/scripts/__pycache__/whatif_engine.cpython-312.pyc +0 -0
  255. package/templates/scripts/__pycache__/whatif_engine.cpython-314.pyc +0 -0