@glexcorp/gskp 0.1.1 → 0.1.2

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 (280) hide show
  1. package/AGENTS.md +2 -2
  2. package/CLAUDE.md +3 -3
  3. package/README.md +76 -77
  4. package/{global → base}/claude/fork-idea-branch/SKILL.md +1 -1
  5. package/{global → base}/claude/init-agentic-skills/CHANGELOG.md +8 -0
  6. package/base/claude/init-agentic-skills/SKILL.md +41 -0
  7. package/base/claude/init-agentic-skills/archive/v0.9/SKILL.md +56 -0
  8. package/{global → base}/claude/pack/CHANGELOG.md +8 -0
  9. package/base/claude/pack/SKILL.md +170 -0
  10. package/base/claude/pack/archive/v0.9/SKILL.md +170 -0
  11. package/{global → base}/claude/provision-agentic-config/CHANGELOG.md +4 -0
  12. package/base/claude/provision-agentic-config/SKILL.md +320 -0
  13. package/base/claude/provision-agentic-config/archive/v0.9/SKILL.md +320 -0
  14. package/{global → base}/claude/skills/CHANGELOG.md +4 -0
  15. package/base/claude/skills/SKILL.md +141 -0
  16. package/{global → base}/codex/init-agentic-skills/CHANGELOG.md +12 -0
  17. package/base/codex/init-agentic-skills/SKILL.md +43 -0
  18. package/base/codex/init-agentic-skills/agents/openai.yaml +7 -0
  19. package/base/codex/init-agentic-skills/archive/v0.10/SKILL.md +58 -0
  20. package/base/codex/init-agentic-skills/archive/v0.9/SKILL.md +58 -0
  21. package/{global → base}/codex/pack/CHANGELOG.md +8 -0
  22. package/base/codex/pack/SKILL.md +172 -0
  23. package/base/codex/pack/archive/v0.9/SKILL.md +172 -0
  24. package/{global → base}/codex/provision-agentic-config/CHANGELOG.md +4 -0
  25. package/base/codex/provision-agentic-config/SKILL.md +307 -0
  26. package/base/codex/provision-agentic-config/archive/v0.9/SKILL.md +307 -0
  27. package/{global → base}/codex/skills/CHANGELOG.md +4 -0
  28. package/base/codex/skills/SKILL.md +140 -0
  29. package/dist/skillpacks-manifest.json +155 -130
  30. package/docs/QUICKSTART.md +26 -24
  31. package/docs/decks.md +17 -17
  32. package/docs/packs.md +46 -46
  33. package/docs/skillpacks-npm-distribution.md +120 -72
  34. package/package.json +3 -4
  35. package/packs/alignment-page-admin/claude/upgrade-alignment-pages/SKILL.md +1 -1
  36. package/packs/alignment-page-admin/codex/upgrade-alignment-pages/SKILL.md +1 -1
  37. package/packs/docs-health/claude/hygiene/SKILL.md +10 -10
  38. package/packs/docs-health/codex/hygiene/SKILL.md +10 -10
  39. package/packs/exec-loop/claude/exec/SKILL.md +1 -1
  40. package/packs/exec-loop/claude/ship/SKILL.md +1 -1
  41. package/packs/exec-loop/codex/exec/SKILL.md +4 -4
  42. package/packs/exec-loop/codex/ship/SKILL.md +1 -1
  43. package/packs/gitops/claude/sync/CHANGELOG.md +10 -0
  44. package/packs/gitops/claude/sync/SKILL.md +12 -12
  45. package/packs/gitops/claude/sync/archive/v0.4/SKILL.md +175 -0
  46. package/packs/gitops/claude/sync/archive/v0.5/SKILL.md +175 -0
  47. package/packs/gitops/codex/sync/CHANGELOG.md +10 -0
  48. package/packs/gitops/codex/sync/SKILL.md +12 -12
  49. package/packs/gitops/codex/sync/archive/v0.4/SKILL.md +149 -0
  50. package/packs/gitops/codex/sync/archive/v0.5/SKILL.md +149 -0
  51. package/packs/monorepo/PACK.md +2 -2
  52. package/packs/monorepo/claude/mono-detect/SKILL.md +3 -3
  53. package/packs/monorepo/claude/mono-exec/SKILL.md +1 -1
  54. package/packs/monorepo/claude/mono-guard/SKILL.md +2 -2
  55. package/packs/monorepo/claude/mono-ship/SKILL.md +1 -1
  56. package/packs/monorepo/claude/scaffold/SKILL.md +1 -1
  57. package/packs/monorepo/codex/mono-detect/SKILL.md +3 -3
  58. package/packs/monorepo/codex/mono-exec/SKILL.md +1 -1
  59. package/packs/monorepo/codex/mono-guard/SKILL.md +2 -2
  60. package/packs/monorepo/codex/mono-ship/SKILL.md +1 -1
  61. package/packs/monorepo/codex/scaffold/SKILL.md +1 -1
  62. package/packs/session-analytics/claude/prompt-history-backfill/SKILL.md +1 -1
  63. package/packs/session-analytics/claude/session-triage/SKILL.md +1 -1
  64. package/packs/session-analytics/codex/prompt-history-backfill/SKILL.md +1 -1
  65. package/packs/session-analytics/codex/session-triage/SKILL.md +1 -1
  66. package/packs/skill-dev/claude/create-agentic-skill/CHANGELOG.md +8 -0
  67. package/packs/skill-dev/claude/create-agentic-skill/SKILL.md +4 -4
  68. package/packs/skill-dev/claude/create-agentic-skill/archive/v0.1/SKILL.md +91 -0
  69. package/packs/skill-dev/claude/create-agentic-skill/archive/v0.2/SKILL.md +91 -0
  70. package/packs/skill-dev/claude/create-local-skill/CHANGELOG.md +4 -0
  71. package/packs/skill-dev/claude/create-local-skill/SKILL.md +6 -6
  72. package/packs/skill-dev/claude/create-local-skill/archive/v0.1/SKILL.md +91 -0
  73. package/packs/skill-dev/claude/skill-interview/SKILL.md +3 -3
  74. package/packs/skill-dev/claude/targeted-skill-builder/CHANGELOG.md +4 -0
  75. package/packs/skill-dev/claude/targeted-skill-builder/SKILL.md +5 -5
  76. package/packs/skill-dev/claude/targeted-skill-builder/archive/v0.3/SKILL.md +116 -0
  77. package/packs/skill-dev/codex/create-agentic-skill/CHANGELOG.md +8 -0
  78. package/packs/skill-dev/codex/create-agentic-skill/SKILL.md +4 -4
  79. package/packs/skill-dev/codex/create-agentic-skill/archive/v0.1/SKILL.md +93 -0
  80. package/packs/skill-dev/codex/create-agentic-skill/archive/v0.2/SKILL.md +93 -0
  81. package/packs/skill-dev/codex/create-local-skill/CHANGELOG.md +4 -0
  82. package/packs/skill-dev/codex/create-local-skill/SKILL.md +6 -6
  83. package/packs/skill-dev/codex/create-local-skill/archive/v0.1/SKILL.md +80 -0
  84. package/packs/skill-dev/codex/skill-interview/SKILL.md +3 -3
  85. package/packs/skill-dev/codex/targeted-skill-builder/CHANGELOG.md +4 -0
  86. package/packs/skill-dev/codex/targeted-skill-builder/SKILL.md +6 -6
  87. package/packs/skill-dev/codex/targeted-skill-builder/archive/v0.3/SKILL.md +118 -0
  88. package/scripts/pack.sh +8 -2
  89. package/scripts/skill-links.sh +2 -2
  90. package/scripts/upgrade-alignment-page.mjs +1 -1
  91. package/src/cli/lifecycle.mjs +39 -11
  92. package/src/cli/pack-normalization.mjs +1 -1
  93. package/src/cli/run-pack-script.mjs +6 -16
  94. package/src/cli/update-check.mjs +1 -1
  95. package/global/claude/init-agentic-skills/scripts/init-agentic-skills.sh +0 -227
  96. package/global/codex/init-agentic-skills/agents/openai.yaml +0 -7
  97. package/global/codex/init-agentic-skills/scripts/init-agentic-skills.sh +0 -227
  98. package/init.sh +0 -207
  99. /package/{global → base}/claude/afps-status/ALIGNMENT-PAGE.md +0 -0
  100. /package/{global → base}/claude/afps-status/CHANGELOG.md +0 -0
  101. /package/{global → base}/claude/afps-status/SKILL.md +0 -0
  102. /package/{global → base}/claude/afps-status/archive/v0.0/SKILL.md +0 -0
  103. /package/{global → base}/claude/afps-status/archive/v0.1/SKILL.md +0 -0
  104. /package/{global → base}/claude/afps-status/archive/v0.2/SKILL.md +0 -0
  105. /package/{global → base}/claude/afps-status/archive/v0.3/SKILL.md +0 -0
  106. /package/{global → base}/claude/animation-design-planner/ALIGNMENT-PAGE.md +0 -0
  107. /package/{global → base}/claude/animation-design-planner/CHANGELOG.md +0 -0
  108. /package/{global → base}/claude/animation-design-planner/SKILL.md +0 -0
  109. /package/{global → base}/claude/animation-design-planner/archive/v0.0/SKILL.md +0 -0
  110. /package/{global → base}/claude/animation-design-planner/frameworks/css-transitions/SKILL.md +0 -0
  111. /package/{global → base}/claude/animation-design-planner/frameworks/gsap/SKILL.md +0 -0
  112. /package/{global → base}/claude/animation-design-planner/frameworks/motion-framer/SKILL.md +0 -0
  113. /package/{global → base}/claude/animation-design-planner/frameworks/threejs/SKILL.md +0 -0
  114. /package/{global → base}/claude/animation-design-planner/frameworks/web-animations-api/SKILL.md +0 -0
  115. /package/{global → base}/claude/autoresearch/CHANGELOG.md +0 -0
  116. /package/{global → base}/claude/autoresearch/SKILL.md +0 -0
  117. /package/{global → base}/claude/autoresearch-prep/CHANGELOG.md +0 -0
  118. /package/{global → base}/claude/autoresearch-prep/SKILL.md +0 -0
  119. /package/{global → base}/claude/codebase-status/CHANGELOG.md +0 -0
  120. /package/{global → base}/claude/codebase-status/SKILL.md +0 -0
  121. /package/{global → base}/claude/codebase-status/archive/v0.0/SKILL.md +0 -0
  122. /package/{global → base}/claude/codebase-status/archive/v0.1/SKILL.md +0 -0
  123. /package/{global → base}/claude/codebase-status/archive/v0.2/SKILL.md +0 -0
  124. /package/{global → base}/claude/codebase-status/archive/v0.3/SKILL.md +0 -0
  125. /package/{global → base}/claude/codebase-status/archive/v0.4/SKILL.md +0 -0
  126. /package/{global → base}/claude/codebase-status/archive/v0.5/SKILL.md +0 -0
  127. /package/{global → base}/claude/codebase-status/archive/v0.6/SKILL.md +0 -0
  128. /package/{global → base}/claude/codebase-status/archive/v0.7/SKILL.md +0 -0
  129. /package/{global → base}/claude/codebase-status/archive/v0.8/SKILL.md +0 -0
  130. /package/{global → base}/claude/codebase-status/archive/v0.9/SKILL.md +0 -0
  131. /package/{global → base}/claude/fork-idea-branch/ALIGNMENT-PAGE.md +0 -0
  132. /package/{global → base}/claude/fork-idea-branch/CHANGELOG.md +0 -0
  133. /package/{global → base}/claude/idea-scope-brief/ALIGNMENT-PAGE.md +0 -0
  134. /package/{global → base}/claude/idea-scope-brief/CHANGELOG.md +0 -0
  135. /package/{global → base}/claude/idea-scope-brief/SKILL.md +0 -0
  136. /package/{global → base}/claude/idea-scope-brief/archive/v0.0/SKILL.md +0 -0
  137. /package/{global → base}/claude/idea-scope-brief/archive/v0.1/SKILL.md +0 -0
  138. /package/{global → base}/claude/idea-scope-brief/archive/v0.10/SKILL.md +0 -0
  139. /package/{global → base}/claude/idea-scope-brief/archive/v0.11/SKILL.md +0 -0
  140. /package/{global → base}/claude/idea-scope-brief/archive/v0.12/SKILL.md +0 -0
  141. /package/{global → base}/claude/idea-scope-brief/archive/v0.13/SKILL.md +0 -0
  142. /package/{global → base}/claude/idea-scope-brief/archive/v0.14/SKILL.md +0 -0
  143. /package/{global → base}/claude/idea-scope-brief/archive/v0.15/SKILL.md +0 -0
  144. /package/{global → base}/claude/idea-scope-brief/archive/v0.2/SKILL.md +0 -0
  145. /package/{global → base}/claude/idea-scope-brief/archive/v0.3/SKILL.md +0 -0
  146. /package/{global → base}/claude/idea-scope-brief/archive/v0.4/SKILL.md +0 -0
  147. /package/{global → base}/claude/idea-scope-brief/archive/v0.5/SKILL.md +0 -0
  148. /package/{global → base}/claude/idea-scope-brief/archive/v0.6/SKILL.md +0 -0
  149. /package/{global → base}/claude/idea-scope-brief/archive/v0.7/SKILL.md +0 -0
  150. /package/{global → base}/claude/idea-scope-brief/archive/v0.8/SKILL.md +0 -0
  151. /package/{global → base}/claude/idea-scope-brief/archive/v0.9/SKILL.md +0 -0
  152. /package/{global → base}/claude/init-agentic-skills/archive/v0.0/SKILL.md +0 -0
  153. /package/{global → base}/claude/init-agentic-skills/archive/v0.1/SKILL.md +0 -0
  154. /package/{global → base}/claude/init-agentic-skills/archive/v0.2/SKILL.md +0 -0
  155. /package/{global → base}/claude/init-agentic-skills/archive/v0.3/SKILL.md +0 -0
  156. /package/{global → base}/claude/init-agentic-skills/archive/v0.4/SKILL.md +0 -0
  157. /package/{global → base}/claude/init-agentic-skills/archive/v0.5/SKILL.md +0 -0
  158. /package/{global → base}/claude/init-agentic-skills/archive/v0.6/SKILL.md +0 -0
  159. /package/{global → base}/claude/init-agentic-skills/archive/v0.7/SKILL.md +0 -0
  160. /package/{global/claude/init-agentic-skills → base/claude/init-agentic-skills/archive/v0.8}/SKILL.md +0 -0
  161. /package/{global → base}/claude/pack/archive/v0.0/SKILL.md +0 -0
  162. /package/{global → base}/claude/pack/archive/v0.1/SKILL.md +0 -0
  163. /package/{global → base}/claude/pack/archive/v0.2/SKILL.md +0 -0
  164. /package/{global → base}/claude/pack/archive/v0.3/SKILL.md +0 -0
  165. /package/{global → base}/claude/pack/archive/v0.4/SKILL.md +0 -0
  166. /package/{global → base}/claude/pack/archive/v0.5/SKILL.md +0 -0
  167. /package/{global → base}/claude/pack/archive/v0.6/SKILL.md +0 -0
  168. /package/{global → base}/claude/pack/archive/v0.7/SKILL.md +0 -0
  169. /package/{global/claude/pack → base/claude/pack/archive/v0.8}/SKILL.md +0 -0
  170. /package/{global → base}/claude/pack/scripts/pack.sh +0 -0
  171. /package/{global → base}/claude/provision-agentic-config/ALIGNMENT-PAGE.md +0 -0
  172. /package/{global → base}/claude/provision-agentic-config/archive/v0.0/SKILL.md +0 -0
  173. /package/{global → base}/claude/provision-agentic-config/archive/v0.1/SKILL.md +0 -0
  174. /package/{global/claude/provision-agentic-config → base/claude/provision-agentic-config/archive/v0.10}/SKILL.md +0 -0
  175. /package/{global → base}/claude/provision-agentic-config/archive/v0.2/SKILL.md +0 -0
  176. /package/{global → base}/claude/provision-agentic-config/archive/v0.3/SKILL.md +0 -0
  177. /package/{global → base}/claude/provision-agentic-config/archive/v0.4/SKILL.md +0 -0
  178. /package/{global → base}/claude/provision-agentic-config/archive/v0.5/SKILL.md +0 -0
  179. /package/{global → base}/claude/provision-agentic-config/archive/v0.6/SKILL.md +0 -0
  180. /package/{global → base}/claude/provision-agentic-config/archive/v0.7/SKILL.md +0 -0
  181. /package/{global → base}/claude/provision-agentic-config/archive/v0.8/SKILL.md +0 -0
  182. /package/{global → base}/claude/skills/archive/v0.0/SKILL.md +0 -0
  183. /package/{global → base}/claude/skills/archive/v0.1/SKILL.md +0 -0
  184. /package/{global → base}/claude/skills/archive/v0.2/SKILL.md +0 -0
  185. /package/{global → base}/claude/skills/archive/v0.3/SKILL.md +0 -0
  186. /package/{global → base}/claude/skills/archive/v0.4/SKILL.md +0 -0
  187. /package/{global → base}/claude/skills/archive/v0.5/SKILL.md +0 -0
  188. /package/{global → base}/claude/skills/archive/v0.6/SKILL.md +0 -0
  189. /package/{global/claude/skills → base/claude/skills/archive/v0.7}/SKILL.md +0 -0
  190. /package/{global → base}/codex/afps-status/ALIGNMENT-PAGE.md +0 -0
  191. /package/{global → base}/codex/afps-status/CHANGELOG.md +0 -0
  192. /package/{global → base}/codex/afps-status/SKILL.md +0 -0
  193. /package/{global → base}/codex/afps-status/agents/openai.yaml +0 -0
  194. /package/{global → base}/codex/afps-status/archive/v0.0/SKILL.md +0 -0
  195. /package/{global → base}/codex/afps-status/archive/v0.1/SKILL.md +0 -0
  196. /package/{global → base}/codex/afps-status/archive/v0.2/SKILL.md +0 -0
  197. /package/{global → base}/codex/afps-status/archive/v0.3/SKILL.md +0 -0
  198. /package/{global → base}/codex/animation-design-planner/ALIGNMENT-PAGE.md +0 -0
  199. /package/{global → base}/codex/animation-design-planner/CHANGELOG.md +0 -0
  200. /package/{global → base}/codex/animation-design-planner/SKILL.md +0 -0
  201. /package/{global → base}/codex/animation-design-planner/agents/openai.yaml +0 -0
  202. /package/{global → base}/codex/animation-design-planner/archive/v0.0/SKILL.md +0 -0
  203. /package/{global → base}/codex/animation-design-planner/frameworks/css-transitions/SKILL.md +0 -0
  204. /package/{global → base}/codex/animation-design-planner/frameworks/gsap/SKILL.md +0 -0
  205. /package/{global → base}/codex/animation-design-planner/frameworks/motion-framer/SKILL.md +0 -0
  206. /package/{global → base}/codex/animation-design-planner/frameworks/threejs/SKILL.md +0 -0
  207. /package/{global → base}/codex/animation-design-planner/frameworks/web-animations-api/SKILL.md +0 -0
  208. /package/{global → base}/codex/codebase-status/CHANGELOG.md +0 -0
  209. /package/{global → base}/codex/codebase-status/SKILL.md +0 -0
  210. /package/{global → base}/codex/codebase-status/agents/openai.yaml +0 -0
  211. /package/{global → base}/codex/codebase-status/archive/v0.0/SKILL.md +0 -0
  212. /package/{global → base}/codex/codebase-status/archive/v0.1/SKILL.md +0 -0
  213. /package/{global → base}/codex/codebase-status/archive/v0.2/SKILL.md +0 -0
  214. /package/{global → base}/codex/codebase-status/archive/v0.3/SKILL.md +0 -0
  215. /package/{global → base}/codex/codebase-status/archive/v0.4/SKILL.md +0 -0
  216. /package/{global → base}/codex/codebase-status/archive/v0.5/SKILL.md +0 -0
  217. /package/{global → base}/codex/codebase-status/archive/v0.6/SKILL.md +0 -0
  218. /package/{global → base}/codex/codebase-status/archive/v0.7/SKILL.md +0 -0
  219. /package/{global → base}/codex/codebase-status/archive/v0.8/SKILL.md +0 -0
  220. /package/{global → base}/codex/codebase-status/archive/v0.9/SKILL.md +0 -0
  221. /package/{global → base}/codex/idea-scope-brief/ALIGNMENT-PAGE.md +0 -0
  222. /package/{global → base}/codex/idea-scope-brief/CHANGELOG.md +0 -0
  223. /package/{global → base}/codex/idea-scope-brief/SKILL.md +0 -0
  224. /package/{global → base}/codex/idea-scope-brief/agents/openai.yaml +0 -0
  225. /package/{global → base}/codex/idea-scope-brief/archive/v0.0/SKILL.md +0 -0
  226. /package/{global → base}/codex/idea-scope-brief/archive/v0.1/SKILL.md +0 -0
  227. /package/{global → base}/codex/idea-scope-brief/archive/v0.10/SKILL.md +0 -0
  228. /package/{global → base}/codex/idea-scope-brief/archive/v0.11/SKILL.md +0 -0
  229. /package/{global → base}/codex/idea-scope-brief/archive/v0.12/SKILL.md +0 -0
  230. /package/{global → base}/codex/idea-scope-brief/archive/v0.13/SKILL.md +0 -0
  231. /package/{global → base}/codex/idea-scope-brief/archive/v0.14/SKILL.md +0 -0
  232. /package/{global → base}/codex/idea-scope-brief/archive/v0.15/SKILL.md +0 -0
  233. /package/{global → base}/codex/idea-scope-brief/archive/v0.16/SKILL.md +0 -0
  234. /package/{global → base}/codex/idea-scope-brief/archive/v0.2/SKILL.md +0 -0
  235. /package/{global → base}/codex/idea-scope-brief/archive/v0.3/SKILL.md +0 -0
  236. /package/{global → base}/codex/idea-scope-brief/archive/v0.4/SKILL.md +0 -0
  237. /package/{global → base}/codex/idea-scope-brief/archive/v0.5/SKILL.md +0 -0
  238. /package/{global → base}/codex/idea-scope-brief/archive/v0.6/SKILL.md +0 -0
  239. /package/{global → base}/codex/idea-scope-brief/archive/v0.7/SKILL.md +0 -0
  240. /package/{global → base}/codex/idea-scope-brief/archive/v0.8/SKILL.md +0 -0
  241. /package/{global → base}/codex/idea-scope-brief/archive/v0.9/SKILL.md +0 -0
  242. /package/{global → base}/codex/init-agentic-skills/archive/v0.0/SKILL.md +0 -0
  243. /package/{global → base}/codex/init-agentic-skills/archive/v0.1/SKILL.md +0 -0
  244. /package/{global → base}/codex/init-agentic-skills/archive/v0.2/SKILL.md +0 -0
  245. /package/{global → base}/codex/init-agentic-skills/archive/v0.3/SKILL.md +0 -0
  246. /package/{global → base}/codex/init-agentic-skills/archive/v0.4/SKILL.md +0 -0
  247. /package/{global → base}/codex/init-agentic-skills/archive/v0.5/SKILL.md +0 -0
  248. /package/{global → base}/codex/init-agentic-skills/archive/v0.6/SKILL.md +0 -0
  249. /package/{global → base}/codex/init-agentic-skills/archive/v0.7/SKILL.md +0 -0
  250. /package/{global/codex/init-agentic-skills → base/codex/init-agentic-skills/archive/v0.8}/SKILL.md +0 -0
  251. /package/{global → base}/codex/pack/archive/v0.0/SKILL.md +0 -0
  252. /package/{global → base}/codex/pack/archive/v0.1/SKILL.md +0 -0
  253. /package/{global → base}/codex/pack/archive/v0.2/SKILL.md +0 -0
  254. /package/{global → base}/codex/pack/archive/v0.3/SKILL.md +0 -0
  255. /package/{global → base}/codex/pack/archive/v0.4/SKILL.md +0 -0
  256. /package/{global → base}/codex/pack/archive/v0.5/SKILL.md +0 -0
  257. /package/{global → base}/codex/pack/archive/v0.6/SKILL.md +0 -0
  258. /package/{global → base}/codex/pack/archive/v0.7/SKILL.md +0 -0
  259. /package/{global/codex/pack → base/codex/pack/archive/v0.8}/SKILL.md +0 -0
  260. /package/{global → base}/codex/pack/scripts/pack.sh +0 -0
  261. /package/{global → base}/codex/provision-agentic-config/ALIGNMENT-PAGE.md +0 -0
  262. /package/{global → base}/codex/provision-agentic-config/agents/openai.yaml +0 -0
  263. /package/{global → base}/codex/provision-agentic-config/archive/v0.0/SKILL.md +0 -0
  264. /package/{global → base}/codex/provision-agentic-config/archive/v0.1/SKILL.md +0 -0
  265. /package/{global/codex/provision-agentic-config → base/codex/provision-agentic-config/archive/v0.10}/SKILL.md +0 -0
  266. /package/{global → base}/codex/provision-agentic-config/archive/v0.2/SKILL.md +0 -0
  267. /package/{global → base}/codex/provision-agentic-config/archive/v0.3/SKILL.md +0 -0
  268. /package/{global → base}/codex/provision-agentic-config/archive/v0.4/SKILL.md +0 -0
  269. /package/{global → base}/codex/provision-agentic-config/archive/v0.5/SKILL.md +0 -0
  270. /package/{global → base}/codex/provision-agentic-config/archive/v0.6/SKILL.md +0 -0
  271. /package/{global → base}/codex/provision-agentic-config/archive/v0.7/SKILL.md +0 -0
  272. /package/{global → base}/codex/provision-agentic-config/archive/v0.8/SKILL.md +0 -0
  273. /package/{global → base}/codex/skills/archive/v0.0/SKILL.md +0 -0
  274. /package/{global → base}/codex/skills/archive/v0.1/SKILL.md +0 -0
  275. /package/{global → base}/codex/skills/archive/v0.2/SKILL.md +0 -0
  276. /package/{global → base}/codex/skills/archive/v0.3/SKILL.md +0 -0
  277. /package/{global → base}/codex/skills/archive/v0.4/SKILL.md +0 -0
  278. /package/{global → base}/codex/skills/archive/v0.5/SKILL.md +0 -0
  279. /package/{global → base}/codex/skills/archive/v0.6/SKILL.md +0 -0
  280. /package/{global/codex/skills → base/codex/skills/archive/v0.7}/SKILL.md +0 -0
@@ -2,9 +2,9 @@
2
2
  "schema_version": 1,
3
3
  "package": {
4
4
  "name": "@glexcorp/gskp",
5
- "version": "0.1.1"
5
+ "version": "0.1.2"
6
6
  },
7
- "source_fingerprint": "bb8d02daa0ffba69fc133e716c1d042e938677130f61b39472662c0c302d4180",
7
+ "source_fingerprint": "8d7b8c810a110b3ea0da0d4196f788473287642e8236f9b901efbabfb4ab007b",
8
8
  "packs": [
9
9
  {
10
10
  "name": "agent-bridge",
@@ -793,13 +793,13 @@
793
793
  ],
794
794
  "skills": [
795
795
  {
796
- "id": "global-claude-afps-status",
796
+ "id": "base-claude-afps-status",
797
797
  "name": "afps-status",
798
- "scope": "global",
798
+ "scope": "base",
799
799
  "pack": null,
800
800
  "platform": "claude",
801
801
  "version": "v0.4",
802
- "path": "global/claude/afps-status/SKILL.md",
802
+ "path": "base/claude/afps-status/SKILL.md",
803
803
  "content_sha256": "1df2737523b4290a8a57c716ce2b8b6fff5e2540f4823689449dcad591cd009c",
804
804
  "archive_versions": [
805
805
  "v0.0",
@@ -811,13 +811,13 @@
811
811
  "deck_memberships": []
812
812
  },
813
813
  {
814
- "id": "global-claude-animation-design-planner",
814
+ "id": "base-claude-animation-design-planner",
815
815
  "name": "animation-design-planner",
816
- "scope": "global",
816
+ "scope": "base",
817
817
  "pack": null,
818
818
  "platform": "claude",
819
819
  "version": "v0.1",
820
- "path": "global/claude/animation-design-planner/SKILL.md",
820
+ "path": "base/claude/animation-design-planner/SKILL.md",
821
821
  "content_sha256": "bebb309f8fbb80450254ea1b8235d380576ab965d6de196c3587f9bf2f5d868a",
822
822
  "archive_versions": [
823
823
  "v0.0"
@@ -826,39 +826,39 @@
826
826
  "deck_memberships": []
827
827
  },
828
828
  {
829
- "id": "global-claude-autoresearch-prep",
829
+ "id": "base-claude-autoresearch-prep",
830
830
  "name": "autoresearch-prep",
831
- "scope": "global",
831
+ "scope": "base",
832
832
  "pack": null,
833
833
  "platform": "claude",
834
834
  "version": "v0.0",
835
- "path": "global/claude/autoresearch-prep/SKILL.md",
835
+ "path": "base/claude/autoresearch-prep/SKILL.md",
836
836
  "content_sha256": "55ef3ed438050b363f16b63af202474e23d6f3ea2b08f8751867d3d82231b130",
837
837
  "archive_versions": [],
838
838
  "command": "/autoresearch-prep",
839
839
  "deck_memberships": []
840
840
  },
841
841
  {
842
- "id": "global-claude-autoresearch",
842
+ "id": "base-claude-autoresearch",
843
843
  "name": "autoresearch",
844
- "scope": "global",
844
+ "scope": "base",
845
845
  "pack": null,
846
846
  "platform": "claude",
847
847
  "version": "v0.0",
848
- "path": "global/claude/autoresearch/SKILL.md",
848
+ "path": "base/claude/autoresearch/SKILL.md",
849
849
  "content_sha256": "8a877a7276a37759aad91885a62a2e98fdd4e44b68e034084ffc39c3bf1808e5",
850
850
  "archive_versions": [],
851
851
  "command": "/autoresearch",
852
852
  "deck_memberships": []
853
853
  },
854
854
  {
855
- "id": "global-claude-codebase-status",
855
+ "id": "base-claude-codebase-status",
856
856
  "name": "codebase-status",
857
- "scope": "global",
857
+ "scope": "base",
858
858
  "pack": null,
859
859
  "platform": "claude",
860
860
  "version": "v0.10",
861
- "path": "global/claude/codebase-status/SKILL.md",
861
+ "path": "base/claude/codebase-status/SKILL.md",
862
862
  "content_sha256": "c2ae34f970e25e47d3200a0eaa7c807c78faeae16b13c572cf639cd77c991422",
863
863
  "archive_versions": [
864
864
  "v0.0",
@@ -876,26 +876,26 @@
876
876
  "deck_memberships": []
877
877
  },
878
878
  {
879
- "id": "global-claude-fork-idea-branch",
879
+ "id": "base-claude-fork-idea-branch",
880
880
  "name": "fork-idea-branch",
881
- "scope": "global",
881
+ "scope": "base",
882
882
  "pack": null,
883
883
  "platform": "claude",
884
884
  "version": "v0.0",
885
- "path": "global/claude/fork-idea-branch/SKILL.md",
886
- "content_sha256": "889efc4f4a36149091a7bb85219d5855fe7e8c4bd98b5a7e72b2c1d8197346e6",
885
+ "path": "base/claude/fork-idea-branch/SKILL.md",
886
+ "content_sha256": "0ebcb931de77330d260454bcc414c5075543b27bb88e3ecec93883bdfeec27c0",
887
887
  "archive_versions": [],
888
888
  "command": "/fork-idea-branch",
889
889
  "deck_memberships": []
890
890
  },
891
891
  {
892
- "id": "global-claude-idea-scope-brief",
892
+ "id": "base-claude-idea-scope-brief",
893
893
  "name": "idea-scope-brief",
894
- "scope": "global",
894
+ "scope": "base",
895
895
  "pack": null,
896
896
  "platform": "claude",
897
897
  "version": "v0.16",
898
- "path": "global/claude/idea-scope-brief/SKILL.md",
898
+ "path": "base/claude/idea-scope-brief/SKILL.md",
899
899
  "content_sha256": "5bfa5847e1e601cf752b0bfd6fb0c01ee993a1c6281670e049505eaed3537a3d",
900
900
  "archive_versions": [
901
901
  "v0.0",
@@ -919,14 +919,14 @@
919
919
  "deck_memberships": []
920
920
  },
921
921
  {
922
- "id": "global-claude-init-agentic-skills",
922
+ "id": "base-claude-init-agentic-skills",
923
923
  "name": "init-agentic-skills",
924
- "scope": "global",
924
+ "scope": "base",
925
925
  "pack": null,
926
926
  "platform": "claude",
927
- "version": "v0.8",
928
- "path": "global/claude/init-agentic-skills/SKILL.md",
929
- "content_sha256": "af02f8eca2736c42e0f4a9caf49ef19058b286f1792224a7339ee5ae2e5ba74d",
927
+ "version": "v0.10",
928
+ "path": "base/claude/init-agentic-skills/SKILL.md",
929
+ "content_sha256": "108aa44e29dcb92ae0709fd94caf260dc8211c02993a687651c763a3d71b8fce",
930
930
  "archive_versions": [
931
931
  "v0.0",
932
932
  "v0.1",
@@ -935,20 +935,22 @@
935
935
  "v0.4",
936
936
  "v0.5",
937
937
  "v0.6",
938
- "v0.7"
938
+ "v0.7",
939
+ "v0.8",
940
+ "v0.9"
939
941
  ],
940
942
  "command": "/init-agentic-skills",
941
943
  "deck_memberships": []
942
944
  },
943
945
  {
944
- "id": "global-claude-pack",
946
+ "id": "base-claude-pack",
945
947
  "name": "pack",
946
- "scope": "global",
948
+ "scope": "base",
947
949
  "pack": null,
948
950
  "platform": "claude",
949
- "version": "v0.8",
950
- "path": "global/claude/pack/SKILL.md",
951
- "content_sha256": "e579b55bd85062d0cae60171bb5fa12ea17b0f415989dce9c5bce5e27c056af4",
951
+ "version": "v0.10",
952
+ "path": "base/claude/pack/SKILL.md",
953
+ "content_sha256": "6a8f41f5b6cea2d4d1d29e3d2132db328217fada5828a1ac4eaf56f83f753c8d",
952
954
  "archive_versions": [
953
955
  "v0.0",
954
956
  "v0.1",
@@ -957,23 +959,26 @@
957
959
  "v0.4",
958
960
  "v0.5",
959
961
  "v0.6",
960
- "v0.7"
962
+ "v0.7",
963
+ "v0.8",
964
+ "v0.9"
961
965
  ],
962
966
  "command": "/pack",
963
967
  "deck_memberships": []
964
968
  },
965
969
  {
966
- "id": "global-claude-provision-agentic-config",
970
+ "id": "base-claude-provision-agentic-config",
967
971
  "name": "provision-agentic-config",
968
- "scope": "global",
972
+ "scope": "base",
969
973
  "pack": null,
970
974
  "platform": "claude",
971
- "version": "v0.10",
972
- "path": "global/claude/provision-agentic-config/SKILL.md",
973
- "content_sha256": "3f6b9d70c2f4114931b3a3b6e2432d286a1f08c23726b33738ae3688c0f704b7",
975
+ "version": "v0.11",
976
+ "path": "base/claude/provision-agentic-config/SKILL.md",
977
+ "content_sha256": "3c37daa4f9bc1aef5bd52940d91a0f0f4b14774a9b0b663b1a0ad8c5921b6439",
974
978
  "archive_versions": [
975
979
  "v0.0",
976
980
  "v0.1",
981
+ "v0.10",
977
982
  "v0.2",
978
983
  "v0.3",
979
984
  "v0.4",
@@ -987,14 +992,14 @@
987
992
  "deck_memberships": []
988
993
  },
989
994
  {
990
- "id": "global-claude-skills",
995
+ "id": "base-claude-skills",
991
996
  "name": "skills",
992
- "scope": "global",
997
+ "scope": "base",
993
998
  "pack": null,
994
999
  "platform": "claude",
995
- "version": "v0.7",
996
- "path": "global/claude/skills/SKILL.md",
997
- "content_sha256": "8533f0b8f86ee8b9de742ec19e039e309bc46664ab2fb7a983083ea1b11874cb",
1000
+ "version": "v0.8",
1001
+ "path": "base/claude/skills/SKILL.md",
1002
+ "content_sha256": "4c3634081253d6a4191f102c99d7da239182267ff4f056ce7b32164edd32c8a9",
998
1003
  "archive_versions": [
999
1004
  "v0.0",
1000
1005
  "v0.1",
@@ -1002,19 +1007,20 @@
1002
1007
  "v0.3",
1003
1008
  "v0.4",
1004
1009
  "v0.5",
1005
- "v0.6"
1010
+ "v0.6",
1011
+ "v0.7"
1006
1012
  ],
1007
1013
  "command": "/skills",
1008
1014
  "deck_memberships": []
1009
1015
  },
1010
1016
  {
1011
- "id": "global-codex-afps-status",
1017
+ "id": "base-codex-afps-status",
1012
1018
  "name": "afps-status",
1013
- "scope": "global",
1019
+ "scope": "base",
1014
1020
  "pack": null,
1015
1021
  "platform": "codex",
1016
1022
  "version": "v0.4",
1017
- "path": "global/codex/afps-status/SKILL.md",
1023
+ "path": "base/codex/afps-status/SKILL.md",
1018
1024
  "content_sha256": "5c77e370c02caf46511c3bc4b0c2bab715e7d797c4f5099cd2994e9068f96341",
1019
1025
  "archive_versions": [
1020
1026
  "v0.0",
@@ -1026,13 +1032,13 @@
1026
1032
  "deck_memberships": []
1027
1033
  },
1028
1034
  {
1029
- "id": "global-codex-animation-design-planner",
1035
+ "id": "base-codex-animation-design-planner",
1030
1036
  "name": "animation-design-planner",
1031
- "scope": "global",
1037
+ "scope": "base",
1032
1038
  "pack": null,
1033
1039
  "platform": "codex",
1034
1040
  "version": "v0.1",
1035
- "path": "global/codex/animation-design-planner/SKILL.md",
1041
+ "path": "base/codex/animation-design-planner/SKILL.md",
1036
1042
  "content_sha256": "3865a04702c5f8d68bf2f4cbb43115846cbb4508a91908bf003ede31d5c29f06",
1037
1043
  "archive_versions": [
1038
1044
  "v0.0"
@@ -1041,13 +1047,13 @@
1041
1047
  "deck_memberships": []
1042
1048
  },
1043
1049
  {
1044
- "id": "global-codex-codebase-status",
1050
+ "id": "base-codex-codebase-status",
1045
1051
  "name": "codebase-status",
1046
- "scope": "global",
1052
+ "scope": "base",
1047
1053
  "pack": null,
1048
1054
  "platform": "codex",
1049
1055
  "version": "v0.10",
1050
- "path": "global/codex/codebase-status/SKILL.md",
1056
+ "path": "base/codex/codebase-status/SKILL.md",
1051
1057
  "content_sha256": "0e50f3f5fdd9dadea3bc890378e702e6497d885c33456f8b7ce3fbb7049940e9",
1052
1058
  "archive_versions": [
1053
1059
  "v0.0",
@@ -1065,13 +1071,13 @@
1065
1071
  "deck_memberships": []
1066
1072
  },
1067
1073
  {
1068
- "id": "global-codex-idea-scope-brief",
1074
+ "id": "base-codex-idea-scope-brief",
1069
1075
  "name": "idea-scope-brief",
1070
- "scope": "global",
1076
+ "scope": "base",
1071
1077
  "pack": null,
1072
1078
  "platform": "codex",
1073
1079
  "version": "v0.17",
1074
- "path": "global/codex/idea-scope-brief/SKILL.md",
1080
+ "path": "base/codex/idea-scope-brief/SKILL.md",
1075
1081
  "content_sha256": "15eb69c0f2adb5ce2b59580afa317529b1e59457fab89a45c6668e3869eb1f56",
1076
1082
  "archive_versions": [
1077
1083
  "v0.0",
@@ -1096,36 +1102,39 @@
1096
1102
  "deck_memberships": []
1097
1103
  },
1098
1104
  {
1099
- "id": "global-codex-init-agentic-skills",
1105
+ "id": "base-codex-init-agentic-skills",
1100
1106
  "name": "init-agentic-skills",
1101
- "scope": "global",
1107
+ "scope": "base",
1102
1108
  "pack": null,
1103
1109
  "platform": "codex",
1104
- "version": "v0.8",
1105
- "path": "global/codex/init-agentic-skills/SKILL.md",
1106
- "content_sha256": "30a9682ad08ddd2acd64a8608d718eabef56fa4230d64084783a48b1e8e36076",
1110
+ "version": "v0.11",
1111
+ "path": "base/codex/init-agentic-skills/SKILL.md",
1112
+ "content_sha256": "d3b40a7f2be6216026b8bebfc3c88188d503d85886e7db58b3b8897ebdddc4c3",
1107
1113
  "archive_versions": [
1108
1114
  "v0.0",
1109
1115
  "v0.1",
1116
+ "v0.10",
1110
1117
  "v0.2",
1111
1118
  "v0.3",
1112
1119
  "v0.4",
1113
1120
  "v0.5",
1114
1121
  "v0.6",
1115
- "v0.7"
1122
+ "v0.7",
1123
+ "v0.8",
1124
+ "v0.9"
1116
1125
  ],
1117
1126
  "command": "$init-agentic-skills",
1118
1127
  "deck_memberships": []
1119
1128
  },
1120
1129
  {
1121
- "id": "global-codex-pack",
1130
+ "id": "base-codex-pack",
1122
1131
  "name": "pack",
1123
- "scope": "global",
1132
+ "scope": "base",
1124
1133
  "pack": null,
1125
1134
  "platform": "codex",
1126
- "version": "v0.8",
1127
- "path": "global/codex/pack/SKILL.md",
1128
- "content_sha256": "b45b53b19cd201a069d0703d8ca41b285f236b71591e1a06d9cba62a7c27378c",
1135
+ "version": "v0.10",
1136
+ "path": "base/codex/pack/SKILL.md",
1137
+ "content_sha256": "7992e2a940381da1c44a13b42ebf98ba4fd20ba044f28e8e25ff81b695cba2ff",
1129
1138
  "archive_versions": [
1130
1139
  "v0.0",
1131
1140
  "v0.1",
@@ -1134,23 +1143,26 @@
1134
1143
  "v0.4",
1135
1144
  "v0.5",
1136
1145
  "v0.6",
1137
- "v0.7"
1146
+ "v0.7",
1147
+ "v0.8",
1148
+ "v0.9"
1138
1149
  ],
1139
1150
  "command": "$pack",
1140
1151
  "deck_memberships": []
1141
1152
  },
1142
1153
  {
1143
- "id": "global-codex-provision-agentic-config",
1154
+ "id": "base-codex-provision-agentic-config",
1144
1155
  "name": "provision-agentic-config",
1145
- "scope": "global",
1156
+ "scope": "base",
1146
1157
  "pack": null,
1147
1158
  "platform": "codex",
1148
- "version": "v0.10",
1149
- "path": "global/codex/provision-agentic-config/SKILL.md",
1150
- "content_sha256": "9e559f9cba2002503aa831db8894e8d66827dfdfb0c41cab526f39a7fd04dd8c",
1159
+ "version": "v0.11",
1160
+ "path": "base/codex/provision-agentic-config/SKILL.md",
1161
+ "content_sha256": "fe08536bd5f011877d0a795ffe131d5edc212a42a987bb0d7dbb84713c2f2409",
1151
1162
  "archive_versions": [
1152
1163
  "v0.0",
1153
1164
  "v0.1",
1165
+ "v0.10",
1154
1166
  "v0.2",
1155
1167
  "v0.3",
1156
1168
  "v0.4",
@@ -1164,14 +1176,14 @@
1164
1176
  "deck_memberships": []
1165
1177
  },
1166
1178
  {
1167
- "id": "global-codex-skills",
1179
+ "id": "base-codex-skills",
1168
1180
  "name": "skills",
1169
- "scope": "global",
1181
+ "scope": "base",
1170
1182
  "pack": null,
1171
1183
  "platform": "codex",
1172
- "version": "v0.7",
1173
- "path": "global/codex/skills/SKILL.md",
1174
- "content_sha256": "76661310680ac50fd40fcbae8948508fbe2bd7cb71ab5a92de0876bff3428a40",
1184
+ "version": "v0.8",
1185
+ "path": "base/codex/skills/SKILL.md",
1186
+ "content_sha256": "17e4fcc543d6e7f8ce981cf94e9b608f3baf4fbc419c6a188c66105ba9e57edd",
1175
1187
  "archive_versions": [
1176
1188
  "v0.0",
1177
1189
  "v0.1",
@@ -1179,7 +1191,8 @@
1179
1191
  "v0.3",
1180
1192
  "v0.4",
1181
1193
  "v0.5",
1182
- "v0.6"
1194
+ "v0.6",
1195
+ "v0.7"
1183
1196
  ],
1184
1197
  "command": "$skills",
1185
1198
  "deck_memberships": []
@@ -1495,7 +1508,7 @@
1495
1508
  "platform": "claude",
1496
1509
  "version": "v0.3",
1497
1510
  "path": "packs/alignment-page-admin/claude/upgrade-alignment-pages/SKILL.md",
1498
- "content_sha256": "c5b70ea6522bc3efd9fc0ed7e29299234bb253588f3ea1353d59d2d68462dc0b",
1511
+ "content_sha256": "50a9e0ae32f29ec3c49503f472f0e08b684d9b1b9e96c7732474ab137014bc3b",
1499
1512
  "archive_versions": [
1500
1513
  "v0.0",
1501
1514
  "v0.1",
@@ -1528,7 +1541,7 @@
1528
1541
  "platform": "codex",
1529
1542
  "version": "v0.3",
1530
1543
  "path": "packs/alignment-page-admin/codex/upgrade-alignment-pages/SKILL.md",
1531
- "content_sha256": "7dc8c65c455dfa2286f793a2eb41c0558ae846b5e9bf159e38b128e85c35f4e1",
1544
+ "content_sha256": "8957e17f7ffbd6e036ca33df340e177a92f0140e380bdbe6a1d1912b87ebdf23",
1532
1545
  "archive_versions": [
1533
1546
  "v0.0",
1534
1547
  "v0.1",
@@ -5147,7 +5160,7 @@
5147
5160
  "platform": "claude",
5148
5161
  "version": "v0.0",
5149
5162
  "path": "packs/docs-health/claude/hygiene/SKILL.md",
5150
- "content_sha256": "8c756141de2d8f5036f42652b38a63798c80075797b41845fa7bb61e5cadda2e",
5163
+ "content_sha256": "944bd67a51aeefc10c9ff267ccbbd72e82553d2cb15656cac67a6c3aa215b25f",
5151
5164
  "archive_versions": [],
5152
5165
  "command": "/hygiene",
5153
5166
  "deck_memberships": []
@@ -5176,7 +5189,7 @@
5176
5189
  "platform": "codex",
5177
5190
  "version": "v0.0",
5178
5191
  "path": "packs/docs-health/codex/hygiene/SKILL.md",
5179
- "content_sha256": "7e72fd97448f8642dfec46d8708a54ede15a17c9cfc81cbd1a87c7155cc03864",
5192
+ "content_sha256": "d205f062196a135b7352e0fecf4150fa6c9b23d609c3ebd774a64cb5277f5e45",
5180
5193
  "archive_versions": [],
5181
5194
  "command": "$hygiene",
5182
5195
  "deck_memberships": []
@@ -5205,7 +5218,7 @@
5205
5218
  "platform": "claude",
5206
5219
  "version": "v0.5",
5207
5220
  "path": "packs/exec-loop/claude/exec/SKILL.md",
5208
- "content_sha256": "1d0a798ed1fc4689fc8c73b4e3d1b7ebca5b4e8e7f7a3953b297e411bd4dc485",
5221
+ "content_sha256": "8686e6d2716d88e78d6445900c3c2a28522b7038da89f744d19da4aa3c5bf593",
5209
5222
  "archive_versions": [
5210
5223
  "v0.0",
5211
5224
  "v0.1",
@@ -5242,7 +5255,7 @@
5242
5255
  "platform": "claude",
5243
5256
  "version": "v0.7",
5244
5257
  "path": "packs/exec-loop/claude/ship/SKILL.md",
5245
- "content_sha256": "8c9c9381e55a14a5d25c69c5863fdb51fd173b88b96db69103f31a80ed7595bd",
5258
+ "content_sha256": "3951703402f7eb956800d4407efc5de621d51e8b9081eb28a1c02f7c79d0c5b2",
5246
5259
  "archive_versions": [
5247
5260
  "v0.0",
5248
5261
  "v0.1",
@@ -5263,7 +5276,7 @@
5263
5276
  "platform": "codex",
5264
5277
  "version": "v0.3",
5265
5278
  "path": "packs/exec-loop/codex/exec/SKILL.md",
5266
- "content_sha256": "b8df9c094fddc6273474d75f63bf1adc99e0b735d6fe5d0dd29d9684f847e8c5",
5279
+ "content_sha256": "d5e9d36dc7ce95ee7fe42fe307d302644a623cdba4b8953456df8cc67fd9943b",
5267
5280
  "archive_versions": [
5268
5281
  "v0.0",
5269
5282
  "v0.1",
@@ -5298,7 +5311,7 @@
5298
5311
  "platform": "codex",
5299
5312
  "version": "v0.7",
5300
5313
  "path": "packs/exec-loop/codex/ship/SKILL.md",
5301
- "content_sha256": "77a453a7c87eeef9c93252f0c6e609be55a112df68c5ca33047f5a211eb57f25",
5314
+ "content_sha256": "29b18fc0557c448415b11489710c06fc21121f0dbb9ac8171414e2b740b344fe",
5302
5315
  "archive_versions": [
5303
5316
  "v0.0",
5304
5317
  "v0.1",
@@ -5783,14 +5796,16 @@
5783
5796
  "scope": "pack",
5784
5797
  "pack": "gitops",
5785
5798
  "platform": "claude",
5786
- "version": "v0.4",
5799
+ "version": "v0.6",
5787
5800
  "path": "packs/gitops/claude/sync/SKILL.md",
5788
- "content_sha256": "b41e6ea3e77f9506daebd929b99e33001a87adabcc74e8cf6fc5d9db6377ffea",
5801
+ "content_sha256": "87a316fc94cf50ec8a8de4fe4e77e016afd43ea82d7bbce3ecf71a22f32b82e2",
5789
5802
  "archive_versions": [
5790
5803
  "v0.0",
5791
5804
  "v0.1",
5792
5805
  "v0.2",
5793
- "v0.3"
5806
+ "v0.3",
5807
+ "v0.4",
5808
+ "v0.5"
5794
5809
  ],
5795
5810
  "command": "/sync",
5796
5811
  "deck_memberships": []
@@ -5816,14 +5831,16 @@
5816
5831
  "scope": "pack",
5817
5832
  "pack": "gitops",
5818
5833
  "platform": "codex",
5819
- "version": "v0.4",
5834
+ "version": "v0.6",
5820
5835
  "path": "packs/gitops/codex/sync/SKILL.md",
5821
- "content_sha256": "f4c51afd720b8c7e39082fa1a7921601289873ac0f401cacb90ac8bd3aea45bb",
5836
+ "content_sha256": "3cab76515d481c14a04d7bd07db796cd8dfc9e237c6081b6e35d776e5d11ac13",
5822
5837
  "archive_versions": [
5823
5838
  "v0.0",
5824
5839
  "v0.1",
5825
5840
  "v0.2",
5826
- "v0.3"
5841
+ "v0.3",
5842
+ "v0.4",
5843
+ "v0.5"
5827
5844
  ],
5828
5845
  "command": "$sync",
5829
5846
  "deck_memberships": []
@@ -5945,7 +5962,7 @@
5945
5962
  "platform": "claude",
5946
5963
  "version": "v0.1",
5947
5964
  "path": "packs/monorepo/claude/mono-detect/SKILL.md",
5948
- "content_sha256": "19c835a4744355dc4af269fc90eb217b6cfdcd4dcbbff256723dc1bbf3b9d55a",
5965
+ "content_sha256": "07d7715c1fa9f8d474e9e9158639ad1852bf4b4760fc30aa7c8f398e7ec2c3b2",
5949
5966
  "archive_versions": [
5950
5967
  "v0.0"
5951
5968
  ],
@@ -5960,7 +5977,7 @@
5960
5977
  "platform": "claude",
5961
5978
  "version": "v0.1",
5962
5979
  "path": "packs/monorepo/claude/mono-exec/SKILL.md",
5963
- "content_sha256": "ab459516697240701c1cc60634fb232f079c9b8128b8de04efa816c11b6d0e07",
5980
+ "content_sha256": "2c4c3b106faa479d8bb28c105ed9f90537f5fe95ca594f5be68a32a249c6677a",
5964
5981
  "archive_versions": [
5965
5982
  "v0.0"
5966
5983
  ],
@@ -5975,7 +5992,7 @@
5975
5992
  "platform": "claude",
5976
5993
  "version": "v0.1",
5977
5994
  "path": "packs/monorepo/claude/mono-guard/SKILL.md",
5978
- "content_sha256": "111df48abe95286a7786c9435d196f6e6bccb750e57661c5419427b9333d7dd0",
5995
+ "content_sha256": "076ee13a25384d74031ebc4eb45fd12c60b79dfffba36c0c517331f7222fb0b1",
5979
5996
  "archive_versions": [
5980
5997
  "v0.0"
5981
5998
  ],
@@ -6006,7 +6023,7 @@
6006
6023
  "platform": "claude",
6007
6024
  "version": "v0.0",
6008
6025
  "path": "packs/monorepo/claude/mono-ship/SKILL.md",
6009
- "content_sha256": "07f23789c1015cf92bf710ac91711e1abfbe12ece0a3fe73cc80338b93620184",
6026
+ "content_sha256": "9211e133cc68053f00e0323996c2240aff7ccbcab0d840ed478ec6432689082b",
6010
6027
  "archive_versions": [],
6011
6028
  "command": "/mono-ship",
6012
6029
  "deck_memberships": []
@@ -6019,7 +6036,7 @@
6019
6036
  "platform": "claude",
6020
6037
  "version": "v0.3",
6021
6038
  "path": "packs/monorepo/claude/scaffold/SKILL.md",
6022
- "content_sha256": "970d173527ba311fa0da689f29c23a63c2ffb0046803692f71fae23d96c88475",
6039
+ "content_sha256": "e6ac40183a93043c7a2bc781fb448ac4e23b4d67d2a8db40e5bd92bc4192ae4d",
6023
6040
  "archive_versions": [
6024
6041
  "v0.0",
6025
6042
  "v0.1",
@@ -6051,7 +6068,7 @@
6051
6068
  "platform": "codex",
6052
6069
  "version": "v0.1",
6053
6070
  "path": "packs/monorepo/codex/mono-detect/SKILL.md",
6054
- "content_sha256": "438792c793fa4c6d7c102163a675a422ef07270784e389c367209da988ce5b77",
6071
+ "content_sha256": "2f3f7819b314abe562b1f22567bbd3aadee8436c2c309aaa386111ab6f4bd62f",
6055
6072
  "archive_versions": [
6056
6073
  "v0.0"
6057
6074
  ],
@@ -6066,7 +6083,7 @@
6066
6083
  "platform": "codex",
6067
6084
  "version": "v0.1",
6068
6085
  "path": "packs/monorepo/codex/mono-exec/SKILL.md",
6069
- "content_sha256": "fa1faf339d9ac9cf6c9e12a72bbfa12296e4b52632906807ed74fce0f080e600",
6086
+ "content_sha256": "b5228c68dee55360ac08fa5e74d455e5dc5961209453bb006cffaf9037601eba",
6070
6087
  "archive_versions": [
6071
6088
  "v0.0"
6072
6089
  ],
@@ -6081,7 +6098,7 @@
6081
6098
  "platform": "codex",
6082
6099
  "version": "v0.1",
6083
6100
  "path": "packs/monorepo/codex/mono-guard/SKILL.md",
6084
- "content_sha256": "bf3857dfbd84b63e1367274e27dc667879ac58ccf9064c5c87304daccabf66da",
6101
+ "content_sha256": "6b96dbe2f57b612345f84a624453d9b80e30d0f9f2d0aea36e3770c20da9bae0",
6085
6102
  "archive_versions": [
6086
6103
  "v0.0"
6087
6104
  ],
@@ -6112,7 +6129,7 @@
6112
6129
  "platform": "codex",
6113
6130
  "version": "v0.0",
6114
6131
  "path": "packs/monorepo/codex/mono-ship/SKILL.md",
6115
- "content_sha256": "b44e474f7f4877a84540c956a941166f51e20781985c6277a082e93a719cff35",
6132
+ "content_sha256": "b5836963b8c7688b6c9def9d68ca332b86c19905f45c9627d23119012ac8b319",
6116
6133
  "archive_versions": [],
6117
6134
  "command": "$mono-ship",
6118
6135
  "deck_memberships": []
@@ -6125,7 +6142,7 @@
6125
6142
  "platform": "codex",
6126
6143
  "version": "v0.3",
6127
6144
  "path": "packs/monorepo/codex/scaffold/SKILL.md",
6128
- "content_sha256": "b50e0bff7b63935bd54d28a20cbe193ca14902ac39c326607dd70eede16f4654",
6145
+ "content_sha256": "e35efb37cceca3cd11d6d0ac3aa95727299cc696d6977ed0f6a5aea717dfa7c2",
6129
6146
  "archive_versions": [
6130
6147
  "v0.0",
6131
6148
  "v0.1",
@@ -7240,7 +7257,7 @@
7240
7257
  "platform": "claude",
7241
7258
  "version": "v0.2",
7242
7259
  "path": "packs/session-analytics/claude/prompt-history-backfill/SKILL.md",
7243
- "content_sha256": "754b0049feab354f957a50791ce1ce42ced877e245c08221da9e4c4f357d487c",
7260
+ "content_sha256": "8a5bcc906a70a932758922f73815dc69c12c82b01ff5458d027dc212d0987a4b",
7244
7261
  "archive_versions": [
7245
7262
  "v0.0",
7246
7263
  "v0.1"
@@ -7256,7 +7273,7 @@
7256
7273
  "platform": "claude",
7257
7274
  "version": "v0.2",
7258
7275
  "path": "packs/session-analytics/claude/session-triage/SKILL.md",
7259
- "content_sha256": "7146e5db88655986b0739484fe50cf81ba63eb66888fce600d9f89c14d0dc4c9",
7276
+ "content_sha256": "dc351c4addfe2747b064c2b0396ef8a55761a8cab6b6c9a444563f844f19e1d9",
7260
7277
  "archive_versions": [
7261
7278
  "v0.0",
7262
7279
  "v0.1"
@@ -7289,7 +7306,7 @@
7289
7306
  "platform": "codex",
7290
7307
  "version": "v0.2",
7291
7308
  "path": "packs/session-analytics/codex/prompt-history-backfill/SKILL.md",
7292
- "content_sha256": "2236c9f8cbc1de2196b71ad6d23b5b65c17c55e826c9be27176881ed5330f258",
7309
+ "content_sha256": "b391fe89c8c7727fde8664286845ac00fa10bc148f5bd8260f77c2ced0c0ad44",
7293
7310
  "archive_versions": [
7294
7311
  "v0.0",
7295
7312
  "v0.1"
@@ -7305,7 +7322,7 @@
7305
7322
  "platform": "codex",
7306
7323
  "version": "v0.1",
7307
7324
  "path": "packs/session-analytics/codex/session-triage/SKILL.md",
7308
- "content_sha256": "626688cbeb53f37d3159d6f51f3f45aab0e80892eb81d648c0d2f8c765a9b23d",
7325
+ "content_sha256": "c00c9dd7fbf9e4caa465f5255ffcf5db14016af487398eecc3d9f5019fb67233",
7309
7326
  "archive_versions": [
7310
7327
  "v0.0"
7311
7328
  ],
@@ -7318,11 +7335,13 @@
7318
7335
  "scope": "pack",
7319
7336
  "pack": "skill-dev",
7320
7337
  "platform": "claude",
7321
- "version": "v0.1",
7338
+ "version": "v0.3",
7322
7339
  "path": "packs/skill-dev/claude/create-agentic-skill/SKILL.md",
7323
- "content_sha256": "58396ea4082ff5ce8435a1f532d4adff8f302866f3e2e73f54f72a01ff451293",
7340
+ "content_sha256": "3111b66695c8be8e2e8c597ffdf26a3e154b19029a6bbf796f68e9457baafe21",
7324
7341
  "archive_versions": [
7325
- "v0.0"
7342
+ "v0.0",
7343
+ "v0.1",
7344
+ "v0.2"
7326
7345
  ],
7327
7346
  "command": "/create-agentic-skill",
7328
7347
  "deck_memberships": []
@@ -7333,11 +7352,12 @@
7333
7352
  "scope": "pack",
7334
7353
  "pack": "skill-dev",
7335
7354
  "platform": "claude",
7336
- "version": "v0.1",
7355
+ "version": "v0.2",
7337
7356
  "path": "packs/skill-dev/claude/create-local-skill/SKILL.md",
7338
- "content_sha256": "fda080ebac8edae31087991e3188c317b79aeb9e75fff01fb5433b164683ffc9",
7357
+ "content_sha256": "8d16db97d12db596683033cec39f69f540f28e4e8c25d32f4a72f817daeebfb0",
7339
7358
  "archive_versions": [
7340
- "v0.0"
7359
+ "v0.0",
7360
+ "v0.1"
7341
7361
  ],
7342
7362
  "command": "/create-local-skill",
7343
7363
  "deck_memberships": []
@@ -7350,7 +7370,7 @@
7350
7370
  "platform": "claude",
7351
7371
  "version": "v0.2",
7352
7372
  "path": "packs/skill-dev/claude/skill-interview/SKILL.md",
7353
- "content_sha256": "fbaf3d6d3481fdcf35e60376743e5cd54db0f4c0788933137d8c06e83830e3e8",
7373
+ "content_sha256": "fdad94e1355e52c6efba3a728fe0d7777c6ce08ea0cb2b1f940e0995f217e61c",
7354
7374
  "archive_versions": [
7355
7375
  "v0.0",
7356
7376
  "v0.1"
@@ -7364,13 +7384,14 @@
7364
7384
  "scope": "pack",
7365
7385
  "pack": "skill-dev",
7366
7386
  "platform": "claude",
7367
- "version": "v0.3",
7387
+ "version": "v0.4",
7368
7388
  "path": "packs/skill-dev/claude/targeted-skill-builder/SKILL.md",
7369
- "content_sha256": "e6e36ea445cc43094927597d835ccc0e9b0771a56b2dac474889c4fac4006535",
7389
+ "content_sha256": "c9ea5f1678b83eeee16e69f29e79687a4367b2423a95be5cdb5496da1e096b71",
7370
7390
  "archive_versions": [
7371
7391
  "v0.0",
7372
7392
  "v0.1",
7373
- "v0.2"
7393
+ "v0.2",
7394
+ "v0.3"
7374
7395
  ],
7375
7396
  "command": "/targeted-skill-builder",
7376
7397
  "deck_memberships": []
@@ -7381,11 +7402,13 @@
7381
7402
  "scope": "pack",
7382
7403
  "pack": "skill-dev",
7383
7404
  "platform": "codex",
7384
- "version": "v0.1",
7405
+ "version": "v0.3",
7385
7406
  "path": "packs/skill-dev/codex/create-agentic-skill/SKILL.md",
7386
- "content_sha256": "2297014a6734575388898029a05cda8e8eb068a603f6c1ec7985c075edf45658",
7407
+ "content_sha256": "043d64abb734c7663405921d58ce4e10a39fb8becda234b152f9a406dcc229e4",
7387
7408
  "archive_versions": [
7388
- "v0.0"
7409
+ "v0.0",
7410
+ "v0.1",
7411
+ "v0.2"
7389
7412
  ],
7390
7413
  "command": "$create-agentic-skill",
7391
7414
  "deck_memberships": []
@@ -7396,11 +7419,12 @@
7396
7419
  "scope": "pack",
7397
7420
  "pack": "skill-dev",
7398
7421
  "platform": "codex",
7399
- "version": "v0.1",
7422
+ "version": "v0.2",
7400
7423
  "path": "packs/skill-dev/codex/create-local-skill/SKILL.md",
7401
- "content_sha256": "b5370c99eb81f5d1c2c539c94bffd09f741355d7395a7d1081fa697ce16fd706",
7424
+ "content_sha256": "c90acc39721483ae320b8553c842b631186839925e33d478d75558763109268e",
7402
7425
  "archive_versions": [
7403
- "v0.0"
7426
+ "v0.0",
7427
+ "v0.1"
7404
7428
  ],
7405
7429
  "command": "$create-local-skill",
7406
7430
  "deck_memberships": []
@@ -7413,7 +7437,7 @@
7413
7437
  "platform": "codex",
7414
7438
  "version": "v0.2",
7415
7439
  "path": "packs/skill-dev/codex/skill-interview/SKILL.md",
7416
- "content_sha256": "43ee87f79f995deb6647505b3c0b3ef2d92b281c6e02ab41549f6732b0444b52",
7440
+ "content_sha256": "183804c75577c8c19c3fc083523ae1f3ae96ecb1bd0c49bb7df23bbbb4be192f",
7417
7441
  "archive_versions": [
7418
7442
  "v0.0",
7419
7443
  "v0.1"
@@ -7427,13 +7451,14 @@
7427
7451
  "scope": "pack",
7428
7452
  "pack": "skill-dev",
7429
7453
  "platform": "codex",
7430
- "version": "v0.3",
7454
+ "version": "v0.4",
7431
7455
  "path": "packs/skill-dev/codex/targeted-skill-builder/SKILL.md",
7432
- "content_sha256": "e4105a0c7791672272b713c85d3eab81c07a5f9667d46b2d78327d75d16dc06d",
7456
+ "content_sha256": "2dde33f197d9e545691f72bc40ba02d5d68a640e57222fb215a3e55ddf3cea02",
7433
7457
  "archive_versions": [
7434
7458
  "v0.0",
7435
7459
  "v0.1",
7436
- "v0.2"
7460
+ "v0.2",
7461
+ "v0.3"
7437
7462
  ],
7438
7463
  "command": "$targeted-skill-builder",
7439
7464
  "deck_memberships": []