cue-ai 0.3.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 (1874) hide show
  1. package/LICENSE +21 -0
  2. package/README.md +305 -0
  3. package/bin/README.md +32 -0
  4. package/bin/cue +27 -0
  5. package/bin/medusa-dev +240 -0
  6. package/bin/soul +4 -0
  7. package/install.sh +211 -0
  8. package/package.json +54 -0
  9. package/plugins/cue/commands/cue-current.md +11 -0
  10. package/plugins/cue/commands/cue-mcps.md +17 -0
  11. package/plugins/cue/commands/cue-reload.md +12 -0
  12. package/plugins/cue/commands/cue-skills.md +19 -0
  13. package/plugins/cue/commands/cue-switch.md +8 -0
  14. package/plugins/cue/commands/cue.md +5 -0
  15. package/plugins/cue/plugin.json +15 -0
  16. package/profiles/README.md +59 -0
  17. package/profiles/SCHEMA.md +133 -0
  18. package/profiles/_active/.gitkeep +0 -0
  19. package/profiles/_cache/.gitkeep +0 -0
  20. package/profiles/_cache/README.md +21 -0
  21. package/profiles/_cache/bun/ajv@8.20.0@@@1/.runkit_example.js +23 -0
  22. package/profiles/_cache/bun/ajv@8.20.0@@@1/LICENSE +22 -0
  23. package/profiles/_cache/bun/ajv@8.20.0@@@1/README.md +207 -0
  24. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/2019.d.ts +19 -0
  25. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/2019.js +61 -0
  26. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/2019.js.map +1 -0
  27. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/2020.d.ts +19 -0
  28. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/2020.js +55 -0
  29. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/2020.js.map +1 -0
  30. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/ajv.d.ts +18 -0
  31. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/ajv.js +50 -0
  32. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/ajv.js.map +1 -0
  33. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/compile/codegen/code.d.ts +40 -0
  34. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/compile/codegen/code.js +156 -0
  35. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/compile/codegen/code.js.map +1 -0
  36. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/compile/codegen/index.d.ts +79 -0
  37. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/compile/codegen/index.js +697 -0
  38. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/compile/codegen/index.js.map +1 -0
  39. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/compile/codegen/scope.d.ts +79 -0
  40. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/compile/codegen/scope.js +143 -0
  41. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/compile/codegen/scope.js.map +1 -0
  42. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/compile/errors.d.ts +13 -0
  43. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/compile/errors.js +123 -0
  44. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/compile/errors.js.map +1 -0
  45. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/compile/index.d.ts +80 -0
  46. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/compile/index.js +242 -0
  47. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/compile/index.js.map +1 -0
  48. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/compile/jtd/parse.d.ts +4 -0
  49. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/compile/jtd/parse.js +350 -0
  50. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/compile/jtd/parse.js.map +1 -0
  51. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/compile/jtd/serialize.d.ts +4 -0
  52. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/compile/jtd/serialize.js +236 -0
  53. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/compile/jtd/serialize.js.map +1 -0
  54. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/compile/jtd/types.d.ts +6 -0
  55. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/compile/jtd/types.js +14 -0
  56. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/compile/jtd/types.js.map +1 -0
  57. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/compile/names.d.ts +20 -0
  58. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/compile/names.js +28 -0
  59. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/compile/names.js.map +1 -0
  60. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/compile/ref_error.d.ts +6 -0
  61. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/compile/ref_error.js +12 -0
  62. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/compile/ref_error.js.map +1 -0
  63. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/compile/resolve.d.ts +12 -0
  64. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/compile/resolve.js +155 -0
  65. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/compile/resolve.js.map +1 -0
  66. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/compile/rules.d.ts +28 -0
  67. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/compile/rules.js +26 -0
  68. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/compile/rules.js.map +1 -0
  69. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/compile/util.d.ts +40 -0
  70. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/compile/util.js +178 -0
  71. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/compile/util.js.map +1 -0
  72. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/compile/validate/applicability.d.ts +6 -0
  73. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/compile/validate/applicability.js +19 -0
  74. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/compile/validate/applicability.js.map +1 -0
  75. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/compile/validate/boolSchema.d.ts +4 -0
  76. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/compile/validate/boolSchema.js +50 -0
  77. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/compile/validate/boolSchema.js.map +1 -0
  78. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/compile/validate/dataType.d.ts +17 -0
  79. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/compile/validate/dataType.js +203 -0
  80. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/compile/validate/dataType.js.map +1 -0
  81. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/compile/validate/defaults.d.ts +2 -0
  82. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/compile/validate/defaults.js +35 -0
  83. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/compile/validate/defaults.js.map +1 -0
  84. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/compile/validate/index.d.ts +42 -0
  85. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/compile/validate/index.js +520 -0
  86. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/compile/validate/index.js.map +1 -0
  87. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/compile/validate/keyword.d.ts +8 -0
  88. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/compile/validate/keyword.js +124 -0
  89. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/compile/validate/keyword.js.map +1 -0
  90. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/compile/validate/subschema.d.ts +47 -0
  91. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/compile/validate/subschema.js +81 -0
  92. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/compile/validate/subschema.js.map +1 -0
  93. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/core.d.ts +174 -0
  94. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/core.js +618 -0
  95. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/core.js.map +1 -0
  96. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/jtd.d.ts +47 -0
  97. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/jtd.js +72 -0
  98. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/jtd.js.map +1 -0
  99. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/refs/data.json +13 -0
  100. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/refs/json-schema-2019-09/index.d.ts +2 -0
  101. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/refs/json-schema-2019-09/index.js +28 -0
  102. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/refs/json-schema-2019-09/index.js.map +1 -0
  103. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/refs/json-schema-2019-09/meta/applicator.json +53 -0
  104. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/refs/json-schema-2019-09/meta/content.json +17 -0
  105. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/refs/json-schema-2019-09/meta/core.json +57 -0
  106. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/refs/json-schema-2019-09/meta/format.json +14 -0
  107. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/refs/json-schema-2019-09/meta/meta-data.json +37 -0
  108. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/refs/json-schema-2019-09/meta/validation.json +90 -0
  109. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/refs/json-schema-2019-09/schema.json +39 -0
  110. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/refs/json-schema-2020-12/index.d.ts +2 -0
  111. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/refs/json-schema-2020-12/index.js +30 -0
  112. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/refs/json-schema-2020-12/index.js.map +1 -0
  113. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/refs/json-schema-2020-12/meta/applicator.json +48 -0
  114. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/refs/json-schema-2020-12/meta/content.json +17 -0
  115. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/refs/json-schema-2020-12/meta/core.json +51 -0
  116. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/refs/json-schema-2020-12/meta/format-annotation.json +14 -0
  117. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/refs/json-schema-2020-12/meta/meta-data.json +37 -0
  118. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/refs/json-schema-2020-12/meta/unevaluated.json +15 -0
  119. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/refs/json-schema-2020-12/meta/validation.json +90 -0
  120. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/refs/json-schema-2020-12/schema.json +55 -0
  121. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/refs/json-schema-draft-06.json +137 -0
  122. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/refs/json-schema-draft-07.json +151 -0
  123. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/refs/json-schema-secure.json +88 -0
  124. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/refs/jtd-schema.d.ts +3 -0
  125. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/refs/jtd-schema.js +118 -0
  126. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/refs/jtd-schema.js.map +1 -0
  127. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/runtime/equal.d.ts +6 -0
  128. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/runtime/equal.js +7 -0
  129. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/runtime/equal.js.map +1 -0
  130. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/runtime/parseJson.d.ts +18 -0
  131. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/runtime/parseJson.js +185 -0
  132. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/runtime/parseJson.js.map +1 -0
  133. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/runtime/quote.d.ts +5 -0
  134. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/runtime/quote.js +30 -0
  135. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/runtime/quote.js.map +1 -0
  136. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/runtime/re2.d.ts +6 -0
  137. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/runtime/re2.js +6 -0
  138. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/runtime/re2.js.map +1 -0
  139. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/runtime/timestamp.d.ts +5 -0
  140. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/runtime/timestamp.js +42 -0
  141. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/runtime/timestamp.js.map +1 -0
  142. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/runtime/ucs2length.d.ts +5 -0
  143. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/runtime/ucs2length.js +24 -0
  144. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/runtime/ucs2length.js.map +1 -0
  145. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/runtime/uri.d.ts +6 -0
  146. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/runtime/uri.js +6 -0
  147. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/runtime/uri.js.map +1 -0
  148. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/runtime/validation_error.d.ts +7 -0
  149. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/runtime/validation_error.js +11 -0
  150. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/runtime/validation_error.js.map +1 -0
  151. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/standalone/index.d.ts +6 -0
  152. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/standalone/index.js +90 -0
  153. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/standalone/index.js.map +1 -0
  154. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/standalone/instance.d.ts +12 -0
  155. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/standalone/instance.js +35 -0
  156. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/standalone/instance.js.map +1 -0
  157. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/types/index.d.ts +183 -0
  158. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/types/index.js +3 -0
  159. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/types/index.js.map +1 -0
  160. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/types/json-schema.d.ts +125 -0
  161. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/types/json-schema.js +3 -0
  162. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/types/json-schema.js.map +1 -0
  163. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/types/jtd-schema.d.ts +174 -0
  164. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/types/jtd-schema.js +3 -0
  165. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/types/jtd-schema.js.map +1 -0
  166. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/vocabularies/applicator/additionalItems.d.ts +8 -0
  167. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/vocabularies/applicator/additionalItems.js +49 -0
  168. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/vocabularies/applicator/additionalItems.js.map +1 -0
  169. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/vocabularies/applicator/additionalProperties.d.ts +6 -0
  170. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/vocabularies/applicator/additionalProperties.js +106 -0
  171. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/vocabularies/applicator/additionalProperties.js.map +1 -0
  172. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/vocabularies/applicator/allOf.d.ts +3 -0
  173. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/vocabularies/applicator/allOf.js +23 -0
  174. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/vocabularies/applicator/allOf.js.map +1 -0
  175. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/vocabularies/applicator/anyOf.d.ts +4 -0
  176. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/vocabularies/applicator/anyOf.js +12 -0
  177. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/vocabularies/applicator/anyOf.js.map +1 -0
  178. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/vocabularies/applicator/contains.d.ts +7 -0
  179. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/vocabularies/applicator/contains.js +95 -0
  180. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/vocabularies/applicator/contains.js.map +1 -0
  181. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/vocabularies/applicator/dependencies.d.ts +21 -0
  182. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/vocabularies/applicator/dependencies.js +85 -0
  183. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/vocabularies/applicator/dependencies.js.map +1 -0
  184. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/vocabularies/applicator/dependentSchemas.d.ts +3 -0
  185. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/vocabularies/applicator/dependentSchemas.js +11 -0
  186. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/vocabularies/applicator/dependentSchemas.js.map +1 -0
  187. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/vocabularies/applicator/if.d.ts +6 -0
  188. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/vocabularies/applicator/if.js +66 -0
  189. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/vocabularies/applicator/if.js.map +1 -0
  190. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/vocabularies/applicator/index.d.ts +13 -0
  191. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/vocabularies/applicator/index.js +44 -0
  192. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/vocabularies/applicator/index.js.map +1 -0
  193. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/vocabularies/applicator/items.d.ts +5 -0
  194. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/vocabularies/applicator/items.js +52 -0
  195. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/vocabularies/applicator/items.js.map +1 -0
  196. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/vocabularies/applicator/items2020.d.ts +6 -0
  197. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/vocabularies/applicator/items2020.js +30 -0
  198. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/vocabularies/applicator/items2020.js.map +1 -0
  199. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/vocabularies/applicator/not.d.ts +4 -0
  200. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/vocabularies/applicator/not.js +26 -0
  201. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/vocabularies/applicator/not.js.map +1 -0
  202. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/vocabularies/applicator/oneOf.d.ts +6 -0
  203. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/vocabularies/applicator/oneOf.js +60 -0
  204. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/vocabularies/applicator/oneOf.js.map +1 -0
  205. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/vocabularies/applicator/patternProperties.d.ts +3 -0
  206. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/vocabularies/applicator/patternProperties.js +75 -0
  207. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/vocabularies/applicator/patternProperties.js.map +1 -0
  208. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/vocabularies/applicator/prefixItems.d.ts +3 -0
  209. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/vocabularies/applicator/prefixItems.js +12 -0
  210. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/vocabularies/applicator/prefixItems.js.map +1 -0
  211. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/vocabularies/applicator/properties.d.ts +3 -0
  212. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/vocabularies/applicator/properties.js +54 -0
  213. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/vocabularies/applicator/properties.js.map +1 -0
  214. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/vocabularies/applicator/propertyNames.d.ts +6 -0
  215. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/vocabularies/applicator/propertyNames.js +38 -0
  216. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/vocabularies/applicator/propertyNames.js.map +1 -0
  217. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/vocabularies/applicator/thenElse.d.ts +3 -0
  218. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/vocabularies/applicator/thenElse.js +13 -0
  219. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/vocabularies/applicator/thenElse.js.map +1 -0
  220. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/vocabularies/code.d.ts +17 -0
  221. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/vocabularies/code.js +131 -0
  222. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/vocabularies/code.js.map +1 -0
  223. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/vocabularies/core/id.d.ts +3 -0
  224. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/vocabularies/core/id.js +10 -0
  225. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/vocabularies/core/id.js.map +1 -0
  226. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/vocabularies/core/index.d.ts +3 -0
  227. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/vocabularies/core/index.js +16 -0
  228. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/vocabularies/core/index.js.map +1 -0
  229. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/vocabularies/core/ref.d.ts +8 -0
  230. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/vocabularies/core/ref.js +122 -0
  231. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/vocabularies/core/ref.js.map +1 -0
  232. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/vocabularies/discriminator/index.d.ts +5 -0
  233. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/vocabularies/discriminator/index.js +104 -0
  234. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/vocabularies/discriminator/index.js.map +1 -0
  235. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/vocabularies/discriminator/types.d.ts +10 -0
  236. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/vocabularies/discriminator/types.js +9 -0
  237. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/vocabularies/discriminator/types.js.map +1 -0
  238. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/vocabularies/draft2020.d.ts +3 -0
  239. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/vocabularies/draft2020.js +23 -0
  240. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/vocabularies/draft2020.js.map +1 -0
  241. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/vocabularies/draft7.d.ts +3 -0
  242. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/vocabularies/draft7.js +17 -0
  243. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/vocabularies/draft7.js.map +1 -0
  244. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/vocabularies/dynamic/dynamicAnchor.d.ts +5 -0
  245. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/vocabularies/dynamic/dynamicAnchor.js +30 -0
  246. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/vocabularies/dynamic/dynamicAnchor.js.map +1 -0
  247. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/vocabularies/dynamic/dynamicRef.d.ts +5 -0
  248. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/vocabularies/dynamic/dynamicRef.js +51 -0
  249. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/vocabularies/dynamic/dynamicRef.js.map +1 -0
  250. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/vocabularies/dynamic/index.d.ts +3 -0
  251. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/vocabularies/dynamic/index.js +9 -0
  252. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/vocabularies/dynamic/index.js.map +1 -0
  253. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/vocabularies/dynamic/recursiveAnchor.d.ts +3 -0
  254. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/vocabularies/dynamic/recursiveAnchor.js +16 -0
  255. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/vocabularies/dynamic/recursiveAnchor.js.map +1 -0
  256. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/vocabularies/dynamic/recursiveRef.d.ts +3 -0
  257. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/vocabularies/dynamic/recursiveRef.js +10 -0
  258. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/vocabularies/dynamic/recursiveRef.js.map +1 -0
  259. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/vocabularies/errors.d.ts +9 -0
  260. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/vocabularies/errors.js +3 -0
  261. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/vocabularies/errors.js.map +1 -0
  262. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/vocabularies/format/format.d.ts +8 -0
  263. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/vocabularies/format/format.js +92 -0
  264. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/vocabularies/format/format.js.map +1 -0
  265. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/vocabularies/format/index.d.ts +3 -0
  266. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/vocabularies/format/index.js +6 -0
  267. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/vocabularies/format/index.js.map +1 -0
  268. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/vocabularies/jtd/discriminator.d.ts +6 -0
  269. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/vocabularies/jtd/discriminator.js +71 -0
  270. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/vocabularies/jtd/discriminator.js.map +1 -0
  271. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/vocabularies/jtd/elements.d.ts +5 -0
  272. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/vocabularies/jtd/elements.js +24 -0
  273. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/vocabularies/jtd/elements.js.map +1 -0
  274. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/vocabularies/jtd/enum.d.ts +6 -0
  275. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/vocabularies/jtd/enum.js +43 -0
  276. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/vocabularies/jtd/enum.js.map +1 -0
  277. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/vocabularies/jtd/error.d.ts +9 -0
  278. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/vocabularies/jtd/error.js +20 -0
  279. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/vocabularies/jtd/error.js.map +1 -0
  280. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/vocabularies/jtd/index.d.ts +10 -0
  281. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/vocabularies/jtd/index.js +29 -0
  282. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/vocabularies/jtd/index.js.map +1 -0
  283. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/vocabularies/jtd/metadata.d.ts +5 -0
  284. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/vocabularies/jtd/metadata.js +25 -0
  285. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/vocabularies/jtd/metadata.js.map +1 -0
  286. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/vocabularies/jtd/nullable.d.ts +4 -0
  287. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/vocabularies/jtd/nullable.js +22 -0
  288. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/vocabularies/jtd/nullable.js.map +1 -0
  289. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/vocabularies/jtd/optionalProperties.d.ts +3 -0
  290. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/vocabularies/jtd/optionalProperties.js +15 -0
  291. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/vocabularies/jtd/optionalProperties.js.map +1 -0
  292. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/vocabularies/jtd/properties.d.ts +22 -0
  293. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/vocabularies/jtd/properties.js +149 -0
  294. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/vocabularies/jtd/properties.js.map +1 -0
  295. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/vocabularies/jtd/ref.d.ts +4 -0
  296. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/vocabularies/jtd/ref.js +67 -0
  297. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/vocabularies/jtd/ref.js.map +1 -0
  298. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/vocabularies/jtd/type.d.ts +10 -0
  299. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/vocabularies/jtd/type.js +69 -0
  300. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/vocabularies/jtd/type.js.map +1 -0
  301. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/vocabularies/jtd/union.d.ts +3 -0
  302. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/vocabularies/jtd/union.js +12 -0
  303. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/vocabularies/jtd/union.js.map +1 -0
  304. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/vocabularies/jtd/values.d.ts +5 -0
  305. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/vocabularies/jtd/values.js +51 -0
  306. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/vocabularies/jtd/values.js.map +1 -0
  307. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/vocabularies/metadata.d.ts +3 -0
  308. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/vocabularies/metadata.js +18 -0
  309. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/vocabularies/metadata.js.map +1 -0
  310. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/vocabularies/next.d.ts +3 -0
  311. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/vocabularies/next.js +8 -0
  312. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/vocabularies/next.js.map +1 -0
  313. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/vocabularies/unevaluated/index.d.ts +3 -0
  314. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/vocabularies/unevaluated/index.js +7 -0
  315. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/vocabularies/unevaluated/index.js.map +1 -0
  316. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/vocabularies/unevaluated/unevaluatedItems.d.ts +6 -0
  317. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/vocabularies/unevaluated/unevaluatedItems.js +40 -0
  318. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/vocabularies/unevaluated/unevaluatedItems.js.map +1 -0
  319. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/vocabularies/unevaluated/unevaluatedProperties.d.ts +6 -0
  320. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/vocabularies/unevaluated/unevaluatedProperties.js +65 -0
  321. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/vocabularies/unevaluated/unevaluatedProperties.js.map +1 -0
  322. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/vocabularies/validation/const.d.ts +6 -0
  323. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/vocabularies/validation/const.js +25 -0
  324. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/vocabularies/validation/const.js.map +1 -0
  325. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/vocabularies/validation/dependentRequired.d.ts +5 -0
  326. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/vocabularies/validation/dependentRequired.js +12 -0
  327. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/vocabularies/validation/dependentRequired.js.map +1 -0
  328. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/vocabularies/validation/enum.d.ts +8 -0
  329. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/vocabularies/validation/enum.js +48 -0
  330. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/vocabularies/validation/enum.js.map +1 -0
  331. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/vocabularies/validation/index.d.ts +16 -0
  332. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/vocabularies/validation/index.js +33 -0
  333. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/vocabularies/validation/index.js.map +1 -0
  334. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/vocabularies/validation/limitContains.d.ts +3 -0
  335. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/vocabularies/validation/limitContains.js +15 -0
  336. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/vocabularies/validation/limitContains.js.map +1 -0
  337. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/vocabularies/validation/limitItems.d.ts +3 -0
  338. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/vocabularies/validation/limitItems.js +24 -0
  339. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/vocabularies/validation/limitItems.js.map +1 -0
  340. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/vocabularies/validation/limitLength.d.ts +3 -0
  341. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/vocabularies/validation/limitLength.js +27 -0
  342. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/vocabularies/validation/limitLength.js.map +1 -0
  343. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/vocabularies/validation/limitNumber.d.ts +11 -0
  344. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/vocabularies/validation/limitNumber.js +27 -0
  345. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/vocabularies/validation/limitNumber.js.map +1 -0
  346. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/vocabularies/validation/limitProperties.d.ts +3 -0
  347. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/vocabularies/validation/limitProperties.js +24 -0
  348. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/vocabularies/validation/limitProperties.js.map +1 -0
  349. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/vocabularies/validation/multipleOf.d.ts +8 -0
  350. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/vocabularies/validation/multipleOf.js +26 -0
  351. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/vocabularies/validation/multipleOf.js.map +1 -0
  352. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/vocabularies/validation/pattern.d.ts +8 -0
  353. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/vocabularies/validation/pattern.js +33 -0
  354. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/vocabularies/validation/pattern.js.map +1 -0
  355. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/vocabularies/validation/required.d.ts +8 -0
  356. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/vocabularies/validation/required.js +79 -0
  357. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/vocabularies/validation/required.js.map +1 -0
  358. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/vocabularies/validation/uniqueItems.d.ts +9 -0
  359. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/vocabularies/validation/uniqueItems.js +64 -0
  360. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/vocabularies/validation/uniqueItems.js.map +1 -0
  361. package/profiles/_cache/bun/ajv@8.20.0@@@1/lib/2019.ts +81 -0
  362. package/profiles/_cache/bun/ajv@8.20.0@@@1/lib/2020.ts +75 -0
  363. package/profiles/_cache/bun/ajv@8.20.0@@@1/lib/ajv.ts +70 -0
  364. package/profiles/_cache/bun/ajv@8.20.0@@@1/lib/compile/codegen/code.ts +169 -0
  365. package/profiles/_cache/bun/ajv@8.20.0@@@1/lib/compile/codegen/index.ts +852 -0
  366. package/profiles/_cache/bun/ajv@8.20.0@@@1/lib/compile/codegen/scope.ts +215 -0
  367. package/profiles/_cache/bun/ajv@8.20.0@@@1/lib/compile/errors.ts +184 -0
  368. package/profiles/_cache/bun/ajv@8.20.0@@@1/lib/compile/index.ts +324 -0
  369. package/profiles/_cache/bun/ajv@8.20.0@@@1/lib/compile/jtd/parse.ts +411 -0
  370. package/profiles/_cache/bun/ajv@8.20.0@@@1/lib/compile/jtd/serialize.ts +277 -0
  371. package/profiles/_cache/bun/ajv@8.20.0@@@1/lib/compile/jtd/types.ts +16 -0
  372. package/profiles/_cache/bun/ajv@8.20.0@@@1/lib/compile/names.ts +27 -0
  373. package/profiles/_cache/bun/ajv@8.20.0@@@1/lib/compile/ref_error.ts +13 -0
  374. package/profiles/_cache/bun/ajv@8.20.0@@@1/lib/compile/resolve.ts +149 -0
  375. package/profiles/_cache/bun/ajv@8.20.0@@@1/lib/compile/rules.ts +50 -0
  376. package/profiles/_cache/bun/ajv@8.20.0@@@1/lib/compile/util.ts +213 -0
  377. package/profiles/_cache/bun/ajv@8.20.0@@@1/lib/compile/validate/applicability.ts +22 -0
  378. package/profiles/_cache/bun/ajv@8.20.0@@@1/lib/compile/validate/boolSchema.ts +47 -0
  379. package/profiles/_cache/bun/ajv@8.20.0@@@1/lib/compile/validate/dataType.ts +230 -0
  380. package/profiles/_cache/bun/ajv@8.20.0@@@1/lib/compile/validate/defaults.ts +32 -0
  381. package/profiles/_cache/bun/ajv@8.20.0@@@1/lib/compile/validate/index.ts +582 -0
  382. package/profiles/_cache/bun/ajv@8.20.0@@@1/lib/compile/validate/keyword.ts +171 -0
  383. package/profiles/_cache/bun/ajv@8.20.0@@@1/lib/compile/validate/subschema.ts +135 -0
  384. package/profiles/_cache/bun/ajv@8.20.0@@@1/lib/core.ts +892 -0
  385. package/profiles/_cache/bun/ajv@8.20.0@@@1/lib/jtd.ts +132 -0
  386. package/profiles/_cache/bun/ajv@8.20.0@@@1/lib/refs/data.json +13 -0
  387. package/profiles/_cache/bun/ajv@8.20.0@@@1/lib/refs/json-schema-2019-09/index.ts +28 -0
  388. package/profiles/_cache/bun/ajv@8.20.0@@@1/lib/refs/json-schema-2019-09/meta/applicator.json +53 -0
  389. package/profiles/_cache/bun/ajv@8.20.0@@@1/lib/refs/json-schema-2019-09/meta/content.json +17 -0
  390. package/profiles/_cache/bun/ajv@8.20.0@@@1/lib/refs/json-schema-2019-09/meta/core.json +57 -0
  391. package/profiles/_cache/bun/ajv@8.20.0@@@1/lib/refs/json-schema-2019-09/meta/format.json +14 -0
  392. package/profiles/_cache/bun/ajv@8.20.0@@@1/lib/refs/json-schema-2019-09/meta/meta-data.json +37 -0
  393. package/profiles/_cache/bun/ajv@8.20.0@@@1/lib/refs/json-schema-2019-09/meta/validation.json +90 -0
  394. package/profiles/_cache/bun/ajv@8.20.0@@@1/lib/refs/json-schema-2019-09/schema.json +39 -0
  395. package/profiles/_cache/bun/ajv@8.20.0@@@1/lib/refs/json-schema-2020-12/index.ts +30 -0
  396. package/profiles/_cache/bun/ajv@8.20.0@@@1/lib/refs/json-schema-2020-12/meta/applicator.json +48 -0
  397. package/profiles/_cache/bun/ajv@8.20.0@@@1/lib/refs/json-schema-2020-12/meta/content.json +17 -0
  398. package/profiles/_cache/bun/ajv@8.20.0@@@1/lib/refs/json-schema-2020-12/meta/core.json +51 -0
  399. package/profiles/_cache/bun/ajv@8.20.0@@@1/lib/refs/json-schema-2020-12/meta/format-annotation.json +14 -0
  400. package/profiles/_cache/bun/ajv@8.20.0@@@1/lib/refs/json-schema-2020-12/meta/meta-data.json +37 -0
  401. package/profiles/_cache/bun/ajv@8.20.0@@@1/lib/refs/json-schema-2020-12/meta/unevaluated.json +15 -0
  402. package/profiles/_cache/bun/ajv@8.20.0@@@1/lib/refs/json-schema-2020-12/meta/validation.json +90 -0
  403. package/profiles/_cache/bun/ajv@8.20.0@@@1/lib/refs/json-schema-2020-12/schema.json +55 -0
  404. package/profiles/_cache/bun/ajv@8.20.0@@@1/lib/refs/json-schema-draft-06.json +137 -0
  405. package/profiles/_cache/bun/ajv@8.20.0@@@1/lib/refs/json-schema-draft-07.json +151 -0
  406. package/profiles/_cache/bun/ajv@8.20.0@@@1/lib/refs/json-schema-secure.json +88 -0
  407. package/profiles/_cache/bun/ajv@8.20.0@@@1/lib/refs/jtd-schema.ts +130 -0
  408. package/profiles/_cache/bun/ajv@8.20.0@@@1/lib/runtime/equal.ts +7 -0
  409. package/profiles/_cache/bun/ajv@8.20.0@@@1/lib/runtime/parseJson.ts +177 -0
  410. package/profiles/_cache/bun/ajv@8.20.0@@@1/lib/runtime/quote.ts +31 -0
  411. package/profiles/_cache/bun/ajv@8.20.0@@@1/lib/runtime/re2.ts +6 -0
  412. package/profiles/_cache/bun/ajv@8.20.0@@@1/lib/runtime/timestamp.ts +46 -0
  413. package/profiles/_cache/bun/ajv@8.20.0@@@1/lib/runtime/ucs2length.ts +20 -0
  414. package/profiles/_cache/bun/ajv@8.20.0@@@1/lib/runtime/uri.ts +6 -0
  415. package/profiles/_cache/bun/ajv@8.20.0@@@1/lib/runtime/validation_error.ts +13 -0
  416. package/profiles/_cache/bun/ajv@8.20.0@@@1/lib/standalone/index.ts +100 -0
  417. package/profiles/_cache/bun/ajv@8.20.0@@@1/lib/standalone/instance.ts +36 -0
  418. package/profiles/_cache/bun/ajv@8.20.0@@@1/lib/types/index.ts +244 -0
  419. package/profiles/_cache/bun/ajv@8.20.0@@@1/lib/types/json-schema.ts +187 -0
  420. package/profiles/_cache/bun/ajv@8.20.0@@@1/lib/types/jtd-schema.ts +273 -0
  421. package/profiles/_cache/bun/ajv@8.20.0@@@1/lib/vocabularies/applicator/additionalItems.ts +56 -0
  422. package/profiles/_cache/bun/ajv@8.20.0@@@1/lib/vocabularies/applicator/additionalProperties.ts +118 -0
  423. package/profiles/_cache/bun/ajv@8.20.0@@@1/lib/vocabularies/applicator/allOf.ts +22 -0
  424. package/profiles/_cache/bun/ajv@8.20.0@@@1/lib/vocabularies/applicator/anyOf.ts +14 -0
  425. package/profiles/_cache/bun/ajv@8.20.0@@@1/lib/vocabularies/applicator/contains.ts +109 -0
  426. package/profiles/_cache/bun/ajv@8.20.0@@@1/lib/vocabularies/applicator/dependencies.ts +112 -0
  427. package/profiles/_cache/bun/ajv@8.20.0@@@1/lib/vocabularies/applicator/dependentSchemas.ts +11 -0
  428. package/profiles/_cache/bun/ajv@8.20.0@@@1/lib/vocabularies/applicator/if.ts +80 -0
  429. package/profiles/_cache/bun/ajv@8.20.0@@@1/lib/vocabularies/applicator/index.ts +53 -0
  430. package/profiles/_cache/bun/ajv@8.20.0@@@1/lib/vocabularies/applicator/items.ts +59 -0
  431. package/profiles/_cache/bun/ajv@8.20.0@@@1/lib/vocabularies/applicator/items2020.ts +36 -0
  432. package/profiles/_cache/bun/ajv@8.20.0@@@1/lib/vocabularies/applicator/not.ts +38 -0
  433. package/profiles/_cache/bun/ajv@8.20.0@@@1/lib/vocabularies/applicator/oneOf.ts +82 -0
  434. package/profiles/_cache/bun/ajv@8.20.0@@@1/lib/vocabularies/applicator/patternProperties.ts +91 -0
  435. package/profiles/_cache/bun/ajv@8.20.0@@@1/lib/vocabularies/applicator/prefixItems.ts +12 -0
  436. package/profiles/_cache/bun/ajv@8.20.0@@@1/lib/vocabularies/applicator/properties.ts +57 -0
  437. package/profiles/_cache/bun/ajv@8.20.0@@@1/lib/vocabularies/applicator/propertyNames.ts +50 -0
  438. package/profiles/_cache/bun/ajv@8.20.0@@@1/lib/vocabularies/applicator/thenElse.ts +13 -0
  439. package/profiles/_cache/bun/ajv@8.20.0@@@1/lib/vocabularies/code.ts +168 -0
  440. package/profiles/_cache/bun/ajv@8.20.0@@@1/lib/vocabularies/core/id.ts +10 -0
  441. package/profiles/_cache/bun/ajv@8.20.0@@@1/lib/vocabularies/core/index.ts +16 -0
  442. package/profiles/_cache/bun/ajv@8.20.0@@@1/lib/vocabularies/core/ref.ts +129 -0
  443. package/profiles/_cache/bun/ajv@8.20.0@@@1/lib/vocabularies/discriminator/index.ts +113 -0
  444. package/profiles/_cache/bun/ajv@8.20.0@@@1/lib/vocabularies/discriminator/types.ts +12 -0
  445. package/profiles/_cache/bun/ajv@8.20.0@@@1/lib/vocabularies/draft2020.ts +23 -0
  446. package/profiles/_cache/bun/ajv@8.20.0@@@1/lib/vocabularies/draft7.ts +17 -0
  447. package/profiles/_cache/bun/ajv@8.20.0@@@1/lib/vocabularies/dynamic/dynamicAnchor.ts +31 -0
  448. package/profiles/_cache/bun/ajv@8.20.0@@@1/lib/vocabularies/dynamic/dynamicRef.ts +51 -0
  449. package/profiles/_cache/bun/ajv@8.20.0@@@1/lib/vocabularies/dynamic/index.ts +9 -0
  450. package/profiles/_cache/bun/ajv@8.20.0@@@1/lib/vocabularies/dynamic/recursiveAnchor.ts +14 -0
  451. package/profiles/_cache/bun/ajv@8.20.0@@@1/lib/vocabularies/dynamic/recursiveRef.ts +10 -0
  452. package/profiles/_cache/bun/ajv@8.20.0@@@1/lib/vocabularies/errors.ts +18 -0
  453. package/profiles/_cache/bun/ajv@8.20.0@@@1/lib/vocabularies/format/format.ts +120 -0
  454. package/profiles/_cache/bun/ajv@8.20.0@@@1/lib/vocabularies/format/index.ts +6 -0
  455. package/profiles/_cache/bun/ajv@8.20.0@@@1/lib/vocabularies/jtd/discriminator.ts +89 -0
  456. package/profiles/_cache/bun/ajv@8.20.0@@@1/lib/vocabularies/jtd/elements.ts +32 -0
  457. package/profiles/_cache/bun/ajv@8.20.0@@@1/lib/vocabularies/jtd/enum.ts +45 -0
  458. package/profiles/_cache/bun/ajv@8.20.0@@@1/lib/vocabularies/jtd/error.ts +23 -0
  459. package/profiles/_cache/bun/ajv@8.20.0@@@1/lib/vocabularies/jtd/index.ts +37 -0
  460. package/profiles/_cache/bun/ajv@8.20.0@@@1/lib/vocabularies/jtd/metadata.ts +24 -0
  461. package/profiles/_cache/bun/ajv@8.20.0@@@1/lib/vocabularies/jtd/nullable.ts +21 -0
  462. package/profiles/_cache/bun/ajv@8.20.0@@@1/lib/vocabularies/jtd/optionalProperties.ts +15 -0
  463. package/profiles/_cache/bun/ajv@8.20.0@@@1/lib/vocabularies/jtd/properties.ts +184 -0
  464. package/profiles/_cache/bun/ajv@8.20.0@@@1/lib/vocabularies/jtd/ref.ts +76 -0
  465. package/profiles/_cache/bun/ajv@8.20.0@@@1/lib/vocabularies/jtd/type.ts +75 -0
  466. package/profiles/_cache/bun/ajv@8.20.0@@@1/lib/vocabularies/jtd/union.ts +12 -0
  467. package/profiles/_cache/bun/ajv@8.20.0@@@1/lib/vocabularies/jtd/values.ts +58 -0
  468. package/profiles/_cache/bun/ajv@8.20.0@@@1/lib/vocabularies/metadata.ts +17 -0
  469. package/profiles/_cache/bun/ajv@8.20.0@@@1/lib/vocabularies/next.ts +8 -0
  470. package/profiles/_cache/bun/ajv@8.20.0@@@1/lib/vocabularies/unevaluated/index.ts +7 -0
  471. package/profiles/_cache/bun/ajv@8.20.0@@@1/lib/vocabularies/unevaluated/unevaluatedItems.ts +47 -0
  472. package/profiles/_cache/bun/ajv@8.20.0@@@1/lib/vocabularies/unevaluated/unevaluatedProperties.ts +85 -0
  473. package/profiles/_cache/bun/ajv@8.20.0@@@1/lib/vocabularies/validation/const.ts +28 -0
  474. package/profiles/_cache/bun/ajv@8.20.0@@@1/lib/vocabularies/validation/dependentRequired.ts +23 -0
  475. package/profiles/_cache/bun/ajv@8.20.0@@@1/lib/vocabularies/validation/enum.ts +54 -0
  476. package/profiles/_cache/bun/ajv@8.20.0@@@1/lib/vocabularies/validation/index.ts +49 -0
  477. package/profiles/_cache/bun/ajv@8.20.0@@@1/lib/vocabularies/validation/limitContains.ts +16 -0
  478. package/profiles/_cache/bun/ajv@8.20.0@@@1/lib/vocabularies/validation/limitItems.ts +26 -0
  479. package/profiles/_cache/bun/ajv@8.20.0@@@1/lib/vocabularies/validation/limitLength.ts +30 -0
  480. package/profiles/_cache/bun/ajv@8.20.0@@@1/lib/vocabularies/validation/limitNumber.ts +42 -0
  481. package/profiles/_cache/bun/ajv@8.20.0@@@1/lib/vocabularies/validation/limitProperties.ts +26 -0
  482. package/profiles/_cache/bun/ajv@8.20.0@@@1/lib/vocabularies/validation/multipleOf.ts +34 -0
  483. package/profiles/_cache/bun/ajv@8.20.0@@@1/lib/vocabularies/validation/pattern.ts +39 -0
  484. package/profiles/_cache/bun/ajv@8.20.0@@@1/lib/vocabularies/validation/required.ts +98 -0
  485. package/profiles/_cache/bun/ajv@8.20.0@@@1/lib/vocabularies/validation/uniqueItems.ts +79 -0
  486. package/profiles/_cache/bun/ajv@8.20.0@@@1/package.json +126 -0
  487. package/profiles/_cache/bun/fast-deep-equal@3.1.3@@@1/LICENSE +21 -0
  488. package/profiles/_cache/bun/fast-deep-equal@3.1.3@@@1/README.md +96 -0
  489. package/profiles/_cache/bun/fast-deep-equal@3.1.3@@@1/es6/index.d.ts +2 -0
  490. package/profiles/_cache/bun/fast-deep-equal@3.1.3@@@1/es6/index.js +72 -0
  491. package/profiles/_cache/bun/fast-deep-equal@3.1.3@@@1/es6/react.d.ts +2 -0
  492. package/profiles/_cache/bun/fast-deep-equal@3.1.3@@@1/es6/react.js +79 -0
  493. package/profiles/_cache/bun/fast-deep-equal@3.1.3@@@1/index.d.ts +4 -0
  494. package/profiles/_cache/bun/fast-deep-equal@3.1.3@@@1/index.js +46 -0
  495. package/profiles/_cache/bun/fast-deep-equal@3.1.3@@@1/package.json +61 -0
  496. package/profiles/_cache/bun/fast-deep-equal@3.1.3@@@1/react.d.ts +2 -0
  497. package/profiles/_cache/bun/fast-deep-equal@3.1.3@@@1/react.js +53 -0
  498. package/profiles/_cache/bun/fast-uri@3.1.2@@@1/.gitattributes +2 -0
  499. package/profiles/_cache/bun/fast-uri@3.1.2@@@1/.github/dependabot.yml +13 -0
  500. package/profiles/_cache/bun/fast-uri@3.1.2@@@1/.github/workflows/ci.yml +106 -0
  501. package/profiles/_cache/bun/fast-uri@3.1.2@@@1/.github/workflows/lock-threads.yml +19 -0
  502. package/profiles/_cache/bun/fast-uri@3.1.2@@@1/.github/workflows/package-manager-ci.yml +24 -0
  503. package/profiles/_cache/bun/fast-uri@3.1.2@@@1/LICENSE +30 -0
  504. package/profiles/_cache/bun/fast-uri@3.1.2@@@1/README.md +152 -0
  505. package/profiles/_cache/bun/fast-uri@3.1.2@@@1/benchmark/benchmark.mjs +159 -0
  506. package/profiles/_cache/bun/fast-uri@3.1.2@@@1/benchmark/equal.mjs +51 -0
  507. package/profiles/_cache/bun/fast-uri@3.1.2@@@1/benchmark/non-simple-domain.mjs +22 -0
  508. package/profiles/_cache/bun/fast-uri@3.1.2@@@1/benchmark/package.json +17 -0
  509. package/profiles/_cache/bun/fast-uri@3.1.2@@@1/benchmark/string-array-to-hex-stripped.mjs +24 -0
  510. package/profiles/_cache/bun/fast-uri@3.1.2@@@1/benchmark/ws-is-secure.mjs +65 -0
  511. package/profiles/_cache/bun/fast-uri@3.1.2@@@1/eslint.config.js +6 -0
  512. package/profiles/_cache/bun/fast-uri@3.1.2@@@1/index.js +406 -0
  513. package/profiles/_cache/bun/fast-uri@3.1.2@@@1/lib/schemes.js +267 -0
  514. package/profiles/_cache/bun/fast-uri@3.1.2@@@1/lib/utils.js +443 -0
  515. package/profiles/_cache/bun/fast-uri@3.1.2@@@1/package.json +68 -0
  516. package/profiles/_cache/bun/fast-uri@3.1.2@@@1/test/ajv.test.js +43 -0
  517. package/profiles/_cache/bun/fast-uri@3.1.2@@@1/test/equal.test.js +117 -0
  518. package/profiles/_cache/bun/fast-uri@3.1.2@@@1/test/fixtures/uri-js-parse.json +501 -0
  519. package/profiles/_cache/bun/fast-uri@3.1.2@@@1/test/fixtures/uri-js-serialize.json +120 -0
  520. package/profiles/_cache/bun/fast-uri@3.1.2@@@1/test/parse.test.js +323 -0
  521. package/profiles/_cache/bun/fast-uri@3.1.2@@@1/test/resolve.test.js +87 -0
  522. package/profiles/_cache/bun/fast-uri@3.1.2@@@1/test/rfc-3986.test.js +90 -0
  523. package/profiles/_cache/bun/fast-uri@3.1.2@@@1/test/security-normalization.test.js +39 -0
  524. package/profiles/_cache/bun/fast-uri@3.1.2@@@1/test/security.test.js +133 -0
  525. package/profiles/_cache/bun/fast-uri@3.1.2@@@1/test/serialize.test.js +151 -0
  526. package/profiles/_cache/bun/fast-uri@3.1.2@@@1/test/uri-js-compatibility.test.js +33 -0
  527. package/profiles/_cache/bun/fast-uri@3.1.2@@@1/test/uri-js.test.js +912 -0
  528. package/profiles/_cache/bun/fast-uri@3.1.2@@@1/test/util.test.js +38 -0
  529. package/profiles/_cache/bun/fast-uri@3.1.2@@@1/tsconfig.json +9 -0
  530. package/profiles/_cache/bun/fast-uri@3.1.2@@@1/types/index.d.ts +60 -0
  531. package/profiles/_cache/bun/fast-uri@3.1.2@@@1/types/index.test-d.ts +17 -0
  532. package/profiles/_cache/bun/json-schema-traverse@1.0.0@@@1/.eslintrc.yml +27 -0
  533. package/profiles/_cache/bun/json-schema-traverse@1.0.0@@@1/.github/FUNDING.yml +2 -0
  534. package/profiles/_cache/bun/json-schema-traverse@1.0.0@@@1/.github/workflows/build.yml +28 -0
  535. package/profiles/_cache/bun/json-schema-traverse@1.0.0@@@1/.github/workflows/publish.yml +27 -0
  536. package/profiles/_cache/bun/json-schema-traverse@1.0.0@@@1/LICENSE +21 -0
  537. package/profiles/_cache/bun/json-schema-traverse@1.0.0@@@1/README.md +95 -0
  538. package/profiles/_cache/bun/json-schema-traverse@1.0.0@@@1/index.d.ts +40 -0
  539. package/profiles/_cache/bun/json-schema-traverse@1.0.0@@@1/index.js +93 -0
  540. package/profiles/_cache/bun/json-schema-traverse@1.0.0@@@1/package.json +43 -0
  541. package/profiles/_cache/bun/json-schema-traverse@1.0.0@@@1/spec/.eslintrc.yml +6 -0
  542. package/profiles/_cache/bun/json-schema-traverse@1.0.0@@@1/spec/fixtures/schema.js +125 -0
  543. package/profiles/_cache/bun/json-schema-traverse@1.0.0@@@1/spec/index.spec.js +171 -0
  544. package/profiles/_cache/bun/require-from-string@2.0.2@@@1/index.js +34 -0
  545. package/profiles/_cache/bun/require-from-string@2.0.2@@@1/license +21 -0
  546. package/profiles/_cache/bun/require-from-string@2.0.2@@@1/package.json +28 -0
  547. package/profiles/_cache/bun/require-from-string@2.0.2@@@1/readme.md +56 -0
  548. package/profiles/_cache/bun/yaml@2.9.0@@@1/LICENSE +13 -0
  549. package/profiles/_cache/bun/yaml@2.9.0@@@1/README.md +172 -0
  550. package/profiles/_cache/bun/yaml@2.9.0@@@1/bin.mjs +11 -0
  551. package/profiles/_cache/bun/yaml@2.9.0@@@1/browser/dist/compose/compose-collection.js +88 -0
  552. package/profiles/_cache/bun/yaml@2.9.0@@@1/browser/dist/compose/compose-doc.js +43 -0
  553. package/profiles/_cache/bun/yaml@2.9.0@@@1/browser/dist/compose/compose-node.js +109 -0
  554. package/profiles/_cache/bun/yaml@2.9.0@@@1/browser/dist/compose/compose-scalar.js +86 -0
  555. package/profiles/_cache/bun/yaml@2.9.0@@@1/browser/dist/compose/composer.js +219 -0
  556. package/profiles/_cache/bun/yaml@2.9.0@@@1/browser/dist/compose/resolve-block-map.js +115 -0
  557. package/profiles/_cache/bun/yaml@2.9.0@@@1/browser/dist/compose/resolve-block-scalar.js +198 -0
  558. package/profiles/_cache/bun/yaml@2.9.0@@@1/browser/dist/compose/resolve-block-seq.js +49 -0
  559. package/profiles/_cache/bun/yaml@2.9.0@@@1/browser/dist/compose/resolve-end.js +37 -0
  560. package/profiles/_cache/bun/yaml@2.9.0@@@1/browser/dist/compose/resolve-flow-collection.js +207 -0
  561. package/profiles/_cache/bun/yaml@2.9.0@@@1/browser/dist/compose/resolve-flow-scalar.js +225 -0
  562. package/profiles/_cache/bun/yaml@2.9.0@@@1/browser/dist/compose/resolve-props.js +146 -0
  563. package/profiles/_cache/bun/yaml@2.9.0@@@1/browser/dist/compose/util-contains-newline.js +34 -0
  564. package/profiles/_cache/bun/yaml@2.9.0@@@1/browser/dist/compose/util-empty-scalar-position.js +26 -0
  565. package/profiles/_cache/bun/yaml@2.9.0@@@1/browser/dist/compose/util-flow-indent-check.js +15 -0
  566. package/profiles/_cache/bun/yaml@2.9.0@@@1/browser/dist/compose/util-map-includes.js +13 -0
  567. package/profiles/_cache/bun/yaml@2.9.0@@@1/browser/dist/doc/Document.js +335 -0
  568. package/profiles/_cache/bun/yaml@2.9.0@@@1/browser/dist/doc/anchors.js +71 -0
  569. package/profiles/_cache/bun/yaml@2.9.0@@@1/browser/dist/doc/applyReviver.js +55 -0
  570. package/profiles/_cache/bun/yaml@2.9.0@@@1/browser/dist/doc/createNode.js +88 -0
  571. package/profiles/_cache/bun/yaml@2.9.0@@@1/browser/dist/doc/directives.js +176 -0
  572. package/profiles/_cache/bun/yaml@2.9.0@@@1/browser/dist/errors.js +57 -0
  573. package/profiles/_cache/bun/yaml@2.9.0@@@1/browser/dist/index.js +17 -0
  574. package/profiles/_cache/bun/yaml@2.9.0@@@1/browser/dist/log.js +11 -0
  575. package/profiles/_cache/bun/yaml@2.9.0@@@1/browser/dist/nodes/Alias.js +116 -0
  576. package/profiles/_cache/bun/yaml@2.9.0@@@1/browser/dist/nodes/Collection.js +147 -0
  577. package/profiles/_cache/bun/yaml@2.9.0@@@1/browser/dist/nodes/Node.js +38 -0
  578. package/profiles/_cache/bun/yaml@2.9.0@@@1/browser/dist/nodes/Pair.js +36 -0
  579. package/profiles/_cache/bun/yaml@2.9.0@@@1/browser/dist/nodes/Scalar.js +24 -0
  580. package/profiles/_cache/bun/yaml@2.9.0@@@1/browser/dist/nodes/YAMLMap.js +144 -0
  581. package/profiles/_cache/bun/yaml@2.9.0@@@1/browser/dist/nodes/YAMLSeq.js +113 -0
  582. package/profiles/_cache/bun/yaml@2.9.0@@@1/browser/dist/nodes/addPairToJSMap.js +63 -0
  583. package/profiles/_cache/bun/yaml@2.9.0@@@1/browser/dist/nodes/identity.js +36 -0
  584. package/profiles/_cache/bun/yaml@2.9.0@@@1/browser/dist/nodes/toJS.js +37 -0
  585. package/profiles/_cache/bun/yaml@2.9.0@@@1/browser/dist/parse/cst-scalar.js +214 -0
  586. package/profiles/_cache/bun/yaml@2.9.0@@@1/browser/dist/parse/cst-stringify.js +61 -0
  587. package/profiles/_cache/bun/yaml@2.9.0@@@1/browser/dist/parse/cst-visit.js +97 -0
  588. package/profiles/_cache/bun/yaml@2.9.0@@@1/browser/dist/parse/cst.js +98 -0
  589. package/profiles/_cache/bun/yaml@2.9.0@@@1/browser/dist/parse/lexer.js +721 -0
  590. package/profiles/_cache/bun/yaml@2.9.0@@@1/browser/dist/parse/line-counter.js +39 -0
  591. package/profiles/_cache/bun/yaml@2.9.0@@@1/browser/dist/parse/parser.js +975 -0
  592. package/profiles/_cache/bun/yaml@2.9.0@@@1/browser/dist/public-api.js +102 -0
  593. package/profiles/_cache/bun/yaml@2.9.0@@@1/browser/dist/schema/Schema.js +37 -0
  594. package/profiles/_cache/bun/yaml@2.9.0@@@1/browser/dist/schema/common/map.js +17 -0
  595. package/profiles/_cache/bun/yaml@2.9.0@@@1/browser/dist/schema/common/null.js +15 -0
  596. package/profiles/_cache/bun/yaml@2.9.0@@@1/browser/dist/schema/common/seq.js +17 -0
  597. package/profiles/_cache/bun/yaml@2.9.0@@@1/browser/dist/schema/common/string.js +14 -0
  598. package/profiles/_cache/bun/yaml@2.9.0@@@1/browser/dist/schema/core/bool.js +19 -0
  599. package/profiles/_cache/bun/yaml@2.9.0@@@1/browser/dist/schema/core/float.js +43 -0
  600. package/profiles/_cache/bun/yaml@2.9.0@@@1/browser/dist/schema/core/int.js +38 -0
  601. package/profiles/_cache/bun/yaml@2.9.0@@@1/browser/dist/schema/core/schema.js +23 -0
  602. package/profiles/_cache/bun/yaml@2.9.0@@@1/browser/dist/schema/json/schema.js +62 -0
  603. package/profiles/_cache/bun/yaml@2.9.0@@@1/browser/dist/schema/tags.js +96 -0
  604. package/profiles/_cache/bun/yaml@2.9.0@@@1/browser/dist/schema/yaml-1.1/binary.js +58 -0
  605. package/profiles/_cache/bun/yaml@2.9.0@@@1/browser/dist/schema/yaml-1.1/bool.js +26 -0
  606. package/profiles/_cache/bun/yaml@2.9.0@@@1/browser/dist/schema/yaml-1.1/float.js +46 -0
  607. package/profiles/_cache/bun/yaml@2.9.0@@@1/browser/dist/schema/yaml-1.1/int.js +71 -0
  608. package/profiles/_cache/bun/yaml@2.9.0@@@1/browser/dist/schema/yaml-1.1/merge.js +67 -0
  609. package/profiles/_cache/bun/yaml@2.9.0@@@1/browser/dist/schema/yaml-1.1/omap.js +74 -0
  610. package/profiles/_cache/bun/yaml@2.9.0@@@1/browser/dist/schema/yaml-1.1/pairs.js +78 -0
  611. package/profiles/_cache/bun/yaml@2.9.0@@@1/browser/dist/schema/yaml-1.1/schema.js +39 -0
  612. package/profiles/_cache/bun/yaml@2.9.0@@@1/browser/dist/schema/yaml-1.1/set.js +93 -0
  613. package/profiles/_cache/bun/yaml@2.9.0@@@1/browser/dist/schema/yaml-1.1/timestamp.js +101 -0
  614. package/profiles/_cache/bun/yaml@2.9.0@@@1/browser/dist/stringify/foldFlowLines.js +146 -0
  615. package/profiles/_cache/bun/yaml@2.9.0@@@1/browser/dist/stringify/stringify.js +129 -0
  616. package/profiles/_cache/bun/yaml@2.9.0@@@1/browser/dist/stringify/stringifyCollection.js +153 -0
  617. package/profiles/_cache/bun/yaml@2.9.0@@@1/browser/dist/stringify/stringifyComment.js +20 -0
  618. package/profiles/_cache/bun/yaml@2.9.0@@@1/browser/dist/stringify/stringifyDocument.js +85 -0
  619. package/profiles/_cache/bun/yaml@2.9.0@@@1/browser/dist/stringify/stringifyNumber.js +25 -0
  620. package/profiles/_cache/bun/yaml@2.9.0@@@1/browser/dist/stringify/stringifyPair.js +150 -0
  621. package/profiles/_cache/bun/yaml@2.9.0@@@1/browser/dist/stringify/stringifyString.js +336 -0
  622. package/profiles/_cache/bun/yaml@2.9.0@@@1/browser/dist/util.js +11 -0
  623. package/profiles/_cache/bun/yaml@2.9.0@@@1/browser/dist/visit.js +233 -0
  624. package/profiles/_cache/bun/yaml@2.9.0@@@1/browser/index.js +5 -0
  625. package/profiles/_cache/bun/yaml@2.9.0@@@1/browser/package.json +3 -0
  626. package/profiles/_cache/bun/yaml@2.9.0@@@1/dist/cli.d.ts +8 -0
  627. package/profiles/_cache/bun/yaml@2.9.0@@@1/dist/cli.mjs +201 -0
  628. package/profiles/_cache/bun/yaml@2.9.0@@@1/dist/compose/compose-collection.d.ts +11 -0
  629. package/profiles/_cache/bun/yaml@2.9.0@@@1/dist/compose/compose-collection.js +90 -0
  630. package/profiles/_cache/bun/yaml@2.9.0@@@1/dist/compose/compose-doc.d.ts +7 -0
  631. package/profiles/_cache/bun/yaml@2.9.0@@@1/dist/compose/compose-doc.js +45 -0
  632. package/profiles/_cache/bun/yaml@2.9.0@@@1/dist/compose/compose-node.d.ts +29 -0
  633. package/profiles/_cache/bun/yaml@2.9.0@@@1/dist/compose/compose-node.js +112 -0
  634. package/profiles/_cache/bun/yaml@2.9.0@@@1/dist/compose/compose-scalar.d.ts +5 -0
  635. package/profiles/_cache/bun/yaml@2.9.0@@@1/dist/compose/compose-scalar.js +88 -0
  636. package/profiles/_cache/bun/yaml@2.9.0@@@1/dist/compose/composer.d.ts +63 -0
  637. package/profiles/_cache/bun/yaml@2.9.0@@@1/dist/compose/composer.js +224 -0
  638. package/profiles/_cache/bun/yaml@2.9.0@@@1/dist/compose/resolve-block-map.d.ts +6 -0
  639. package/profiles/_cache/bun/yaml@2.9.0@@@1/dist/compose/resolve-block-map.js +117 -0
  640. package/profiles/_cache/bun/yaml@2.9.0@@@1/dist/compose/resolve-block-scalar.d.ts +11 -0
  641. package/profiles/_cache/bun/yaml@2.9.0@@@1/dist/compose/resolve-block-scalar.js +200 -0
  642. package/profiles/_cache/bun/yaml@2.9.0@@@1/dist/compose/resolve-block-seq.d.ts +6 -0
  643. package/profiles/_cache/bun/yaml@2.9.0@@@1/dist/compose/resolve-block-seq.js +51 -0
  644. package/profiles/_cache/bun/yaml@2.9.0@@@1/dist/compose/resolve-end.d.ts +6 -0
  645. package/profiles/_cache/bun/yaml@2.9.0@@@1/dist/compose/resolve-end.js +39 -0
  646. package/profiles/_cache/bun/yaml@2.9.0@@@1/dist/compose/resolve-flow-collection.d.ts +7 -0
  647. package/profiles/_cache/bun/yaml@2.9.0@@@1/dist/compose/resolve-flow-collection.js +209 -0
  648. package/profiles/_cache/bun/yaml@2.9.0@@@1/dist/compose/resolve-flow-scalar.d.ts +10 -0
  649. package/profiles/_cache/bun/yaml@2.9.0@@@1/dist/compose/resolve-flow-scalar.js +227 -0
  650. package/profiles/_cache/bun/yaml@2.9.0@@@1/dist/compose/resolve-props.d.ts +23 -0
  651. package/profiles/_cache/bun/yaml@2.9.0@@@1/dist/compose/resolve-props.js +148 -0
  652. package/profiles/_cache/bun/yaml@2.9.0@@@1/dist/compose/util-contains-newline.d.ts +2 -0
  653. package/profiles/_cache/bun/yaml@2.9.0@@@1/dist/compose/util-contains-newline.js +36 -0
  654. package/profiles/_cache/bun/yaml@2.9.0@@@1/dist/compose/util-empty-scalar-position.d.ts +2 -0
  655. package/profiles/_cache/bun/yaml@2.9.0@@@1/dist/compose/util-empty-scalar-position.js +28 -0
  656. package/profiles/_cache/bun/yaml@2.9.0@@@1/dist/compose/util-flow-indent-check.d.ts +3 -0
  657. package/profiles/_cache/bun/yaml@2.9.0@@@1/dist/compose/util-flow-indent-check.js +17 -0
  658. package/profiles/_cache/bun/yaml@2.9.0@@@1/dist/compose/util-map-includes.d.ts +4 -0
  659. package/profiles/_cache/bun/yaml@2.9.0@@@1/dist/compose/util-map-includes.js +15 -0
  660. package/profiles/_cache/bun/yaml@2.9.0@@@1/dist/doc/Document.d.ts +141 -0
  661. package/profiles/_cache/bun/yaml@2.9.0@@@1/dist/doc/Document.js +337 -0
  662. package/profiles/_cache/bun/yaml@2.9.0@@@1/dist/doc/anchors.d.ts +24 -0
  663. package/profiles/_cache/bun/yaml@2.9.0@@@1/dist/doc/anchors.js +76 -0
  664. package/profiles/_cache/bun/yaml@2.9.0@@@1/dist/doc/applyReviver.d.ts +9 -0
  665. package/profiles/_cache/bun/yaml@2.9.0@@@1/dist/doc/applyReviver.js +57 -0
  666. package/profiles/_cache/bun/yaml@2.9.0@@@1/dist/doc/createNode.d.ts +17 -0
  667. package/profiles/_cache/bun/yaml@2.9.0@@@1/dist/doc/createNode.js +90 -0
  668. package/profiles/_cache/bun/yaml@2.9.0@@@1/dist/doc/directives.d.ts +49 -0
  669. package/profiles/_cache/bun/yaml@2.9.0@@@1/dist/doc/directives.js +178 -0
  670. package/profiles/_cache/bun/yaml@2.9.0@@@1/dist/errors.d.ts +21 -0
  671. package/profiles/_cache/bun/yaml@2.9.0@@@1/dist/errors.js +62 -0
  672. package/profiles/_cache/bun/yaml@2.9.0@@@1/dist/index.d.ts +25 -0
  673. package/profiles/_cache/bun/yaml@2.9.0@@@1/dist/index.js +50 -0
  674. package/profiles/_cache/bun/yaml@2.9.0@@@1/dist/log.d.ts +3 -0
  675. package/profiles/_cache/bun/yaml@2.9.0@@@1/dist/log.js +19 -0
  676. package/profiles/_cache/bun/yaml@2.9.0@@@1/dist/nodes/Alias.d.ts +29 -0
  677. package/profiles/_cache/bun/yaml@2.9.0@@@1/dist/nodes/Alias.js +118 -0
  678. package/profiles/_cache/bun/yaml@2.9.0@@@1/dist/nodes/Collection.d.ts +73 -0
  679. package/profiles/_cache/bun/yaml@2.9.0@@@1/dist/nodes/Collection.js +151 -0
  680. package/profiles/_cache/bun/yaml@2.9.0@@@1/dist/nodes/Node.d.ts +53 -0
  681. package/profiles/_cache/bun/yaml@2.9.0@@@1/dist/nodes/Node.js +40 -0
  682. package/profiles/_cache/bun/yaml@2.9.0@@@1/dist/nodes/Pair.d.ts +22 -0
  683. package/profiles/_cache/bun/yaml@2.9.0@@@1/dist/nodes/Pair.js +39 -0
  684. package/profiles/_cache/bun/yaml@2.9.0@@@1/dist/nodes/Scalar.d.ts +47 -0
  685. package/profiles/_cache/bun/yaml@2.9.0@@@1/dist/nodes/Scalar.js +27 -0
  686. package/profiles/_cache/bun/yaml@2.9.0@@@1/dist/nodes/YAMLMap.d.ts +53 -0
  687. package/profiles/_cache/bun/yaml@2.9.0@@@1/dist/nodes/YAMLMap.js +147 -0
  688. package/profiles/_cache/bun/yaml@2.9.0@@@1/dist/nodes/YAMLSeq.d.ts +60 -0
  689. package/profiles/_cache/bun/yaml@2.9.0@@@1/dist/nodes/YAMLSeq.js +115 -0
  690. package/profiles/_cache/bun/yaml@2.9.0@@@1/dist/nodes/addPairToJSMap.d.ts +4 -0
  691. package/profiles/_cache/bun/yaml@2.9.0@@@1/dist/nodes/addPairToJSMap.js +65 -0
  692. package/profiles/_cache/bun/yaml@2.9.0@@@1/dist/nodes/identity.d.ts +23 -0
  693. package/profiles/_cache/bun/yaml@2.9.0@@@1/dist/nodes/identity.js +53 -0
  694. package/profiles/_cache/bun/yaml@2.9.0@@@1/dist/nodes/toJS.d.ts +29 -0
  695. package/profiles/_cache/bun/yaml@2.9.0@@@1/dist/nodes/toJS.js +39 -0
  696. package/profiles/_cache/bun/yaml@2.9.0@@@1/dist/options.d.ts +350 -0
  697. package/profiles/_cache/bun/yaml@2.9.0@@@1/dist/parse/cst-scalar.d.ts +64 -0
  698. package/profiles/_cache/bun/yaml@2.9.0@@@1/dist/parse/cst-scalar.js +218 -0
  699. package/profiles/_cache/bun/yaml@2.9.0@@@1/dist/parse/cst-stringify.d.ts +8 -0
  700. package/profiles/_cache/bun/yaml@2.9.0@@@1/dist/parse/cst-stringify.js +63 -0
  701. package/profiles/_cache/bun/yaml@2.9.0@@@1/dist/parse/cst-visit.d.ts +39 -0
  702. package/profiles/_cache/bun/yaml@2.9.0@@@1/dist/parse/cst-visit.js +99 -0
  703. package/profiles/_cache/bun/yaml@2.9.0@@@1/dist/parse/cst.d.ts +109 -0
  704. package/profiles/_cache/bun/yaml@2.9.0@@@1/dist/parse/cst.js +112 -0
  705. package/profiles/_cache/bun/yaml@2.9.0@@@1/dist/parse/lexer.d.ts +87 -0
  706. package/profiles/_cache/bun/yaml@2.9.0@@@1/dist/parse/lexer.js +723 -0
  707. package/profiles/_cache/bun/yaml@2.9.0@@@1/dist/parse/line-counter.d.ts +22 -0
  708. package/profiles/_cache/bun/yaml@2.9.0@@@1/dist/parse/line-counter.js +41 -0
  709. package/profiles/_cache/bun/yaml@2.9.0@@@1/dist/parse/parser.d.ts +84 -0
  710. package/profiles/_cache/bun/yaml@2.9.0@@@1/dist/parse/parser.js +980 -0
  711. package/profiles/_cache/bun/yaml@2.9.0@@@1/dist/public-api.d.ts +44 -0
  712. package/profiles/_cache/bun/yaml@2.9.0@@@1/dist/public-api.js +107 -0
  713. package/profiles/_cache/bun/yaml@2.9.0@@@1/dist/schema/Schema.d.ts +17 -0
  714. package/profiles/_cache/bun/yaml@2.9.0@@@1/dist/schema/Schema.js +39 -0
  715. package/profiles/_cache/bun/yaml@2.9.0@@@1/dist/schema/common/map.d.ts +2 -0
  716. package/profiles/_cache/bun/yaml@2.9.0@@@1/dist/schema/common/map.js +19 -0
  717. package/profiles/_cache/bun/yaml@2.9.0@@@1/dist/schema/common/null.d.ts +4 -0
  718. package/profiles/_cache/bun/yaml@2.9.0@@@1/dist/schema/common/null.js +17 -0
  719. package/profiles/_cache/bun/yaml@2.9.0@@@1/dist/schema/common/seq.d.ts +2 -0
  720. package/profiles/_cache/bun/yaml@2.9.0@@@1/dist/schema/common/seq.js +19 -0
  721. package/profiles/_cache/bun/yaml@2.9.0@@@1/dist/schema/common/string.d.ts +2 -0
  722. package/profiles/_cache/bun/yaml@2.9.0@@@1/dist/schema/common/string.js +16 -0
  723. package/profiles/_cache/bun/yaml@2.9.0@@@1/dist/schema/core/bool.d.ts +4 -0
  724. package/profiles/_cache/bun/yaml@2.9.0@@@1/dist/schema/core/bool.js +21 -0
  725. package/profiles/_cache/bun/yaml@2.9.0@@@1/dist/schema/core/float.d.ts +4 -0
  726. package/profiles/_cache/bun/yaml@2.9.0@@@1/dist/schema/core/float.js +47 -0
  727. package/profiles/_cache/bun/yaml@2.9.0@@@1/dist/schema/core/int.d.ts +4 -0
  728. package/profiles/_cache/bun/yaml@2.9.0@@@1/dist/schema/core/int.js +42 -0
  729. package/profiles/_cache/bun/yaml@2.9.0@@@1/dist/schema/core/schema.d.ts +1 -0
  730. package/profiles/_cache/bun/yaml@2.9.0@@@1/dist/schema/core/schema.js +25 -0
  731. package/profiles/_cache/bun/yaml@2.9.0@@@1/dist/schema/json/schema.d.ts +2 -0
  732. package/profiles/_cache/bun/yaml@2.9.0@@@1/dist/schema/json/schema.js +64 -0
  733. package/profiles/_cache/bun/yaml@2.9.0@@@1/dist/schema/json-schema.d.ts +69 -0
  734. package/profiles/_cache/bun/yaml@2.9.0@@@1/dist/schema/tags.d.ts +48 -0
  735. package/profiles/_cache/bun/yaml@2.9.0@@@1/dist/schema/tags.js +99 -0
  736. package/profiles/_cache/bun/yaml@2.9.0@@@1/dist/schema/types.d.ts +92 -0
  737. package/profiles/_cache/bun/yaml@2.9.0@@@1/dist/schema/yaml-1.1/binary.d.ts +2 -0
  738. package/profiles/_cache/bun/yaml@2.9.0@@@1/dist/schema/yaml-1.1/binary.js +70 -0
  739. package/profiles/_cache/bun/yaml@2.9.0@@@1/dist/schema/yaml-1.1/bool.d.ts +7 -0
  740. package/profiles/_cache/bun/yaml@2.9.0@@@1/dist/schema/yaml-1.1/bool.js +29 -0
  741. package/profiles/_cache/bun/yaml@2.9.0@@@1/dist/schema/yaml-1.1/float.d.ts +4 -0
  742. package/profiles/_cache/bun/yaml@2.9.0@@@1/dist/schema/yaml-1.1/float.js +50 -0
  743. package/profiles/_cache/bun/yaml@2.9.0@@@1/dist/schema/yaml-1.1/int.d.ts +5 -0
  744. package/profiles/_cache/bun/yaml@2.9.0@@@1/dist/schema/yaml-1.1/int.js +76 -0
  745. package/profiles/_cache/bun/yaml@2.9.0@@@1/dist/schema/yaml-1.1/merge.d.ts +9 -0
  746. package/profiles/_cache/bun/yaml@2.9.0@@@1/dist/schema/yaml-1.1/merge.js +71 -0
  747. package/profiles/_cache/bun/yaml@2.9.0@@@1/dist/schema/yaml-1.1/omap.d.ts +22 -0
  748. package/profiles/_cache/bun/yaml@2.9.0@@@1/dist/schema/yaml-1.1/omap.js +77 -0
  749. package/profiles/_cache/bun/yaml@2.9.0@@@1/dist/schema/yaml-1.1/pairs.d.ts +10 -0
  750. package/profiles/_cache/bun/yaml@2.9.0@@@1/dist/schema/yaml-1.1/pairs.js +82 -0
  751. package/profiles/_cache/bun/yaml@2.9.0@@@1/dist/schema/yaml-1.1/schema.d.ts +1 -0
  752. package/profiles/_cache/bun/yaml@2.9.0@@@1/dist/schema/yaml-1.1/schema.js +41 -0
  753. package/profiles/_cache/bun/yaml@2.9.0@@@1/dist/schema/yaml-1.1/set.d.ts +28 -0
  754. package/profiles/_cache/bun/yaml@2.9.0@@@1/dist/schema/yaml-1.1/set.js +96 -0
  755. package/profiles/_cache/bun/yaml@2.9.0@@@1/dist/schema/yaml-1.1/timestamp.d.ts +6 -0
  756. package/profiles/_cache/bun/yaml@2.9.0@@@1/dist/schema/yaml-1.1/timestamp.js +105 -0
  757. package/profiles/_cache/bun/yaml@2.9.0@@@1/dist/stringify/foldFlowLines.d.ts +34 -0
  758. package/profiles/_cache/bun/yaml@2.9.0@@@1/dist/stringify/foldFlowLines.js +151 -0
  759. package/profiles/_cache/bun/yaml@2.9.0@@@1/dist/stringify/stringify.d.ts +21 -0
  760. package/profiles/_cache/bun/yaml@2.9.0@@@1/dist/stringify/stringify.js +132 -0
  761. package/profiles/_cache/bun/yaml@2.9.0@@@1/dist/stringify/stringifyCollection.d.ts +17 -0
  762. package/profiles/_cache/bun/yaml@2.9.0@@@1/dist/stringify/stringifyCollection.js +155 -0
  763. package/profiles/_cache/bun/yaml@2.9.0@@@1/dist/stringify/stringifyComment.d.ts +10 -0
  764. package/profiles/_cache/bun/yaml@2.9.0@@@1/dist/stringify/stringifyComment.js +24 -0
  765. package/profiles/_cache/bun/yaml@2.9.0@@@1/dist/stringify/stringifyDocument.d.ts +4 -0
  766. package/profiles/_cache/bun/yaml@2.9.0@@@1/dist/stringify/stringifyDocument.js +87 -0
  767. package/profiles/_cache/bun/yaml@2.9.0@@@1/dist/stringify/stringifyNumber.d.ts +2 -0
  768. package/profiles/_cache/bun/yaml@2.9.0@@@1/dist/stringify/stringifyNumber.js +27 -0
  769. package/profiles/_cache/bun/yaml@2.9.0@@@1/dist/stringify/stringifyPair.d.ts +3 -0
  770. package/profiles/_cache/bun/yaml@2.9.0@@@1/dist/stringify/stringifyPair.js +152 -0
  771. package/profiles/_cache/bun/yaml@2.9.0@@@1/dist/stringify/stringifyString.d.ts +9 -0
  772. package/profiles/_cache/bun/yaml@2.9.0@@@1/dist/stringify/stringifyString.js +338 -0
  773. package/profiles/_cache/bun/yaml@2.9.0@@@1/dist/test-events.d.ts +4 -0
  774. package/profiles/_cache/bun/yaml@2.9.0@@@1/dist/test-events.js +134 -0
  775. package/profiles/_cache/bun/yaml@2.9.0@@@1/dist/util.d.ts +16 -0
  776. package/profiles/_cache/bun/yaml@2.9.0@@@1/dist/util.js +28 -0
  777. package/profiles/_cache/bun/yaml@2.9.0@@@1/dist/visit.d.ts +102 -0
  778. package/profiles/_cache/bun/yaml@2.9.0@@@1/dist/visit.js +236 -0
  779. package/profiles/_cache/bun/yaml@2.9.0@@@1/package.json +97 -0
  780. package/profiles/_cache/bun/yaml@2.9.0@@@1/util.js +2 -0
  781. package/profiles/_examples/inherits.yaml +27 -0
  782. package/profiles/_examples/minimal.yaml +11 -0
  783. package/profiles/_types.ts +103 -0
  784. package/profiles/backend/README.md +34 -0
  785. package/profiles/backend/profile.yaml +19 -0
  786. package/profiles/caveman-quick/README.md +29 -0
  787. package/profiles/caveman-quick/profile.yaml +14 -0
  788. package/profiles/coolify/logo.png +0 -0
  789. package/profiles/coolify/profile.yaml +16 -0
  790. package/profiles/core/README.md +21 -0
  791. package/profiles/core/profile.yaml +15 -0
  792. package/profiles/creative-media/README.md +36 -0
  793. package/profiles/creative-media/profile.yaml +21 -0
  794. package/profiles/cybersecurity/profile.yaml +761 -0
  795. package/profiles/docs-writer/README.md +32 -0
  796. package/profiles/docs-writer/profile.yaml +17 -0
  797. package/profiles/fleet-control/README.md +36 -0
  798. package/profiles/fleet-control/profile.yaml +21 -0
  799. package/profiles/frontend/README.md +32 -0
  800. package/profiles/frontend/profile.yaml +17 -0
  801. package/profiles/full/README.md +31 -0
  802. package/profiles/full/profile.yaml +23 -0
  803. package/profiles/hostinger/logo.png +0 -0
  804. package/profiles/hostinger/profile.yaml +15 -0
  805. package/profiles/marketing/README.md +20 -0
  806. package/profiles/marketing/profile.yaml +12 -0
  807. package/profiles/medusa-dev/README.md +36 -0
  808. package/profiles/medusa-dev/profile.yaml +21 -0
  809. package/profiles/nvidia/logo.png +0 -0
  810. package/profiles/nvidia/profile.yaml +20 -0
  811. package/profiles/readme-writer-svg/profile.yaml +13 -0
  812. package/profiles/research/README.md +34 -0
  813. package/profiles/research/profile.yaml +19 -0
  814. package/profiles/schema.json +152 -0
  815. package/resources/claude-md/README.md +33 -0
  816. package/resources/claude-md/_always/karpathy-guidelines.md +63 -0
  817. package/resources/claude-plugins-official/.claude-plugin/marketplace.json +2701 -0
  818. package/resources/claude-plugins-official/.github/policy/prompt.md +99 -0
  819. package/resources/claude-plugins-official/.github/policy/schema.json +52 -0
  820. package/resources/claude-plugins-official/.github/scripts/discover_bumps.py +229 -0
  821. package/resources/claude-plugins-official/.github/scripts/validate-frontmatter.ts +277 -0
  822. package/resources/claude-plugins-official/.github/workflows/bump-plugin-shas.yml +69 -0
  823. package/resources/claude-plugins-official/.github/workflows/check-mcp-urls.yml +129 -0
  824. package/resources/claude-plugins-official/.github/workflows/close-external-prs.yml +47 -0
  825. package/resources/claude-plugins-official/.github/workflows/revert-failed-bumps.yml +284 -0
  826. package/resources/claude-plugins-official/.github/workflows/scan-plugins.yml +380 -0
  827. package/resources/claude-plugins-official/.github/workflows/validate-frontmatter.yml +42 -0
  828. package/resources/claude-plugins-official/.github/workflows/validate-plugins.yml +34 -0
  829. package/resources/claude-plugins-official/README.md +51 -0
  830. package/resources/claude-plugins-official/external_plugins/asana/.claude-plugin/plugin.json +7 -0
  831. package/resources/claude-plugins-official/external_plugins/asana/.mcp.json +6 -0
  832. package/resources/claude-plugins-official/external_plugins/context7/.claude-plugin/plugin.json +7 -0
  833. package/resources/claude-plugins-official/external_plugins/context7/.mcp.json +6 -0
  834. package/resources/claude-plugins-official/external_plugins/discord/.claude-plugin/plugin.json +11 -0
  835. package/resources/claude-plugins-official/external_plugins/discord/.mcp.json +8 -0
  836. package/resources/claude-plugins-official/external_plugins/discord/ACCESS.md +143 -0
  837. package/resources/claude-plugins-official/external_plugins/discord/LICENSE +202 -0
  838. package/resources/claude-plugins-official/external_plugins/discord/README.md +112 -0
  839. package/resources/claude-plugins-official/external_plugins/discord/bun.lock +244 -0
  840. package/resources/claude-plugins-official/external_plugins/discord/package.json +14 -0
  841. package/resources/claude-plugins-official/external_plugins/discord/server.ts +900 -0
  842. package/resources/claude-plugins-official/external_plugins/discord/skills/access/SKILL.md +137 -0
  843. package/resources/claude-plugins-official/external_plugins/discord/skills/configure/SKILL.md +99 -0
  844. package/resources/claude-plugins-official/external_plugins/fakechat/.claude-plugin/plugin.json +13 -0
  845. package/resources/claude-plugins-official/external_plugins/fakechat/.mcp.json +8 -0
  846. package/resources/claude-plugins-official/external_plugins/fakechat/LICENSE +202 -0
  847. package/resources/claude-plugins-official/external_plugins/fakechat/README.md +47 -0
  848. package/resources/claude-plugins-official/external_plugins/fakechat/bun.lock +206 -0
  849. package/resources/claude-plugins-official/external_plugins/fakechat/package.json +16 -0
  850. package/resources/claude-plugins-official/external_plugins/fakechat/server.ts +295 -0
  851. package/resources/claude-plugins-official/external_plugins/firebase/.claude-plugin/plugin.json +7 -0
  852. package/resources/claude-plugins-official/external_plugins/firebase/.mcp.json +6 -0
  853. package/resources/claude-plugins-official/external_plugins/github/.claude-plugin/plugin.json +7 -0
  854. package/resources/claude-plugins-official/external_plugins/github/.mcp.json +9 -0
  855. package/resources/claude-plugins-official/external_plugins/gitlab/.claude-plugin/plugin.json +7 -0
  856. package/resources/claude-plugins-official/external_plugins/gitlab/.mcp.json +6 -0
  857. package/resources/claude-plugins-official/external_plugins/greptile/.claude-plugin/plugin.json +10 -0
  858. package/resources/claude-plugins-official/external_plugins/greptile/.mcp.json +9 -0
  859. package/resources/claude-plugins-official/external_plugins/greptile/README.md +57 -0
  860. package/resources/claude-plugins-official/external_plugins/imessage/.claude-plugin/plugin.json +11 -0
  861. package/resources/claude-plugins-official/external_plugins/imessage/.mcp.json +8 -0
  862. package/resources/claude-plugins-official/external_plugins/imessage/ACCESS.md +142 -0
  863. package/resources/claude-plugins-official/external_plugins/imessage/LICENSE +202 -0
  864. package/resources/claude-plugins-official/external_plugins/imessage/README.md +84 -0
  865. package/resources/claude-plugins-official/external_plugins/imessage/bun.lock +207 -0
  866. package/resources/claude-plugins-official/external_plugins/imessage/package.json +17 -0
  867. package/resources/claude-plugins-official/external_plugins/imessage/server.ts +875 -0
  868. package/resources/claude-plugins-official/external_plugins/imessage/skills/access/SKILL.md +140 -0
  869. package/resources/claude-plugins-official/external_plugins/imessage/skills/configure/SKILL.md +82 -0
  870. package/resources/claude-plugins-official/external_plugins/laravel-boost/.claude-plugin/plugin.json +7 -0
  871. package/resources/claude-plugins-official/external_plugins/laravel-boost/.mcp.json +6 -0
  872. package/resources/claude-plugins-official/external_plugins/linear/.claude-plugin/plugin.json +7 -0
  873. package/resources/claude-plugins-official/external_plugins/linear/.mcp.json +6 -0
  874. package/resources/claude-plugins-official/external_plugins/playwright/.claude-plugin/plugin.json +7 -0
  875. package/resources/claude-plugins-official/external_plugins/playwright/.mcp.json +6 -0
  876. package/resources/claude-plugins-official/external_plugins/serena/.claude-plugin/plugin.json +7 -0
  877. package/resources/claude-plugins-official/external_plugins/serena/.mcp.json +6 -0
  878. package/resources/claude-plugins-official/external_plugins/telegram/.claude-plugin/plugin.json +11 -0
  879. package/resources/claude-plugins-official/external_plugins/telegram/.mcp.json +8 -0
  880. package/resources/claude-plugins-official/external_plugins/telegram/ACCESS.md +147 -0
  881. package/resources/claude-plugins-official/external_plugins/telegram/LICENSE +202 -0
  882. package/resources/claude-plugins-official/external_plugins/telegram/README.md +99 -0
  883. package/resources/claude-plugins-official/external_plugins/telegram/bun.lock +212 -0
  884. package/resources/claude-plugins-official/external_plugins/telegram/package.json +14 -0
  885. package/resources/claude-plugins-official/external_plugins/telegram/server.ts +1038 -0
  886. package/resources/claude-plugins-official/external_plugins/telegram/skills/access/SKILL.md +136 -0
  887. package/resources/claude-plugins-official/external_plugins/telegram/skills/configure/SKILL.md +96 -0
  888. package/resources/claude-plugins-official/external_plugins/terraform/.claude-plugin/plugin.json +7 -0
  889. package/resources/claude-plugins-official/external_plugins/terraform/.mcp.json +12 -0
  890. package/resources/claude-plugins-official/plugins/agent-sdk-dev/.claude-plugin/plugin.json +8 -0
  891. package/resources/claude-plugins-official/plugins/agent-sdk-dev/LICENSE +202 -0
  892. package/resources/claude-plugins-official/plugins/agent-sdk-dev/README.md +208 -0
  893. package/resources/claude-plugins-official/plugins/agent-sdk-dev/agents/agent-sdk-verifier-py.md +140 -0
  894. package/resources/claude-plugins-official/plugins/agent-sdk-dev/agents/agent-sdk-verifier-ts.md +145 -0
  895. package/resources/claude-plugins-official/plugins/agent-sdk-dev/commands/new-sdk-app.md +176 -0
  896. package/resources/claude-plugins-official/plugins/clangd-lsp/LICENSE +202 -0
  897. package/resources/claude-plugins-official/plugins/clangd-lsp/README.md +36 -0
  898. package/resources/claude-plugins-official/plugins/claude-code-setup/.claude-plugin/plugin.json +9 -0
  899. package/resources/claude-plugins-official/plugins/claude-code-setup/LICENSE +202 -0
  900. package/resources/claude-plugins-official/plugins/claude-code-setup/README.md +29 -0
  901. package/resources/claude-plugins-official/plugins/claude-code-setup/automation-recommender-example.png +0 -0
  902. package/resources/claude-plugins-official/plugins/claude-code-setup/skills/claude-automation-recommender/SKILL.md +288 -0
  903. package/resources/claude-plugins-official/plugins/claude-code-setup/skills/claude-automation-recommender/references/hooks-patterns.md +226 -0
  904. package/resources/claude-plugins-official/plugins/claude-code-setup/skills/claude-automation-recommender/references/mcp-servers.md +263 -0
  905. package/resources/claude-plugins-official/plugins/claude-code-setup/skills/claude-automation-recommender/references/plugins-reference.md +98 -0
  906. package/resources/claude-plugins-official/plugins/claude-code-setup/skills/claude-automation-recommender/references/skills-reference.md +408 -0
  907. package/resources/claude-plugins-official/plugins/claude-code-setup/skills/claude-automation-recommender/references/subagent-templates.md +181 -0
  908. package/resources/claude-plugins-official/plugins/claude-md-management/.claude-plugin/plugin.json +9 -0
  909. package/resources/claude-plugins-official/plugins/claude-md-management/LICENSE +202 -0
  910. package/resources/claude-plugins-official/plugins/claude-md-management/README.md +40 -0
  911. package/resources/claude-plugins-official/plugins/claude-md-management/claude-md-improver-example.png +0 -0
  912. package/resources/claude-plugins-official/plugins/claude-md-management/commands/revise-claude-md.md +54 -0
  913. package/resources/claude-plugins-official/plugins/claude-md-management/revise-claude-md-example.png +0 -0
  914. package/resources/claude-plugins-official/plugins/claude-md-management/skills/claude-md-improver/SKILL.md +179 -0
  915. package/resources/claude-plugins-official/plugins/claude-md-management/skills/claude-md-improver/references/quality-criteria.md +109 -0
  916. package/resources/claude-plugins-official/plugins/claude-md-management/skills/claude-md-improver/references/templates.md +253 -0
  917. package/resources/claude-plugins-official/plugins/claude-md-management/skills/claude-md-improver/references/update-guidelines.md +150 -0
  918. package/resources/claude-plugins-official/plugins/code-modernization/.claude-plugin/plugin.json +8 -0
  919. package/resources/claude-plugins-official/plugins/code-modernization/LICENSE +202 -0
  920. package/resources/claude-plugins-official/plugins/code-modernization/README.md +119 -0
  921. package/resources/claude-plugins-official/plugins/code-modernization/agents/architecture-critic.md +36 -0
  922. package/resources/claude-plugins-official/plugins/code-modernization/agents/business-rules-extractor.md +46 -0
  923. package/resources/claude-plugins-official/plugins/code-modernization/agents/legacy-analyst.md +39 -0
  924. package/resources/claude-plugins-official/plugins/code-modernization/agents/security-auditor.md +56 -0
  925. package/resources/claude-plugins-official/plugins/code-modernization/agents/test-engineer.md +36 -0
  926. package/resources/claude-plugins-official/plugins/code-modernization/commands/modernize-assess.md +161 -0
  927. package/resources/claude-plugins-official/plugins/code-modernization/commands/modernize-brief.md +65 -0
  928. package/resources/claude-plugins-official/plugins/code-modernization/commands/modernize-extract-rules.md +76 -0
  929. package/resources/claude-plugins-official/plugins/code-modernization/commands/modernize-harden.md +64 -0
  930. package/resources/claude-plugins-official/plugins/code-modernization/commands/modernize-map.md +104 -0
  931. package/resources/claude-plugins-official/plugins/code-modernization/commands/modernize-reimagine.md +83 -0
  932. package/resources/claude-plugins-official/plugins/code-modernization/commands/modernize-transform.md +78 -0
  933. package/resources/claude-plugins-official/plugins/code-review/.claude-plugin/plugin.json +9 -0
  934. package/resources/claude-plugins-official/plugins/code-review/LICENSE +202 -0
  935. package/resources/claude-plugins-official/plugins/code-review/README.md +246 -0
  936. package/resources/claude-plugins-official/plugins/code-review/commands/code-review.md +92 -0
  937. package/resources/claude-plugins-official/plugins/code-simplifier/.claude-plugin/plugin.json +9 -0
  938. package/resources/claude-plugins-official/plugins/code-simplifier/LICENSE +202 -0
  939. package/resources/claude-plugins-official/plugins/code-simplifier/agents/code-simplifier.md +52 -0
  940. package/resources/claude-plugins-official/plugins/commit-commands/.claude-plugin/plugin.json +9 -0
  941. package/resources/claude-plugins-official/plugins/commit-commands/LICENSE +202 -0
  942. package/resources/claude-plugins-official/plugins/commit-commands/README.md +225 -0
  943. package/resources/claude-plugins-official/plugins/commit-commands/commands/clean_gone.md +53 -0
  944. package/resources/claude-plugins-official/plugins/commit-commands/commands/commit-push-pr.md +20 -0
  945. package/resources/claude-plugins-official/plugins/commit-commands/commands/commit.md +17 -0
  946. package/resources/claude-plugins-official/plugins/csharp-lsp/LICENSE +202 -0
  947. package/resources/claude-plugins-official/plugins/csharp-lsp/README.md +25 -0
  948. package/resources/claude-plugins-official/plugins/cwc-makers/.claude-plugin/plugin.json +21 -0
  949. package/resources/claude-plugins-official/plugins/cwc-makers/LICENSE +202 -0
  950. package/resources/claude-plugins-official/plugins/cwc-makers/README.md +38 -0
  951. package/resources/claude-plugins-official/plugins/cwc-makers/commands/maker-setup.md +15 -0
  952. package/resources/claude-plugins-official/plugins/cwc-makers/skills/cardputer-buddy/SKILL.md +46 -0
  953. package/resources/claude-plugins-official/plugins/cwc-makers/skills/m5-onboard/SKILL.md +185 -0
  954. package/resources/claude-plugins-official/plugins/example-plugin/.claude-plugin/plugin.json +8 -0
  955. package/resources/claude-plugins-official/plugins/example-plugin/.mcp.json +6 -0
  956. package/resources/claude-plugins-official/plugins/example-plugin/LICENSE +202 -0
  957. package/resources/claude-plugins-official/plugins/example-plugin/README.md +69 -0
  958. package/resources/claude-plugins-official/plugins/example-plugin/commands/example-command.md +39 -0
  959. package/resources/claude-plugins-official/plugins/example-plugin/skills/example-command/SKILL.md +39 -0
  960. package/resources/claude-plugins-official/plugins/example-plugin/skills/example-skill/SKILL.md +84 -0
  961. package/resources/claude-plugins-official/plugins/explanatory-output-style/.claude-plugin/plugin.json +9 -0
  962. package/resources/claude-plugins-official/plugins/explanatory-output-style/LICENSE +202 -0
  963. package/resources/claude-plugins-official/plugins/explanatory-output-style/README.md +72 -0
  964. package/resources/claude-plugins-official/plugins/explanatory-output-style/hooks/hooks.json +15 -0
  965. package/resources/claude-plugins-official/plugins/explanatory-output-style/hooks-handlers/session-start.sh +15 -0
  966. package/resources/claude-plugins-official/plugins/feature-dev/.claude-plugin/plugin.json +8 -0
  967. package/resources/claude-plugins-official/plugins/feature-dev/LICENSE +202 -0
  968. package/resources/claude-plugins-official/plugins/feature-dev/README.md +412 -0
  969. package/resources/claude-plugins-official/plugins/feature-dev/agents/code-architect.md +34 -0
  970. package/resources/claude-plugins-official/plugins/feature-dev/agents/code-explorer.md +51 -0
  971. package/resources/claude-plugins-official/plugins/feature-dev/agents/code-reviewer.md +46 -0
  972. package/resources/claude-plugins-official/plugins/feature-dev/commands/feature-dev.md +125 -0
  973. package/resources/claude-plugins-official/plugins/frontend-design/.claude-plugin/plugin.json +8 -0
  974. package/resources/claude-plugins-official/plugins/frontend-design/LICENSE +202 -0
  975. package/resources/claude-plugins-official/plugins/frontend-design/README.md +31 -0
  976. package/resources/claude-plugins-official/plugins/frontend-design/skills/frontend-design/SKILL.md +42 -0
  977. package/resources/claude-plugins-official/plugins/gopls-lsp/LICENSE +202 -0
  978. package/resources/claude-plugins-official/plugins/gopls-lsp/README.md +20 -0
  979. package/resources/claude-plugins-official/plugins/hookify/.claude-plugin/plugin.json +8 -0
  980. package/resources/claude-plugins-official/plugins/hookify/LICENSE +202 -0
  981. package/resources/claude-plugins-official/plugins/hookify/README.md +340 -0
  982. package/resources/claude-plugins-official/plugins/hookify/agents/conversation-analyzer.md +185 -0
  983. package/resources/claude-plugins-official/plugins/hookify/commands/configure.md +128 -0
  984. package/resources/claude-plugins-official/plugins/hookify/commands/help.md +175 -0
  985. package/resources/claude-plugins-official/plugins/hookify/commands/hookify.md +231 -0
  986. package/resources/claude-plugins-official/plugins/hookify/commands/list.md +82 -0
  987. package/resources/claude-plugins-official/plugins/hookify/core/__init__.py +0 -0
  988. package/resources/claude-plugins-official/plugins/hookify/core/config_loader.py +297 -0
  989. package/resources/claude-plugins-official/plugins/hookify/core/rule_engine.py +313 -0
  990. package/resources/claude-plugins-official/plugins/hookify/examples/console-log-warning.local.md +14 -0
  991. package/resources/claude-plugins-official/plugins/hookify/examples/dangerous-rm.local.md +14 -0
  992. package/resources/claude-plugins-official/plugins/hookify/examples/require-tests-stop.local.md +22 -0
  993. package/resources/claude-plugins-official/plugins/hookify/examples/sensitive-files-warning.local.md +18 -0
  994. package/resources/claude-plugins-official/plugins/hookify/hooks/__init__.py +0 -0
  995. package/resources/claude-plugins-official/plugins/hookify/hooks/hooks.json +49 -0
  996. package/resources/claude-plugins-official/plugins/hookify/hooks/posttooluse.py +62 -0
  997. package/resources/claude-plugins-official/plugins/hookify/hooks/pretooluse.py +66 -0
  998. package/resources/claude-plugins-official/plugins/hookify/hooks/stop.py +55 -0
  999. package/resources/claude-plugins-official/plugins/hookify/hooks/userpromptsubmit.py +54 -0
  1000. package/resources/claude-plugins-official/plugins/hookify/matchers/__init__.py +0 -0
  1001. package/resources/claude-plugins-official/plugins/hookify/skills/writing-rules/SKILL.md +374 -0
  1002. package/resources/claude-plugins-official/plugins/hookify/utils/__init__.py +0 -0
  1003. package/resources/claude-plugins-official/plugins/jdtls-lsp/LICENSE +202 -0
  1004. package/resources/claude-plugins-official/plugins/jdtls-lsp/README.md +33 -0
  1005. package/resources/claude-plugins-official/plugins/kotlin-lsp/LICENSE +202 -0
  1006. package/resources/claude-plugins-official/plugins/kotlin-lsp/README.md +16 -0
  1007. package/resources/claude-plugins-official/plugins/learning-output-style/.claude-plugin/plugin.json +9 -0
  1008. package/resources/claude-plugins-official/plugins/learning-output-style/LICENSE +202 -0
  1009. package/resources/claude-plugins-official/plugins/learning-output-style/README.md +93 -0
  1010. package/resources/claude-plugins-official/plugins/learning-output-style/hooks/hooks.json +15 -0
  1011. package/resources/claude-plugins-official/plugins/learning-output-style/hooks-handlers/session-start.sh +15 -0
  1012. package/resources/claude-plugins-official/plugins/lua-lsp/LICENSE +202 -0
  1013. package/resources/claude-plugins-official/plugins/lua-lsp/README.md +32 -0
  1014. package/resources/claude-plugins-official/plugins/math-olympiad/.claude-plugin/plugin.json +8 -0
  1015. package/resources/claude-plugins-official/plugins/math-olympiad/LICENSE +202 -0
  1016. package/resources/claude-plugins-official/plugins/math-olympiad/README.md +40 -0
  1017. package/resources/claude-plugins-official/plugins/math-olympiad/skills/math-olympiad/SKILL.md +411 -0
  1018. package/resources/claude-plugins-official/plugins/math-olympiad/skills/math-olympiad/evals/trigger_eval.json +23 -0
  1019. package/resources/claude-plugins-official/plugins/math-olympiad/skills/math-olympiad/references/adversarial_prompts.md +293 -0
  1020. package/resources/claude-plugins-official/plugins/math-olympiad/skills/math-olympiad/references/attempt_agent.md +63 -0
  1021. package/resources/claude-plugins-official/plugins/math-olympiad/skills/math-olympiad/references/known_constructions.md +46 -0
  1022. package/resources/claude-plugins-official/plugins/math-olympiad/skills/math-olympiad/references/model_tier_defaults.md +66 -0
  1023. package/resources/claude-plugins-official/plugins/math-olympiad/skills/math-olympiad/references/presentation_prompts.md +153 -0
  1024. package/resources/claude-plugins-official/plugins/math-olympiad/skills/math-olympiad/references/solver_heuristics.md +135 -0
  1025. package/resources/claude-plugins-official/plugins/math-olympiad/skills/math-olympiad/references/verifier_patterns.md +206 -0
  1026. package/resources/claude-plugins-official/plugins/math-olympiad/skills/math-olympiad/scripts/check_latex.sh +4 -0
  1027. package/resources/claude-plugins-official/plugins/math-olympiad/skills/math-olympiad/scripts/compile_pdf.sh +54 -0
  1028. package/resources/claude-plugins-official/plugins/mcp-server-dev/.claude-plugin/plugin.json +8 -0
  1029. package/resources/claude-plugins-official/plugins/mcp-server-dev/LICENSE +202 -0
  1030. package/resources/claude-plugins-official/plugins/mcp-server-dev/README.md +32 -0
  1031. package/resources/claude-plugins-official/plugins/mcp-server-dev/skills/build-mcp-app/SKILL.md +392 -0
  1032. package/resources/claude-plugins-official/plugins/mcp-server-dev/skills/build-mcp-app/references/abuse-protection.md +60 -0
  1033. package/resources/claude-plugins-official/plugins/mcp-server-dev/skills/build-mcp-app/references/apps-sdk-messages.md +227 -0
  1034. package/resources/claude-plugins-official/plugins/mcp-server-dev/skills/build-mcp-app/references/directory-checklist.md +18 -0
  1035. package/resources/claude-plugins-official/plugins/mcp-server-dev/skills/build-mcp-app/references/iframe-sandbox.md +164 -0
  1036. package/resources/claude-plugins-official/plugins/mcp-server-dev/skills/build-mcp-app/references/payload-budgeting.md +54 -0
  1037. package/resources/claude-plugins-official/plugins/mcp-server-dev/skills/build-mcp-app/references/widget-templates.md +249 -0
  1038. package/resources/claude-plugins-official/plugins/mcp-server-dev/skills/build-mcp-server/SKILL.md +221 -0
  1039. package/resources/claude-plugins-official/plugins/mcp-server-dev/skills/build-mcp-server/references/auth.md +108 -0
  1040. package/resources/claude-plugins-official/plugins/mcp-server-dev/skills/build-mcp-server/references/deploy-cloudflare-workers.md +106 -0
  1041. package/resources/claude-plugins-official/plugins/mcp-server-dev/skills/build-mcp-server/references/elicitation.md +129 -0
  1042. package/resources/claude-plugins-official/plugins/mcp-server-dev/skills/build-mcp-server/references/remote-http-scaffold.md +211 -0
  1043. package/resources/claude-plugins-official/plugins/mcp-server-dev/skills/build-mcp-server/references/resources-and-prompts.md +122 -0
  1044. package/resources/claude-plugins-official/plugins/mcp-server-dev/skills/build-mcp-server/references/server-capabilities.md +164 -0
  1045. package/resources/claude-plugins-official/plugins/mcp-server-dev/skills/build-mcp-server/references/tool-design.md +189 -0
  1046. package/resources/claude-plugins-official/plugins/mcp-server-dev/skills/build-mcp-server/references/versions.md +25 -0
  1047. package/resources/claude-plugins-official/plugins/mcp-server-dev/skills/build-mcpb/SKILL.md +199 -0
  1048. package/resources/claude-plugins-official/plugins/mcp-server-dev/skills/build-mcpb/references/local-security.md +149 -0
  1049. package/resources/claude-plugins-official/plugins/mcp-server-dev/skills/build-mcpb/references/manifest-schema.md +156 -0
  1050. package/resources/claude-plugins-official/plugins/mcp-tunnels/.claude-plugin/plugin.json +8 -0
  1051. package/resources/claude-plugins-official/plugins/mcp-tunnels/LICENSE +202 -0
  1052. package/resources/claude-plugins-official/plugins/mcp-tunnels/README.md +122 -0
  1053. package/resources/claude-plugins-official/plugins/mcp-tunnels/commands/create-docker-mcp-tunnel.md +369 -0
  1054. package/resources/claude-plugins-official/plugins/php-lsp/LICENSE +202 -0
  1055. package/resources/claude-plugins-official/plugins/php-lsp/README.md +24 -0
  1056. package/resources/claude-plugins-official/plugins/playground/.claude-plugin/plugin.json +8 -0
  1057. package/resources/claude-plugins-official/plugins/playground/LICENSE +202 -0
  1058. package/resources/claude-plugins-official/plugins/playground/README.md +28 -0
  1059. package/resources/claude-plugins-official/plugins/playground/skills/playground/SKILL.md +76 -0
  1060. package/resources/claude-plugins-official/plugins/playground/skills/playground/templates/code-map.md +158 -0
  1061. package/resources/claude-plugins-official/plugins/playground/skills/playground/templates/concept-map.md +73 -0
  1062. package/resources/claude-plugins-official/plugins/playground/skills/playground/templates/data-explorer.md +67 -0
  1063. package/resources/claude-plugins-official/plugins/playground/skills/playground/templates/design-playground.md +67 -0
  1064. package/resources/claude-plugins-official/plugins/playground/skills/playground/templates/diff-review.md +179 -0
  1065. package/resources/claude-plugins-official/plugins/playground/skills/playground/templates/document-critique.md +171 -0
  1066. package/resources/claude-plugins-official/plugins/plugin-dev/.claude-plugin/plugin.json +8 -0
  1067. package/resources/claude-plugins-official/plugins/plugin-dev/LICENSE +202 -0
  1068. package/resources/claude-plugins-official/plugins/plugin-dev/README.md +402 -0
  1069. package/resources/claude-plugins-official/plugins/plugin-dev/agents/agent-creator.md +176 -0
  1070. package/resources/claude-plugins-official/plugins/plugin-dev/agents/plugin-validator.md +184 -0
  1071. package/resources/claude-plugins-official/plugins/plugin-dev/agents/skill-reviewer.md +184 -0
  1072. package/resources/claude-plugins-official/plugins/plugin-dev/commands/create-plugin.md +449 -0
  1073. package/resources/claude-plugins-official/plugins/plugin-dev/skills/agent-development/SKILL.md +401 -0
  1074. package/resources/claude-plugins-official/plugins/plugin-dev/skills/agent-development/examples/agent-creation-prompt.md +224 -0
  1075. package/resources/claude-plugins-official/plugins/plugin-dev/skills/agent-development/examples/complete-agent-examples.md +357 -0
  1076. package/resources/claude-plugins-official/plugins/plugin-dev/skills/agent-development/references/agent-creation-system-prompt.md +189 -0
  1077. package/resources/claude-plugins-official/plugins/plugin-dev/skills/agent-development/references/system-prompt-design.md +411 -0
  1078. package/resources/claude-plugins-official/plugins/plugin-dev/skills/agent-development/references/triggering-examples.md +217 -0
  1079. package/resources/claude-plugins-official/plugins/plugin-dev/skills/agent-development/scripts/validate-agent.sh +217 -0
  1080. package/resources/claude-plugins-official/plugins/plugin-dev/skills/command-development/README.md +272 -0
  1081. package/resources/claude-plugins-official/plugins/plugin-dev/skills/command-development/SKILL.md +884 -0
  1082. package/resources/claude-plugins-official/plugins/plugin-dev/skills/command-development/examples/plugin-commands.md +557 -0
  1083. package/resources/claude-plugins-official/plugins/plugin-dev/skills/command-development/examples/simple-commands.md +504 -0
  1084. package/resources/claude-plugins-official/plugins/plugin-dev/skills/command-development/references/advanced-workflows.md +722 -0
  1085. package/resources/claude-plugins-official/plugins/plugin-dev/skills/command-development/references/documentation-patterns.md +739 -0
  1086. package/resources/claude-plugins-official/plugins/plugin-dev/skills/command-development/references/frontmatter-reference.md +463 -0
  1087. package/resources/claude-plugins-official/plugins/plugin-dev/skills/command-development/references/interactive-commands.md +920 -0
  1088. package/resources/claude-plugins-official/plugins/plugin-dev/skills/command-development/references/marketplace-considerations.md +904 -0
  1089. package/resources/claude-plugins-official/plugins/plugin-dev/skills/command-development/references/plugin-features-reference.md +609 -0
  1090. package/resources/claude-plugins-official/plugins/plugin-dev/skills/command-development/references/testing-strategies.md +702 -0
  1091. package/resources/claude-plugins-official/plugins/plugin-dev/skills/hook-development/SKILL.md +712 -0
  1092. package/resources/claude-plugins-official/plugins/plugin-dev/skills/hook-development/examples/load-context.sh +55 -0
  1093. package/resources/claude-plugins-official/plugins/plugin-dev/skills/hook-development/examples/validate-bash.sh +43 -0
  1094. package/resources/claude-plugins-official/plugins/plugin-dev/skills/hook-development/examples/validate-write.sh +38 -0
  1095. package/resources/claude-plugins-official/plugins/plugin-dev/skills/hook-development/references/advanced.md +479 -0
  1096. package/resources/claude-plugins-official/plugins/plugin-dev/skills/hook-development/references/migration.md +369 -0
  1097. package/resources/claude-plugins-official/plugins/plugin-dev/skills/hook-development/references/patterns.md +346 -0
  1098. package/resources/claude-plugins-official/plugins/plugin-dev/skills/hook-development/scripts/README.md +164 -0
  1099. package/resources/claude-plugins-official/plugins/plugin-dev/skills/hook-development/scripts/hook-linter.sh +153 -0
  1100. package/resources/claude-plugins-official/plugins/plugin-dev/skills/hook-development/scripts/test-hook.sh +252 -0
  1101. package/resources/claude-plugins-official/plugins/plugin-dev/skills/hook-development/scripts/validate-hook-schema.sh +159 -0
  1102. package/resources/claude-plugins-official/plugins/plugin-dev/skills/mcp-integration/SKILL.md +554 -0
  1103. package/resources/claude-plugins-official/plugins/plugin-dev/skills/mcp-integration/examples/http-server.json +20 -0
  1104. package/resources/claude-plugins-official/plugins/plugin-dev/skills/mcp-integration/examples/sse-server.json +19 -0
  1105. package/resources/claude-plugins-official/plugins/plugin-dev/skills/mcp-integration/examples/stdio-server.json +26 -0
  1106. package/resources/claude-plugins-official/plugins/plugin-dev/skills/mcp-integration/references/authentication.md +549 -0
  1107. package/resources/claude-plugins-official/plugins/plugin-dev/skills/mcp-integration/references/server-types.md +536 -0
  1108. package/resources/claude-plugins-official/plugins/plugin-dev/skills/mcp-integration/references/tool-usage.md +538 -0
  1109. package/resources/claude-plugins-official/plugins/plugin-dev/skills/plugin-settings/SKILL.md +544 -0
  1110. package/resources/claude-plugins-official/plugins/plugin-dev/skills/plugin-settings/examples/create-settings-command.md +98 -0
  1111. package/resources/claude-plugins-official/plugins/plugin-dev/skills/plugin-settings/examples/example-settings.md +159 -0
  1112. package/resources/claude-plugins-official/plugins/plugin-dev/skills/plugin-settings/examples/read-settings-hook.sh +65 -0
  1113. package/resources/claude-plugins-official/plugins/plugin-dev/skills/plugin-settings/references/parsing-techniques.md +549 -0
  1114. package/resources/claude-plugins-official/plugins/plugin-dev/skills/plugin-settings/references/real-world-examples.md +395 -0
  1115. package/resources/claude-plugins-official/plugins/plugin-dev/skills/plugin-settings/scripts/parse-frontmatter.sh +59 -0
  1116. package/resources/claude-plugins-official/plugins/plugin-dev/skills/plugin-settings/scripts/validate-settings.sh +101 -0
  1117. package/resources/claude-plugins-official/plugins/plugin-dev/skills/plugin-structure/README.md +109 -0
  1118. package/resources/claude-plugins-official/plugins/plugin-dev/skills/plugin-structure/SKILL.md +476 -0
  1119. package/resources/claude-plugins-official/plugins/plugin-dev/skills/plugin-structure/examples/advanced-plugin.md +765 -0
  1120. package/resources/claude-plugins-official/plugins/plugin-dev/skills/plugin-structure/examples/minimal-plugin.md +83 -0
  1121. package/resources/claude-plugins-official/plugins/plugin-dev/skills/plugin-structure/examples/standard-plugin.md +587 -0
  1122. package/resources/claude-plugins-official/plugins/plugin-dev/skills/plugin-structure/references/component-patterns.md +567 -0
  1123. package/resources/claude-plugins-official/plugins/plugin-dev/skills/plugin-structure/references/manifest-reference.md +552 -0
  1124. package/resources/claude-plugins-official/plugins/plugin-dev/skills/skill-development/SKILL.md +637 -0
  1125. package/resources/claude-plugins-official/plugins/plugin-dev/skills/skill-development/references/skill-creator-original.md +209 -0
  1126. package/resources/claude-plugins-official/plugins/pr-review-toolkit/.claude-plugin/plugin.json +8 -0
  1127. package/resources/claude-plugins-official/plugins/pr-review-toolkit/LICENSE +202 -0
  1128. package/resources/claude-plugins-official/plugins/pr-review-toolkit/README.md +313 -0
  1129. package/resources/claude-plugins-official/plugins/pr-review-toolkit/agents/code-reviewer.md +56 -0
  1130. package/resources/claude-plugins-official/plugins/pr-review-toolkit/agents/code-simplifier.md +88 -0
  1131. package/resources/claude-plugins-official/plugins/pr-review-toolkit/agents/comment-analyzer.md +79 -0
  1132. package/resources/claude-plugins-official/plugins/pr-review-toolkit/agents/pr-test-analyzer.md +78 -0
  1133. package/resources/claude-plugins-official/plugins/pr-review-toolkit/agents/silent-failure-hunter.md +130 -0
  1134. package/resources/claude-plugins-official/plugins/pr-review-toolkit/agents/type-design-analyzer.md +118 -0
  1135. package/resources/claude-plugins-official/plugins/pr-review-toolkit/commands/review-pr.md +189 -0
  1136. package/resources/claude-plugins-official/plugins/pyright-lsp/LICENSE +202 -0
  1137. package/resources/claude-plugins-official/plugins/pyright-lsp/README.md +31 -0
  1138. package/resources/claude-plugins-official/plugins/ralph-loop/.claude-plugin/plugin.json +9 -0
  1139. package/resources/claude-plugins-official/plugins/ralph-loop/LICENSE +202 -0
  1140. package/resources/claude-plugins-official/plugins/ralph-loop/README.md +197 -0
  1141. package/resources/claude-plugins-official/plugins/ralph-loop/commands/cancel-ralph.md +18 -0
  1142. package/resources/claude-plugins-official/plugins/ralph-loop/commands/help.md +126 -0
  1143. package/resources/claude-plugins-official/plugins/ralph-loop/commands/ralph-loop.md +18 -0
  1144. package/resources/claude-plugins-official/plugins/ralph-loop/hooks/hooks.json +15 -0
  1145. package/resources/claude-plugins-official/plugins/ralph-loop/hooks/stop-hook.sh +191 -0
  1146. package/resources/claude-plugins-official/plugins/ralph-loop/scripts/setup-ralph-loop.sh +204 -0
  1147. package/resources/claude-plugins-official/plugins/ruby-lsp/LICENSE +202 -0
  1148. package/resources/claude-plugins-official/plugins/ruby-lsp/README.md +31 -0
  1149. package/resources/claude-plugins-official/plugins/rust-analyzer-lsp/LICENSE +202 -0
  1150. package/resources/claude-plugins-official/plugins/rust-analyzer-lsp/README.md +34 -0
  1151. package/resources/claude-plugins-official/plugins/security-guidance/.claude-plugin/plugin.json +8 -0
  1152. package/resources/claude-plugins-official/plugins/security-guidance/LICENSE +202 -0
  1153. package/resources/claude-plugins-official/plugins/security-guidance/hooks/hooks.json +16 -0
  1154. package/resources/claude-plugins-official/plugins/security-guidance/hooks/security_reminder_hook.py +280 -0
  1155. package/resources/claude-plugins-official/plugins/session-report/LICENSE +202 -0
  1156. package/resources/claude-plugins-official/plugins/session-report/skills/session-report/SKILL.md +42 -0
  1157. package/resources/claude-plugins-official/plugins/session-report/skills/session-report/analyze-sessions.mjs +875 -0
  1158. package/resources/claude-plugins-official/plugins/session-report/skills/session-report/template.html +569 -0
  1159. package/resources/claude-plugins-official/plugins/skill-creator/.claude-plugin/plugin.json +8 -0
  1160. package/resources/claude-plugins-official/plugins/skill-creator/LICENSE +202 -0
  1161. package/resources/claude-plugins-official/plugins/skill-creator/README.md +3 -0
  1162. package/resources/claude-plugins-official/plugins/skill-creator/skills/skill-creator/LICENSE.txt +202 -0
  1163. package/resources/claude-plugins-official/plugins/skill-creator/skills/skill-creator/SKILL.md +485 -0
  1164. package/resources/claude-plugins-official/plugins/skill-creator/skills/skill-creator/agents/analyzer.md +274 -0
  1165. package/resources/claude-plugins-official/plugins/skill-creator/skills/skill-creator/agents/comparator.md +202 -0
  1166. package/resources/claude-plugins-official/plugins/skill-creator/skills/skill-creator/agents/grader.md +223 -0
  1167. package/resources/claude-plugins-official/plugins/skill-creator/skills/skill-creator/assets/eval_review.html +146 -0
  1168. package/resources/claude-plugins-official/plugins/skill-creator/skills/skill-creator/eval-viewer/generate_review.py +471 -0
  1169. package/resources/claude-plugins-official/plugins/skill-creator/skills/skill-creator/eval-viewer/viewer.html +1325 -0
  1170. package/resources/claude-plugins-official/plugins/skill-creator/skills/skill-creator/references/schemas.md +430 -0
  1171. package/resources/claude-plugins-official/plugins/skill-creator/skills/skill-creator/scripts/__init__.py +0 -0
  1172. package/resources/claude-plugins-official/plugins/skill-creator/skills/skill-creator/scripts/aggregate_benchmark.py +401 -0
  1173. package/resources/claude-plugins-official/plugins/skill-creator/skills/skill-creator/scripts/generate_report.py +326 -0
  1174. package/resources/claude-plugins-official/plugins/skill-creator/skills/skill-creator/scripts/improve_description.py +247 -0
  1175. package/resources/claude-plugins-official/plugins/skill-creator/skills/skill-creator/scripts/package_skill.py +136 -0
  1176. package/resources/claude-plugins-official/plugins/skill-creator/skills/skill-creator/scripts/quick_validate.py +103 -0
  1177. package/resources/claude-plugins-official/plugins/skill-creator/skills/skill-creator/scripts/run_eval.py +310 -0
  1178. package/resources/claude-plugins-official/plugins/skill-creator/skills/skill-creator/scripts/run_loop.py +328 -0
  1179. package/resources/claude-plugins-official/plugins/skill-creator/skills/skill-creator/scripts/utils.py +47 -0
  1180. package/resources/claude-plugins-official/plugins/swift-lsp/LICENSE +202 -0
  1181. package/resources/claude-plugins-official/plugins/swift-lsp/README.md +25 -0
  1182. package/resources/claude-plugins-official/plugins/typescript-lsp/LICENSE +202 -0
  1183. package/resources/claude-plugins-official/plugins/typescript-lsp/README.md +24 -0
  1184. package/resources/colony-profiles.yaml +20 -0
  1185. package/resources/icons/ansible.png +0 -0
  1186. package/resources/icons/aws.png +0 -0
  1187. package/resources/icons/azure.png +0 -0
  1188. package/resources/icons/colony.png +0 -0
  1189. package/resources/icons/coolify-brand.png +0 -0
  1190. package/resources/icons/docker.png +0 -0
  1191. package/resources/icons/elastic.png +0 -0
  1192. package/resources/icons/frida.png +0 -0
  1193. package/resources/icons/gcloud.png +0 -0
  1194. package/resources/icons/generate-icons.py +232 -0
  1195. package/resources/icons/ghidra.png +0 -0
  1196. package/resources/icons/github.png +0 -0
  1197. package/resources/icons/golang.png +0 -0
  1198. package/resources/icons/hashicorp.png +0 -0
  1199. package/resources/icons/higgsfield.png +0 -0
  1200. package/resources/icons/kubernetes.png +0 -0
  1201. package/resources/icons/medusa.png +0 -0
  1202. package/resources/icons/nmap.png +0 -0
  1203. package/resources/icons/nodejs.png +0 -0
  1204. package/resources/icons/obsidian.png +0 -0
  1205. package/resources/icons/openai.png +0 -0
  1206. package/resources/icons/owasp.png +0 -0
  1207. package/resources/icons/polymarket.png +0 -0
  1208. package/resources/icons/python.png +0 -0
  1209. package/resources/icons/rust.png +0 -0
  1210. package/resources/icons/splunk.png +0 -0
  1211. package/resources/icons/stripe.png +0 -0
  1212. package/resources/icons/wireshark.png +0 -0
  1213. package/resources/mcps/README.md +181 -0
  1214. package/resources/mcps/configs/claude.sanitized.json +17 -0
  1215. package/resources/mcps/configs/claude_runtime.projects.sanitized.json +32 -0
  1216. package/resources/mcps/configs/claude_runtime.sanitized.json +117 -0
  1217. package/resources/mcps/configs/codex.sanitized.json +86 -0
  1218. package/resources/mcps/configs/mcp-skill-map.json +399 -0
  1219. package/resources/mcps/configs/mcp-skill-rules.json +341 -0
  1220. package/resources/mcps/configs/vscode.sanitized.json +29 -0
  1221. package/resources/mcps/docs/health.md +20 -0
  1222. package/resources/mcps/docs/inventory.md +95 -0
  1223. package/resources/mcps/docs/mcp-skill-map.md +27 -0
  1224. package/resources/mcps/mcps/codegraph/skills.md +7 -0
  1225. package/resources/mcps/mcps/colony/README.md +87 -0
  1226. package/resources/mcps/mcps/colony/skills.md +25 -0
  1227. package/resources/mcps/mcps/coolify/skills.md +25 -0
  1228. package/resources/mcps/mcps/drawio/skills.md +7 -0
  1229. package/resources/mcps/mcps/envoult/skills.md +7 -0
  1230. package/resources/mcps/mcps/gbrain/skills.md +7 -0
  1231. package/resources/mcps/mcps/gitea/skills.md +24 -0
  1232. package/resources/mcps/mcps/higgsfield/README.md +37 -0
  1233. package/resources/mcps/mcps/higgsfield/skills.md +28 -0
  1234. package/resources/mcps/mcps/hostinger-api/skills.md +23 -0
  1235. package/resources/mcps/mcps/kroschuorder/skills.md +7 -0
  1236. package/resources/mcps/mcps/letsfg/skills.md +23 -0
  1237. package/resources/mcps/mcps/marva-blog/README.md +95 -0
  1238. package/resources/mcps/mcps/marva-blog/server.py +843 -0
  1239. package/resources/mcps/mcps/marva-blog/skills.md +7 -0
  1240. package/resources/mcps/mcps/medusadocs/skills.md +35 -0
  1241. package/resources/mcps/mcps/obsidian-vault/skills.md +7 -0
  1242. package/resources/mcps/mcps/omx/README.md +11 -0
  1243. package/resources/mcps/mcps/omx/code-intel/skills.md +29 -0
  1244. package/resources/mcps/mcps/omx/memory/skills.md +24 -0
  1245. package/resources/mcps/mcps/omx/state/README.md +43 -0
  1246. package/resources/mcps/mcps/omx/state/skills.md +33 -0
  1247. package/resources/mcps/mcps/omx/trace/skills.md +25 -0
  1248. package/resources/mcps/mcps/omx/wiki/skills.md +23 -0
  1249. package/resources/mcps/mcps/playwright/skills.md +7 -0
  1250. package/resources/mcps/mcps/polymarket-live/README.md +95 -0
  1251. package/resources/mcps/mcps/polymarket-live/server.py +417 -0
  1252. package/resources/mcps/mcps/polymarket-live/skills.md +7 -0
  1253. package/resources/mcps/mcps/react-grab-mcp/skills.md +26 -0
  1254. package/resources/mcps/mcps/recodee/skills.md +7 -0
  1255. package/resources/mcps/mcps/ruflo/skills.md +7 -0
  1256. package/resources/mcps/mcps/soul/README.md +70 -0
  1257. package/resources/mcps/mcps/soul-skills/README.md +84 -0
  1258. package/resources/mcps/mcps/soul-skills/lint.py +161 -0
  1259. package/resources/mcps/mcps/soul-skills/server.py +299 -0
  1260. package/resources/mcps/mcps/soul-skills/skills.md +7 -0
  1261. package/resources/mcps/plugins/plugins.sanitized.json +113 -0
  1262. package/resources/mcps/scripts/auto-push.sh +68 -0
  1263. package/resources/mcps/scripts/check-mcp-health.py +87 -0
  1264. package/resources/mcps/scripts/install-claude-mcps.py +54 -0
  1265. package/resources/mcps/scripts/install-codex-mcps.py +45 -0
  1266. package/resources/mcps/scripts/refresh-all.sh +11 -0
  1267. package/resources/mcps/scripts/snapshot-mcp-skills.py +268 -0
  1268. package/resources/mcps/scripts/snapshot-mcps.py +275 -0
  1269. package/resources/mcps/templates/claude.mcp.json +48 -0
  1270. package/resources/mcps/templates/codex.mcp.toml +59 -0
  1271. package/resources/skill-packs/deployment-suite.yaml +13 -0
  1272. package/resources/skill-packs/security-review.yaml +11 -0
  1273. package/resources/skills/.claude/settings.json +30 -0
  1274. package/resources/skills/AUDIT-vault-migration.md +246 -0
  1275. package/resources/skills/README.md +135 -0
  1276. package/resources/skills/catalog/catalog.json +685 -0
  1277. package/resources/skills/catalog/known_repos.json +30 -0
  1278. package/resources/skills/docs/install.md +39 -0
  1279. package/resources/skills/docs/installed-sources.tsv +92 -0
  1280. package/resources/skills/mcps/README.md +23 -0
  1281. package/resources/skills/plugins/README.md +21 -0
  1282. package/resources/skills/profiles/all.json +4 -0
  1283. package/resources/skills/profiles/base.json +15 -0
  1284. package/resources/skills/profiles/deploy.json +13 -0
  1285. package/resources/skills/profiles/design.json +14 -0
  1286. package/resources/skills/profiles/frontend.json +13 -0
  1287. package/resources/skills/profiles/medusa.json +15 -0
  1288. package/resources/skills/profiles/orchestration.json +13 -0
  1289. package/resources/skills/profiles/review.json +12 -0
  1290. package/resources/skills/scripts/activate-profile.sh +182 -0
  1291. package/resources/skills/scripts/auto-push-soul.sh +106 -0
  1292. package/resources/skills/scripts/auto-push.sh +70 -0
  1293. package/resources/skills/scripts/import-globals.sh +102 -0
  1294. package/resources/skills/scripts/install-claude.sh +8 -0
  1295. package/resources/skills/scripts/install-codex.sh +8 -0
  1296. package/resources/skills/scripts/install-local.sh +6 -0
  1297. package/resources/skills/scripts/refresh-catalog.sh +207 -0
  1298. package/resources/skills/scripts/soul-lint.sh +66 -0
  1299. package/resources/skills/scripts/sync-all.sh +112 -0
  1300. package/resources/skills/scripts/sync-claude-desktop-mcps.sh +123 -0
  1301. package/resources/skills/skills/browser/playwright/SKILL.md +131 -0
  1302. package/resources/skills/skills/caveman/caveman/SKILL.md +65 -0
  1303. package/resources/skills/skills/caveman/caveman-commit/SKILL.md +64 -0
  1304. package/resources/skills/skills/caveman/caveman-compress/README.md +163 -0
  1305. package/resources/skills/skills/caveman/caveman-compress/SECURITY.md +31 -0
  1306. package/resources/skills/skills/caveman/caveman-compress/SKILL.md +108 -0
  1307. package/resources/skills/skills/caveman/caveman-compress/scripts/__init__.py +9 -0
  1308. package/resources/skills/skills/caveman/caveman-compress/scripts/__main__.py +3 -0
  1309. package/resources/skills/skills/caveman/caveman-compress/scripts/benchmark.py +78 -0
  1310. package/resources/skills/skills/caveman/caveman-compress/scripts/cli.py +73 -0
  1311. package/resources/skills/skills/caveman/caveman-compress/scripts/compress.py +227 -0
  1312. package/resources/skills/skills/caveman/caveman-compress/scripts/detect.py +121 -0
  1313. package/resources/skills/skills/caveman/caveman-compress/scripts/validate.py +189 -0
  1314. package/resources/skills/skills/caveman/caveman-help/SKILL.md +57 -0
  1315. package/resources/skills/skills/caveman/caveman-review/SKILL.md +53 -0
  1316. package/resources/skills/skills/colony/colony/SKILL.md +219 -0
  1317. package/resources/skills/skills/colony/colony-prompts/SKILL.md +224 -0
  1318. package/resources/skills/skills/content/doc/LICENSE.txt +201 -0
  1319. package/resources/skills/skills/content/doc/SKILL.md +81 -0
  1320. package/resources/skills/skills/content/doc/agents/openai.yaml +6 -0
  1321. package/resources/skills/skills/content/doc/assets/doc-small.svg +3 -0
  1322. package/resources/skills/skills/content/doc/assets/doc.png +0 -0
  1323. package/resources/skills/skills/content/doc/scripts/render_docx.py +296 -0
  1324. package/resources/skills/skills/content/pdf/LICENSE.txt +201 -0
  1325. package/resources/skills/skills/content/pdf/SKILL.md +68 -0
  1326. package/resources/skills/skills/content/pdf/agents/openai.yaml +5 -0
  1327. package/resources/skills/skills/content/pdf/assets/pdf.png +0 -0
  1328. package/resources/skills/skills/content/playwright/LICENSE.txt +201 -0
  1329. package/resources/skills/skills/content/playwright/NOTICE.txt +14 -0
  1330. package/resources/skills/skills/content/playwright/SKILL.md +148 -0
  1331. package/resources/skills/skills/content/playwright/agents/openai.yaml +6 -0
  1332. package/resources/skills/skills/content/playwright/assets/playwright-small.svg +3 -0
  1333. package/resources/skills/skills/content/playwright/assets/playwright.png +0 -0
  1334. package/resources/skills/skills/content/playwright/references/cli.md +116 -0
  1335. package/resources/skills/skills/content/playwright/references/workflows.md +95 -0
  1336. package/resources/skills/skills/content/playwright/scripts/playwright_cli.sh +56 -0
  1337. package/resources/skills/skills/deployment/coolify/SKILL.md +124 -0
  1338. package/resources/skills/skills/deployment/coolify/scripts/coolify-preflight.sh +16 -0
  1339. package/resources/skills/skills/deployment/pnpm/GENERATION.md +5 -0
  1340. package/resources/skills/skills/deployment/pnpm/SKILL.md +44 -0
  1341. package/resources/skills/skills/deployment/pnpm/references/best-practices-ci.md +285 -0
  1342. package/resources/skills/skills/deployment/pnpm/references/best-practices-migration.md +291 -0
  1343. package/resources/skills/skills/deployment/pnpm/references/best-practices-performance.md +284 -0
  1344. package/resources/skills/skills/deployment/pnpm/references/core-cli.md +229 -0
  1345. package/resources/skills/skills/deployment/pnpm/references/core-config.md +188 -0
  1346. package/resources/skills/skills/deployment/pnpm/references/core-store.md +179 -0
  1347. package/resources/skills/skills/deployment/pnpm/references/core-workspaces.md +205 -0
  1348. package/resources/skills/skills/deployment/pnpm/references/features-aliases.md +168 -0
  1349. package/resources/skills/skills/deployment/pnpm/references/features-catalogs.md +159 -0
  1350. package/resources/skills/skills/deployment/pnpm/references/features-hooks.md +233 -0
  1351. package/resources/skills/skills/deployment/pnpm/references/features-overrides.md +184 -0
  1352. package/resources/skills/skills/deployment/pnpm/references/features-patches.md +201 -0
  1353. package/resources/skills/skills/deployment/pnpm/references/features-peer-deps.md +250 -0
  1354. package/resources/skills/skills/deployment/supabase/SKILL.md +113 -0
  1355. package/resources/skills/skills/deployment/supabase/assets/feedback-issue-template.md +17 -0
  1356. package/resources/skills/skills/deployment/supabase/references/skill-feedback.md +17 -0
  1357. package/resources/skills/skills/design/brandkit/SKILL.md +799 -0
  1358. package/resources/skills/skills/design/design-taste-frontend/SKILL.md +227 -0
  1359. package/resources/skills/skills/design/gpt-taste/SKILL.md +75 -0
  1360. package/resources/skills/skills/design/high-end-visual-design/SKILL.md +99 -0
  1361. package/resources/skills/skills/design/image-to-code/SKILL.md +1229 -0
  1362. package/resources/skills/skills/design/imagegen-frontend-mobile/SKILL.md +1466 -0
  1363. package/resources/skills/skills/design/imagegen-frontend-web/SKILL.md +988 -0
  1364. package/resources/skills/skills/design/industrial-brutalist-ui/SKILL.md +93 -0
  1365. package/resources/skills/skills/design/kitty-visualize/SKILL.md +106 -0
  1366. package/resources/skills/skills/design/minimalist-ui/SKILL.md +86 -0
  1367. package/resources/skills/skills/design/png-alpha-cleaner/SKILL.md +57 -0
  1368. package/resources/skills/skills/design/png-alpha-cleaner/agents/openai.yaml +7 -0
  1369. package/resources/skills/skills/design/png-alpha-cleaner/scripts/fix_png_alpha.py +244 -0
  1370. package/resources/skills/skills/design/readme-svg-design/SKILL.md +131 -0
  1371. package/resources/skills/skills/design/redesign-existing-projects/SKILL.md +179 -0
  1372. package/resources/skills/skills/design/remotion-best-practices/SKILL.md +340 -0
  1373. package/resources/skills/skills/design/remotion-best-practices/rules/3d.md +86 -0
  1374. package/resources/skills/skills/design/remotion-best-practices/rules/assets/charts-bar-chart.tsx +173 -0
  1375. package/resources/skills/skills/design/remotion-best-practices/rules/assets/text-animations-typewriter.tsx +100 -0
  1376. package/resources/skills/skills/design/remotion-best-practices/rules/assets/text-animations-word-highlight.tsx +103 -0
  1377. package/resources/skills/skills/design/remotion-best-practices/rules/audio-visualization.md +198 -0
  1378. package/resources/skills/skills/design/remotion-best-practices/rules/audio.md +169 -0
  1379. package/resources/skills/skills/design/remotion-best-practices/rules/calculate-metadata.md +134 -0
  1380. package/resources/skills/skills/design/remotion-best-practices/rules/compositions.md +133 -0
  1381. package/resources/skills/skills/design/remotion-best-practices/rules/display-captions.md +184 -0
  1382. package/resources/skills/skills/design/remotion-best-practices/rules/ffmpeg.md +34 -0
  1383. package/resources/skills/skills/design/remotion-best-practices/rules/get-audio-duration.md +58 -0
  1384. package/resources/skills/skills/design/remotion-best-practices/rules/get-video-dimensions.md +68 -0
  1385. package/resources/skills/skills/design/remotion-best-practices/rules/get-video-duration.md +60 -0
  1386. package/resources/skills/skills/design/remotion-best-practices/rules/gifs.md +141 -0
  1387. package/resources/skills/skills/design/remotion-best-practices/rules/google-fonts.md +72 -0
  1388. package/resources/skills/skills/design/remotion-best-practices/rules/html-in-canvas.md +118 -0
  1389. package/resources/skills/skills/design/remotion-best-practices/rules/images.md +71 -0
  1390. package/resources/skills/skills/design/remotion-best-practices/rules/import-srt-captions.md +69 -0
  1391. package/resources/skills/skills/design/remotion-best-practices/rules/light-leaks.md +73 -0
  1392. package/resources/skills/skills/design/remotion-best-practices/rules/local-fonts.md +65 -0
  1393. package/resources/skills/skills/design/remotion-best-practices/rules/lottie.md +70 -0
  1394. package/resources/skills/skills/design/remotion-best-practices/rules/mapbox.md +412 -0
  1395. package/resources/skills/skills/design/remotion-best-practices/rules/measuring-dom-nodes.md +34 -0
  1396. package/resources/skills/skills/design/remotion-best-practices/rules/measuring-text.md +140 -0
  1397. package/resources/skills/skills/design/remotion-best-practices/rules/parameters.md +109 -0
  1398. package/resources/skills/skills/design/remotion-best-practices/rules/sequencing.md +144 -0
  1399. package/resources/skills/skills/design/remotion-best-practices/rules/sfx.md +30 -0
  1400. package/resources/skills/skills/design/remotion-best-practices/rules/silence-detection.md +71 -0
  1401. package/resources/skills/skills/design/remotion-best-practices/rules/subtitles.md +36 -0
  1402. package/resources/skills/skills/design/remotion-best-practices/rules/tailwind.md +11 -0
  1403. package/resources/skills/skills/design/remotion-best-practices/rules/text-animations.md +20 -0
  1404. package/resources/skills/skills/design/remotion-best-practices/rules/timing.md +136 -0
  1405. package/resources/skills/skills/design/remotion-best-practices/rules/transcribe-captions.md +70 -0
  1406. package/resources/skills/skills/design/remotion-best-practices/rules/transitions.md +197 -0
  1407. package/resources/skills/skills/design/remotion-best-practices/rules/transparent-videos.md +106 -0
  1408. package/resources/skills/skills/design/remotion-best-practices/rules/trimming.md +51 -0
  1409. package/resources/skills/skills/design/remotion-best-practices/rules/videos.md +171 -0
  1410. package/resources/skills/skills/design/remotion-best-practices/rules/voiceover.md +99 -0
  1411. package/resources/skills/skills/design/screenshot/LICENSE.txt +201 -0
  1412. package/resources/skills/skills/design/screenshot/SKILL.md +268 -0
  1413. package/resources/skills/skills/design/screenshot/agents/openai.yaml +6 -0
  1414. package/resources/skills/skills/design/screenshot/assets/screenshot-small.svg +5 -0
  1415. package/resources/skills/skills/design/screenshot/assets/screenshot.png +0 -0
  1416. package/resources/skills/skills/design/screenshot/scripts/ensure_macos_permissions.sh +54 -0
  1417. package/resources/skills/skills/design/screenshot/scripts/macos_display_info.swift +22 -0
  1418. package/resources/skills/skills/design/screenshot/scripts/macos_permissions.swift +40 -0
  1419. package/resources/skills/skills/design/screenshot/scripts/macos_window_info.swift +126 -0
  1420. package/resources/skills/skills/design/screenshot/scripts/take_screenshot.ps1 +163 -0
  1421. package/resources/skills/skills/design/screenshot/scripts/take_screenshot.py +585 -0
  1422. package/resources/skills/skills/design/stitch-design-taste/DESIGN.md +121 -0
  1423. package/resources/skills/skills/design/stitch-design-taste/SKILL.md +185 -0
  1424. package/resources/skills/skills/design/ui-ux-pro-max/SKILL.md +293 -0
  1425. package/resources/skills/skills/design/ui-ux-pro-max/data/charts.csv +26 -0
  1426. package/resources/skills/skills/design/ui-ux-pro-max/data/colors.csv +97 -0
  1427. package/resources/skills/skills/design/ui-ux-pro-max/data/icons.csv +101 -0
  1428. package/resources/skills/skills/design/ui-ux-pro-max/data/landing.csv +31 -0
  1429. package/resources/skills/skills/design/ui-ux-pro-max/data/products.csv +97 -0
  1430. package/resources/skills/skills/design/ui-ux-pro-max/data/react-performance.csv +45 -0
  1431. package/resources/skills/skills/design/ui-ux-pro-max/data/stacks/astro.csv +54 -0
  1432. package/resources/skills/skills/design/ui-ux-pro-max/data/stacks/flutter.csv +53 -0
  1433. package/resources/skills/skills/design/ui-ux-pro-max/data/stacks/html-tailwind.csv +56 -0
  1434. package/resources/skills/skills/design/ui-ux-pro-max/data/stacks/jetpack-compose.csv +53 -0
  1435. package/resources/skills/skills/design/ui-ux-pro-max/data/stacks/nextjs.csv +53 -0
  1436. package/resources/skills/skills/design/ui-ux-pro-max/data/stacks/nuxt-ui.csv +51 -0
  1437. package/resources/skills/skills/design/ui-ux-pro-max/data/stacks/nuxtjs.csv +59 -0
  1438. package/resources/skills/skills/design/ui-ux-pro-max/data/stacks/react-native.csv +52 -0
  1439. package/resources/skills/skills/design/ui-ux-pro-max/data/stacks/react.csv +54 -0
  1440. package/resources/skills/skills/design/ui-ux-pro-max/data/stacks/shadcn.csv +61 -0
  1441. package/resources/skills/skills/design/ui-ux-pro-max/data/stacks/svelte.csv +54 -0
  1442. package/resources/skills/skills/design/ui-ux-pro-max/data/stacks/swiftui.csv +51 -0
  1443. package/resources/skills/skills/design/ui-ux-pro-max/data/stacks/vue.csv +50 -0
  1444. package/resources/skills/skills/design/ui-ux-pro-max/data/styles.csv +68 -0
  1445. package/resources/skills/skills/design/ui-ux-pro-max/data/typography.csv +58 -0
  1446. package/resources/skills/skills/design/ui-ux-pro-max/data/ui-reasoning.csv +101 -0
  1447. package/resources/skills/skills/design/ui-ux-pro-max/data/ux-guidelines.csv +100 -0
  1448. package/resources/skills/skills/design/ui-ux-pro-max/data/web-interface.csv +31 -0
  1449. package/resources/skills/skills/design/ui-ux-pro-max/scripts/core.py +253 -0
  1450. package/resources/skills/skills/design/ui-ux-pro-max/scripts/design_system.py +1067 -0
  1451. package/resources/skills/skills/design/ui-ux-pro-max/scripts/search.py +114 -0
  1452. package/resources/skills/skills/github/gh-auth-doctor/SKILL.md +90 -0
  1453. package/resources/skills/skills/github/gh-auth-doctor/scripts/diagnose.sh +126 -0
  1454. package/resources/skills/skills/github/gh-fix-ci/LICENSE.txt +201 -0
  1455. package/resources/skills/skills/github/gh-fix-ci/SKILL.md +70 -0
  1456. package/resources/skills/skills/github/gh-fix-ci/agents/openai.yaml +6 -0
  1457. package/resources/skills/skills/github/gh-fix-ci/assets/github-small.svg +3 -0
  1458. package/resources/skills/skills/github/gh-fix-ci/assets/github.png +0 -0
  1459. package/resources/skills/skills/github/gh-fix-ci/scripts/inspect_pr_checks.py +509 -0
  1460. package/resources/skills/skills/github/gitguardex/SKILL.md +14 -0
  1461. package/resources/skills/skills/github/github/.skillfish.json +10 -0
  1462. package/resources/skills/skills/github/github/SKILL.md +164 -0
  1463. package/resources/skills/skills/github/guardex-merge-skills-to-dev/SKILL.md +59 -0
  1464. package/resources/skills/skills/higgsfield/higgsfield-generate/SKILL.md +217 -0
  1465. package/resources/skills/skills/higgsfield/higgsfield-generate/references/marketing-avatars.md +46 -0
  1466. package/resources/skills/skills/higgsfield/higgsfield-generate/references/marketing-modes.md +51 -0
  1467. package/resources/skills/skills/higgsfield/higgsfield-generate/references/marketing-products.md +57 -0
  1468. package/resources/skills/skills/higgsfield/higgsfield-generate/references/marketing-setup-items.md +61 -0
  1469. package/resources/skills/skills/higgsfield/higgsfield-generate/references/media-inputs.md +88 -0
  1470. package/resources/skills/skills/higgsfield/higgsfield-generate/references/model-catalog.md +143 -0
  1471. package/resources/skills/skills/higgsfield/higgsfield-generate/references/prompt-engineering.md +47 -0
  1472. package/resources/skills/skills/higgsfield/higgsfield-generate/references/troubleshooting.md +31 -0
  1473. package/resources/skills/skills/higgsfield/higgsfield-marketplace-cards/SKILL.md +79 -0
  1474. package/resources/skills/skills/higgsfield/higgsfield-product-photoshoot/SKILL.md +200 -0
  1475. package/resources/skills/skills/higgsfield/higgsfield-soul-id/SKILL.md +74 -0
  1476. package/resources/skills/skills/higgsfield/higgsfield-soul-id/references/photo-guide.md +37 -0
  1477. package/resources/skills/skills/higgsfield/higgsfield-soul-id/references/troubleshooting.md +24 -0
  1478. package/resources/skills/skills/hostinger/dns/SKILL.md +301 -0
  1479. package/resources/skills/skills/hostinger/dns/email-dns-setup.md +337 -0
  1480. package/resources/skills/skills/hostinger/domains/SKILL.md +324 -0
  1481. package/resources/skills/skills/hostinger/domains/transfer-guide.md +282 -0
  1482. package/resources/skills/skills/hostinger/hosting/SKILL.md +247 -0
  1483. package/resources/skills/skills/hostinger/vps/SKILL.md +474 -0
  1484. package/resources/skills/skills/hostinger/vps/deployment-workflow.md +375 -0
  1485. package/resources/skills/skills/hostinger/vps/docker-patterns.md +281 -0
  1486. package/resources/skills/skills/hostinger/vps/firewall-patterns.md +209 -0
  1487. package/resources/skills/skills/hostinger/vps/terraform-examples.md +347 -0
  1488. package/resources/skills/skills/medusa/building-admin-dashboard-customizations/SKILL.md +463 -0
  1489. package/resources/skills/skills/medusa/building-admin-dashboard-customizations/references/data-loading.md +530 -0
  1490. package/resources/skills/skills/medusa/building-admin-dashboard-customizations/references/display-patterns.md +436 -0
  1491. package/resources/skills/skills/medusa/building-admin-dashboard-customizations/references/forms.md +400 -0
  1492. package/resources/skills/skills/medusa/building-admin-dashboard-customizations/references/navigation.md +496 -0
  1493. package/resources/skills/skills/medusa/building-admin-dashboard-customizations/references/table-selection.md +407 -0
  1494. package/resources/skills/skills/medusa/building-admin-dashboard-customizations/references/typography.md +210 -0
  1495. package/resources/skills/skills/medusa/building-storefronts/SKILL.md +179 -0
  1496. package/resources/skills/skills/medusa/building-storefronts/references/frontend-integration.md +229 -0
  1497. package/resources/skills/skills/medusa/building-with-medusa/SKILL.md +377 -0
  1498. package/resources/skills/skills/medusa/building-with-medusa/reference/api-routes.md +873 -0
  1499. package/resources/skills/skills/medusa/building-with-medusa/reference/authentication.md +556 -0
  1500. package/resources/skills/skills/medusa/building-with-medusa/reference/custom-modules.md +240 -0
  1501. package/resources/skills/skills/medusa/building-with-medusa/reference/data-models.md +103 -0
  1502. package/resources/skills/skills/medusa/building-with-medusa/reference/error-handling.md +254 -0
  1503. package/resources/skills/skills/medusa/building-with-medusa/reference/frontend-integration.md +229 -0
  1504. package/resources/skills/skills/medusa/building-with-medusa/reference/module-links.md +384 -0
  1505. package/resources/skills/skills/medusa/building-with-medusa/reference/querying-data.md +1014 -0
  1506. package/resources/skills/skills/medusa/building-with-medusa/reference/scheduled-jobs.md +417 -0
  1507. package/resources/skills/skills/medusa/building-with-medusa/reference/subscribers-and-events.md +544 -0
  1508. package/resources/skills/skills/medusa/building-with-medusa/reference/troubleshooting.md +225 -0
  1509. package/resources/skills/skills/medusa/building-with-medusa/reference/workflow-hooks.md +63 -0
  1510. package/resources/skills/skills/medusa/building-with-medusa/reference/workflows.md +516 -0
  1511. package/resources/skills/skills/medusa/creating-internal-agents/SKILL.md +122 -0
  1512. package/resources/skills/skills/medusa/creating-internal-agents/reference/admin-extension.md +392 -0
  1513. package/resources/skills/skills/medusa/creating-internal-agents/reference/agent-setup.md +128 -0
  1514. package/resources/skills/skills/medusa/creating-internal-agents/reference/api-route.md +164 -0
  1515. package/resources/skills/skills/medusa/creating-internal-agents/reference/data-models.md +60 -0
  1516. package/resources/skills/skills/medusa/creating-internal-agents/reference/medusa-exec.md +235 -0
  1517. package/resources/skills/skills/medusa/creating-internal-agents/reference/service.md +100 -0
  1518. package/resources/skills/skills/medusa/creating-internal-agents/reference/streaming.md +112 -0
  1519. package/resources/skills/skills/medusa/db-generate/SKILL.md +23 -0
  1520. package/resources/skills/skills/medusa/db-migrate/SKILL.md +17 -0
  1521. package/resources/skills/skills/medusa/gh-submodule-publish/SKILL.md +146 -0
  1522. package/resources/skills/skills/medusa/gh-submodule-publish/agents/openai.yaml +4 -0
  1523. package/resources/skills/skills/medusa/higgsfield-to-medusa-products/SKILL.md +315 -0
  1524. package/resources/skills/skills/medusa/higgsfield-to-medusa-products/assets/manifest.example.json +39 -0
  1525. package/resources/skills/skills/medusa/higgsfield-to-medusa-products/scripts/load-env.sh +69 -0
  1526. package/resources/skills/skills/medusa/higgsfield-to-medusa-products/scripts/run-pipeline.sh +154 -0
  1527. package/resources/skills/skills/medusa/marva-blog-author/SKILL.md +358 -0
  1528. package/resources/skills/skills/medusa/medusa-local-dev/SKILL.md +100 -0
  1529. package/resources/skills/skills/medusa/medusa-reference/SKILL.md +32 -0
  1530. package/resources/skills/skills/medusa/medusa-reference/references/api-and-auth.md +6 -0
  1531. package/resources/skills/skills/medusa/medusa-reference/references/storefront-integration.md +6 -0
  1532. package/resources/skills/skills/medusa/medusa-reference/references/workflows-and-subscribers.md +6 -0
  1533. package/resources/skills/skills/medusa/medusa-shop-setup/SKILL.md +155 -0
  1534. package/resources/skills/skills/medusa/new-admin-via-api/SKILL.md +112 -0
  1535. package/resources/skills/skills/medusa/new-user/SKILL.md +25 -0
  1536. package/resources/skills/skills/medusa/provision-medusa-s3-bucket/SKILL.md +138 -0
  1537. package/resources/skills/skills/medusa/provision-medusa-s3-bucket/scripts/provision.sh +183 -0
  1538. package/resources/skills/skills/medusa/storefront-best-practices/SKILL.md +422 -0
  1539. package/resources/skills/skills/medusa/storefront-best-practices/reference/components/breadcrumbs.md +123 -0
  1540. package/resources/skills/skills/medusa/storefront-best-practices/reference/components/cart-popup.md +189 -0
  1541. package/resources/skills/skills/medusa/storefront-best-practices/reference/components/country-selector.md +298 -0
  1542. package/resources/skills/skills/medusa/storefront-best-practices/reference/components/footer.md +112 -0
  1543. package/resources/skills/skills/medusa/storefront-best-practices/reference/components/hero.md +241 -0
  1544. package/resources/skills/skills/medusa/storefront-best-practices/reference/components/megamenu.md +239 -0
  1545. package/resources/skills/skills/medusa/storefront-best-practices/reference/components/navbar.md +397 -0
  1546. package/resources/skills/skills/medusa/storefront-best-practices/reference/components/popups.md +221 -0
  1547. package/resources/skills/skills/medusa/storefront-best-practices/reference/components/product-card.md +125 -0
  1548. package/resources/skills/skills/medusa/storefront-best-practices/reference/components/product-reviews.md +217 -0
  1549. package/resources/skills/skills/medusa/storefront-best-practices/reference/components/product-slider.md +174 -0
  1550. package/resources/skills/skills/medusa/storefront-best-practices/reference/components/search.md +101 -0
  1551. package/resources/skills/skills/medusa/storefront-best-practices/reference/connecting-to-backend.md +391 -0
  1552. package/resources/skills/skills/medusa/storefront-best-practices/reference/design.md +388 -0
  1553. package/resources/skills/skills/medusa/storefront-best-practices/reference/features/promotions.md +307 -0
  1554. package/resources/skills/skills/medusa/storefront-best-practices/reference/features/wishlist.md +230 -0
  1555. package/resources/skills/skills/medusa/storefront-best-practices/reference/layouts/account.md +380 -0
  1556. package/resources/skills/skills/medusa/storefront-best-practices/reference/layouts/cart.md +316 -0
  1557. package/resources/skills/skills/medusa/storefront-best-practices/reference/layouts/checkout.md +486 -0
  1558. package/resources/skills/skills/medusa/storefront-best-practices/reference/layouts/home-page.md +264 -0
  1559. package/resources/skills/skills/medusa/storefront-best-practices/reference/layouts/order-confirmation.md +231 -0
  1560. package/resources/skills/skills/medusa/storefront-best-practices/reference/layouts/product-details.md +527 -0
  1561. package/resources/skills/skills/medusa/storefront-best-practices/reference/layouts/product-listing.md +520 -0
  1562. package/resources/skills/skills/medusa/storefront-best-practices/reference/layouts/static-pages.md +356 -0
  1563. package/resources/skills/skills/medusa/storefront-best-practices/reference/medusa.md +307 -0
  1564. package/resources/skills/skills/medusa/storefront-best-practices/reference/mobile-responsiveness.md +183 -0
  1565. package/resources/skills/skills/medusa/storefront-best-practices/reference/seo.md +195 -0
  1566. package/resources/skills/skills/medusa/woocommerce-to-medusa-import/SKILL.md +195 -0
  1567. package/resources/skills/skills/medusa/woocommerce-to-medusa-import/assets/import-woocommerce-products.template.ts +108 -0
  1568. package/resources/skills/skills/medusa/woocommerce-to-medusa-import/references/medusa-v2-product-import.md +63 -0
  1569. package/resources/skills/skills/meta/analyze/SKILL.md +146 -0
  1570. package/resources/skills/skills/meta/ask-claude/SKILL.md +62 -0
  1571. package/resources/skills/skills/meta/ask-gemini/SKILL.md +62 -0
  1572. package/resources/skills/skills/meta/builtin-manager/SKILL.md +66 -0
  1573. package/resources/skills/skills/meta/cue-usage/SKILL.md +149 -0
  1574. package/resources/skills/skills/meta/cue-usage/test/case-1.md +5 -0
  1575. package/resources/skills/skills/meta/doctor/SKILL.md +239 -0
  1576. package/resources/skills/skills/meta/full-output-enforcement/SKILL.md +50 -0
  1577. package/resources/skills/skills/meta/help/SKILL.md +203 -0
  1578. package/resources/skills/skills/meta/just/SKILL.md +62 -0
  1579. package/resources/skills/skills/meta/memory-pressure/SKILL.md +63 -0
  1580. package/resources/skills/skills/meta/note/SKILL.md +63 -0
  1581. package/resources/skills/skills/meta/omx-setup/SKILL.md +135 -0
  1582. package/resources/skills/skills/meta/plugin-creator/SKILL.md +149 -0
  1583. package/resources/skills/skills/meta/plugin-creator/agents/openai.yaml +4 -0
  1584. package/resources/skills/skills/meta/plugin-creator/references/plugin-json-spec.md +158 -0
  1585. package/resources/skills/skills/meta/plugin-creator/scripts/create_basic_plugin.py +291 -0
  1586. package/resources/skills/skills/meta/profile-optimizer/SKILL.md +129 -0
  1587. package/resources/skills/skills/meta/profile-suggest/SKILL.md +96 -0
  1588. package/resources/skills/skills/meta/save-profile/SKILL.md +64 -0
  1589. package/resources/skills/skills/meta/skill-discovery/SKILL.md +88 -0
  1590. package/resources/skills/skills/meta/skill-suggestion/SKILL.md +119 -0
  1591. package/resources/skills/skills/meta/smithery-usage/SKILL.md +68 -0
  1592. package/resources/skills/skills/meta/smithery-usage/test/case-1.md +5 -0
  1593. package/resources/skills/skills/meta/soul/SKILL.md +269 -0
  1594. package/resources/skills/skills/meta/upgrade-stack/SKILL.md +70 -0
  1595. package/resources/skills/skills/meta/workspace-recipes/SKILL.md +63 -0
  1596. package/resources/skills/skills/nvidia/aiq-research/SKILL.md +86 -0
  1597. package/resources/skills/skills/nvidia/cuopt-developer/SKILL.md +234 -0
  1598. package/resources/skills/skills/nvidia/cuopt-developer/evals/evals.json +716 -0
  1599. package/resources/skills/skills/nvidia/cuopt-developer/resources/build_and_test.md +43 -0
  1600. package/resources/skills/skills/nvidia/cuopt-developer/resources/contributing.md +113 -0
  1601. package/resources/skills/skills/nvidia/cuopt-developer/resources/conventions.md +81 -0
  1602. package/resources/skills/skills/nvidia/cuopt-developer/resources/first_time_setup.md +32 -0
  1603. package/resources/skills/skills/nvidia/cuopt-developer/resources/python_bindings.md +233 -0
  1604. package/resources/skills/skills/nvidia/cuopt-developer/resources/troubleshooting.md +26 -0
  1605. package/resources/skills/skills/nvidia/cuopt-install/SKILL.md +128 -0
  1606. package/resources/skills/skills/nvidia/cuopt-install/evals/evals.json +213 -0
  1607. package/resources/skills/skills/nvidia/cuopt-install/resources/verification_examples.md +172 -0
  1608. package/resources/skills/skills/nvidia/cuopt-numerical-optimization-api-c/SKILL.md +69 -0
  1609. package/resources/skills/skills/nvidia/cuopt-numerical-optimization-api-c/assets/README.md +33 -0
  1610. package/resources/skills/skills/nvidia/cuopt-numerical-optimization-api-c/assets/lp_basic/README.md +15 -0
  1611. package/resources/skills/skills/nvidia/cuopt-numerical-optimization-api-c/assets/lp_basic/lp_simple.c +109 -0
  1612. package/resources/skills/skills/nvidia/cuopt-numerical-optimization-api-c/assets/lp_duals/README.md +14 -0
  1613. package/resources/skills/skills/nvidia/cuopt-numerical-optimization-api-c/assets/lp_duals/lp_duals.c +115 -0
  1614. package/resources/skills/skills/nvidia/cuopt-numerical-optimization-api-c/assets/lp_warmstart/README.md +5 -0
  1615. package/resources/skills/skills/nvidia/cuopt-numerical-optimization-api-c/assets/milp_basic/README.md +12 -0
  1616. package/resources/skills/skills/nvidia/cuopt-numerical-optimization-api-c/assets/milp_basic/milp_simple.c +102 -0
  1617. package/resources/skills/skills/nvidia/cuopt-numerical-optimization-api-c/assets/milp_production_planning/README.md +12 -0
  1618. package/resources/skills/skills/nvidia/cuopt-numerical-optimization-api-c/assets/milp_production_planning/milp_production.c +98 -0
  1619. package/resources/skills/skills/nvidia/cuopt-numerical-optimization-api-c/assets/mps_solver/README.md +14 -0
  1620. package/resources/skills/skills/nvidia/cuopt-numerical-optimization-api-c/assets/mps_solver/data/sample.mps +19 -0
  1621. package/resources/skills/skills/nvidia/cuopt-numerical-optimization-api-c/assets/mps_solver/mps_solver.c +107 -0
  1622. package/resources/skills/skills/nvidia/cuopt-numerical-optimization-api-c/resources/examples.md +291 -0
  1623. package/resources/skills/skills/nvidia/cuopt-numerical-optimization-api-c/skill-card.md +40 -0
  1624. package/resources/skills/skills/nvidia/cuopt-numerical-optimization-api-c/skill.oms.sig +1 -0
  1625. package/resources/skills/skills/nvidia/cuopt-numerical-optimization-api-cli/SKILL.md +77 -0
  1626. package/resources/skills/skills/nvidia/cuopt-numerical-optimization-api-cli/assets/README.md +21 -0
  1627. package/resources/skills/skills/nvidia/cuopt-numerical-optimization-api-cli/assets/lp_production/README.md +5 -0
  1628. package/resources/skills/skills/nvidia/cuopt-numerical-optimization-api-cli/assets/lp_production/production.mps +16 -0
  1629. package/resources/skills/skills/nvidia/cuopt-numerical-optimization-api-cli/assets/lp_simple/README.md +5 -0
  1630. package/resources/skills/skills/nvidia/cuopt-numerical-optimization-api-cli/assets/lp_simple/sample.mps +19 -0
  1631. package/resources/skills/skills/nvidia/cuopt-numerical-optimization-api-cli/assets/milp_facility/README.md +5 -0
  1632. package/resources/skills/skills/nvidia/cuopt-numerical-optimization-api-cli/assets/milp_facility/facility.mps +27 -0
  1633. package/resources/skills/skills/nvidia/cuopt-numerical-optimization-api-cli/skill-card.md +39 -0
  1634. package/resources/skills/skills/nvidia/cuopt-numerical-optimization-api-cli/skill.oms.sig +1 -0
  1635. package/resources/skills/skills/nvidia/cuopt-numerical-optimization-api-python/SKILL.md +278 -0
  1636. package/resources/skills/skills/nvidia/cuopt-numerical-optimization-api-python/assets/README.md +17 -0
  1637. package/resources/skills/skills/nvidia/cuopt-numerical-optimization-api-python/assets/least_squares/README.md +5 -0
  1638. package/resources/skills/skills/nvidia/cuopt-numerical-optimization-api-python/assets/least_squares/model.py +24 -0
  1639. package/resources/skills/skills/nvidia/cuopt-numerical-optimization-api-python/assets/lp_basic/README.md +7 -0
  1640. package/resources/skills/skills/nvidia/cuopt-numerical-optimization-api-python/assets/lp_basic/model.py +36 -0
  1641. package/resources/skills/skills/nvidia/cuopt-numerical-optimization-api-python/assets/lp_duals/README.md +7 -0
  1642. package/resources/skills/skills/nvidia/cuopt-numerical-optimization-api-python/assets/lp_duals/model.py +38 -0
  1643. package/resources/skills/skills/nvidia/cuopt-numerical-optimization-api-python/assets/lp_warmstart/README.md +5 -0
  1644. package/resources/skills/skills/nvidia/cuopt-numerical-optimization-api-python/assets/lp_warmstart/model.py +52 -0
  1645. package/resources/skills/skills/nvidia/cuopt-numerical-optimization-api-python/assets/maximization_workaround/README.md +5 -0
  1646. package/resources/skills/skills/nvidia/cuopt-numerical-optimization-api-python/assets/maximization_workaround/model.py +22 -0
  1647. package/resources/skills/skills/nvidia/cuopt-numerical-optimization-api-python/assets/milp_basic/README.md +10 -0
  1648. package/resources/skills/skills/nvidia/cuopt-numerical-optimization-api-python/assets/milp_basic/incumbent_callback.py +50 -0
  1649. package/resources/skills/skills/nvidia/cuopt-numerical-optimization-api-python/assets/milp_basic/model.py +36 -0
  1650. package/resources/skills/skills/nvidia/cuopt-numerical-optimization-api-python/assets/milp_production_planning/README.md +5 -0
  1651. package/resources/skills/skills/nvidia/cuopt-numerical-optimization-api-python/assets/milp_production_planning/model.py +33 -0
  1652. package/resources/skills/skills/nvidia/cuopt-numerical-optimization-api-python/assets/mps_solver/README.md +88 -0
  1653. package/resources/skills/skills/nvidia/cuopt-numerical-optimization-api-python/assets/mps_solver/data/README.md +82 -0
  1654. package/resources/skills/skills/nvidia/cuopt-numerical-optimization-api-python/assets/mps_solver/data/sample.mps +19 -0
  1655. package/resources/skills/skills/nvidia/cuopt-numerical-optimization-api-python/assets/mps_solver/model.py +283 -0
  1656. package/resources/skills/skills/nvidia/cuopt-numerical-optimization-api-python/assets/mps_solver/results.md +90 -0
  1657. package/resources/skills/skills/nvidia/cuopt-numerical-optimization-api-python/assets/portfolio/README.md +7 -0
  1658. package/resources/skills/skills/nvidia/cuopt-numerical-optimization-api-python/assets/portfolio/model.py +49 -0
  1659. package/resources/skills/skills/nvidia/cuopt-numerical-optimization-api-python/evals/SOURCES.md +40 -0
  1660. package/resources/skills/skills/nvidia/cuopt-numerical-optimization-api-python/evals/evals.json +1091 -0
  1661. package/resources/skills/skills/nvidia/cuopt-numerical-optimization-api-python/resources/qp_examples.md +198 -0
  1662. package/resources/skills/skills/nvidia/cuopt-routing-api-python/SKILL.md +103 -0
  1663. package/resources/skills/skills/nvidia/cuopt-routing-api-python/assets/README.md +10 -0
  1664. package/resources/skills/skills/nvidia/cuopt-routing-api-python/assets/pdp_basic/README.md +7 -0
  1665. package/resources/skills/skills/nvidia/cuopt-routing-api-python/assets/pdp_basic/model.py +56 -0
  1666. package/resources/skills/skills/nvidia/cuopt-routing-api-python/assets/vrp_basic/README.md +7 -0
  1667. package/resources/skills/skills/nvidia/cuopt-routing-api-python/assets/vrp_basic/model.py +31 -0
  1668. package/resources/skills/skills/nvidia/cuopt-routing-api-python/resources/examples.md +249 -0
  1669. package/resources/skills/skills/nvidia/cuopt-routing-api-python/resources/server_examples.md +204 -0
  1670. package/resources/skills/skills/nvidia/cuopt-routing-api-python/skill-card.md +38 -0
  1671. package/resources/skills/skills/nvidia/cuopt-routing-api-python/skill.oms.sig +1 -0
  1672. package/resources/skills/skills/nvidia/cuopt-server-api-python/SKILL.md +81 -0
  1673. package/resources/skills/skills/nvidia/cuopt-server-api-python/assets/README.md +14 -0
  1674. package/resources/skills/skills/nvidia/cuopt-server-api-python/assets/lp_basic/README.md +10 -0
  1675. package/resources/skills/skills/nvidia/cuopt-server-api-python/assets/lp_basic/client.py +84 -0
  1676. package/resources/skills/skills/nvidia/cuopt-server-api-python/assets/milp_basic/README.md +6 -0
  1677. package/resources/skills/skills/nvidia/cuopt-server-api-python/assets/milp_basic/client.py +82 -0
  1678. package/resources/skills/skills/nvidia/cuopt-server-api-python/assets/pdp_basic/README.md +6 -0
  1679. package/resources/skills/skills/nvidia/cuopt-server-api-python/assets/pdp_basic/client.py +97 -0
  1680. package/resources/skills/skills/nvidia/cuopt-server-api-python/assets/vrp_basic/README.md +10 -0
  1681. package/resources/skills/skills/nvidia/cuopt-server-api-python/assets/vrp_basic/client.py +101 -0
  1682. package/resources/skills/skills/nvidia/cuopt-server-api-python/assets/vrp_simple/README.md +6 -0
  1683. package/resources/skills/skills/nvidia/cuopt-server-api-python/assets/vrp_simple/client.py +95 -0
  1684. package/resources/skills/skills/nvidia/cuopt-server-api-python/skill-card.md +38 -0
  1685. package/resources/skills/skills/nvidia/cuopt-server-api-python/skill.oms.sig +1 -0
  1686. package/resources/skills/skills/nvidia/cuopt-server-common/SKILL.md +47 -0
  1687. package/resources/skills/skills/nvidia/cuopt-server-common/skill-card.md +38 -0
  1688. package/resources/skills/skills/nvidia/cuopt-server-common/skill.oms.sig +1 -0
  1689. package/resources/skills/skills/nvidia/cuopt-user-rules/SKILL.md +222 -0
  1690. package/resources/skills/skills/nvidia/cuopt-user-rules/skill-card.md +39 -0
  1691. package/resources/skills/skills/nvidia/cuopt-user-rules/skill.oms.sig +1 -0
  1692. package/resources/skills/skills/nvidia/numerical-optimization-formulation/SKILL.md +263 -0
  1693. package/resources/skills/skills/nvidia/numerical-optimization-formulation/skill-card.md +38 -0
  1694. package/resources/skills/skills/nvidia/numerical-optimization-formulation/skill.oms.sig +1 -0
  1695. package/resources/skills/skills/nvidia/routing-formulation/SKILL.md +32 -0
  1696. package/resources/skills/skills/nvidia/routing-formulation/skill-card.md +38 -0
  1697. package/resources/skills/skills/nvidia/routing-formulation/skill.oms.sig +1 -0
  1698. package/resources/skills/skills/nvidia/skill-evolution/SKILL.md +211 -0
  1699. package/resources/skills/skills/nvidia/skill-evolution/skill-card.md +37 -0
  1700. package/resources/skills/skills/nvidia/skill-evolution/skill.oms.sig +1 -0
  1701. package/resources/skills/skills/obsidian/json-canvas/SKILL.md +245 -0
  1702. package/resources/skills/skills/obsidian/json-canvas/references/EXAMPLES.md +329 -0
  1703. package/resources/skills/skills/obsidian/obsidian-bases/SKILL.md +498 -0
  1704. package/resources/skills/skills/obsidian/obsidian-bases/references/FUNCTIONS_REFERENCE.md +173 -0
  1705. package/resources/skills/skills/obsidian/obsidian-cli/SKILL.md +107 -0
  1706. package/resources/skills/skills/obsidian/obsidian-markdown/SKILL.md +197 -0
  1707. package/resources/skills/skills/obsidian/obsidian-markdown/references/CALLOUTS.md +58 -0
  1708. package/resources/skills/skills/obsidian/obsidian-markdown/references/EMBEDS.md +63 -0
  1709. package/resources/skills/skills/obsidian/obsidian-markdown/references/PROPERTIES.md +61 -0
  1710. package/resources/skills/skills/orchestration/authmux/SKILL.md +80 -0
  1711. package/resources/skills/skills/orchestration/codex-fleet-login/SKILL.md +99 -0
  1712. package/resources/skills/skills/orchestration/codex-fleet-login/codex_fleet_login.sh +202 -0
  1713. package/resources/skills/skills/orchestration/pipeline/SKILL.md +86 -0
  1714. package/resources/skills/skills/orchestration/visual-ralph/SKILL.md +161 -0
  1715. package/resources/skills/skills/orchestration/worker/SKILL.md +106 -0
  1716. package/resources/skills/skills/polymarket/polymarket-predictions-audit/SKILL.md +82 -0
  1717. package/resources/skills/skills/polymarket/polymarket-research/SKILL.md +80 -0
  1718. package/resources/skills/skills/private/myvps/SKILL.md +74 -0
  1719. package/resources/skills/skills/private/myvps/agents/openai.yaml +4 -0
  1720. package/resources/skills/skills/private/myvps/scripts/myvps.sh +48 -0
  1721. package/resources/skills/skills/private/myvps/scripts/remote-supabase-admin.sh +120 -0
  1722. package/resources/skills/skills/research/awesome-rust-search/SKILL.md +152 -0
  1723. package/resources/skills/skills/research/cloakbrowser/SKILL.md +85 -0
  1724. package/resources/skills/skills/research/defuddle/SKILL.md +41 -0
  1725. package/resources/skills/skills/research/find-skills/SKILL.md +143 -0
  1726. package/resources/skills/skills/research/flight-search/SKILL.md +293 -0
  1727. package/resources/skills/skills/research/flight-search/references/api-reference.md +247 -0
  1728. package/resources/skills/skills/research/flight-search/references/mcp-setup.md +157 -0
  1729. package/resources/skills/skills/research/keyword-research/SKILL.md +283 -0
  1730. package/resources/skills/skills/research/keyword-research/references/example-report.md +96 -0
  1731. package/resources/skills/skills/research/keyword-research/references/instructions-detail.md +198 -0
  1732. package/resources/skills/skills/research/keyword-research/references/keyword-intent-taxonomy.md +324 -0
  1733. package/resources/skills/skills/research/keyword-research/references/keyword-prioritization-framework.md +41 -0
  1734. package/resources/skills/skills/research/keyword-research/references/topic-cluster-templates.md +286 -0
  1735. package/resources/skills/skills/research/obscura/SKILL.md +181 -0
  1736. package/resources/skills/skills/research/openai-docs/LICENSE.txt +201 -0
  1737. package/resources/skills/skills/research/openai-docs/SKILL.md +57 -0
  1738. package/resources/skills/skills/research/openai-docs/agents/openai.yaml +14 -0
  1739. package/resources/skills/skills/research/openai-docs/assets/openai-small.svg +3 -0
  1740. package/resources/skills/skills/research/openai-docs/assets/openai.png +0 -0
  1741. package/resources/skills/skills/review/api-tester/SKILL.md +165 -0
  1742. package/resources/skills/skills/review/code-review/SKILL.md +288 -0
  1743. package/resources/skills/skills/review/security-best-practices/LICENSE.txt +201 -0
  1744. package/resources/skills/skills/review/security-best-practices/SKILL.md +87 -0
  1745. package/resources/skills/skills/review/security-best-practices/agents/openai.yaml +4 -0
  1746. package/resources/skills/skills/review/security-best-practices/references/golang-general-backend-security.md +826 -0
  1747. package/resources/skills/skills/review/security-best-practices/references/javascript-express-web-server-security.md +1158 -0
  1748. package/resources/skills/skills/review/security-best-practices/references/javascript-general-web-frontend-security.md +747 -0
  1749. package/resources/skills/skills/review/security-best-practices/references/javascript-jquery-web-frontend-security.md +678 -0
  1750. package/resources/skills/skills/review/security-best-practices/references/javascript-typescript-nextjs-web-server-security.md +1144 -0
  1751. package/resources/skills/skills/review/security-best-practices/references/javascript-typescript-react-web-frontend-security.md +990 -0
  1752. package/resources/skills/skills/review/security-best-practices/references/javascript-typescript-vue-web-frontend-security.md +791 -0
  1753. package/resources/skills/skills/review/security-best-practices/references/python-django-web-server-security.md +882 -0
  1754. package/resources/skills/skills/review/security-best-practices/references/python-fastapi-web-server-security.md +1036 -0
  1755. package/resources/skills/skills/review/security-best-practices/references/python-flask-web-server-security.md +705 -0
  1756. package/resources/skills/skills/review/security-review/SKILL.md +301 -0
  1757. package/resources/skills/skills/review/wtf/SKILL.md +105 -0
  1758. package/resources/skills/skills/stripe/stripe-best-practices/SKILL.md +34 -0
  1759. package/resources/skills/skills/stripe/stripe-best-practices/references/billing.md +36 -0
  1760. package/resources/skills/skills/stripe/stripe-best-practices/references/connect.md +48 -0
  1761. package/resources/skills/skills/stripe/stripe-best-practices/references/payments.md +79 -0
  1762. package/resources/skills/skills/stripe/stripe-best-practices/references/security.md +109 -0
  1763. package/resources/skills/skills/stripe/stripe-best-practices/references/treasury.md +16 -0
  1764. package/resources/skills/skills/stripe/stripe-webhooks/SKILL.md +162 -0
  1765. package/resources/skills/skills/stripe/stripe-webhooks/examples/express/README.md +62 -0
  1766. package/resources/skills/skills/stripe/stripe-webhooks/examples/express/package.json +19 -0
  1767. package/resources/skills/skills/stripe/stripe-webhooks/examples/express/src/index.js +82 -0
  1768. package/resources/skills/skills/stripe/stripe-webhooks/examples/express/test/webhook.test.js +132 -0
  1769. package/resources/skills/skills/stripe/stripe-webhooks/examples/fastapi/README.md +66 -0
  1770. package/resources/skills/skills/stripe/stripe-webhooks/examples/fastapi/main.py +75 -0
  1771. package/resources/skills/skills/stripe/stripe-webhooks/examples/fastapi/requirements.txt +6 -0
  1772. package/resources/skills/skills/stripe/stripe-webhooks/examples/fastapi/test_webhook.py +121 -0
  1773. package/resources/skills/skills/stripe/stripe-webhooks/examples/nextjs/README.md +60 -0
  1774. package/resources/skills/skills/stripe/stripe-webhooks/examples/nextjs/app/webhooks/stripe/route.ts +73 -0
  1775. package/resources/skills/skills/stripe/stripe-webhooks/examples/nextjs/package.json +23 -0
  1776. package/resources/skills/skills/stripe/stripe-webhooks/examples/nextjs/test/webhook.test.ts +145 -0
  1777. package/resources/skills/skills/stripe/stripe-webhooks/examples/nextjs/vitest.config.ts +8 -0
  1778. package/resources/skills/skills/stripe/stripe-webhooks/references/overview.md +61 -0
  1779. package/resources/skills/skills/stripe/stripe-webhooks/references/setup.md +94 -0
  1780. package/resources/skills/skills/stripe/stripe-webhooks/references/verification.md +155 -0
  1781. package/src/commands/_index.ts +226 -0
  1782. package/src/commands/ask.ts +107 -0
  1783. package/src/commands/auto-detect.ts +53 -0
  1784. package/src/commands/builtin.ts +90 -0
  1785. package/src/commands/cloud.ts +269 -0
  1786. package/src/commands/colony-dispatch.ts +25 -0
  1787. package/src/commands/completions.ts +113 -0
  1788. package/src/commands/cost.ts +128 -0
  1789. package/src/commands/create-profile.ts +128 -0
  1790. package/src/commands/current.ts +44 -0
  1791. package/src/commands/diff.ts +87 -0
  1792. package/src/commands/doctor.ts +527 -0
  1793. package/src/commands/handoff.ts +95 -0
  1794. package/src/commands/icon.ts +98 -0
  1795. package/src/commands/import-profile.ts +130 -0
  1796. package/src/commands/init.ts +97 -0
  1797. package/src/commands/launch.test.ts +116 -0
  1798. package/src/commands/launch.ts +593 -0
  1799. package/src/commands/list.ts +31 -0
  1800. package/src/commands/lock.ts +88 -0
  1801. package/src/commands/marketplace.ts +263 -0
  1802. package/src/commands/mcps.ts +272 -0
  1803. package/src/commands/migrate-symlinks.test.ts +96 -0
  1804. package/src/commands/migrate-symlinks.ts +127 -0
  1805. package/src/commands/new.ts +292 -0
  1806. package/src/commands/optimizer.ts +573 -0
  1807. package/src/commands/packs.ts +112 -0
  1808. package/src/commands/quick.ts +52 -0
  1809. package/src/commands/replay.ts +128 -0
  1810. package/src/commands/scan.ts +55 -0
  1811. package/src/commands/security.ts +256 -0
  1812. package/src/commands/shell.test.ts +55 -0
  1813. package/src/commands/shell.ts +192 -0
  1814. package/src/commands/skills-lint.ts +148 -0
  1815. package/src/commands/skills-new.ts +92 -0
  1816. package/src/commands/skills-pin.ts +101 -0
  1817. package/src/commands/skills-test.ts +140 -0
  1818. package/src/commands/skills.ts +1115 -0
  1819. package/src/commands/snapshot.ts +108 -0
  1820. package/src/commands/sources.ts +201 -0
  1821. package/src/commands/stats.ts +59 -0
  1822. package/src/commands/status.ts +186 -0
  1823. package/src/commands/trace.ts +118 -0
  1824. package/src/commands/tree.ts +89 -0
  1825. package/src/commands/update.ts +113 -0
  1826. package/src/commands/use.ts +8 -0
  1827. package/src/commands/validate.ts +132 -0
  1828. package/src/commands/watch.ts +137 -0
  1829. package/src/commands/why.ts +115 -0
  1830. package/src/index.ts +174 -0
  1831. package/src/lib/analytics.ts +79 -0
  1832. package/src/lib/auto-detect.ts +101 -0
  1833. package/src/lib/brand-icons.ts +187 -0
  1834. package/src/lib/cache.ts +101 -0
  1835. package/src/lib/colony-dispatch.ts +42 -0
  1836. package/src/lib/conflict-detector.ts +140 -0
  1837. package/src/lib/cwd-resolver.test.ts +98 -0
  1838. package/src/lib/cwd-resolver.ts +86 -0
  1839. package/src/lib/handoff.ts +80 -0
  1840. package/src/lib/help.ts +12 -0
  1841. package/src/lib/kitty-image.test.ts +211 -0
  1842. package/src/lib/kitty-image.ts +360 -0
  1843. package/src/lib/lazy-mcp-wrapper.sh +21 -0
  1844. package/src/lib/manifest-cache.ts +97 -0
  1845. package/src/lib/mcp-materializer.test.ts +358 -0
  1846. package/src/lib/mcp-materializer.ts +317 -0
  1847. package/src/lib/pack-resolver.ts +69 -0
  1848. package/src/lib/picker.test.ts +28 -0
  1849. package/src/lib/picker.ts +103 -0
  1850. package/src/lib/profile-generator.test.ts +237 -0
  1851. package/src/lib/profile-generator.ts +1162 -0
  1852. package/src/lib/profile-linter.test.ts +239 -0
  1853. package/src/lib/profile-linter.ts +658 -0
  1854. package/src/lib/profile-loader.schema-delta.test.ts +90 -0
  1855. package/src/lib/profile-loader.test.ts +336 -0
  1856. package/src/lib/profile-loader.ts +450 -0
  1857. package/src/lib/project-scanner.ts +87 -0
  1858. package/src/lib/ratings.ts +55 -0
  1859. package/src/lib/resolver-local.test.ts +234 -0
  1860. package/src/lib/resolver-local.ts +334 -0
  1861. package/src/lib/resolver-npx.test.ts +309 -0
  1862. package/src/lib/resolver-npx.ts +333 -0
  1863. package/src/lib/resolver-plugins.test.ts +197 -0
  1864. package/src/lib/resolver-plugins.ts +217 -0
  1865. package/src/lib/runtime-lock.ts +65 -0
  1866. package/src/lib/runtime-materializer.test.ts +278 -0
  1867. package/src/lib/runtime-materializer.ts +433 -0
  1868. package/src/lib/scan-plugins.test.ts +190 -0
  1869. package/src/lib/scan-plugins.ts +491 -0
  1870. package/src/lib/skill-compressor.ts +70 -0
  1871. package/src/lib/skill-dependencies.ts +119 -0
  1872. package/src/lib/skill-scorer.ts +83 -0
  1873. package/src/lib/star-prompt.ts +81 -0
  1874. package/src/lib/webhooks.ts +58 -0
@@ -0,0 +1,101 @@
1
+ # SPDX-FileCopyrightText: Copyright (c) 2026, NVIDIA CORPORATION & AFFILIATES. All rights reserved.
2
+ # SPDX-License-Identifier: Apache-2.0
3
+
4
+ """
5
+ REST client: VRP with time windows. Requires cuOpt server running.
6
+
7
+ Usage: python client.py
8
+ Set CUOPT_SERVER_URL (default http://localhost:8000). Exits 0 if server unreachable (e.g. in CI without server).
9
+ """
10
+
11
+ import os
12
+ import sys
13
+ import time
14
+
15
+ import requests
16
+
17
+ SERVER = os.environ.get("CUOPT_SERVER_URL", "http://localhost:8000")
18
+ HEADERS = {"Content-Type": "application/json", "CLIENT-VERSION": "custom"}
19
+
20
+
21
+ def server_ok():
22
+ try:
23
+ r = requests.get(f"{SERVER}/cuopt/health", timeout=2)
24
+ return r.status_code == 200
25
+ except Exception:
26
+ return False
27
+
28
+
29
+ def main():
30
+ if not server_ok():
31
+ print(
32
+ "Server not running, skipping. Start with: python -m cuopt_server.cuopt_service --ip 0.0.0.0 --port 8000"
33
+ )
34
+ sys.exit(0)
35
+
36
+ payload = {
37
+ "cost_matrix_data": {
38
+ "data": {
39
+ "0": [
40
+ [0, 10, 15, 20, 25],
41
+ [10, 0, 12, 18, 22],
42
+ [15, 12, 0, 10, 15],
43
+ [20, 18, 10, 0, 8],
44
+ [25, 22, 15, 8, 0],
45
+ ]
46
+ }
47
+ },
48
+ "travel_time_matrix_data": {
49
+ "data": {
50
+ "0": [
51
+ [0, 10, 15, 20, 25],
52
+ [10, 0, 12, 18, 22],
53
+ [15, 12, 0, 10, 15],
54
+ [20, 18, 10, 0, 8],
55
+ [25, 22, 15, 8, 0],
56
+ ]
57
+ }
58
+ },
59
+ "task_data": {
60
+ "task_locations": [1, 2, 3, 4],
61
+ "demand": [[20, 30, 25, 15]],
62
+ "task_time_windows": [[0, 50], [10, 60], [20, 70], [0, 80]],
63
+ "service_times": [5, 5, 5, 5],
64
+ },
65
+ "fleet_data": {
66
+ "vehicle_locations": [[0, 0], [0, 0]],
67
+ "capacities": [[100, 100]],
68
+ "vehicle_time_windows": [[0, 200], [0, 200]],
69
+ },
70
+ "solver_config": {"time_limit": 10},
71
+ }
72
+
73
+ response = requests.post(
74
+ f"{SERVER}/cuopt/request", json=payload, headers=HEADERS
75
+ )
76
+ response.raise_for_status()
77
+ req_id = response.json()["reqId"]
78
+ print(f"Submitted: {req_id}")
79
+
80
+ for _ in range(30):
81
+ response = requests.get(
82
+ f"{SERVER}/cuopt/solution/{req_id}", headers=HEADERS
83
+ )
84
+ result = response.json()
85
+
86
+ if "response" in result:
87
+ solver_response = result["response"].get("solver_response", {})
88
+ print(f"Status: {solver_response.get('status')}")
89
+ print(f"Cost: {solver_response.get('solution_cost')}")
90
+ if "vehicle_data" in solver_response:
91
+ for vid, vdata in solver_response["vehicle_data"].items():
92
+ print(f"Vehicle {vid}: {vdata.get('route', [])}")
93
+ return
94
+ time.sleep(1)
95
+
96
+ print("Timeout waiting for solution")
97
+ sys.exit(1)
98
+
99
+
100
+ if __name__ == "__main__":
101
+ main()
@@ -0,0 +1,6 @@
1
+ # Basic VRP (no time windows)
2
+
3
+ Simple VRP: 4 locations, 3 tasks, 2 vehicles. No time windows.
4
+
5
+ **Requires:** cuOpt server running. **Run:** `python client.py` (exits 0 if server unreachable).
6
+ **Env:** `CUOPT_SERVER_URL` (default `http://localhost:8000`).
@@ -0,0 +1,95 @@
1
+ # SPDX-FileCopyrightText: Copyright (c) 2026, NVIDIA CORPORATION & AFFILIATES. All rights reserved.
2
+ # SPDX-License-Identifier: Apache-2.0
3
+
4
+ """
5
+ REST client: Basic VRP (no time windows). 4 locations, 3 tasks, 2 vehicles.
6
+ Requires cuOpt server running. Exits 0 if server unreachable.
7
+ """
8
+
9
+ import os
10
+ import sys
11
+ import time
12
+
13
+ import requests
14
+
15
+ SERVER = os.environ.get("CUOPT_SERVER_URL", "http://localhost:8000")
16
+ HEADERS = {"Content-Type": "application/json", "CLIENT-VERSION": "custom"}
17
+
18
+
19
+ def server_ok():
20
+ try:
21
+ r = requests.get(f"{SERVER}/cuopt/health", timeout=2)
22
+ return r.status_code == 200
23
+ except Exception:
24
+ return False
25
+
26
+
27
+ def main():
28
+ if not server_ok():
29
+ print(
30
+ "Server not running, skipping. Start with: python -m cuopt_server.cuopt_service --ip 0.0.0.0 --port 8000"
31
+ )
32
+ sys.exit(0)
33
+
34
+ payload = {
35
+ "cost_matrix_data": {
36
+ "data": {
37
+ "0": [
38
+ [0, 10, 15, 20],
39
+ [10, 0, 12, 18],
40
+ [15, 12, 0, 10],
41
+ [20, 18, 10, 0],
42
+ ]
43
+ }
44
+ },
45
+ "travel_time_matrix_data": {
46
+ "data": {
47
+ "0": [
48
+ [0, 10, 15, 20],
49
+ [10, 0, 12, 18],
50
+ [15, 12, 0, 10],
51
+ [20, 18, 10, 0],
52
+ ]
53
+ }
54
+ },
55
+ "task_data": {
56
+ "task_locations": [1, 2, 3],
57
+ "demand": [[10, 15, 20]],
58
+ "service_times": [5, 5, 5],
59
+ },
60
+ "fleet_data": {
61
+ "vehicle_locations": [[0, 0], [0, 0]],
62
+ "capacities": [[50, 50]],
63
+ },
64
+ "solver_config": {"time_limit": 5},
65
+ }
66
+
67
+ response = requests.post(
68
+ f"{SERVER}/cuopt/request", json=payload, headers=HEADERS
69
+ )
70
+ response.raise_for_status()
71
+ req_id = response.json()["reqId"]
72
+ print(f"Submitted: {req_id}")
73
+
74
+ for _ in range(30):
75
+ response = requests.get(
76
+ f"{SERVER}/cuopt/solution/{req_id}", headers=HEADERS
77
+ )
78
+ result = response.json()
79
+
80
+ if "response" in result:
81
+ solver_response = result["response"].get("solver_response", {})
82
+ print(f"Status: {solver_response.get('status')}")
83
+ print(f"Cost: {solver_response.get('solution_cost')}")
84
+ if "vehicle_data" in solver_response:
85
+ for vid, vdata in solver_response["vehicle_data"].items():
86
+ print(f"Vehicle {vid}: {vdata.get('route', [])}")
87
+ return
88
+ time.sleep(1)
89
+
90
+ print("Timeout waiting for solution")
91
+ sys.exit(1)
92
+
93
+
94
+ if __name__ == "__main__":
95
+ main()
@@ -0,0 +1,38 @@
1
+ ## Description: <br>
2
+ cuOpt REST server — start server, endpoints, Python/curl client examples. Use when the user is deploying or calling the REST API. <br>
3
+
4
+ This skill is ready for commercial/non-commercial use. <br>
5
+
6
+ ## Owner: NVIDIA <br>
7
+
8
+ ### License/Terms of Use: <br>
9
+ Apache 2.0 <br>
10
+ ## Use Case: <br>
11
+ Developers and engineers deploying or calling the NVIDIA cuOpt REST API server for GPU-accelerated optimization (routing, LP, MILP) via Python or curl clients. <br>
12
+
13
+ ### Deployment Geography for Use: <br>
14
+ Global <br>
15
+
16
+ ## Known Risks and Mitigations: <br>
17
+ Risk: Review before execution as proposals could introduce incorrect or misleading guidance into skills. <br>
18
+ Mitigation: Review and scan skill before deployment. <br>
19
+
20
+ ## Reference(s): <br>
21
+ - [cuOpt User Guide](https://docs.nvidia.com/cuopt/user-guide/latest/introduction.html) <br>
22
+ - [cuOpt Examples](https://github.com/NVIDIA/cuopt-examples) <br>
23
+
24
+
25
+ ## Skill Output: <br>
26
+ **Output Type(s):** [API Calls, Code, Shell commands, Configuration instructions] <br>
27
+ **Output Format:** [Markdown with inline code blocks] <br>
28
+ **Output Parameters:** [1D] <br>
29
+ **Other Properties Related to Output:** [None] <br>
30
+
31
+ ## Skill Version(s): <br>
32
+ 26.06.00 (source: frontmatter) <br>
33
+
34
+ ## Ethical Considerations: <br>
35
+ NVIDIA believes Trustworthy AI is a shared responsibility and we have established policies and practices to enable development for a wide array of AI applications. When downloaded or used in accordance with our terms of service, developers should work with their internal team to ensure this skill meets requirements for the relevant industry and use case and addresses unforeseen product misuse. <br>
36
+
37
+ (For Release on NVIDIA Platforms Only) <br>
38
+ Please report quality, risk, security vulnerabilities or NVIDIA AI Concerns [here](https://app.intigriti.com/programs/nvidia/nvidiavdp/detail). <br>
@@ -0,0 +1 @@
1
+ {"mediaType":"application/vnd.dev.sigstore.bundle.v0.3+json","verificationMaterial":{"x509CertificateChain":{"certificates":[{"rawBytes":"MIICgzCCAgmgAwIBAgIUKIyS7SxNteQIiWzK1dWj85E6520wCgYIKoZIzj0EAwMwVTELMAkGA1UEBhMCVVMxGzAZBgNVBAoMEk5WSURJQSBDb3Jwb3JhdGlvbjEpMCcGA1UEAwwgTlZJRElBIEFnZW50IENhcGFiaWxpdGllcyBJQ0EgMDEwHhcNMjYwNDAxMDAwMDAwWhcNMjgwNDIyMTUzMzA5WjBUMQswCQYDVQQGEwJVUzEbMBkGA1UECgwSTlZJRElBIENvcnBvcmF0aW9uMSgwJgYDVQQDDB9OVklESUEgQWdlbnQgU2tpbGxzIFNpZ25pbmcgMDAxMHYwEAYHKoZIzj0CAQYFK4EEACIDYgAEYoRM9bQl/dGlwSRNi6bTpIJUXH8Nv9GciP6LSflJYYMLCc296kpyuTSsk5ddbAWiDcFX3C/ydX3jwc+qCLYP6uHy9XphyLjOQ27Yb2J6rBLVtRBS1mgGco/Gr7fL6ODco4GaMIGXMB0GA1UdDgQWBBRQ/5ZW3nJ6lmo9SVk7I15o7UGmpTAfBgNVHSMEGDAWgBRPGpILxMBBleJSsBGjrMKsby1CgjAMBgNVHRMBAf8EAjAAMA4GA1UdDwEB/wQEAwIHgDA3BggrBgEFBQcBAQQrMCkwJwYIKwYBBQUHMAGGG2h0dHA6Ly9vY3NwLm5kaXMubnZpZGlhLmNvbTAKBggqhkjOPQQDAwNoADBlAjAUygu/GiOCIXrgGr4SmLgeEVDcEitfFUv7ALbvLVGVyMysB3mxmO/uInZfXzWcJZsCMQDxuoxj4ZmO30jhkPIcCxGFCOvnUsnfU3TfGcouYm4M6iRpbKvtVnHPiy4bi6pcKf0="},{"rawBytes":"MIICiDCCAg6gAwIBAgIUZsIuSv9NkpJCNqtYEfCouVv5BzowCgYIKoZIzj0EAwMwUTELMAkGA1UEBhMCVVMxGzAZBgNVBAoMEk5WSURJQSBDb3Jwb3JhdGlvbjElMCMGA1UEAwwcTlZJRElBIEFnZW50IENhcGFiaWxpdGllcyBDQTAgFw0yNjA0MDEwMDAwMDBaGA85OTk5MTIzMTIzNTk1OVowVTELMAkGA1UEBhMCVVMxGzAZBgNVBAoMEk5WSURJQSBDb3Jwb3JhdGlvbjEpMCcGA1UEAwwgTlZJRElBIEFnZW50IENhcGFiaWxpdGllcyBJQ0EgMDEwdjAQBgcqhkjOPQIBBgUrgQQAIgNiAASI72cR3ctKGg4VWnB3bNja6g1Z2PnOmFEopkPof+QeIcPk9rT+g9MjJnq51EQXL93a7C2GJ9J985G4o2V85VD7wJ1RaXhluHW2rf3y8bQGeAYaKMr5s/hUgn+M3/9WlWejgaAwgZ0wHQYDVR0OBBYEFE8akgvEwEGV4lKwEaOswqxvLUKCMB8GA1UdIwQYMBaAFItnoAjjfuCEUvzyvWyI2vOGvwPjMBIGA1UdEwEB/wQIMAYBAf8CAQAwDgYDVR0PAQH/BAQDAgEGMDcGCCsGAQUFBwEBBCswKTAnBggrBgEFBQcwAYYbaHR0cDovL29jc3AubmRpcy5udmlkaWEuY29tMAoGCCqGSM49BAMDA2gAMGUCMQCeIMMfAbyzPDacw2MxG+Yt1cikrJX/DVxiGfXuHmkkXn6VgSzE79+lkqDErpVO2gYCMCNEColOyvUvkzZGUEI1hQ3PfMgi3FIo9tHoBKMw4/wGBLFpu/0ubtmbBXM6/UMOEw=="},{"rawBytes":"MIICRTCCAcygAwIBAgIUeJdY3rV86EdvFmG7L8LJBsyQFYkwCgYIKoZIzj0EAwMwUTELMAkGA1UEBhMCVVMxGzAZBgNVBAoMEk5WSURJQSBDb3Jwb3JhdGlvbjElMCMGA1UEAwwcTlZJRElBIEFnZW50IENhcGFiaWxpdGllcyBDQTAgFw0yNjA0MDEwMDAwMDBaGA85OTk5MTIzMTIzNTk1OVowUTELMAkGA1UEBhMCVVMxGzAZBgNVBAoMEk5WSURJQSBDb3Jwb3JhdGlvbjElMCMGA1UEAwwcTlZJRElBIEFnZW50IENhcGFiaWxpdGllcyBDQTB2MBAGByqGSM49AgEGBSuBBAAiA2IABAYpiXCDjJ9NT2eSDhyHJVSw1Tbze18cGG2F/578oWvHxg23eQAhNRYdq88i1iOshZSO6C29doKui5Xpmo/7Ctw9Sx4PP2RzOmIuOLCuTdNtKcTRwi4GEsd5BAFvWj42M6NjMGEwHQYDVR0OBBYEFItnoAjjfuCEUvzyvWyI2vOGvwPjMB8GA1UdIwQYMBaAFItnoAjjfuCEUvzyvWyI2vOGvwPjMA8GA1UdEwEB/wQFMAMBAf8wDgYDVR0PAQH/BAQDAgEGMAoGCCqGSM49BAMDA2cAMGQCMCwtAjWLaNwgGWNCgdyNoTyvNhqWRECRJV2r3+7w8g0PL6NHLOsbkgE09BH95h8XlgIwTaQmbbUh2ChAJ5TA1wRiVDnCcvbzHlZl2jM2FcwQQZlk19LOAbyGMRixbu2Ww/rj"}]},"tlogEntries":[]},"dsseEnvelope":{"payload":"ewogICJfdHlwZSI6ICJodHRwczovL2luLXRvdG8uaW8vU3RhdGVtZW50L3YxIiwKICAic3ViamVjdCI6IFsKICAgIHsKICAgICAgIm5hbWUiOiAiY3VvcHQtc2VydmVyLWFwaS1weXRob24iLAogICAgICAiZGlnZXN0IjogewogICAgICAgICJzaGEyNTYiOiAiNGE5MGE0MmU2Y2I0Mzg0MzU0MGMxYjYyNzIxMTgyM2IxNzI4ZjczNTA2NmRiNjhkNWJjZDgwNzg2NGRkZGY3MyIKICAgICAgfQogICAgfQogIF0sCiAgInByZWRpY2F0ZVR5cGUiOiAiaHR0cHM6Ly9tb2RlbF9zaWduaW5nL3NpZ25hdHVyZS92MS4wIiwKICAicHJlZGljYXRlIjogewogICAgInJlc291cmNlcyI6IFsKICAgICAgewogICAgICAgICJhbGdvcml0aG0iOiAic2hhMjU2IiwKICAgICAgICAiZGlnZXN0IjogIjMzY2JjY2NiM2ZjYTgxYjU0ZGM2OWMwNjY1NWVlM2ZhZGJiYWRkNTdmMTA5YzAwNGVkMWU4OGI0YWI0YWIwMWEiLAogICAgICAgICJuYW1lIjogIlNLSUxMLm1kIgogICAgICB9LAogICAgICB7CiAgICAgICAgImFsZ29yaXRobSI6ICJzaGEyNTYiLAogICAgICAgICJkaWdlc3QiOiAiYTgzY2NlYjEwMWZlYjI4OTUzYmU5ZmEwNjg5ZjczMTc0Njc0OTE0ZTZlY2FhMmNlYTkzZGYxMDJlMDAxMTRmZiIsCiAgICAgICAgIm5hbWUiOiAiYXNzZXRzL1JFQURNRS5tZCIKICAgICAgfSwKICAgICAgewogICAgICAgICJhbGdvcml0aG0iOiAic2hhMjU2IiwKICAgICAgICAiZGlnZXN0IjogIjFjNmU4OWVlZWU4OGRlN2QyOTY4YzY4NGNmOGI0NWJhOWJlMGMyZTQyNDFlMDk0ZjMwZjcyYzY3MDM0ZjFmN2IiLAogICAgICAgICJuYW1lIjogImFzc2V0cy9scF9iYXNpYy9SRUFETUUubWQiCiAgICAgIH0sCiAgICAgIHsKICAgICAgICAiYWxnb3JpdGhtIjogInNoYTI1NiIsCiAgICAgICAgImRpZ2VzdCI6ICI2YTZmZjUyZmVjNWM4ZmMyZDVjNTJmMjhiOTBkNjNiODU1YjQ1OTVlODQ3MWZlNWQyOGE1MDcxOTAwMDc2ZWViIiwKICAgICAgICAibmFtZSI6ICJhc3NldHMvbHBfYmFzaWMvY2xpZW50LnB5IgogICAgICB9LAogICAgICB7CiAgICAgICAgImFsZ29yaXRobSI6ICJzaGEyNTYiLAogICAgICAgICJkaWdlc3QiOiAiZmFhNGVlMTBhNjU4NTgzOWFlYjQ0OTJlMDc3MTM2MDM4ZWVlYjBiY2RlYmI5MmExOGIyNGVhYTVkZWQyZTY1OSIsCiAgICAgICAgIm5hbWUiOiAiYXNzZXRzL21pbHBfYmFzaWMvUkVBRE1FLm1kIgogICAgICB9LAogICAgICB7CiAgICAgICAgImFsZ29yaXRobSI6ICJzaGEyNTYiLAogICAgICAgICJkaWdlc3QiOiAiZTZkY2VkMWVjNWRjNjcyZDMzYjI4M2UwOTJiMzkwNGE0ODcwYWUxMDVmYjE3ZTM5MDQzMGQ1ODNmNzI0MDlhNyIsCiAgICAgICAgIm5hbWUiOiAiYXNzZXRzL21pbHBfYmFzaWMvY2xpZW50LnB5IgogICAgICB9LAogICAgICB7CiAgICAgICAgImFsZ29yaXRobSI6ICJzaGEyNTYiLAogICAgICAgICJkaWdlc3QiOiAiNWMwYjdlM2MzNWViMTExZjkyNDZkNDlhODAyMjEwOGI0ZDRlNGVlMjg0YmVmMjgzZjVhYTIxMjBmYmMzZWQwZCIsCiAgICAgICAgIm5hbWUiOiAiYXNzZXRzL3BkcF9iYXNpYy9SRUFETUUubWQiCiAgICAgIH0sCiAgICAgIHsKICAgICAgICAiYWxnb3JpdGhtIjogInNoYTI1NiIsCiAgICAgICAgImRpZ2VzdCI6ICJhN2I1OGVhZDkzYjBhNTNlYTQ4N2FlOWZiM2RhNzcxYjhiN2FiZTlkY2Q5MjBiNTkzZTA1OTMxODRlY2Q1NDc4IiwKICAgICAgICAibmFtZSI6ICJhc3NldHMvcGRwX2Jhc2ljL2NsaWVudC5weSIKICAgICAgfSwKICAgICAgewogICAgICAgICJhbGdvcml0aG0iOiAic2hhMjU2IiwKICAgICAgICAiZGlnZXN0IjogIjY5MjgwNzQ0MTNkZmUxZWE0MTViZjFkZWU3OWNlYmMxODY1NDZmZWNhOGRjNDBmZWUxZTQyYTI5NjUxZTUxNjQiLAogICAgICAgICJuYW1lIjogImFzc2V0cy92cnBfYmFzaWMvUkVBRE1FLm1kIgogICAgICB9LAogICAgICB7CiAgICAgICAgImFsZ29yaXRobSI6ICJzaGEyNTYiLAogICAgICAgICJkaWdlc3QiOiAiNjNkMWViNmRmMGM4NDE3NzA5MzgwNGE2NjE4OWZiNmFhZTUwYTdlYTRkN2NkYjc0MjVlN2E2MTljY2MwYjEzNiIsCiAgICAgICAgIm5hbWUiOiAiYXNzZXRzL3ZycF9iYXNpYy9jbGllbnQucHkiCiAgICAgIH0sCiAgICAgIHsKICAgICAgICAiYWxnb3JpdGhtIjogInNoYTI1NiIsCiAgICAgICAgImRpZ2VzdCI6ICI2ZWM0NWJiNWE1ZTBmMWExMjJmMjQxMTc5MTg3YzRlNjA4Y2JjYTg4ZDgwODFkYTQyMjkxNjRkMjgxMzE2YjVjIiwKICAgICAgICAibmFtZSI6ICJhc3NldHMvdnJwX3NpbXBsZS9SRUFETUUubWQiCiAgICAgIH0sCiAgICAgIHsKICAgICAgICAiYWxnb3JpdGhtIjogInNoYTI1NiIsCiAgICAgICAgImRpZ2VzdCI6ICJmN2UxYWU0OTYwN2M5NGUzYzgxOGIxNjkwMDZhMzgzNGM3NjJjMTU4ZmZjMmY0MzYyOTVkMTgwYzgyNTllZTU5IiwKICAgICAgICAibmFtZSI6ICJhc3NldHMvdnJwX3NpbXBsZS9jbGllbnQucHkiCiAgICAgIH0sCiAgICAgIHsKICAgICAgICAiYWxnb3JpdGhtIjogInNoYTI1NiIsCiAgICAgICAgImRpZ2VzdCI6ICJkNTA2NGUwYWM2MTQyOTQzYTIwMTY3MmQ5NTNiMTcwNmYwMjM3ZDI1OWE2NTc3YzA3NTY2MWIxYzRhZWQzN2NjIiwKICAgICAgICAibmFtZSI6ICJza2lsbC1jYXJkLm1kIgogICAgICB9CiAgICBdLAogICAgInNlcmlhbGl6YXRpb24iOiB7CiAgICAgICJtZXRob2QiOiAiZmlsZXMiLAogICAgICAiYWxsb3dfc3ltbGlua3MiOiBmYWxzZSwKICAgICAgImlnbm9yZV9wYXRocyI6IFsKICAgICAgICAiLmdpdCIsCiAgICAgICAgIi5naXRhdHRyaWJ1dGVzIiwKICAgICAgICAiLmdpdGh1YiIsCiAgICAgICAgIi5naXRpZ25vcmUiCiAgICAgIF0sCiAgICAgICJoYXNoX3R5cGUiOiAic2hhMjU2IgogICAgfQogIH0KfQ==","payloadType":"application/vnd.in-toto+json","signatures":[{"sig":"MGUCMQDb45KKnEshVqkg11RJge99va/CYz505Mr+Uy07SSp2IcyUFda9aOJIrqO8wv4Uy9UCMECUZkFb1brNoko9MqihUqMjacS0cBv6wysN/SgqAw+1bHaI6dJWJe7rNml4ZRya3Q==","keyid":""}]}}
@@ -0,0 +1,47 @@
1
+ ---
2
+ name: cuopt-server-common
3
+ version: "26.08.00"
4
+ description: cuOpt REST server — what it does and how requests flow. Domain concepts; no deploy or client code.
5
+ ---
6
+
7
+
8
+ # cuOpt Server (common)
9
+
10
+ Domain concepts for the cuOpt REST server. No deploy commands or client code here.
11
+
12
+ ## What the server does
13
+
14
+ - Accepts optimization requests (routing, LP, MILP) over HTTP.
15
+ - Returns a request ID; solution is obtained by polling with that ID.
16
+ - Does **not** support QP via REST.
17
+
18
+ ## Problem types supported
19
+
20
+ | Problem type | Supported |
21
+ |--------------|:---------:|
22
+ | Routing | ✓ |
23
+ | LP | ✓ |
24
+ | MILP | ✓ |
25
+ | QP | ✗ |
26
+
27
+ ## Request flow (conceptual)
28
+
29
+ 1. Client sends problem data in the required schema (matrices, tasks, fleet, solver config).
30
+ 2. Server returns a `reqId`.
31
+ 3. Client polls the solution endpoint with `reqId` until the job completes.
32
+ 4. Response contains status and, on success, solution (routes, objective, primal values, etc.).
33
+
34
+ ## Required questions (deployment and usage)
35
+
36
+ Ask these if not already clear:
37
+
38
+ 1. **Problem type** — Routing or LP/MILP? (QP not available.)
39
+ 2. **Deployment** — Local, Docker, Kubernetes, or cloud?
40
+ 3. **Client** — Which language or tool will call the API (e.g. Python, curl, another service)?
41
+
42
+ ## Key endpoints (conceptual)
43
+
44
+ - Health check.
45
+ - Submit request (POST).
46
+ - Get solution by request ID (GET).
47
+ - OpenAPI spec (e.g. for payload format).
@@ -0,0 +1,38 @@
1
+ ## Description: <br>
2
+ cuOpt REST server — what it does and how requests flow. Domain concepts; no deploy or client code. <br>
3
+
4
+ This skill is ready for commercial/non-commercial use. <br>
5
+
6
+ ## Owner: NVIDIA <br>
7
+
8
+ ### License/Terms of Use: <br>
9
+ Apache 2.0 <br>
10
+ ## Use Case: <br>
11
+ Developers and engineers who need to understand the cuOpt REST server’s capabilities and request flow before building integrations or choosing a deployment strategy. <br>
12
+
13
+ ### Deployment Geography for Use: <br>
14
+ Global <br>
15
+
16
+ ## Known Risks and Mitigations: <br>
17
+ Risk: Review before execution as proposals could introduce incorrect or misleading guidance into skills. <br>
18
+ Mitigation: Review and scan skill before deployment. <br>
19
+
20
+ ## Reference(s): <br>
21
+ - [cuOpt User Guide](https://docs.nvidia.com/cuopt/user-guide/latest/introduction.html) <br>
22
+ - [cuOpt API Reference](https://docs.nvidia.com/cuopt/user-guide/latest/api.html) <br>
23
+
24
+
25
+ ## Skill Output: <br>
26
+ **Output Type(s):** [Analysis, Configuration instructions] <br>
27
+ **Output Format:** [Markdown] <br>
28
+ **Output Parameters:** [1D] <br>
29
+ **Other Properties Related to Output:** [None] <br>
30
+
31
+ ## Skill Version(s): <br>
32
+ 26.06.00 (source: frontmatter) <br>
33
+
34
+ ## Ethical Considerations: <br>
35
+ NVIDIA believes Trustworthy AI is a shared responsibility and we have established policies and practices to enable development for a wide array of AI applications. When downloaded or used in accordance with our terms of service, developers should work with their internal team to ensure this skill meets requirements for the relevant industry and use case and addresses unforeseen product misuse. <br>
36
+
37
+ (For Release on NVIDIA Platforms Only) <br>
38
+ Please report quality, risk, security vulnerabilities or NVIDIA AI Concerns [here](https://app.intigriti.com/programs/nvidia/nvidiavdp/detail). <br>
@@ -0,0 +1 @@
1
+ {"mediaType":"application/vnd.dev.sigstore.bundle.v0.3+json","verificationMaterial":{"x509CertificateChain":{"certificates":[{"rawBytes":"MIICgzCCAgmgAwIBAgIUKIyS7SxNteQIiWzK1dWj85E6520wCgYIKoZIzj0EAwMwVTELMAkGA1UEBhMCVVMxGzAZBgNVBAoMEk5WSURJQSBDb3Jwb3JhdGlvbjEpMCcGA1UEAwwgTlZJRElBIEFnZW50IENhcGFiaWxpdGllcyBJQ0EgMDEwHhcNMjYwNDAxMDAwMDAwWhcNMjgwNDIyMTUzMzA5WjBUMQswCQYDVQQGEwJVUzEbMBkGA1UECgwSTlZJRElBIENvcnBvcmF0aW9uMSgwJgYDVQQDDB9OVklESUEgQWdlbnQgU2tpbGxzIFNpZ25pbmcgMDAxMHYwEAYHKoZIzj0CAQYFK4EEACIDYgAEYoRM9bQl/dGlwSRNi6bTpIJUXH8Nv9GciP6LSflJYYMLCc296kpyuTSsk5ddbAWiDcFX3C/ydX3jwc+qCLYP6uHy9XphyLjOQ27Yb2J6rBLVtRBS1mgGco/Gr7fL6ODco4GaMIGXMB0GA1UdDgQWBBRQ/5ZW3nJ6lmo9SVk7I15o7UGmpTAfBgNVHSMEGDAWgBRPGpILxMBBleJSsBGjrMKsby1CgjAMBgNVHRMBAf8EAjAAMA4GA1UdDwEB/wQEAwIHgDA3BggrBgEFBQcBAQQrMCkwJwYIKwYBBQUHMAGGG2h0dHA6Ly9vY3NwLm5kaXMubnZpZGlhLmNvbTAKBggqhkjOPQQDAwNoADBlAjAUygu/GiOCIXrgGr4SmLgeEVDcEitfFUv7ALbvLVGVyMysB3mxmO/uInZfXzWcJZsCMQDxuoxj4ZmO30jhkPIcCxGFCOvnUsnfU3TfGcouYm4M6iRpbKvtVnHPiy4bi6pcKf0="},{"rawBytes":"MIICiDCCAg6gAwIBAgIUZsIuSv9NkpJCNqtYEfCouVv5BzowCgYIKoZIzj0EAwMwUTELMAkGA1UEBhMCVVMxGzAZBgNVBAoMEk5WSURJQSBDb3Jwb3JhdGlvbjElMCMGA1UEAwwcTlZJRElBIEFnZW50IENhcGFiaWxpdGllcyBDQTAgFw0yNjA0MDEwMDAwMDBaGA85OTk5MTIzMTIzNTk1OVowVTELMAkGA1UEBhMCVVMxGzAZBgNVBAoMEk5WSURJQSBDb3Jwb3JhdGlvbjEpMCcGA1UEAwwgTlZJRElBIEFnZW50IENhcGFiaWxpdGllcyBJQ0EgMDEwdjAQBgcqhkjOPQIBBgUrgQQAIgNiAASI72cR3ctKGg4VWnB3bNja6g1Z2PnOmFEopkPof+QeIcPk9rT+g9MjJnq51EQXL93a7C2GJ9J985G4o2V85VD7wJ1RaXhluHW2rf3y8bQGeAYaKMr5s/hUgn+M3/9WlWejgaAwgZ0wHQYDVR0OBBYEFE8akgvEwEGV4lKwEaOswqxvLUKCMB8GA1UdIwQYMBaAFItnoAjjfuCEUvzyvWyI2vOGvwPjMBIGA1UdEwEB/wQIMAYBAf8CAQAwDgYDVR0PAQH/BAQDAgEGMDcGCCsGAQUFBwEBBCswKTAnBggrBgEFBQcwAYYbaHR0cDovL29jc3AubmRpcy5udmlkaWEuY29tMAoGCCqGSM49BAMDA2gAMGUCMQCeIMMfAbyzPDacw2MxG+Yt1cikrJX/DVxiGfXuHmkkXn6VgSzE79+lkqDErpVO2gYCMCNEColOyvUvkzZGUEI1hQ3PfMgi3FIo9tHoBKMw4/wGBLFpu/0ubtmbBXM6/UMOEw=="},{"rawBytes":"MIICRTCCAcygAwIBAgIUeJdY3rV86EdvFmG7L8LJBsyQFYkwCgYIKoZIzj0EAwMwUTELMAkGA1UEBhMCVVMxGzAZBgNVBAoMEk5WSURJQSBDb3Jwb3JhdGlvbjElMCMGA1UEAwwcTlZJRElBIEFnZW50IENhcGFiaWxpdGllcyBDQTAgFw0yNjA0MDEwMDAwMDBaGA85OTk5MTIzMTIzNTk1OVowUTELMAkGA1UEBhMCVVMxGzAZBgNVBAoMEk5WSURJQSBDb3Jwb3JhdGlvbjElMCMGA1UEAwwcTlZJRElBIEFnZW50IENhcGFiaWxpdGllcyBDQTB2MBAGByqGSM49AgEGBSuBBAAiA2IABAYpiXCDjJ9NT2eSDhyHJVSw1Tbze18cGG2F/578oWvHxg23eQAhNRYdq88i1iOshZSO6C29doKui5Xpmo/7Ctw9Sx4PP2RzOmIuOLCuTdNtKcTRwi4GEsd5BAFvWj42M6NjMGEwHQYDVR0OBBYEFItnoAjjfuCEUvzyvWyI2vOGvwPjMB8GA1UdIwQYMBaAFItnoAjjfuCEUvzyvWyI2vOGvwPjMA8GA1UdEwEB/wQFMAMBAf8wDgYDVR0PAQH/BAQDAgEGMAoGCCqGSM49BAMDA2cAMGQCMCwtAjWLaNwgGWNCgdyNoTyvNhqWRECRJV2r3+7w8g0PL6NHLOsbkgE09BH95h8XlgIwTaQmbbUh2ChAJ5TA1wRiVDnCcvbzHlZl2jM2FcwQQZlk19LOAbyGMRixbu2Ww/rj"}]},"tlogEntries":[]},"dsseEnvelope":{"payload":"ewogICJfdHlwZSI6ICJodHRwczovL2luLXRvdG8uaW8vU3RhdGVtZW50L3YxIiwKICAic3ViamVjdCI6IFsKICAgIHsKICAgICAgIm5hbWUiOiAiY3VvcHQtc2VydmVyLWNvbW1vbiIsCiAgICAgICJkaWdlc3QiOiB7CiAgICAgICAgInNoYTI1NiI6ICIyNjNjMDhlMGNjNWI4MTA5YTFlODUxZjFlY2I1MTg2NmY2MDE0ZGY0N2NkYzBlNmIyMzI5NWUzMGY2ZmEyNTU3IgogICAgICB9CiAgICB9CiAgXSwKICAicHJlZGljYXRlVHlwZSI6ICJodHRwczovL21vZGVsX3NpZ25pbmcvc2lnbmF0dXJlL3YxLjAiLAogICJwcmVkaWNhdGUiOiB7CiAgICAicmVzb3VyY2VzIjogWwogICAgICB7CiAgICAgICAgIm5hbWUiOiAiU0tJTEwubWQiLAogICAgICAgICJhbGdvcml0aG0iOiAic2hhMjU2IiwKICAgICAgICAiZGlnZXN0IjogImY0YWM4ZWZhYjFiM2JmMjVhZmE3YjgxN2Y3ZDliY2I2MTg5Mjg5YTdkNDkwMDNiOWVjNGI0YzJmMGY0MWFiNjciCiAgICAgIH0sCiAgICAgIHsKICAgICAgICAibmFtZSI6ICJza2lsbC1jYXJkLm1kIiwKICAgICAgICAiYWxnb3JpdGhtIjogInNoYTI1NiIsCiAgICAgICAgImRpZ2VzdCI6ICJlMTRjZjVjNTNlZDdkNGQ2NDMzNzgwNmFiMzdjNGYxZDIzZTlmODRjYzg0ZDgyYWYxNGYzMDFmZDc2NmIwY2IyIgogICAgICB9CiAgICBdLAogICAgInNlcmlhbGl6YXRpb24iOiB7CiAgICAgICJoYXNoX3R5cGUiOiAic2hhMjU2IiwKICAgICAgImFsbG93X3N5bWxpbmtzIjogZmFsc2UsCiAgICAgICJtZXRob2QiOiAiZmlsZXMiLAogICAgICAiaWdub3JlX3BhdGhzIjogWwogICAgICAgICIuZ2l0YXR0cmlidXRlcyIsCiAgICAgICAgIi5naXRpZ25vcmUiLAogICAgICAgICIuZ2l0IiwKICAgICAgICAiLmdpdGh1YiIKICAgICAgXQogICAgfQogIH0KfQ==","payloadType":"application/vnd.in-toto+json","signatures":[{"sig":"MGYCMQD+PiR77iMrALfuTyMeuh3POi21luHCm96sbHHkYfxsUzWTayH0O4ayM1hu0RS4y+4CMQCjU/3XU1apEu+0nNSDVxyrB3tsIGcbYFsHA13P+WzGpK7/nH+hfoo4Go2N0Ox1b/U=","keyid":""}]}}
@@ -0,0 +1,222 @@
1
+ ---
2
+ name: cuopt-user-rules
3
+ version: "26.08.00"
4
+ description: Base rules for end users calling NVIDIA cuOpt (routing/LP/MILP/QP/install/server). Not for cuOpt internals — use cuopt-developer for those.
5
+ ---
6
+
7
+
8
+ # cuOpt User Rules
9
+
10
+ **Read this when helping someone *use* cuOpt** (calling the SDK, installing, deploying the server). For modifying cuOpt itself, switch to `cuopt-developer`.
11
+
12
+ ---
13
+
14
+ ## Ask Before Assuming
15
+
16
+ **Always clarify ambiguous requirements before implementing:**
17
+
18
+ - What **language/interface**?
19
+ - What problem type?
20
+ - What constraints matter?
21
+ - What output format?
22
+
23
+ **Skip asking only if:**
24
+ - User explicitly stated the requirement
25
+ - Context makes it unambiguous (e.g., user shows Python code)
26
+
27
+ ---
28
+
29
+ ## Handle Incomplete Questions
30
+
31
+ **If a question seems partial or incomplete, ask follow-up questions:**
32
+
33
+ - "Could you tell me more about [missing detail]?"
34
+ - "What specifically would you like to achieve with this?"
35
+ - "Are there any constraints or requirements I should know about?"
36
+
37
+ **Common missing information to probe for:**
38
+ - Problem size (number of vehicles, locations, variables, constraints)
39
+ - Specific constraints (time windows, capacities, precedence)
40
+ - Performance requirements (time limits, solution quality)
41
+ - Integration context (existing codebase, deployment environment)
42
+
43
+ **Don't guess — ask.** A brief clarifying question saves time vs. solving the wrong problem.
44
+
45
+ ---
46
+
47
+ ## Clarify Data Requirements
48
+
49
+ **Before generating examples, ask about data:**
50
+
51
+ 1. **Check if user has data:**
52
+ - "Do you have specific data you'd like to use, or should I create a sample dataset?"
53
+ - "Can you share the format of your input data?"
54
+
55
+ 2. **If using synthesized data:**
56
+ - State clearly: "I'll create a sample dataset for demonstration"
57
+ - Keep it small and understandable (e.g., 5-10 locations, 2-3 vehicles)
58
+ - Make values realistic and meaningful
59
+
60
+ 3. **Always document what you used:**
61
+ ```
62
+ "For this example I'm using:
63
+ - [X] locations/variables/constraints
64
+ - [Key assumptions: e.g., all vehicles start at depot, 8-hour shifts]
65
+ - [Data source: synthesized / user-provided / from docs]"
66
+ ```
67
+
68
+ 4. **State assumptions explicitly:**
69
+ - "I'm assuming [X] — let me know if this differs from your scenario"
70
+ - List any default values or simplifications made
71
+
72
+ ---
73
+
74
+ ## MUST Verify Understanding
75
+
76
+ **Before writing substantial code, you MUST confirm your understanding:**
77
+
78
+ ```
79
+ "Let me confirm I understand:
80
+ - Problem: [restate in your words]
81
+ - Constraints: [list them]
82
+ - Objective: [minimize/maximize what]
83
+ - Interface: [Python/REST/C/CLI]
84
+ Is this correct?"
85
+ ```
86
+
87
+ ---
88
+
89
+ ## Follow Requirements Exactly
90
+
91
+ - Use the **exact** variable names, formats, and structures the user specifies
92
+ - Don't add features the user didn't ask for
93
+ - Don't change the problem formulation unless asked
94
+ - If user provides partial code, extend it—don't rewrite from scratch
95
+
96
+ ---
97
+
98
+ ## Check Results
99
+
100
+ After providing a solution, guide the user to verify:
101
+
102
+ - **Status check**: Is it `Optimal` / `FeasibleFound` / `SUCCESS`?
103
+ - **Constraint satisfaction**: Are all constraints met?
104
+ - **Objective value**: Is it reasonable for the problem?
105
+
106
+ **Always end with a Result summary** that includes at least:
107
+ - Solver status (e.g. Optimal, FeasibleFound, SUCCESS).
108
+ - **Objective value with highlight** — easy to spot (bold or code block). Example: **Objective value (min total cost):** &lt;value&gt; or `Objective value: <value>`.
109
+ - Briefly what the objective represents (e.g. total cost, total profit).
110
+
111
+ Do not bury the objective value only in the middle of a paragraph; it must appear prominently in this summary. Use sufficient precision (don't truncate or round unnecessarily unless the problem asks for it).
112
+
113
+ **Workflow:** Formulate once carefully (with verified understanding), solve, then sanity-check the result. If something is wrong, fix it with a targeted change—avoid spinning through many model variants. Decide, implement, verify, then move on.
114
+
115
+ Provide diagnostic code snippets when helpful.
116
+
117
+ ### Post-correction check (mandatory)
118
+ If the result required a correction, retry, or workaround to reach this point, you MUST evaluate the skill-evolution workflow (`skills/skill-evolution/SKILL.md`) before moving on. Do not skip this step.
119
+
120
+ ---
121
+
122
+ ## Check Environment First
123
+
124
+ **Before writing code or suggesting installation, verify the user's setup:**
125
+
126
+ 1. **Ask how they access cuOpt:**
127
+ - "Do you have cuOpt installed? If so, which interface?"
128
+ - "What environment are you using? (local GPU, cloud, Docker, server, etc.)"
129
+
130
+ 2. **Different packages by language/interface:**
131
+
132
+ | Language / Interface | Package | Check |
133
+ |----------------------|---------|-------|
134
+ | **Python** | `cuopt` (pip/conda) — also pulls in `libcuopt` | `import cuopt` |
135
+ | **C** | `libcuopt` (pip/conda) — already present if `cuopt` is installed | `find libcuopt.so` or header check |
136
+ | REST Server | `cuopt-server` or Docker | `curl /cuopt/health` |
137
+ | CLI | `cuopt` package includes CLI | `cuopt_cli --help` |
138
+
139
+ **Note:** `cuopt` declares `libcuopt` as a runtime dependency, so installing the Python package also installs the C library and headers. Installing `libcuopt` on its own does **not** install the Python API.
140
+
141
+ 3. **If not installed, ask how they want to access:**
142
+ - "Would you like help installing cuOpt, or do you have access another way?"
143
+ - Options: pip, conda, Docker, cloud instance, existing remote server
144
+
145
+ 4. **Never assume installation is needed** — the user may:
146
+ - Already have it installed
147
+ - Be connecting to a remote server
148
+ - Prefer a specific installation method
149
+ - Only need the C library (not Python)
150
+
151
+ 5. **Ask before running any verification commands:**
152
+ ```python
153
+ # Python API check - ask first
154
+ import cuopt
155
+ print(cuopt.__version__)
156
+ ```
157
+ ```bash
158
+ # C API check - ask first
159
+ find ${CONDA_PREFIX} -name "libcuopt.so"
160
+ ```
161
+ ```bash
162
+ # Server check - ask first
163
+ curl http://localhost:8000/cuopt/health
164
+ ```
165
+
166
+ ---
167
+
168
+ ## Ask Before Running
169
+
170
+ **Do not execute commands or code without explicit permission:**
171
+
172
+ | Action | Rule |
173
+ |--------|------|
174
+ | Shell commands | Show command, explain what it does, ask "Should I run this?" |
175
+ | Package installs | **Never** run installs yourself — give the exact command, user runs it (see below). |
176
+ | Examples/scripts | Show the code first, ask "Would you like me to run this?" |
177
+ | File writes | Explain what will change, ask before writing |
178
+
179
+ **Exceptions (okay without asking):**
180
+ - Read-only commands the user explicitly requested
181
+ - Commands the user just provided and asked you to run
182
+
183
+ ---
184
+
185
+ ## No Privileged Operations
186
+
187
+ **Never do these without explicit user request AND confirmation:**
188
+
189
+ - Use `sudo` or run as root
190
+ - Modify system files or configurations
191
+ - Add package repositories or keys
192
+ - Change firewall, network, or driver settings
193
+ - Write files outside the workspace
194
+
195
+ ---
196
+
197
+ ## Never Install Packages Automatically
198
+
199
+ > **🔒 MANDATORY — You MUST NOT install, upgrade, or modify packages.** Provide the exact command; the user runs it. No exceptions.
200
+
201
+ | Forbidden | What to do instead |
202
+ |-----------|--------------------|
203
+ | `pip install ...`, `conda install ...`, `apt install ...`, any package manager | Give the exact command and ask the user to run it. Say why the package is needed. |
204
+
205
+ **When a package is needed:** Identify it, provide the exact command, explain why, then wait for the user to confirm they ran it. Even if the user says "just install it", give the command and require them to execute it themselves.
206
+
207
+ ---
208
+
209
+ ## Resources
210
+
211
+ ### Documentation
212
+ - [cuOpt User Guide](https://docs.nvidia.com/cuopt/user-guide/latest/introduction.html)
213
+ - [API Reference](https://docs.nvidia.com/cuopt/user-guide/latest/api.html)
214
+
215
+ ### Examples
216
+ - [cuopt-examples repo](https://github.com/NVIDIA/cuopt-examples)
217
+ - [Google Colab notebooks](https://colab.research.google.com/github/nvidia/cuopt-examples/)
218
+
219
+ ### Support
220
+ - [File a Bug](https://github.com/NVIDIA/cuopt/issues/new?template=bug_report.md)
221
+ - [Ask a Question](https://github.com/NVIDIA/cuopt/issues/new?template=submit-question.md)
222
+ - [All Issues](https://github.com/NVIDIA/cuopt/issues)
@@ -0,0 +1,39 @@
1
+ ## Description: <br>
2
+ Base rules for end users calling NVIDIA cuOpt (routing/LP/MILP/QP/install/server). Not for cuOpt internals — use cuopt-developer for those. <br>
3
+
4
+ This skill is ready for commercial/non-commercial use. <br>
5
+
6
+ ## Owner: NVIDIA <br>
7
+
8
+ ### License/Terms of Use: <br>
9
+ Apache 2.0 <br>
10
+ ## Use Case: <br>
11
+ Developers and engineers who interact with cuOpt for optimization tasks use this skill to receive consistent, safe, and methodical guidance on installation, API usage, problem formulation, and result verification across all cuOpt interfaces. <br>
12
+
13
+ ### Deployment Geography for Use: <br>
14
+ Global <br>
15
+
16
+ ## Known Risks and Mitigations: <br>
17
+ Risk: Review before execution as proposals could introduce incorrect or misleading guidance into skills. <br>
18
+ Mitigation: Review and scan skill before deployment. <br>
19
+
20
+ ## Reference(s): <br>
21
+ - [cuOpt User Guide](https://docs.nvidia.com/cuopt/user-guide/latest/introduction.html) <br>
22
+ - [cuOpt API Reference](https://docs.nvidia.com/cuopt/user-guide/latest/api.html) <br>
23
+ - [cuOpt Examples Repository](https://github.com/NVIDIA/cuopt-examples) <br>
24
+
25
+
26
+ ## Skill Output: <br>
27
+ **Output Type(s):** [Configuration instructions, Code, Shell commands] <br>
28
+ **Output Format:** [Markdown with inline code blocks] <br>
29
+ **Output Parameters:** [1D] <br>
30
+ **Other Properties Related to Output:** [None] <br>
31
+
32
+ ## Skill Version(s): <br>
33
+ 26.06.00 (source: frontmatter) <br>
34
+
35
+ ## Ethical Considerations: <br>
36
+ NVIDIA believes Trustworthy AI is a shared responsibility and we have established policies and practices to enable development for a wide array of AI applications. When downloaded or used in accordance with our terms of service, developers should work with their internal team to ensure this skill meets requirements for the relevant industry and use case and addresses unforeseen product misuse. <br>
37
+
38
+ (For Release on NVIDIA Platforms Only) <br>
39
+ Please report quality, risk, security vulnerabilities or NVIDIA AI Concerns [here](https://app.intigriti.com/programs/nvidia/nvidiavdp/detail). <br>
@@ -0,0 +1 @@
1
+ {"mediaType":"application/vnd.dev.sigstore.bundle.v0.3+json","verificationMaterial":{"x509CertificateChain":{"certificates":[{"rawBytes":"MIICgzCCAgmgAwIBAgIUKIyS7SxNteQIiWzK1dWj85E6520wCgYIKoZIzj0EAwMwVTELMAkGA1UEBhMCVVMxGzAZBgNVBAoMEk5WSURJQSBDb3Jwb3JhdGlvbjEpMCcGA1UEAwwgTlZJRElBIEFnZW50IENhcGFiaWxpdGllcyBJQ0EgMDEwHhcNMjYwNDAxMDAwMDAwWhcNMjgwNDIyMTUzMzA5WjBUMQswCQYDVQQGEwJVUzEbMBkGA1UECgwSTlZJRElBIENvcnBvcmF0aW9uMSgwJgYDVQQDDB9OVklESUEgQWdlbnQgU2tpbGxzIFNpZ25pbmcgMDAxMHYwEAYHKoZIzj0CAQYFK4EEACIDYgAEYoRM9bQl/dGlwSRNi6bTpIJUXH8Nv9GciP6LSflJYYMLCc296kpyuTSsk5ddbAWiDcFX3C/ydX3jwc+qCLYP6uHy9XphyLjOQ27Yb2J6rBLVtRBS1mgGco/Gr7fL6ODco4GaMIGXMB0GA1UdDgQWBBRQ/5ZW3nJ6lmo9SVk7I15o7UGmpTAfBgNVHSMEGDAWgBRPGpILxMBBleJSsBGjrMKsby1CgjAMBgNVHRMBAf8EAjAAMA4GA1UdDwEB/wQEAwIHgDA3BggrBgEFBQcBAQQrMCkwJwYIKwYBBQUHMAGGG2h0dHA6Ly9vY3NwLm5kaXMubnZpZGlhLmNvbTAKBggqhkjOPQQDAwNoADBlAjAUygu/GiOCIXrgGr4SmLgeEVDcEitfFUv7ALbvLVGVyMysB3mxmO/uInZfXzWcJZsCMQDxuoxj4ZmO30jhkPIcCxGFCOvnUsnfU3TfGcouYm4M6iRpbKvtVnHPiy4bi6pcKf0="},{"rawBytes":"MIICiDCCAg6gAwIBAgIUZsIuSv9NkpJCNqtYEfCouVv5BzowCgYIKoZIzj0EAwMwUTELMAkGA1UEBhMCVVMxGzAZBgNVBAoMEk5WSURJQSBDb3Jwb3JhdGlvbjElMCMGA1UEAwwcTlZJRElBIEFnZW50IENhcGFiaWxpdGllcyBDQTAgFw0yNjA0MDEwMDAwMDBaGA85OTk5MTIzMTIzNTk1OVowVTELMAkGA1UEBhMCVVMxGzAZBgNVBAoMEk5WSURJQSBDb3Jwb3JhdGlvbjEpMCcGA1UEAwwgTlZJRElBIEFnZW50IENhcGFiaWxpdGllcyBJQ0EgMDEwdjAQBgcqhkjOPQIBBgUrgQQAIgNiAASI72cR3ctKGg4VWnB3bNja6g1Z2PnOmFEopkPof+QeIcPk9rT+g9MjJnq51EQXL93a7C2GJ9J985G4o2V85VD7wJ1RaXhluHW2rf3y8bQGeAYaKMr5s/hUgn+M3/9WlWejgaAwgZ0wHQYDVR0OBBYEFE8akgvEwEGV4lKwEaOswqxvLUKCMB8GA1UdIwQYMBaAFItnoAjjfuCEUvzyvWyI2vOGvwPjMBIGA1UdEwEB/wQIMAYBAf8CAQAwDgYDVR0PAQH/BAQDAgEGMDcGCCsGAQUFBwEBBCswKTAnBggrBgEFBQcwAYYbaHR0cDovL29jc3AubmRpcy5udmlkaWEuY29tMAoGCCqGSM49BAMDA2gAMGUCMQCeIMMfAbyzPDacw2MxG+Yt1cikrJX/DVxiGfXuHmkkXn6VgSzE79+lkqDErpVO2gYCMCNEColOyvUvkzZGUEI1hQ3PfMgi3FIo9tHoBKMw4/wGBLFpu/0ubtmbBXM6/UMOEw=="},{"rawBytes":"MIICRTCCAcygAwIBAgIUeJdY3rV86EdvFmG7L8LJBsyQFYkwCgYIKoZIzj0EAwMwUTELMAkGA1UEBhMCVVMxGzAZBgNVBAoMEk5WSURJQSBDb3Jwb3JhdGlvbjElMCMGA1UEAwwcTlZJRElBIEFnZW50IENhcGFiaWxpdGllcyBDQTAgFw0yNjA0MDEwMDAwMDBaGA85OTk5MTIzMTIzNTk1OVowUTELMAkGA1UEBhMCVVMxGzAZBgNVBAoMEk5WSURJQSBDb3Jwb3JhdGlvbjElMCMGA1UEAwwcTlZJRElBIEFnZW50IENhcGFiaWxpdGllcyBDQTB2MBAGByqGSM49AgEGBSuBBAAiA2IABAYpiXCDjJ9NT2eSDhyHJVSw1Tbze18cGG2F/578oWvHxg23eQAhNRYdq88i1iOshZSO6C29doKui5Xpmo/7Ctw9Sx4PP2RzOmIuOLCuTdNtKcTRwi4GEsd5BAFvWj42M6NjMGEwHQYDVR0OBBYEFItnoAjjfuCEUvzyvWyI2vOGvwPjMB8GA1UdIwQYMBaAFItnoAjjfuCEUvzyvWyI2vOGvwPjMA8GA1UdEwEB/wQFMAMBAf8wDgYDVR0PAQH/BAQDAgEGMAoGCCqGSM49BAMDA2cAMGQCMCwtAjWLaNwgGWNCgdyNoTyvNhqWRECRJV2r3+7w8g0PL6NHLOsbkgE09BH95h8XlgIwTaQmbbUh2ChAJ5TA1wRiVDnCcvbzHlZl2jM2FcwQQZlk19LOAbyGMRixbu2Ww/rj"}]},"tlogEntries":[]},"dsseEnvelope":{"payload":"ewogICJfdHlwZSI6ICJodHRwczovL2luLXRvdG8uaW8vU3RhdGVtZW50L3YxIiwKICAic3ViamVjdCI6IFsKICAgIHsKICAgICAgIm5hbWUiOiAiY3VvcHQtdXNlci1ydWxlcyIsCiAgICAgICJkaWdlc3QiOiB7CiAgICAgICAgInNoYTI1NiI6ICJiNDdhNDEyMWE0OGY5M2VmNzU3Y2ZjODc4ZDUwOTY4YTRmZTcxNTE2MDBjNDFjMTMyOWU3ZGEzZTUxNTRmMzRkIgogICAgICB9CiAgICB9CiAgXSwKICAicHJlZGljYXRlVHlwZSI6ICJodHRwczovL21vZGVsX3NpZ25pbmcvc2lnbmF0dXJlL3YxLjAiLAogICJwcmVkaWNhdGUiOiB7CiAgICAic2VyaWFsaXphdGlvbiI6IHsKICAgICAgIm1ldGhvZCI6ICJmaWxlcyIsCiAgICAgICJoYXNoX3R5cGUiOiAic2hhMjU2IiwKICAgICAgImFsbG93X3N5bWxpbmtzIjogZmFsc2UsCiAgICAgICJpZ25vcmVfcGF0aHMiOiBbCiAgICAgICAgIi5naXRpZ25vcmUiLAogICAgICAgICIuZ2l0aHViIiwKICAgICAgICAiLmdpdCIsCiAgICAgICAgIi5naXRhdHRyaWJ1dGVzIgogICAgICBdCiAgICB9LAogICAgInJlc291cmNlcyI6IFsKICAgICAgewogICAgICAgICJhbGdvcml0aG0iOiAic2hhMjU2IiwKICAgICAgICAiZGlnZXN0IjogImMxNzUzOWMyYjVlNDFmNzRkNzk4ZTZhMmUyMTQzM2JhZDEyZTc0YjEyM2QyNjExMTFjODU0ZjliMTg0OTMyYmUiLAogICAgICAgICJuYW1lIjogIlNLSUxMLm1kIgogICAgICB9LAogICAgICB7CiAgICAgICAgImFsZ29yaXRobSI6ICJzaGEyNTYiLAogICAgICAgICJkaWdlc3QiOiAiMWZjYzMzMmMzYTMwNGRkYTI0NjVhMWViNGU4ZGUyZDY4OWVlNWNkZDkwYzkxYTk1NmY0OTAzZTZjMjdhZDBiNSIsCiAgICAgICAgIm5hbWUiOiAic2tpbGwtY2FyZC5tZCIKICAgICAgfQogICAgXQogIH0KfQ==","payloadType":"application/vnd.in-toto+json","signatures":[{"sig":"MGQCMDIjBmRHpcspsQ7/mEhz0qJSitSds+MN5Judmm28hW2/Dv35RN/+CwhoJ1iIRcCEpgIwGpgw2wwIBWcdWKaJ79Jy9JM1pzBXC0ajaGZJ/FKzP2gat3NDljl6ZFnzOxQnEieV","keyid":""}]}}