@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,149 @@
1
+ ---
2
+ name: sync
3
+ description: Pull latest changes from remote and report status
4
+ type: shipping
5
+ version: v0.4
6
+ ---
7
+
8
+ # Sync
9
+
10
+ Invoke as `$sync`.
11
+
12
+ Pull the latest changes from the remote repository and report status.
13
+
14
+ ## Process
15
+
16
+ 1. Check current state:
17
+ - Run `git status` to check for uncommitted changes.
18
+ - If there are uncommitted changes, stash them first, pull, then pop the stash. Warn the user about the stash.
19
+ 2. Pull from remote:
20
+ - Run `git pull --rebase origin <current-branch>`.
21
+ - If rebase conflicts occur, abort the rebase, try `git pull --no-rebase` instead, and report any merge conflicts for the user to resolve.
22
+ 3. Check for outstanding work:
23
+ - Check if `tasks/roadmap.md` exists for the full plan, and `tasks/todo.md` for the current phase.
24
+ - If `tasks/todo.md` exists, read it and look for unchecked items (`- [ ]`).
25
+ - If there are incomplete items, summarise: which phase is current, what the next step is, and how many steps/phases remain.
26
+ - If `tasks/manual-todo.md` exists, count unchecked manual tasks and include in the summary.
27
+ - If `tasks/record-todo.md` or `tasks/recurring-todo.md` exists, count unchecked advisory items and include those counts separately. Do not treat them as active plan steps.
28
+ - If all items are checked, report that the plan is complete.
29
+ - If neither file exists, note that there is no active plan.
30
+ 4. Check provisioned agent config:
31
+ - If `CLAUDE.md` or `AGENTS.md` contains `<!-- provision-agentic-config vX.Y -->`, extract the version.
32
+ - Read the canonical `provision-agentic-config` skill from the first existing path in this order:
33
+ 1. `~/.codex/skills/provision-agentic-config/SKILL.md`
34
+ 2. `~/.claude/skills/provision-agentic-config/SKILL.md`
35
+ 3. `base/codex/provision-agentic-config/SKILL.md` in the current repo, when present
36
+ 4. `base/claude/provision-agentic-config/SKILL.md` in the current repo, when present
37
+ - Extract the `version:` field from the canonical skill's YAML frontmatter.
38
+ - Extract the canonical provisioned blocks from the same skill:
39
+ - `CLAUDE.md`: the fenced block under `Required Claude Block` or the section that says "The Claude block to insert into `./CLAUDE.md`".
40
+ - `AGENTS.md`: the fenced block under `Required AGENTS Block` or the section that says "The AGENTS block to insert into `./AGENTS.md`".
41
+ - Compare each existing project file against its corresponding canonical block after normalizing line endings and trimming only leading/trailing whitespace around the block. Do not ignore changed bullets, headings, command examples, or policy text.
42
+ - If the installed skill version is newer than the provisioned version in either file, warn: `⚠ CLAUDE.md provisioned with vX.Y but provision-agentic-config is at vX.Y — consider re-running $provision-agentic-config`
43
+ - If the version comment is missing from `CLAUDE.md` or `AGENTS.md`, note: `ℹ No provision version found in CLAUDE.md/AGENTS.md — run $provision-agentic-config to add version tracking`
44
+ - If a project file has the current version comment but the provisioned block content differs from the canonical block, warn: `⚠ CLAUDE.md provisioned block differs from the canonical provision-agentic-config vX.Y block — re-run $provision-agentic-config`
45
+ - If a canonical block cannot be extracted, fall back to the version-only check and note: `ℹ Could not extract canonical provision-agentic-config block; checked version comment only`
46
+ - If none of the canonical skill files exists, skip this check silently.
47
+ - Always report the local canonical source path used and its `version:` field when this check runs.
48
+ 5. Check skill-install drift (track-latest):
49
+ - Project-local pack/skill installs under `.claude/skills` and `.codex/skills` are managed copies stamped with `.agentic-skills-managed`, which now records `source_version` and `source_sha`. When canonical sources in the `agentic-skills` checkout move ahead, the installed copies fall behind.
50
+ - Resolve the `agentic-skills` checkout from any install marker's `source=` path (the parent above `.../packs/..` or `.../base/..` is the repo root). If no managed install exists or the checkout cannot be resolved, skip this check silently.
51
+ - Run `scripts/pack.sh doctor` from the project root using that checkout (read-only; it never mutates installs).
52
+ - Fold any `stale` skills into the Report status block with the fix command `scripts/pack.sh refresh`. Report `unknown` skills as "run `scripts/pack.sh refresh` to enable drift tracking" and leave `pinned` skills noted as frozen.
53
+ - Must not mutate. Plain `$sync` only warns; it never runs `refresh`, re-copies, or otherwise changes installs. Direct the user to `scripts/pack.sh refresh` (or enable auto-refresh) for the actual update.
54
+ 6. Resolve GitHub freshness preference:
55
+ - Use the user-local machine-wide preference file at `~/.agentic-skills/preferences.json`.
56
+ - Read `sync.github_freshness_check`, whose only allowed values are `"ask"`, `"always"`, and `"never"`.
57
+ - If the file or key is missing, ask the user once which default to remember:
58
+ - Always check GitHub during sync
59
+ - Never check GitHub during sync
60
+ - Ask each time
61
+ - Create `~/.agentic-skills/preferences.json` if needed and save the selected value as:
62
+ ```json
63
+ {
64
+ "sync": {
65
+ "github_freshness_check": "ask"
66
+ }
67
+ }
68
+ ```
69
+ - If the value is `"always"`, check GitHub remote freshness automatically.
70
+ - If the value is `"never"`, skip GitHub freshness checks and report that local canonical `provision-agentic-config` was used without a GitHub check.
71
+ - If the value is `"ask"`, ask before checking GitHub for this sync.
72
+ - Treat malformed JSON or an unsupported value as missing preference and ask again before writing one of the allowed values.
73
+ 7. Optional GitHub freshness check:
74
+ - Only run this check when the resolved preference or explicit user approval says to check GitHub.
75
+ - Compare the local `agentic-skills` checkout against `origin/HEAD` using non-mutating commands such as `git remote get-url origin`, `git rev-parse HEAD`, `git rev-parse origin/HEAD`, and, when remote freshness is explicitly enabled, `git fetch --dry-run` or an equivalent non-mutating freshness probe.
76
+ - Report the local checkout commit, remote URL, local `origin/HEAD` commit if available, and whether the local checkout appears behind the remote.
77
+ - Do not pull, fast-forward, rebase, install, or mutate the checkout from plain `$sync`.
78
+ - If a GitHub check shows the local checkout is stale, recommend `$init-agentic-skills update` for an explicit update.
79
+ 8. Report status:
80
+ - Branch name
81
+ - Commits pulled (if any) — show short log of new commits
82
+ - Whether stashed changes were re-applied
83
+ - Any conflicts that need manual resolution
84
+ - Current `git status`
85
+ - **Agent config drift** — provisioning version, local canonical source path/version, and canonical block match/drift status for `CLAUDE.md` and `AGENTS.md`, if checked
86
+ - **Skill-install drift** — any `stale` project skill installs (with `vOld → vNew`), `unknown` installs needing a refresh to enable tracking, and the `scripts/pack.sh refresh` fix command; report "all installs current" when none are stale, or skip the line when no managed installs exist
87
+ - **GitHub freshness** — preference value, whether GitHub was checked, and the local checkout/remote status; when skipped, say local canonical was used
88
+ - **Outstanding work** — summary from step 3 (next step, current phase, remaining work, pending manual tasks) or "No active plan"
89
+ - **Advisory tasks** — pending record/recurring counts, if those files exist
90
+ 9. Post-sync actions:
91
+ a) Check if `sync.md` exists at the project root.
92
+ b) **If `sync.md` exists** — parse and execute it:
93
+ - Read `sync.md` and identify sections by H2 headings.
94
+ - **Dependencies** (aliases: "Deps", "Dependency Management"): Execute shell commands in fenced code blocks. Report output briefly.
95
+ - **Conflict Resolution** (aliases: "Conflicts"): If the pull introduced merge conflicts (from step 2), apply the guidance in this section. If no conflicts, skip silently.
96
+ - **Custom** (aliases: "Project-Specific", "Scripts", "Setup"): Execute shell commands in fenced code blocks in order. Report output briefly.
97
+ - **Notifications** (aliases: "Awareness", "Alerts", "Watch"): For each bullet, check if the mentioned file/directory was modified in pulled commits (`git diff --name-only` against pre-pull HEAD). If any match, print a prominent alert.
98
+ - Unrecognised headings: skip with a note.
99
+ - Report a summary of all post-sync actions taken.
100
+ c) **If `sync.md` does not exist** — suggest creating one:
101
+ - Analyse the project to detect: package manager (look for lockfiles), common scripts (package.json, Makefile, Justfile), config templates (.env.example, docker-compose.yml).
102
+ - Present a suggested `sync.md` following the format below.
103
+ - Ask: "Would you like me to create this `sync.md`?"
104
+ - **Only create the file if the user approves.**
105
+
106
+ ## sync.md format
107
+
108
+ The `sync.md` file lives at the project root. H2 sections are categories. Shell commands go in fenced code blocks; prose guidance goes in bullet points.
109
+
110
+ ```markdown
111
+ # Post-Sync Actions
112
+
113
+ ## Dependencies
114
+
115
+ ```sh
116
+ npm install
117
+ ```
118
+
119
+ ## Conflict Resolution
120
+
121
+ - Always accept theirs for `package-lock.json`
122
+
123
+ ## Custom
124
+
125
+ ```sh
126
+ npm run codegen
127
+ ```
128
+
129
+ ## Notifications
130
+
131
+ - `.env.example` — check for new environment variables
132
+ - `CLAUDE.md` — review if project conventions were updated
133
+ ```
134
+
135
+ ## Constraints
136
+
137
+ - Do not force-push or rewrite history.
138
+ - Do not auto-resolve merge conflicts — report them and let the user decide. However, if `sync.md` has a Conflict Resolution section, follow its guidance for the specific files/patterns it covers.
139
+ - If stash pop fails due to conflicts, leave the stash intact and report it.
140
+ - Post-sync commands from `sync.md` run in the project root directory.
141
+ - If any post-sync command fails, report the error and continue with remaining actions.
142
+ - Never auto-create `sync.md` without explicit user approval.
143
+ - Do not execute commented-out sections (`<!-- ... -->`).
144
+ - Plain `$sync` must not update the `agentic-skills` checkout, pull from GitHub for the local canonical source, or reinstall skills. Only `$init-agentic-skills update` / `$init-agentic-skills latest` may perform that explicit update flow after confirmation.
145
+
146
+
147
+ ## Default Shipping Contract
148
+
149
+ Follow the shared shipping contract convention in CLAUDE.md.
@@ -0,0 +1,149 @@
1
+ ---
2
+ name: sync
3
+ description: Pull latest changes from remote and report status
4
+ type: shipping
5
+ version: v0.5
6
+ ---
7
+
8
+ # Sync
9
+
10
+ Invoke as `$sync`.
11
+
12
+ Pull the latest changes from the remote repository and report status.
13
+
14
+ ## Process
15
+
16
+ 1. Check current state:
17
+ - Run `git status` to check for uncommitted changes.
18
+ - If there are uncommitted changes, stash them first, pull, then pop the stash. Warn the user about the stash.
19
+ 2. Pull from remote:
20
+ - Run `git pull --rebase origin <current-branch>`.
21
+ - If rebase conflicts occur, abort the rebase, try `git pull --no-rebase` instead, and report any merge conflicts for the user to resolve.
22
+ 3. Check for outstanding work:
23
+ - Check if `tasks/roadmap.md` exists for the full plan, and `tasks/todo.md` for the current phase.
24
+ - If `tasks/todo.md` exists, read it and look for unchecked items (`- [ ]`).
25
+ - If there are incomplete items, summarise: which phase is current, what the next step is, and how many steps/phases remain.
26
+ - If `tasks/manual-todo.md` exists, count unchecked manual tasks and include in the summary.
27
+ - If `tasks/record-todo.md` or `tasks/recurring-todo.md` exists, count unchecked advisory items and include those counts separately. Do not treat them as active plan steps.
28
+ - If all items are checked, report that the plan is complete.
29
+ - If neither file exists, note that there is no active plan.
30
+ 4. Check provisioned agent config:
31
+ - If `CLAUDE.md` or `AGENTS.md` contains `<!-- provision-agentic-config vX.Y -->`, extract the version.
32
+ - Read the canonical `provision-agentic-config` skill from the first existing path in this order:
33
+ 1. `~/.codex/skills/provision-agentic-config/SKILL.md`
34
+ 2. `~/.claude/skills/provision-agentic-config/SKILL.md`
35
+ 3. `base/codex/provision-agentic-config/SKILL.md` in the current repo, when present
36
+ 4. `base/claude/provision-agentic-config/SKILL.md` in the current repo, when present
37
+ - Extract the `version:` field from the canonical skill's YAML frontmatter.
38
+ - Extract the canonical provisioned blocks from the same skill:
39
+ - `CLAUDE.md`: the fenced block under `Required Claude Block` or the section that says "The Claude block to insert into `./CLAUDE.md`".
40
+ - `AGENTS.md`: the fenced block under `Required AGENTS Block` or the section that says "The AGENTS block to insert into `./AGENTS.md`".
41
+ - Compare each existing project file against its corresponding canonical block after normalizing line endings and trimming only leading/trailing whitespace around the block. Do not ignore changed bullets, headings, command examples, or policy text.
42
+ - If the installed skill version is newer than the provisioned version in either file, warn: `⚠ CLAUDE.md provisioned with vX.Y but provision-agentic-config is at vX.Y — consider re-running $provision-agentic-config`
43
+ - If the version comment is missing from `CLAUDE.md` or `AGENTS.md`, note: `ℹ No provision version found in CLAUDE.md/AGENTS.md — run $provision-agentic-config to add version tracking`
44
+ - If a project file has the current version comment but the provisioned block content differs from the canonical block, warn: `⚠ CLAUDE.md provisioned block differs from the canonical provision-agentic-config vX.Y block — re-run $provision-agentic-config`
45
+ - If a canonical block cannot be extracted, fall back to the version-only check and note: `ℹ Could not extract canonical provision-agentic-config block; checked version comment only`
46
+ - If none of the canonical skill files exists, skip this check silently.
47
+ - Always report the local canonical source path used and its `version:` field when this check runs.
48
+ 5. Check skill-install drift (track-latest):
49
+ - Project-local pack/skill installs under `.claude/skills` and `.codex/skills` are managed copies stamped with `.agentic-skills-managed`, which now records `source_version` and `source_sha`. When canonical sources in the `agentic-skills` checkout move ahead, the installed copies fall behind.
50
+ - Resolve the `agentic-skills` checkout from any install marker's `source=` path (the parent above `.../packs/..` or `.../base/..` is the repo root). If no managed install exists or the checkout cannot be resolved, skip this check silently.
51
+ - Run `scripts/pack.sh doctor` from the project root using that checkout (read-only; it never mutates installs).
52
+ - Fold any `stale` skills into the Report status block and surface the exact refresh command the doctor itself reported (the context-aware dual hint). Prefer `npx skillpacks refresh` when the resolved managing source is the published npx `skillpacks` package (the marker `source=` path has no `.git`); use `scripts/pack.sh refresh` run from the resolved source-checkout root otherwise. Report `unknown` skills as "run the doctor-reported refresh command to enable drift tracking" with the same npx-vs-checkout choice, and leave `pinned` skills noted as frozen. Do not print a bare `scripts/pack.sh refresh`, which will not resolve from a non-checkout project directory.
53
+ - Must not mutate. Plain `$sync` only warns; it never runs `refresh`, re-copies, or otherwise changes installs. Direct the user to the doctor-reported refresh command — `npx skillpacks refresh` for installs managed by the published npx package, or `scripts/pack.sh refresh` run from the source checkout (or enable auto-refresh) — for the actual update.
54
+ 6. Resolve GitHub freshness preference:
55
+ - Use the user-local machine-wide preference file at `~/.agentic-skills/preferences.json`.
56
+ - Read `sync.github_freshness_check`, whose only allowed values are `"ask"`, `"always"`, and `"never"`.
57
+ - If the file or key is missing, ask the user once which default to remember:
58
+ - Always check GitHub during sync
59
+ - Never check GitHub during sync
60
+ - Ask each time
61
+ - Create `~/.agentic-skills/preferences.json` if needed and save the selected value as:
62
+ ```json
63
+ {
64
+ "sync": {
65
+ "github_freshness_check": "ask"
66
+ }
67
+ }
68
+ ```
69
+ - If the value is `"always"`, check GitHub remote freshness automatically.
70
+ - If the value is `"never"`, skip GitHub freshness checks and report that local canonical `provision-agentic-config` was used without a GitHub check.
71
+ - If the value is `"ask"`, ask before checking GitHub for this sync.
72
+ - Treat malformed JSON or an unsupported value as missing preference and ask again before writing one of the allowed values.
73
+ 7. Optional GitHub freshness check:
74
+ - Only run this check when the resolved preference or explicit user approval says to check GitHub.
75
+ - Compare the local `agentic-skills` checkout against `origin/HEAD` using non-mutating commands such as `git remote get-url origin`, `git rev-parse HEAD`, `git rev-parse origin/HEAD`, and, when remote freshness is explicitly enabled, `git fetch --dry-run` or an equivalent non-mutating freshness probe.
76
+ - Report the local checkout commit, remote URL, local `origin/HEAD` commit if available, and whether the local checkout appears behind the remote.
77
+ - Do not pull, fast-forward, rebase, install, or mutate the checkout from plain `$sync`.
78
+ - If a GitHub check shows the local checkout is stale, recommend `$init-agentic-skills update` for an explicit update.
79
+ 8. Report status:
80
+ - Branch name
81
+ - Commits pulled (if any) — show short log of new commits
82
+ - Whether stashed changes were re-applied
83
+ - Any conflicts that need manual resolution
84
+ - Current `git status`
85
+ - **Agent config drift** — provisioning version, local canonical source path/version, and canonical block match/drift status for `CLAUDE.md` and `AGENTS.md`, if checked
86
+ - **Skill-install drift** — any `stale` project skill installs (with `vOld → vNew`), `unknown` installs needing a refresh to enable tracking, and the doctor-reported refresh command (`npx skillpacks refresh`, or `scripts/pack.sh refresh` from a source checkout); report "all installs current" when none are stale, or skip the line when no managed installs exist
87
+ - **GitHub freshness** — preference value, whether GitHub was checked, and the local checkout/remote status; when skipped, say local canonical was used
88
+ - **Outstanding work** — summary from step 3 (next step, current phase, remaining work, pending manual tasks) or "No active plan"
89
+ - **Advisory tasks** — pending record/recurring counts, if those files exist
90
+ 9. Post-sync actions:
91
+ a) Check if `sync.md` exists at the project root.
92
+ b) **If `sync.md` exists** — parse and execute it:
93
+ - Read `sync.md` and identify sections by H2 headings.
94
+ - **Dependencies** (aliases: "Deps", "Dependency Management"): Execute shell commands in fenced code blocks. Report output briefly.
95
+ - **Conflict Resolution** (aliases: "Conflicts"): If the pull introduced merge conflicts (from step 2), apply the guidance in this section. If no conflicts, skip silently.
96
+ - **Custom** (aliases: "Project-Specific", "Scripts", "Setup"): Execute shell commands in fenced code blocks in order. Report output briefly.
97
+ - **Notifications** (aliases: "Awareness", "Alerts", "Watch"): For each bullet, check if the mentioned file/directory was modified in pulled commits (`git diff --name-only` against pre-pull HEAD). If any match, print a prominent alert.
98
+ - Unrecognised headings: skip with a note.
99
+ - Report a summary of all post-sync actions taken.
100
+ c) **If `sync.md` does not exist** — suggest creating one:
101
+ - Analyse the project to detect: package manager (look for lockfiles), common scripts (package.json, Makefile, Justfile), config templates (.env.example, docker-compose.yml).
102
+ - Present a suggested `sync.md` following the format below.
103
+ - Ask: "Would you like me to create this `sync.md`?"
104
+ - **Only create the file if the user approves.**
105
+
106
+ ## sync.md format
107
+
108
+ The `sync.md` file lives at the project root. H2 sections are categories. Shell commands go in fenced code blocks; prose guidance goes in bullet points.
109
+
110
+ ```markdown
111
+ # Post-Sync Actions
112
+
113
+ ## Dependencies
114
+
115
+ ```sh
116
+ npm install
117
+ ```
118
+
119
+ ## Conflict Resolution
120
+
121
+ - Always accept theirs for `package-lock.json`
122
+
123
+ ## Custom
124
+
125
+ ```sh
126
+ npm run codegen
127
+ ```
128
+
129
+ ## Notifications
130
+
131
+ - `.env.example` — check for new environment variables
132
+ - `CLAUDE.md` — review if project conventions were updated
133
+ ```
134
+
135
+ ## Constraints
136
+
137
+ - Do not force-push or rewrite history.
138
+ - Do not auto-resolve merge conflicts — report them and let the user decide. However, if `sync.md` has a Conflict Resolution section, follow its guidance for the specific files/patterns it covers.
139
+ - If stash pop fails due to conflicts, leave the stash intact and report it.
140
+ - Post-sync commands from `sync.md` run in the project root directory.
141
+ - If any post-sync command fails, report the error and continue with remaining actions.
142
+ - Never auto-create `sync.md` without explicit user approval.
143
+ - Do not execute commented-out sections (`<!-- ... -->`).
144
+ - Plain `$sync` must not update the `agentic-skills` checkout, pull from GitHub for the local canonical source, or reinstall skills. Only `$init-agentic-skills update` / `$init-agentic-skills latest` may perform that explicit update flow after confirmation.
145
+
146
+
147
+ ## Default Shipping Contract
148
+
149
+ Follow the shared shipping contract convention in CLAUDE.md.
@@ -34,14 +34,14 @@ scripts/pack.sh refresh
34
34
 
35
35
  ## Augmentation Injection Pattern
36
36
 
37
- This pack does not duplicate the global execution and shipping skills. It injects monorepo-aware pre/post steps around the existing contracts:
37
+ This pack does not duplicate the base execution and shipping skills. It injects monorepo-aware pre/post steps around the existing contracts:
38
38
 
39
39
  - Pre-execution: run `mono-detect`, read the phase execution profile, generate lane specs when appropriate, and run `mono-guard` pre-flight.
40
40
  - Execution: keep root-only and cross-cutting steps serial in the main agent; dispatch only approved package-scoped lanes with disjoint `owns` paths and separate non-primary GitHub branches.
41
41
  - Post-integration: run consolidation/PR review, then `mono-guard` against the actual diff before package-scoped shipping.
42
42
  - Pre-ship: use `.agents/monorepo.json` and lane specs to run package and transitive-dependent validation before delegating to `/ship` or `$ship`.
43
43
 
44
- This differs from `*-kanban` packs, which intentionally provide workflow variants. The monorepo pack is an overlay that makes the normal skill pipeline workspace-aware while preserving the global skill contracts as the source of truth.
44
+ This differs from `*-kanban` packs, which intentionally provide workflow variants. The monorepo pack is an overlay that makes the normal skill pipeline workspace-aware while preserving the base skill contracts as the source of truth.
45
45
 
46
46
  ## Package-Scope Tags
47
47
 
@@ -12,11 +12,11 @@ parent: mono-plan
12
12
 
13
13
  Use this skill to detect a pnpm workspace monorepo and generate the `.agents/monorepo.json` artifact consumed by the monorepo pack.
14
14
 
15
- `mono-detect` is the foundation skill for `mono-exec`, `mono-ship`, and `mono-guard`. Those skills use its output to inject monorepo-aware pre/post steps into the standard `/exec` and `/ship` contracts without duplicating the global workflow.
15
+ `mono-detect` is the foundation skill for `mono-exec`, `mono-ship`, and `mono-guard`. Those skills use its output to inject monorepo-aware pre/post steps into the standard `/exec` and `/ship` contracts without duplicating the base workflow.
16
16
 
17
17
  ## Augmentation Injection Pattern
18
18
 
19
- `mono-detect` is the pack's detection foundation for the augmentation injection pattern. It does not replace `/exec`, `/ship`, or global monorepo planning skills; it supplies `.agents/monorepo.json` so `mono-exec`, `mono-ship`, and `mono-guard` can inject monorepo-aware pre-flight and post-integration checks around those existing workflows.
19
+ `mono-detect` is the pack's detection foundation for the augmentation injection pattern. It does not replace `/exec`, `/ship`, or base monorepo planning skills; it supplies `.agents/monorepo.json` so `mono-exec`, `mono-ship`, and `mono-guard` can inject monorepo-aware pre-flight and post-integration checks around those existing workflows.
20
20
 
21
21
  ## Process
22
22
 
@@ -62,7 +62,7 @@ Use this skill to detect a pnpm workspace monorepo and generate the `.agents/mon
62
62
  - Do not run package manager install/add commands.
63
63
  - Do not infer non-pnpm workspace managers in V1.
64
64
  - Do not modify `.agents/monorepo.json` manually; use `mono-detect.sh`.
65
- - Treat `mono-detect` as an augmentation foundation for `mono-exec`, `mono-ship`, and `mono-guard`, not as a replacement for `/exec`, `/ship`, or global monorepo planning skills.
65
+ - Treat `mono-detect` as an augmentation foundation for `mono-exec`, `mono-ship`, and `mono-guard`, not as a replacement for `/exec`, `/ship`, or base monorepo planning skills.
66
66
 
67
67
  ## Default Shipping Contract
68
68
 
@@ -19,7 +19,7 @@ Use this skill to execute planned work in a pnpm workspace monorepo with package
19
19
  2. **Dispatch:** run cross-cutting steps serially first in the main agent, then dispatch package-scoped worktree waves on separate GitHub branches only after lane specs are approved and guard validation passes.
20
20
  3. **Post-dispatch:** perform consolidation/PR review, run `mono-guard --post-integration`, update lane-spec lifecycle, then continue to `mono-ship` when shipping is requested.
21
21
 
22
- The global `/exec` skill remains the source of truth for task selection, task docs, validation, history updates, commit/push, deploy handling, and next-step routing.
22
+ The base `/exec` skill remains the source of truth for task selection, task docs, validation, history updates, commit/push, deploy handling, and next-step routing.
23
23
 
24
24
  ## Flags
25
25
 
@@ -10,7 +10,7 @@ argument-hint: "[--post-integration] [optional: lane-specs.json]"
10
10
 
11
11
  Use this skill to validate monorepo pack lane artifacts before parallel dispatch and to audit integrated lane changes after dispatch.
12
12
 
13
- This pack-local `mono-guard` consumes `.agents/lane-specs.json` and `.agents/monorepo.json`. It preserves behavioral compatibility with the global `/mono-guard` contract while using the monorepo pack's JSON artifacts and scripts as the project-local enforcement surface.
13
+ This pack-local `mono-guard` consumes `.agents/lane-specs.json` and `.agents/monorepo.json`. It preserves behavioral compatibility with the base `/mono-guard` contract while using the monorepo pack's JSON artifacts and scripts as the project-local enforcement surface.
14
14
 
15
15
  ## Augmentation Injection Pattern
16
16
 
@@ -116,7 +116,7 @@ If `.agents/monorepo.json` is missing or stale, run `mono-detect` first. If `.ag
116
116
  - Do not run package manager install/add commands.
117
117
  - Do not modify `.agents/lane-specs.json` or `.agents/monorepo.json` except by invoking the designated generation/detection skills when appropriate.
118
118
  - Do not revert or repair post-integration changes; report violations only.
119
- - Keep behavior compatible with the global `/mono-guard` safety contract.
119
+ - Keep behavior compatible with the base `/mono-guard` safety contract.
120
120
 
121
121
  ## Next-Step Routing
122
122
 
@@ -21,7 +21,7 @@ Use this skill to ship completed work in a pnpm workspace monorepo only after pa
21
21
  2. **Ship:** delegate to the standard `/ship` contract after validation passes.
22
22
  3. **Post-ship:** update `tasks/lane-specs.md` with shipping status, lifecycle notes, and the next routed command.
23
23
 
24
- The global `/ship` skill remains the source of truth for final validation policy, task docs, history updates, commit/push, deploy handling, and next-step routing.
24
+ The base `/ship` skill remains the source of truth for final validation policy, task docs, history updates, commit/push, deploy handling, and next-step routing.
25
25
 
26
26
  ## Inputs
27
27
 
@@ -81,7 +81,7 @@ For product/app workflows, `/scaffold` is normally downstream of research, proto
81
81
 
82
82
  ## Constraints
83
83
  - Always use an existing package/app as the reference template — do not invent conventions.
84
- - Do not install domain packs globally; use project-local pack skill roots.
84
+ - Do not install domain packs as base skills; use project-local pack skill roots.
85
85
  - Always enter plan mode before creating files.
86
86
  - Do not call ExitPlanMode from normal mode. If Claude Code reports "You are not in plan mode" after approval, treat approval as complete and continue implementation.
87
87
  - Do not add unnecessary boilerplate — keep the scaffold minimal and consistent with existing packages.
@@ -14,11 +14,11 @@ Invoke as `$mono-detect`.
14
14
 
15
15
  Use this skill to detect a pnpm workspace monorepo and generate the `.agents/monorepo.json` artifact consumed by the monorepo pack.
16
16
 
17
- `mono-detect` is the foundation skill for `mono-exec`, `mono-ship`, and `mono-guard`. Those skills use its output to inject monorepo-aware pre/post steps into the standard `$exec` and `$ship` contracts without duplicating the global workflow.
17
+ `mono-detect` is the foundation skill for `mono-exec`, `mono-ship`, and `mono-guard`. Those skills use its output to inject monorepo-aware pre/post steps into the standard `$exec` and `$ship` contracts without duplicating the base workflow.
18
18
 
19
19
  ## Augmentation Injection Pattern
20
20
 
21
- `mono-detect` is the pack's detection foundation for the augmentation injection pattern. It does not replace `$exec`, `$ship`, or global monorepo planning skills; it supplies `.agents/monorepo.json` so `mono-exec`, `mono-ship`, and `mono-guard` can inject monorepo-aware pre-flight and post-integration checks around those existing workflows.
21
+ `mono-detect` is the pack's detection foundation for the augmentation injection pattern. It does not replace `$exec`, `$ship`, or base monorepo planning skills; it supplies `.agents/monorepo.json` so `mono-exec`, `mono-ship`, and `mono-guard` can inject monorepo-aware pre-flight and post-integration checks around those existing workflows.
22
22
 
23
23
  ## Process
24
24
 
@@ -64,7 +64,7 @@ Use this skill to detect a pnpm workspace monorepo and generate the `.agents/mon
64
64
  - Do not run package manager install/add commands.
65
65
  - Do not infer non-pnpm workspace managers in V1.
66
66
  - Do not modify `.agents/monorepo.json` manually; use `mono-detect.sh`.
67
- - Treat `mono-detect` as an augmentation foundation for `mono-exec`, `mono-ship`, and `mono-guard`, not as a replacement for `$exec`, `$ship`, or global monorepo planning skills.
67
+ - Treat `mono-detect` as an augmentation foundation for `mono-exec`, `mono-ship`, and `mono-guard`, not as a replacement for `$exec`, `$ship`, or base monorepo planning skills.
68
68
 
69
69
  ## Default Shipping Contract
70
70
 
@@ -21,7 +21,7 @@ Use this skill to execute planned work in a pnpm workspace monorepo with package
21
21
  2. **Dispatch:** run cross-cutting steps serially first in the main agent, then dispatch package-scoped worktree waves on separate GitHub branches only after lane specs are approved and guard validation passes.
22
22
  3. **Post-dispatch:** perform consolidation/PR review, run `mono-guard --post-integration`, update lane-spec lifecycle, then continue to `mono-ship` when shipping is requested.
23
23
 
24
- The global `$exec` skill remains the source of truth for task selection, task docs, validation, history updates, commit/push, deploy handling, and next-step routing.
24
+ The base `$exec` skill remains the source of truth for task selection, task docs, validation, history updates, commit/push, deploy handling, and next-step routing.
25
25
 
26
26
  ## Flags
27
27
 
@@ -12,7 +12,7 @@ Invoke as `$mono-guard`.
12
12
 
13
13
  Use this skill to validate monorepo pack lane artifacts before parallel dispatch and to audit integrated lane changes after dispatch.
14
14
 
15
- This pack-local `mono-guard` consumes `.agents/lane-specs.json` and `.agents/monorepo.json`. It preserves behavioral compatibility with the global `$mono-guard` contract while using the monorepo pack's JSON artifacts and scripts as the project-local enforcement surface.
15
+ This pack-local `mono-guard` consumes `.agents/lane-specs.json` and `.agents/monorepo.json`. It preserves behavioral compatibility with the base `$mono-guard` contract while using the monorepo pack's JSON artifacts and scripts as the project-local enforcement surface.
16
16
 
17
17
  ## Augmentation Injection Pattern
18
18
 
@@ -118,7 +118,7 @@ If `.agents/monorepo.json` is missing or stale, run `mono-detect` first. If `.ag
118
118
  - Do not run package manager install/add commands.
119
119
  - Do not modify `.agents/lane-specs.json` or `.agents/monorepo.json` except by invoking the designated generation/detection skills when appropriate.
120
120
  - Do not revert or repair post-integration changes; report violations only.
121
- - Keep behavior compatible with the global `$mono-guard` safety contract.
121
+ - Keep behavior compatible with the base `$mono-guard` safety contract.
122
122
 
123
123
  ## Next-Step Routing
124
124
 
@@ -21,7 +21,7 @@ Use this skill to ship completed work in a pnpm workspace monorepo only after pa
21
21
  2. **Ship:** delegate to the standard `$ship` contract after validation passes.
22
22
  3. **Post-ship:** update `tasks/lane-specs.md` with shipping status, lifecycle notes, and the next routed command.
23
23
 
24
- The global `$ship` skill remains the source of truth for final validation policy, task docs, history updates, commit/push, deploy handling, and next-step routing.
24
+ The base `$ship` skill remains the source of truth for final validation policy, task docs, history updates, commit/push, deploy handling, and next-step routing.
25
25
 
26
26
  ## Inputs
27
27
 
@@ -39,7 +39,7 @@ For product/app workflows, `$scaffold` is normally downstream of research, proto
39
39
  ## Constraints
40
40
 
41
41
  - Always use an existing package as the reference template.
42
- - Do not install domain packs globally; use project-local pack skill roots.
42
+ - Do not install domain packs as base skills; use project-local pack skill roots.
43
43
  - Present the plan and get approval before creating files. Do not assume a Claude-style `EnterPlanMode` or clear-context accept flow exists.
44
44
  - Keep the scaffold minimal — no unnecessary boilerplate.
45
45
  - Do not treat scaffolding as product validation. It creates structure only; ICP, market, journey, UX, UI, and prototype decisions belong to their upstream skills.
@@ -31,7 +31,7 @@ Use this skill when the user wants to audit or backfill `prompts/<skill-slug>/`
31
31
  - In report-only mode, prompt backfill candidates are reviewed but no files under `prompts/<skill-slug>/` are created.
32
32
 
33
33
  2. Resolve known skills in the target repo:
34
- - Read active non-archive `SKILL.md` files under `global/`, `packs/`, `.claude/skills/`, and `.codex/skills/` when present.
34
+ - Read active non-archive `SKILL.md` files under `base/`, `packs/`, `.claude/skills/`, and `.codex/skills/` when present.
35
35
  - Include existing `prompts/<skill-slug>/` directories as known prompt-history targets.
36
36
  - Maintain a hardcoded legacy skill map for slugs that no longer exist as active skills:
37
37
  - `run` — renamed → `exec`
@@ -25,7 +25,7 @@ Use `/analyze-sessions` instead when the user wants broad cross-session trends,
25
25
  1. Define the investigation scope:
26
26
  - Treat the current conversation and current working directory as the default scope.
27
27
  - Prefer user-provided session IDs, files, repo paths, skill names, exact correction phrases, errors, logs, and test failures over broad history searches.
28
- - Resolve named skills from `global/codex`, `global/claude`, `packs`, project-local `.agents`, `.codex`, `.claude`, and installed `~/.codex/skills` or `~/.claude/skills` as read-only fallback evidence.
28
+ - Resolve named skills from `base/codex`, `base/claude`, `packs`, project-local `.agents`, `.codex`, `.claude`, and installed `~/.codex/skills` or `~/.claude/skills` as read-only fallback evidence.
29
29
  - Do not create an `/analyze-session` alias or route; use this distinct command name to avoid singular/plural confusion.
30
30
 
31
31
  2. Gather narrow evidence first:
@@ -31,7 +31,7 @@ Use this skill when the user wants to audit or backfill `prompts/<skill-slug>/`
31
31
  - In report-only mode, prompt backfill candidates are reviewed but no files under `prompts/<skill-slug>/` are created.
32
32
 
33
33
  2. Resolve known skills in the target repo:
34
- - Read active non-archive `SKILL.md` files under `global/`, `packs/`, `.claude/skills/`, and `.codex/skills/` when present.
34
+ - Read active non-archive `SKILL.md` files under `base/`, `packs/`, `.claude/skills/`, and `.codex/skills/` when present.
35
35
  - Include existing `prompts/<skill-slug>/` directories as known prompt-history targets.
36
36
  - Maintain a hardcoded legacy skill map for slugs that no longer exist as active skills:
37
37
  - `run` — renamed → `exec`
@@ -27,7 +27,7 @@ Use `$analyze-sessions` instead when the user wants broad cross-session trends,
27
27
  1. Define the investigation scope:
28
28
  - Treat the current conversation and current working directory as the default scope.
29
29
  - Prefer user-provided session IDs, files, repo paths, skill names, exact correction phrases, errors, logs, and test failures over broad history searches.
30
- - Resolve named skills from `global/codex`, `global/claude`, `packs`, project-local `.agents`, `.codex`, `.claude`, and installed `~/.codex/skills` or `~/.claude/skills` as read-only fallback evidence.
30
+ - Resolve named skills from `base/codex`, `base/claude`, `packs`, project-local `.agents`, `.codex`, `.claude`, and installed `~/.codex/skills` or `~/.claude/skills` as read-only fallback evidence.
31
31
  - Do not create an `$analyze-session` alias or route; use this distinct command name to avoid singular/plural confusion.
32
32
 
33
33
  2. Gather narrow evidence first:
@@ -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/claude/`, `base/codex/`, 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/claude and optionally global/codex, then validate, commit, and push it
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
4
  type: execution
5
- version: v0.1
5
+ version: v0.3
6
6
  argument-hint: <skill-name> [description] [--claude-only|--codex-only|--mirror]
7
7
  ---
8
8
 
@@ -13,14 +13,14 @@ Use this skill when the user wants to add or update a skill in the `agentic-skil
13
13
  ## Process
14
14
 
15
15
  1. **Confirm repository context.**
16
- - Verify the current repo is `agentic-skills` by checking for `init.sh`, `global/claude/`, and `global/codex/`.
16
+ - Verify the current repo is `agentic-skills` by checking for `base/claude/`, `base/codex/`, and `packages/skillpacks/`.
17
17
  - If the current repo is not `agentic-skills`, stop and ask for the checkout path.
18
18
  - Inspect `git status --short` and identify unrelated dirty files before editing.
19
19
 
20
20
  2. **Resolve skill identity.**
21
21
  - Parse `<skill-name>` as kebab-case.
22
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.
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
24
  - Honor `--claude-only`, `--codex-only`, or `--mirror`.
25
25
  - If a local-only workflow is requested, route to `create-local-skill` instead.
26
26