@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
@@ -0,0 +1,91 @@
1
+ ---
2
+ name: create-agentic-skill
3
+ description: Create or update a repo-managed skill inside this agentic-skills checkout under global/claude and optionally global/codex, then validate, commit, and push it
4
+ type: execution
5
+ version: v0.1
6
+ argument-hint: <skill-name> [description] [--claude-only|--codex-only|--mirror]
7
+ ---
8
+
9
+ # Create Agentic Skill
10
+
11
+ Use this skill when the user wants to add or update a skill in the `agentic-skills` repository itself. This is the repo-managed counterpart to `create-local-skill`, which writes experimental user-local skills under `~/.claude/skills` or `~/.codex/skills`.
12
+
13
+ ## Process
14
+
15
+ 1. **Confirm repository context.**
16
+ - Verify the current repo is `agentic-skills` by checking for `init.sh`, `global/claude/`, and `global/codex/`.
17
+ - If the current repo is not `agentic-skills`, stop and ask for the checkout path.
18
+ - Inspect `git status --short` and identify unrelated dirty files before editing.
19
+
20
+ 2. **Resolve skill identity.**
21
+ - Parse `<skill-name>` as kebab-case.
22
+ - Parse the description when provided; otherwise ask for a one-line description.
23
+ - Default to creating both `global/claude/<skill-name>/SKILL.md` and `global/codex/<skill-name>/SKILL.md` when the skill should exist for both agents.
24
+ - Honor `--claude-only`, `--codex-only`, or `--mirror`.
25
+ - If a local-only workflow is requested, route to `create-local-skill` instead.
26
+
27
+ 3. **Check for conflicts.**
28
+ - Refuse to overwrite an existing unrelated skill without explicit user approval.
29
+ - If updating an existing skill, read the current `SKILL.md` and preserve its purpose unless the user asked for a rewrite.
30
+ - Check for stale old names when the task is a rename, and move directories rather than duplicating the skill.
31
+
32
+ 4. **Draft the skill.**
33
+ - Follow repo frontmatter conventions:
34
+ - `name`
35
+ - `description`
36
+ - `type`
37
+ - `version`
38
+ - optional `argument-hint`
39
+ - For Claude skills, use `## Process` when that matches existing Claude conventions.
40
+ - For mirrored Codex skills, include `Invoke as \`$<skill-name>\`.` after the title.
41
+ - Include clear workflow/process, output, and constraints sections.
42
+ - Prefer durable procedure over one-off project notes.
43
+
44
+ 5. **Apply correction lessons when relevant.**
45
+ - If the skill is being created because of a user correction, update `tasks/lessons.md` with the mistake pattern and prevention rule.
46
+ - Keep the lesson specific enough to prevent recurrence.
47
+
48
+ 6. **Handle benchmark coverage.**
49
+ - For every new shared skill or material behavior update, update `tests/harness/bench-coverage.ts` in the same shipping boundary.
50
+ - Add or register a deterministic custom setup under `tests/layer4/setups/` when local fixtures can exercise the skill without credentials, external services, paid actions, production deploys, or unsafe account state.
51
+ - When adding or materially updating a custom setup, include a deterministic quality rubric when practical. Score local fixture facts, concrete file/command references, expected next-route handoffs, specificity, and forbidden fabrications as appropriate for the skill.
52
+ - If output quality cannot be scored reliably from local fixtures, record an explicit blocked/deferred quality note in the setup or coverage review instead of adding a weak subjective rubric.
53
+ - If deterministic local coverage is not safe yet, record an explicit `blocked` row with `blocked_reason` and `next_command`.
54
+ - Use `/targeted-skill-builder <skill-name> benchmark coverage` when the coverage work needs a focused follow-up before the skill can ship.
55
+ - Run `pnpm --dir tests bench:coverage` after updating the matrix.
56
+
57
+ 7. **Validate.**
58
+ - Read back the new or updated `SKILL.md` files.
59
+ - Run search checks for old skill names, missing `version:`, missing Codex invocation lines in Codex skills, and accidental writes under `~/.claude/skills` or `~/.codex/skills`.
60
+ - Run `pnpm --dir tests bench:coverage` and any focused setup tests changed for the new benchmark row.
61
+ - If any tracked `SKILL.md` or `PACK.md` was created, deleted, renamed, or changed in behavior or metadata, refresh the Skills Showcase data before shipping:
62
+ - `node apps/skills-showcase/scripts/generate-skills-showcase-data.mjs`
63
+ - `node apps/skills-showcase/scripts/generate-skills-showcase-github-data.mjs`
64
+ - `apps/skills-showcase/scripts/validate-skills-showcase-data.sh`
65
+ - Review curated showcase copy, catalog grouping, workflow animation text, and proof receipts when the skill change could affect the public website. Update the relevant site files or explicitly record why no curated website copy changed.
66
+ - Confirm unrelated dirty files remain unstaged.
67
+
68
+ 8. **Commit and push.**
69
+ - Stage only intended repo-managed skill files, generated showcase assets, and directly related docs or lesson updates.
70
+ - Commit on the repository primary branch (`main` when present, otherwise `master`) with a concise conventional commit message.
71
+ - Push the branch.
72
+ - Do not stage unrelated user changes.
73
+
74
+ ## Output
75
+
76
+ - **Skill**: name and target paths created or updated
77
+ - **Mode**: Claude, Codex, or mirrored
78
+ - **Validation**: checks run and result
79
+ - **Git**: commit hash and pushed branch
80
+ - **Next Work**: exact follow-up, or `none` only when there is no useful follow-up
81
+
82
+ ## Constraints
83
+
84
+ - Do not write to `~/.claude/skills` or `~/.codex/skills`; that is `create-local-skill`.
85
+ - Do not update README or generated references when they already have unrelated unstaged edits unless the user explicitly asks to include them.
86
+ - Do not create pack-local skills unless the user asks for a pack path.
87
+ - Do not leave repo-managed skill changes uncommitted or unpushed unless the user explicitly says not to ship.
88
+
89
+ ## Default Shipping Contract
90
+
91
+ Follow the shared shipping contract convention in CLAUDE.md.
@@ -0,0 +1,91 @@
1
+ ---
2
+ name: create-agentic-skill
3
+ description: Create or update a repo-managed skill inside this agentic-skills checkout under base/claude and optionally base/codex, then validate, commit, and push it
4
+ type: execution
5
+ version: v0.2
6
+ argument-hint: <skill-name> [description] [--claude-only|--codex-only|--mirror]
7
+ ---
8
+
9
+ # Create Agentic Skill
10
+
11
+ Use this skill when the user wants to add or update a skill in the `agentic-skills` repository itself. This is the repo-managed counterpart to `create-local-skill`, which writes experimental user-local skills under `~/.claude/skills` or `~/.codex/skills`.
12
+
13
+ ## Process
14
+
15
+ 1. **Confirm repository context.**
16
+ - Verify the current repo is `agentic-skills` by checking for `init.sh`, `base/claude/`, and `base/codex/`.
17
+ - If the current repo is not `agentic-skills`, stop and ask for the checkout path.
18
+ - Inspect `git status --short` and identify unrelated dirty files before editing.
19
+
20
+ 2. **Resolve skill identity.**
21
+ - Parse `<skill-name>` as kebab-case.
22
+ - Parse the description when provided; otherwise ask for a one-line description.
23
+ - Default to creating both `base/claude/<skill-name>/SKILL.md` and `base/codex/<skill-name>/SKILL.md` when the skill should exist for both agents.
24
+ - Honor `--claude-only`, `--codex-only`, or `--mirror`.
25
+ - If a local-only workflow is requested, route to `create-local-skill` instead.
26
+
27
+ 3. **Check for conflicts.**
28
+ - Refuse to overwrite an existing unrelated skill without explicit user approval.
29
+ - If updating an existing skill, read the current `SKILL.md` and preserve its purpose unless the user asked for a rewrite.
30
+ - Check for stale old names when the task is a rename, and move directories rather than duplicating the skill.
31
+
32
+ 4. **Draft the skill.**
33
+ - Follow repo frontmatter conventions:
34
+ - `name`
35
+ - `description`
36
+ - `type`
37
+ - `version`
38
+ - optional `argument-hint`
39
+ - For Claude skills, use `## Process` when that matches existing Claude conventions.
40
+ - For mirrored Codex skills, include `Invoke as \`$<skill-name>\`.` after the title.
41
+ - Include clear workflow/process, output, and constraints sections.
42
+ - Prefer durable procedure over one-off project notes.
43
+
44
+ 5. **Apply correction lessons when relevant.**
45
+ - If the skill is being created because of a user correction, update `tasks/lessons.md` with the mistake pattern and prevention rule.
46
+ - Keep the lesson specific enough to prevent recurrence.
47
+
48
+ 6. **Handle benchmark coverage.**
49
+ - For every new shared skill or material behavior update, update `tests/harness/bench-coverage.ts` in the same shipping boundary.
50
+ - Add or register a deterministic custom setup under `tests/layer4/setups/` when local fixtures can exercise the skill without credentials, external services, paid actions, production deploys, or unsafe account state.
51
+ - When adding or materially updating a custom setup, include a deterministic quality rubric when practical. Score local fixture facts, concrete file/command references, expected next-route handoffs, specificity, and forbidden fabrications as appropriate for the skill.
52
+ - If output quality cannot be scored reliably from local fixtures, record an explicit blocked/deferred quality note in the setup or coverage review instead of adding a weak subjective rubric.
53
+ - If deterministic local coverage is not safe yet, record an explicit `blocked` row with `blocked_reason` and `next_command`.
54
+ - Use `/targeted-skill-builder <skill-name> benchmark coverage` when the coverage work needs a focused follow-up before the skill can ship.
55
+ - Run `pnpm --dir tests bench:coverage` after updating the matrix.
56
+
57
+ 7. **Validate.**
58
+ - Read back the new or updated `SKILL.md` files.
59
+ - Run search checks for old skill names, missing `version:`, missing Codex invocation lines in Codex skills, and accidental writes under `~/.claude/skills` or `~/.codex/skills`.
60
+ - Run `pnpm --dir tests bench:coverage` and any focused setup tests changed for the new benchmark row.
61
+ - If any tracked `SKILL.md` or `PACK.md` was created, deleted, renamed, or changed in behavior or metadata, refresh the Skills Showcase data before shipping:
62
+ - `node apps/skills-showcase/scripts/generate-skills-showcase-data.mjs`
63
+ - `node apps/skills-showcase/scripts/generate-skills-showcase-github-data.mjs`
64
+ - `apps/skills-showcase/scripts/validate-skills-showcase-data.sh`
65
+ - Review curated showcase copy, catalog grouping, workflow animation text, and proof receipts when the skill change could affect the public website. Update the relevant site files or explicitly record why no curated website copy changed.
66
+ - Confirm unrelated dirty files remain unstaged.
67
+
68
+ 8. **Commit and push.**
69
+ - Stage only intended repo-managed skill files, generated showcase assets, and directly related docs or lesson updates.
70
+ - Commit on the repository primary branch (`main` when present, otherwise `master`) with a concise conventional commit message.
71
+ - Push the branch.
72
+ - Do not stage unrelated user changes.
73
+
74
+ ## Output
75
+
76
+ - **Skill**: name and target paths created or updated
77
+ - **Mode**: Claude, Codex, or mirrored
78
+ - **Validation**: checks run and result
79
+ - **Git**: commit hash and pushed branch
80
+ - **Next Work**: exact follow-up, or `none` only when there is no useful follow-up
81
+
82
+ ## Constraints
83
+
84
+ - Do not write to `~/.claude/skills` or `~/.codex/skills`; that is `create-local-skill`.
85
+ - Do not update README or generated references when they already have unrelated unstaged edits unless the user explicitly asks to include them.
86
+ - Do not create pack-local skills unless the user asks for a pack path.
87
+ - Do not leave repo-managed skill changes uncommitted or unpushed unless the user explicitly says not to ship.
88
+
89
+ ## Default Shipping Contract
90
+
91
+ Follow the shared shipping contract convention in CLAUDE.md.
@@ -1,5 +1,9 @@
1
1
  # Changelog
2
2
 
3
+ ## v0.2 - 2026-06-13
4
+
5
+ - Upstream-safety note references `npx skillpacks uninstall-global` instead of the removed `init.sh --uninstall`.
6
+
3
7
  ## v0.1 - 2026-05-30
4
8
 
5
9
  - Tightened post-creation skill visibility guidance to distinguish Claude Code `/reload-skills`, `/clear`, and restart fallback behavior from Codex fresh CLI session fallback.
@@ -2,7 +2,7 @@
2
2
  name: create-local-skill
3
3
  description: Scaffold a new user-local skill in ~/.claude/skills (and optionally ~/.codex/skills), then offer to promote it to a personal fork of agentic-skills
4
4
  type: execution
5
- version: v0.1
5
+ version: v0.2
6
6
  argument-hint: <skill-name> [description]
7
7
  ---
8
8
 
@@ -10,7 +10,7 @@ argument-hint: <skill-name> [description]
10
10
 
11
11
  Scaffold a new **user-local** skill directly into `~/.claude/skills/<name>/` (and optionally `~/.codex/skills/<name>/`) so the user can experiment without touching the upstream agentic-skills repo. At the end, offer to **promote** the skill by copying it into their personal fork of agentic-skills.
12
12
 
13
- Write **real directories**, not managed roots back to the shared repo. `init.sh --uninstall` only removes repo-managed skill installs whose source lives inside agentic-skills, so user-authored skills are untouched by upstream sync.
13
+ Write **real directories**, not managed roots back to the shared repo. `npx skillpacks uninstall-global` only removes skillpacks-owned skill installs whose source lives inside agentic-skills, so user-authored skills are untouched by upstream sync.
14
14
 
15
15
  ## Process
16
16
 
@@ -23,7 +23,7 @@ Write **real directories**, not managed roots back to the shared repo. `init.sh
23
23
  2. **Validate the target path:**
24
24
  - Target is `$HOME/.claude/skills/<name>`.
25
25
  - If the path already exists:
26
- - If it is a **symlink** pointing into an agentic-skills repo (`readlink` contains `agentic-skills/global/` or `agentic-skills/packs/`), refuse — this would shadow a repo-managed skill. Tell the user to choose a different name.
26
+ - If it is a **symlink** pointing into an agentic-skills repo (`readlink` contains `agentic-skills/base/` or `agentic-skills/packs/`), refuse — this would shadow a repo-managed skill. Tell the user to choose a different name.
27
27
  - If it is a **real directory or a user-owned symlink**, ask before overwriting.
28
28
 
29
29
  3. **Write the Claude SKILL.md** at `~/.claude/skills/<name>/SKILL.md`:
@@ -70,9 +70,9 @@ Write **real directories**, not managed roots back to the shared repo. `init.sh
70
70
  - Clone this repo and `git remote set-url origin <their-repo-url>` to repoint pushes.
71
71
  - Verify the path exists and is a git repo (`git -C <path> rev-parse --show-toplevel`).
72
72
  - Copy the scaffolded skill into:
73
- - `<fork>/global/claude/<name>/` (and `<fork>/global/codex/<name>/` if a Codex version was created), **or**
73
+ - `<fork>/base/claude/<name>/` (and `<fork>/base/codex/<name>/` if a Codex version was created), **or**
74
74
  - `<fork>/personal/claude/<name>/` if the user wants to keep personal skills segregated from upstream-syncable dirs. Ask which.
75
- - If the skill is promoted into a fork's `global/` or `packs/` tree, also update that fork's `tests/harness/bench-coverage.ts` and add either a deterministic custom setup under `tests/layer4/setups/` or an explicit blocked row with `blocked_reason` and `next_command`.
75
+ - If the skill is promoted into a fork's `base/` or `packs/` tree, also update that fork's `tests/harness/bench-coverage.ts` and add either a deterministic custom setup under `tests/layer4/setups/` or an explicit blocked row with `blocked_reason` and `next_command`.
76
76
  - For promoted custom setups, include a deterministic quality rubric when practical, or record why quality scoring is blocked/deferred instead of adding a subjective rubric.
77
77
  - Recommend `pnpm --dir tests bench:coverage` before the promoted skill is committed.
78
78
  - Show the `git status` in the fork and suggest a commit message like `feat(skill): add <name>`. Do **not** commit or push automatically — leave that to the user.
@@ -81,7 +81,7 @@ Write **real directories**, not managed roots back to the shared repo. `init.sh
81
81
 
82
82
  ## Notes
83
83
 
84
- - Never write into this repo's `global/` or `packs/` directories from this skill. Target paths are always under `$HOME/.claude/skills`, `$HOME/.codex/skills`, or an explicitly-supplied personal fork path.
84
+ - Never write into this repo's `base/` or `packs/` directories from this skill. Target paths are always under `$HOME/.claude/skills`, `$HOME/.codex/skills`, or an explicitly-supplied personal fork path.
85
85
  - Do not create documentation files beyond `SKILL.md` unless the user asks.
86
86
  - If the user wants version control for their personal skills without a full fork, suggest `git init` inside a sibling directory and symlinking from `~/.claude/skills/<name>` — but default to the simpler "real directory in `~/.claude/skills`" flow.
87
87
 
@@ -0,0 +1,91 @@
1
+ ---
2
+ name: create-local-skill
3
+ description: Scaffold a new user-local skill in ~/.claude/skills (and optionally ~/.codex/skills), then offer to promote it to a personal fork of agentic-skills
4
+ type: execution
5
+ version: v0.1
6
+ argument-hint: <skill-name> [description]
7
+ ---
8
+
9
+ # Create Local Skill
10
+
11
+ Scaffold a new **user-local** skill directly into `~/.claude/skills/<name>/` (and optionally `~/.codex/skills/<name>/`) so the user can experiment without touching the upstream agentic-skills repo. At the end, offer to **promote** the skill by copying it into their personal fork of agentic-skills.
12
+
13
+ Write **real directories**, not managed roots back to the shared repo. `init.sh --uninstall` only removes repo-managed skill installs whose source lives inside agentic-skills, so user-authored skills are untouched by upstream sync.
14
+
15
+ ## Process
16
+
17
+ 1. **Parse `$ARGUMENTS`** for `<skill-name>` and optional description. If missing, ask the user for:
18
+ - Skill name (kebab-case, e.g. `my-skill`)
19
+ - One-line description (used in the frontmatter `description` field — it is how the assistant decides when to invoke the skill, so be specific)
20
+ - Type (`execution`, `analysis`, `workflow`, etc. — default `execution`)
21
+ - Whether to also create a Codex version in `~/.codex/skills/<name>/` (default yes)
22
+
23
+ 2. **Validate the target path:**
24
+ - Target is `$HOME/.claude/skills/<name>`.
25
+ - If the path already exists:
26
+ - If it is a **symlink** pointing into an agentic-skills repo (`readlink` contains `agentic-skills/base/` or `agentic-skills/packs/`), refuse — this would shadow a repo-managed skill. Tell the user to choose a different name.
27
+ - If it is a **real directory or a user-owned symlink**, ask before overwriting.
28
+
29
+ 3. **Write the Claude SKILL.md** at `~/.claude/skills/<name>/SKILL.md`:
30
+
31
+ ```markdown
32
+ ---
33
+ name: <name>
34
+ description: <description>
35
+ type: <type>
36
+ version: v0.0
37
+ ---
38
+
39
+ # <Title>
40
+
41
+ <1-2 sentence purpose statement.>
42
+
43
+ ## When to use
44
+
45
+ - <trigger 1>
46
+ - <trigger 2>
47
+
48
+ ## Process
49
+
50
+ 1. <step>
51
+ 2. <step>
52
+ 3. <step>
53
+
54
+ ## Output
55
+
56
+ <what the skill produces>
57
+ ```
58
+
59
+ 4. **Optionally mirror to Codex** at `~/.codex/skills/<name>/SKILL.md` with the Codex invocation convention (`Invoke as $<name>.`). Match the format of existing `~/.codex/skills/*/SKILL.md` files.
60
+
61
+ 5. **Report the result:** show the created paths and remind the user of the runner-specific reload path. Claude Code should run `/reload-skills` first; `/clear` starts a new empty-context conversation and can pick up the refreshed registry; restart if the top-level `.claude/skills` directory did not exist at session start or the skill is still invisible. Codex should start a fresh Codex CLI session if the `$` skill list remains stale.
62
+
63
+ 6. **Offer to promote.** Ask:
64
+
65
+ > "Would you like to promote this skill to your personal fork of agentic-skills? (y/n)"
66
+
67
+ If yes:
68
+ - Ask for the path to their personal fork (e.g. `~/projects/tools/agentic-skills-personal`). If they don't have one, explain the options:
69
+ - Fork `agentic-skills` on GitHub and `git clone` it.
70
+ - Clone this repo and `git remote set-url origin <their-repo-url>` to repoint pushes.
71
+ - Verify the path exists and is a git repo (`git -C <path> rev-parse --show-toplevel`).
72
+ - Copy the scaffolded skill into:
73
+ - `<fork>/base/claude/<name>/` (and `<fork>/base/codex/<name>/` if a Codex version was created), **or**
74
+ - `<fork>/personal/claude/<name>/` if the user wants to keep personal skills segregated from upstream-syncable dirs. Ask which.
75
+ - If the skill is promoted into a fork's `base/` or `packs/` tree, also update that fork's `tests/harness/bench-coverage.ts` and add either a deterministic custom setup under `tests/layer4/setups/` or an explicit blocked row with `blocked_reason` and `next_command`.
76
+ - For promoted custom setups, include a deterministic quality rubric when practical, or record why quality scoring is blocked/deferred instead of adding a subjective rubric.
77
+ - Recommend `pnpm --dir tests bench:coverage` before the promoted skill is committed.
78
+ - Show the `git status` in the fork and suggest a commit message like `feat(skill): add <name>`. Do **not** commit or push automatically — leave that to the user.
79
+
80
+ 7. **Safety note to surface:** pushing to the upstream agentic-skills repo requires write access. A plain clone without write access will be rejected at the remote; a fork pushes to the user's own repo. There is no path by which this skill can push a user's experimental skill to the shared upstream.
81
+
82
+ ## Notes
83
+
84
+ - Never write into this repo's `base/` or `packs/` directories from this skill. Target paths are always under `$HOME/.claude/skills`, `$HOME/.codex/skills`, or an explicitly-supplied personal fork path.
85
+ - Do not create documentation files beyond `SKILL.md` unless the user asks.
86
+ - If the user wants version control for their personal skills without a full fork, suggest `git init` inside a sibling directory and symlinking from `~/.claude/skills/<name>` — but default to the simpler "real directory in `~/.claude/skills`" flow.
87
+
88
+ ## Default Shipping Contract
89
+
90
+ Follow the shared shipping contract convention in CLAUDE.md.
91
+
@@ -20,7 +20,7 @@ Use this skill when the user wants to create or substantially redesign a skill b
20
20
  - If the user wants an experimental personal skill under `~/.claude/skills`, plan for `/create-local-skill`; otherwise default to repo-managed `/create-agentic-skill`.
21
21
 
22
22
  2. **Gather local evidence before probing.**
23
- - Search for overlapping skills in the active skill list and repository paths such as `global/codex/`, `global/claude/`, and `packs/*/{codex,claude}/`.
23
+ - Search for overlapping skills in the active skill list and repository paths such as `base/codex/`, `base/claude/`, and `packs/*/{codex,claude}/`.
24
24
  - Read the closest existing skill contracts and any relevant `tasks/lessons.md` entries before asking detailed questions.
25
25
  - If an existing skill already covers the request, explain the overlap and ask whether the user wants an update, alias, narrower variant, or new skill.
26
26
 
@@ -89,10 +89,10 @@ Use this skill when the user wants to create or substantially redesign a skill b
89
89
 
90
90
  After writing the brief and interview log, recommend exactly one next command:
91
91
 
92
- - `/create-agentic-skill <skill-name>` for repo-managed global skills.
92
+ - `/create-agentic-skill <skill-name>` for repo-managed base skills.
93
93
  - `/create-local-skill <skill-name>` for personal local-only skills.
94
94
  - `/targeted-skill-builder <existing-skill> <gap>` when the interview found that an existing skill should be updated instead of creating a new skill.
95
- - `/pack` or a pack-local creation route when the skill belongs inside a project-local pack rather than global skills.
95
+ - `/pack` or a pack-local creation route when the skill belongs inside a project-local pack rather than base skills.
96
96
 
97
97
  Output exactly two lines beyond the normal report:
98
98
 
@@ -1,5 +1,9 @@
1
1
  # Changelog
2
2
 
3
+ ## v0.4 - 2026-06-13
4
+
5
+ - Validation and reload steps use `npx skillpacks refresh` instead of the removed `./init.sh`.
6
+
3
7
  ## v0.3 - 2026-06-09
4
8
 
5
9
  - Updated Skills Showcase refresh commands to use app-owned generator and validator paths after the workspace split.
@@ -2,7 +2,7 @@
2
2
  name: targeted-skill-builder
3
3
  description: Build or update one specific skill from a concrete workflow gap, correction, or repeated bad recommendation
4
4
  type: execution
5
- version: v0.3
5
+ version: v0.4
6
6
  argument-hint: "[workflow gap, correction, skill name, or capability request]"
7
7
  ---
8
8
 
@@ -33,7 +33,7 @@ This is intentionally narrower than `/analyze-sessions`. Do not scan all Claude/
33
33
  - If examples are needed, ask for them or run a tightly scoped history query limited by path, skill name, date range, or exact phrase.
34
34
  - Do not scan all session history unless explicitly requested.
35
35
  5. Search existing skills for overlap before creating anything:
36
- - Search `global/claude`, `global/codex`, `packs`, and project-local `.claude/skills` or `.codex/skills` when present.
36
+ - Search `base/claude`, `base/codex`, `packs`, and project-local `.claude/skills` or `.codex/skills` when present.
37
37
  - Compare name, description, workflow, and next-step routing behavior.
38
38
  - If an existing skill substantially covers the job, recommend updating that skill instead of adding a duplicate.
39
39
  6. Decide the smallest durable fix:
@@ -42,7 +42,7 @@ This is intentionally narrower than `/analyze-sessions`. Do not scan all Claude/
42
42
  - Reusable prompt/template: choose this when the behavior is too situational or not stable enough for a skill.
43
43
  - No repository change: choose this when the request is already covered and only needs a usage note.
44
44
  7. Resolve the destination:
45
- - Default new shared Claude/Codex skills to this repository: `/Users/georgele/projects/tools/agentic-skills/global/claude/<name>/SKILL.md` and `/Users/georgele/projects/tools/agentic-skills/global/codex/<name>/SKILL.md`.
45
+ - Default new shared Claude/Codex skills to this repository: `/Users/georgele/projects/tools/agentic-skills/base/claude/<name>/SKILL.md` and `/Users/georgele/projects/tools/agentic-skills/base/codex/<name>/SKILL.md`.
46
46
  - If the current session is not in the agentic-skills repository and the user wants to audit or amend an existing shared skill, do not edit a local copy. Provide a concise prompt for the user to run from `/Users/georgele/projects/tools/agentic-skills` with the target skill path and requested adjustment.
47
47
  - Use user-local `~/.claude/skills` or `~/.codex/skills` only when the user explicitly asks for a personal/local skill.
48
48
  8. If creating or updating a repository skill:
@@ -59,7 +59,7 @@ This is intentionally narrower than `/analyze-sessions`. Do not scan all Claude/
59
59
  - Store it only when the user asks for a file or the current repo has an obvious prompt/template location.
60
60
  - Otherwise output the reusable prompt directly.
61
61
  10. Run validation after repository skill changes:
62
- - `./init.sh`
62
+ - `npx skillpacks refresh` (recreate project-local base/pack skill installs from the changed sources)
63
63
  - `./scripts/skill-deps.sh --broken`
64
64
  - `./scripts/skill-versions.sh --missing`
65
65
  - `./scripts/skill-next-step-routing.sh --missing`
@@ -84,7 +84,7 @@ Produce a concise report with:
84
84
  - Existing-skill overlap findings.
85
85
  - Files created or changed, if any, including generated showcase assets when skill metadata or behavior changed.
86
86
  - Validation results.
87
- - Reload note: after `./init.sh`, tell the user the runner-specific reload path. Claude Code should run `/reload-skills` first; `/clear` starts a new empty-context conversation and can pick up the refreshed registry; restart if the top-level `.claude/skills` directory did not exist at session start or the skill is still invisible. Codex should start a fresh Codex CLI session if the `$` skill list remains stale.
87
+ - Reload note: after `npx skillpacks refresh`, tell the user the runner-specific reload path. Claude Code should run `/reload-skills` first; `/clear` starts a new empty-context conversation and can pick up the refreshed registry; restart if the top-level `.claude/skills` directory did not exist at session start or the skill is still invisible. Codex should start a fresh Codex CLI session if the `$` skill list remains stale.
88
88
 
89
89
  When an external project session needs an existing shared skill amended, output a prompt like:
90
90
 
@@ -0,0 +1,116 @@
1
+ ---
2
+ name: targeted-skill-builder
3
+ description: Build or update one specific skill from a concrete workflow gap, correction, or repeated bad recommendation
4
+ type: execution
5
+ version: v0.3
6
+ argument-hint: "[workflow gap, correction, skill name, or capability request]"
7
+ ---
8
+
9
+ # Targeted Skill Builder
10
+
11
+ Use this skill when the user wants a narrow, durable workflow improvement from the current prompt or conversation: a concrete problem, user correction, repeated bad recommendation, or capability gap that may deserve a new skill, an existing-skill update, or a reusable prompt/template.
12
+
13
+ This is intentionally narrower than `/analyze-sessions`. Do not scan all Claude/Codex history by default. Treat broad session analysis as optional evidence only when the user explicitly asks for it. Use `/session-triage` first when one immediate issue, correction, repo incident, or suspected skill failure still needs verification before a skill change is designed.
14
+
15
+ ## Process
16
+
17
+ 1. Read `tasks/lessons.md` first when it exists. Extract only correction patterns relevant to the user's current request.
18
+ 2. Identify the narrow workflow gap:
19
+ - Problem or correction.
20
+ - Triggering context from the current prompt/conversation.
21
+ - Bad recommendation or missing capability to prevent.
22
+ - Desired future behavior.
23
+ 3. Ask for the intended output unless the user already made it explicit:
24
+ - New skill.
25
+ - Update existing skill.
26
+ - Reusable prompt/template only.
27
+ - Unsure, recommend.
28
+ 4. Gather only targeted evidence:
29
+ - Use the current prompt and conversation context first.
30
+ - Read a named skill file when provided.
31
+ - Inspect user-provided files or paths when provided.
32
+ - Route to `/session-triage` when the user wants investigation of one immediate issue or the available evidence is not enough to verify the correction.
33
+ - If examples are needed, ask for them or run a tightly scoped history query limited by path, skill name, date range, or exact phrase.
34
+ - Do not scan all session history unless explicitly requested.
35
+ 5. Search existing skills for overlap before creating anything:
36
+ - Search `base/claude`, `base/codex`, `packs`, and project-local `.claude/skills` or `.codex/skills` when present.
37
+ - Compare name, description, workflow, and next-step routing behavior.
38
+ - If an existing skill substantially covers the job, recommend updating that skill instead of adding a duplicate.
39
+ 6. Decide the smallest durable fix:
40
+ - New skill: choose this only when no existing skill owns the workflow and the behavior is repeatable.
41
+ - Existing skill update: choose this when the fix is a missing branch, constraint, evidence gate, or routing correction inside an existing workflow.
42
+ - Reusable prompt/template: choose this when the behavior is too situational or not stable enough for a skill.
43
+ - No repository change: choose this when the request is already covered and only needs a usage note.
44
+ 7. Resolve the destination:
45
+ - Default new shared Claude/Codex skills to this repository: `/Users/georgele/projects/tools/agentic-skills/base/claude/<name>/SKILL.md` and `/Users/georgele/projects/tools/agentic-skills/base/codex/<name>/SKILL.md`.
46
+ - If the current session is not in the agentic-skills repository and the user wants to audit or amend an existing shared skill, do not edit a local copy. Provide a concise prompt for the user to run from `/Users/georgele/projects/tools/agentic-skills` with the target skill path and requested adjustment.
47
+ - Use user-local `~/.claude/skills` or `~/.codex/skills` only when the user explicitly asks for a personal/local skill.
48
+ 8. If creating or updating a repository skill:
49
+ - Follow existing frontmatter conventions: `name`, specific `description`, `type`, `version`, and `argument-hint` when useful.
50
+ - Keep `SKILL.md` concise and operational.
51
+ - Include clear trigger conditions, process steps, outputs, constraints, and next-step routing for mutation-capable skills.
52
+ - Mirror Codex when shared behavior is expected, and add Codex `agents/openai.yaml`.
53
+ - Update `tests/harness/bench-coverage.ts` for every new repository skill or material skill behavior update.
54
+ - Add/register a deterministic custom setup under `tests/layer4/setups/` when practical, or record an explicit blocked row with `blocked_reason` and `next_command` when coverage depends on unsafe or external conditions.
55
+ - For custom setup work, include a deterministic output-quality rubric when practical. Prefer fixture fact coverage, concrete file/command references, expected next-route handoffs, specificity checks, reference traits, and forbidden-fabrication checks over broad prose judgments.
56
+ - If deterministic quality scoring is not reliable for the skill, record the blocked/deferred quality rationale in the setup review notes or coverage follow-up instead of shipping only silent hard assertions.
57
+ - Update skill discovery docs and routing docs only when the new or changed skill must be discoverable or routed by other skills.
58
+ 9. If writing a reusable prompt/template only:
59
+ - Store it only when the user asks for a file or the current repo has an obvious prompt/template location.
60
+ - Otherwise output the reusable prompt directly.
61
+ 10. Run validation after repository skill changes:
62
+ - `./init.sh`
63
+ - `./scripts/skill-deps.sh --broken`
64
+ - `./scripts/skill-versions.sh --missing`
65
+ - `./scripts/skill-next-step-routing.sh --missing`
66
+ - `pnpm --dir tests bench:coverage`
67
+ - Focused layer1 benchmark setup tests when `tests/harness/bench-coverage.ts`, `tests/harness/bench-setups.ts`, or `tests/layer4/setups/` changed.
68
+ - If any tracked `SKILL.md` or `PACK.md` behavior or metadata changed, refresh the Skills Showcase data:
69
+ - `node apps/skills-showcase/scripts/generate-skills-showcase-data.mjs`
70
+ - `node apps/skills-showcase/scripts/generate-skills-showcase-github-data.mjs`
71
+ - `apps/skills-showcase/scripts/validate-skills-showcase-data.sh`
72
+ - Review curated showcase copy, catalog grouping, workflow animation text, and proof receipts when the skill change could affect the public website; update those files or record why no curated website copy changed.
73
+ - Targeted `rg` checks for the behavior being changed.
74
+ - `git diff --check`
75
+ 11. Update `tasks/todo.md` review notes with validation results.
76
+ 12. Commit and push per the repository contract when tracked files changed.
77
+
78
+ ## Output
79
+
80
+ Produce a concise report with:
81
+
82
+ - Decision: new skill, existing-skill update, reusable prompt/template, or no repository change.
83
+ - Evidence used and evidence intentionally skipped.
84
+ - Existing-skill overlap findings.
85
+ - Files created or changed, if any, including generated showcase assets when skill metadata or behavior changed.
86
+ - Validation results.
87
+ - Reload note: after `./init.sh`, tell the user the runner-specific reload path. Claude Code should run `/reload-skills` first; `/clear` starts a new empty-context conversation and can pick up the refreshed registry; restart if the top-level `.claude/skills` directory did not exist at session start or the skill is still invisible. Codex should start a fresh Codex CLI session if the `$` skill list remains stale.
88
+
89
+ When an external project session needs an existing shared skill amended, output a prompt like:
90
+
91
+ ```text
92
+ From /Users/georgele/projects/tools/agentic-skills, run targeted-skill-builder for:
93
+ - Target skill: <path or skill name>
94
+ - Problem: <concrete correction or workflow gap>
95
+ - Desired change: <specific behavior>
96
+ - Evidence: <small scoped files/examples>
97
+ - Preferred output: update existing skill
98
+ ```
99
+
100
+ ## Constraints
101
+
102
+ - Prefer the smallest durable workflow fix.
103
+ - Do not create a broad meta-skill when a precise skill, existing-skill update, or reusable prompt solves the problem.
104
+ - Do not route every idea to `/spec-interview`; use `/feature-interview` when the planning destination is uncertain.
105
+ - Treat broad `/analyze-sessions` work as optional evidence for recurrence and trend analysis, not the default workflow.
106
+ - Use `/session-triage` for one immediate issue, correction, repo incident, or suspected skill failure that needs verification before building or updating a skill.
107
+ - Do not read unrelated history, projects, or private files for examples without user direction.
108
+ - Do not create or modify GitHub Actions workflows.
109
+
110
+ ## Alignment Page
111
+
112
+ When this skill produces durable deliverables (research, specs, plans, reports, prototypes, or any document output), build a full-depth HTML alignment page following `ALIGNMENT-PAGE.md` in this skill's directory. Output: `alignment/targeted-skill-builder-{topic}.html`.
113
+
114
+ ## Default Shipping Contract
115
+
116
+ Follow the shared shipping contract convention in CLAUDE.md.
@@ -1,5 +1,13 @@
1
1
  # Changelog
2
2
 
3
+ ## v0.3 - 2026-06-13
4
+
5
+ - Repo-verification check no longer looks for the removed `init.sh`; it now checks for `base/codex/`, `base/claude/`, and `packages/skillpacks/`.
6
+
7
+ ## v0.2 - 2026-06-13
8
+
9
+ - Renamed authoring paths from `global/{claude,codex}` to `base/{claude,codex}` following the global→base directory migration.
10
+
3
11
  ## v0.1 - 2026-06-09
4
12
 
5
13
  - Updated Skills Showcase refresh commands to use app-owned generator and validator paths after the workspace split.
@@ -1,8 +1,8 @@
1
1
  ---
2
2
  name: create-agentic-skill
3
- description: Create or update a repo-managed skill inside this agentic-skills checkout under global/codex and optionally global/claude, then validate, commit, and push it
3
+ description: Create or update a repo-managed skill inside this agentic-skills checkout under base/codex and optionally base/claude, then validate, commit, and push it
4
4
  type: execution
5
- version: v0.1
5
+ version: v0.3
6
6
  argument-hint: "<skill-name> [description] [--codex-only|--claude-only|--mirror]"
7
7
  ---
8
8
 
@@ -15,14 +15,14 @@ Use this skill when the user wants to add or update a skill in the `agentic-skil
15
15
  ## Process
16
16
 
17
17
  1. **Confirm repository context.**
18
- - Verify the current repo is `agentic-skills` by checking for `init.sh`, `global/codex/`, and `global/claude/`.
18
+ - Verify the current repo is `agentic-skills` by checking for `base/codex/`, `base/claude/`, and `packages/skillpacks/`.
19
19
  - If the current repo is not `agentic-skills`, stop and ask for the checkout path.
20
20
  - Inspect `git status --short` and identify unrelated dirty files before editing.
21
21
 
22
22
  2. **Resolve skill identity.**
23
23
  - Parse `<skill-name>` as kebab-case.
24
24
  - Parse the description when provided; otherwise ask for a one-line description.
25
- - Default to creating both `global/codex/<skill-name>/SKILL.md` and `global/claude/<skill-name>/SKILL.md` when the skill should exist for both agents.
25
+ - Default to creating both `base/codex/<skill-name>/SKILL.md` and `base/claude/<skill-name>/SKILL.md` when the skill should exist for both agents.
26
26
  - Honor `--codex-only`, `--claude-only`, or `--mirror`.
27
27
  - If a local-only workflow is requested, route to `$create-local-skill` instead.
28
28