@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.
- package/AGENTS.md +2 -2
- package/CLAUDE.md +3 -3
- package/README.md +76 -77
- package/{global → base}/claude/fork-idea-branch/SKILL.md +1 -1
- package/{global → base}/claude/init-agentic-skills/CHANGELOG.md +8 -0
- package/base/claude/init-agentic-skills/SKILL.md +41 -0
- package/base/claude/init-agentic-skills/archive/v0.9/SKILL.md +56 -0
- package/{global → base}/claude/pack/CHANGELOG.md +8 -0
- package/base/claude/pack/SKILL.md +170 -0
- package/base/claude/pack/archive/v0.9/SKILL.md +170 -0
- package/{global → base}/claude/provision-agentic-config/CHANGELOG.md +4 -0
- package/base/claude/provision-agentic-config/SKILL.md +320 -0
- package/base/claude/provision-agentic-config/archive/v0.9/SKILL.md +320 -0
- package/{global → base}/claude/skills/CHANGELOG.md +4 -0
- package/base/claude/skills/SKILL.md +141 -0
- package/{global → base}/codex/init-agentic-skills/CHANGELOG.md +12 -0
- package/base/codex/init-agentic-skills/SKILL.md +43 -0
- package/base/codex/init-agentic-skills/agents/openai.yaml +7 -0
- package/base/codex/init-agentic-skills/archive/v0.10/SKILL.md +58 -0
- package/base/codex/init-agentic-skills/archive/v0.9/SKILL.md +58 -0
- package/{global → base}/codex/pack/CHANGELOG.md +8 -0
- package/base/codex/pack/SKILL.md +172 -0
- package/base/codex/pack/archive/v0.9/SKILL.md +172 -0
- package/{global → base}/codex/provision-agentic-config/CHANGELOG.md +4 -0
- package/base/codex/provision-agentic-config/SKILL.md +307 -0
- package/base/codex/provision-agentic-config/archive/v0.9/SKILL.md +307 -0
- package/{global → base}/codex/skills/CHANGELOG.md +4 -0
- package/base/codex/skills/SKILL.md +140 -0
- package/dist/skillpacks-manifest.json +155 -130
- package/docs/QUICKSTART.md +26 -24
- package/docs/decks.md +17 -17
- package/docs/packs.md +46 -46
- package/docs/skillpacks-npm-distribution.md +120 -72
- package/package.json +3 -4
- package/packs/alignment-page-admin/claude/upgrade-alignment-pages/SKILL.md +1 -1
- package/packs/alignment-page-admin/codex/upgrade-alignment-pages/SKILL.md +1 -1
- package/packs/docs-health/claude/hygiene/SKILL.md +10 -10
- package/packs/docs-health/codex/hygiene/SKILL.md +10 -10
- package/packs/exec-loop/claude/exec/SKILL.md +1 -1
- package/packs/exec-loop/claude/ship/SKILL.md +1 -1
- package/packs/exec-loop/codex/exec/SKILL.md +4 -4
- package/packs/exec-loop/codex/ship/SKILL.md +1 -1
- package/packs/gitops/claude/sync/CHANGELOG.md +10 -0
- package/packs/gitops/claude/sync/SKILL.md +12 -12
- package/packs/gitops/claude/sync/archive/v0.4/SKILL.md +175 -0
- package/packs/gitops/claude/sync/archive/v0.5/SKILL.md +175 -0
- package/packs/gitops/codex/sync/CHANGELOG.md +10 -0
- package/packs/gitops/codex/sync/SKILL.md +12 -12
- package/packs/gitops/codex/sync/archive/v0.4/SKILL.md +149 -0
- package/packs/gitops/codex/sync/archive/v0.5/SKILL.md +149 -0
- package/packs/monorepo/PACK.md +2 -2
- package/packs/monorepo/claude/mono-detect/SKILL.md +3 -3
- package/packs/monorepo/claude/mono-exec/SKILL.md +1 -1
- package/packs/monorepo/claude/mono-guard/SKILL.md +2 -2
- package/packs/monorepo/claude/mono-ship/SKILL.md +1 -1
- package/packs/monorepo/claude/scaffold/SKILL.md +1 -1
- package/packs/monorepo/codex/mono-detect/SKILL.md +3 -3
- package/packs/monorepo/codex/mono-exec/SKILL.md +1 -1
- package/packs/monorepo/codex/mono-guard/SKILL.md +2 -2
- package/packs/monorepo/codex/mono-ship/SKILL.md +1 -1
- package/packs/monorepo/codex/scaffold/SKILL.md +1 -1
- package/packs/session-analytics/claude/prompt-history-backfill/SKILL.md +1 -1
- package/packs/session-analytics/claude/session-triage/SKILL.md +1 -1
- package/packs/session-analytics/codex/prompt-history-backfill/SKILL.md +1 -1
- package/packs/session-analytics/codex/session-triage/SKILL.md +1 -1
- package/packs/skill-dev/claude/create-agentic-skill/CHANGELOG.md +8 -0
- package/packs/skill-dev/claude/create-agentic-skill/SKILL.md +4 -4
- package/packs/skill-dev/claude/create-agentic-skill/archive/v0.1/SKILL.md +91 -0
- package/packs/skill-dev/claude/create-agentic-skill/archive/v0.2/SKILL.md +91 -0
- package/packs/skill-dev/claude/create-local-skill/CHANGELOG.md +4 -0
- package/packs/skill-dev/claude/create-local-skill/SKILL.md +6 -6
- package/packs/skill-dev/claude/create-local-skill/archive/v0.1/SKILL.md +91 -0
- package/packs/skill-dev/claude/skill-interview/SKILL.md +3 -3
- package/packs/skill-dev/claude/targeted-skill-builder/CHANGELOG.md +4 -0
- package/packs/skill-dev/claude/targeted-skill-builder/SKILL.md +5 -5
- package/packs/skill-dev/claude/targeted-skill-builder/archive/v0.3/SKILL.md +116 -0
- package/packs/skill-dev/codex/create-agentic-skill/CHANGELOG.md +8 -0
- package/packs/skill-dev/codex/create-agentic-skill/SKILL.md +4 -4
- package/packs/skill-dev/codex/create-agentic-skill/archive/v0.1/SKILL.md +93 -0
- package/packs/skill-dev/codex/create-agentic-skill/archive/v0.2/SKILL.md +93 -0
- package/packs/skill-dev/codex/create-local-skill/CHANGELOG.md +4 -0
- package/packs/skill-dev/codex/create-local-skill/SKILL.md +6 -6
- package/packs/skill-dev/codex/create-local-skill/archive/v0.1/SKILL.md +80 -0
- package/packs/skill-dev/codex/skill-interview/SKILL.md +3 -3
- package/packs/skill-dev/codex/targeted-skill-builder/CHANGELOG.md +4 -0
- package/packs/skill-dev/codex/targeted-skill-builder/SKILL.md +6 -6
- package/packs/skill-dev/codex/targeted-skill-builder/archive/v0.3/SKILL.md +118 -0
- package/scripts/pack.sh +8 -2
- package/scripts/skill-links.sh +2 -2
- package/scripts/upgrade-alignment-page.mjs +1 -1
- package/src/cli/lifecycle.mjs +39 -11
- package/src/cli/pack-normalization.mjs +1 -1
- package/src/cli/run-pack-script.mjs +6 -16
- package/src/cli/update-check.mjs +1 -1
- package/global/claude/init-agentic-skills/scripts/init-agentic-skills.sh +0 -227
- package/global/codex/init-agentic-skills/agents/openai.yaml +0 -7
- package/global/codex/init-agentic-skills/scripts/init-agentic-skills.sh +0 -227
- package/init.sh +0 -207
- /package/{global → base}/claude/afps-status/ALIGNMENT-PAGE.md +0 -0
- /package/{global → base}/claude/afps-status/CHANGELOG.md +0 -0
- /package/{global → base}/claude/afps-status/SKILL.md +0 -0
- /package/{global → base}/claude/afps-status/archive/v0.0/SKILL.md +0 -0
- /package/{global → base}/claude/afps-status/archive/v0.1/SKILL.md +0 -0
- /package/{global → base}/claude/afps-status/archive/v0.2/SKILL.md +0 -0
- /package/{global → base}/claude/afps-status/archive/v0.3/SKILL.md +0 -0
- /package/{global → base}/claude/animation-design-planner/ALIGNMENT-PAGE.md +0 -0
- /package/{global → base}/claude/animation-design-planner/CHANGELOG.md +0 -0
- /package/{global → base}/claude/animation-design-planner/SKILL.md +0 -0
- /package/{global → base}/claude/animation-design-planner/archive/v0.0/SKILL.md +0 -0
- /package/{global → base}/claude/animation-design-planner/frameworks/css-transitions/SKILL.md +0 -0
- /package/{global → base}/claude/animation-design-planner/frameworks/gsap/SKILL.md +0 -0
- /package/{global → base}/claude/animation-design-planner/frameworks/motion-framer/SKILL.md +0 -0
- /package/{global → base}/claude/animation-design-planner/frameworks/threejs/SKILL.md +0 -0
- /package/{global → base}/claude/animation-design-planner/frameworks/web-animations-api/SKILL.md +0 -0
- /package/{global → base}/claude/autoresearch/CHANGELOG.md +0 -0
- /package/{global → base}/claude/autoresearch/SKILL.md +0 -0
- /package/{global → base}/claude/autoresearch-prep/CHANGELOG.md +0 -0
- /package/{global → base}/claude/autoresearch-prep/SKILL.md +0 -0
- /package/{global → base}/claude/codebase-status/CHANGELOG.md +0 -0
- /package/{global → base}/claude/codebase-status/SKILL.md +0 -0
- /package/{global → base}/claude/codebase-status/archive/v0.0/SKILL.md +0 -0
- /package/{global → base}/claude/codebase-status/archive/v0.1/SKILL.md +0 -0
- /package/{global → base}/claude/codebase-status/archive/v0.2/SKILL.md +0 -0
- /package/{global → base}/claude/codebase-status/archive/v0.3/SKILL.md +0 -0
- /package/{global → base}/claude/codebase-status/archive/v0.4/SKILL.md +0 -0
- /package/{global → base}/claude/codebase-status/archive/v0.5/SKILL.md +0 -0
- /package/{global → base}/claude/codebase-status/archive/v0.6/SKILL.md +0 -0
- /package/{global → base}/claude/codebase-status/archive/v0.7/SKILL.md +0 -0
- /package/{global → base}/claude/codebase-status/archive/v0.8/SKILL.md +0 -0
- /package/{global → base}/claude/codebase-status/archive/v0.9/SKILL.md +0 -0
- /package/{global → base}/claude/fork-idea-branch/ALIGNMENT-PAGE.md +0 -0
- /package/{global → base}/claude/fork-idea-branch/CHANGELOG.md +0 -0
- /package/{global → base}/claude/idea-scope-brief/ALIGNMENT-PAGE.md +0 -0
- /package/{global → base}/claude/idea-scope-brief/CHANGELOG.md +0 -0
- /package/{global → base}/claude/idea-scope-brief/SKILL.md +0 -0
- /package/{global → base}/claude/idea-scope-brief/archive/v0.0/SKILL.md +0 -0
- /package/{global → base}/claude/idea-scope-brief/archive/v0.1/SKILL.md +0 -0
- /package/{global → base}/claude/idea-scope-brief/archive/v0.10/SKILL.md +0 -0
- /package/{global → base}/claude/idea-scope-brief/archive/v0.11/SKILL.md +0 -0
- /package/{global → base}/claude/idea-scope-brief/archive/v0.12/SKILL.md +0 -0
- /package/{global → base}/claude/idea-scope-brief/archive/v0.13/SKILL.md +0 -0
- /package/{global → base}/claude/idea-scope-brief/archive/v0.14/SKILL.md +0 -0
- /package/{global → base}/claude/idea-scope-brief/archive/v0.15/SKILL.md +0 -0
- /package/{global → base}/claude/idea-scope-brief/archive/v0.2/SKILL.md +0 -0
- /package/{global → base}/claude/idea-scope-brief/archive/v0.3/SKILL.md +0 -0
- /package/{global → base}/claude/idea-scope-brief/archive/v0.4/SKILL.md +0 -0
- /package/{global → base}/claude/idea-scope-brief/archive/v0.5/SKILL.md +0 -0
- /package/{global → base}/claude/idea-scope-brief/archive/v0.6/SKILL.md +0 -0
- /package/{global → base}/claude/idea-scope-brief/archive/v0.7/SKILL.md +0 -0
- /package/{global → base}/claude/idea-scope-brief/archive/v0.8/SKILL.md +0 -0
- /package/{global → base}/claude/idea-scope-brief/archive/v0.9/SKILL.md +0 -0
- /package/{global → base}/claude/init-agentic-skills/archive/v0.0/SKILL.md +0 -0
- /package/{global → base}/claude/init-agentic-skills/archive/v0.1/SKILL.md +0 -0
- /package/{global → base}/claude/init-agentic-skills/archive/v0.2/SKILL.md +0 -0
- /package/{global → base}/claude/init-agentic-skills/archive/v0.3/SKILL.md +0 -0
- /package/{global → base}/claude/init-agentic-skills/archive/v0.4/SKILL.md +0 -0
- /package/{global → base}/claude/init-agentic-skills/archive/v0.5/SKILL.md +0 -0
- /package/{global → base}/claude/init-agentic-skills/archive/v0.6/SKILL.md +0 -0
- /package/{global → base}/claude/init-agentic-skills/archive/v0.7/SKILL.md +0 -0
- /package/{global/claude/init-agentic-skills → base/claude/init-agentic-skills/archive/v0.8}/SKILL.md +0 -0
- /package/{global → base}/claude/pack/archive/v0.0/SKILL.md +0 -0
- /package/{global → base}/claude/pack/archive/v0.1/SKILL.md +0 -0
- /package/{global → base}/claude/pack/archive/v0.2/SKILL.md +0 -0
- /package/{global → base}/claude/pack/archive/v0.3/SKILL.md +0 -0
- /package/{global → base}/claude/pack/archive/v0.4/SKILL.md +0 -0
- /package/{global → base}/claude/pack/archive/v0.5/SKILL.md +0 -0
- /package/{global → base}/claude/pack/archive/v0.6/SKILL.md +0 -0
- /package/{global → base}/claude/pack/archive/v0.7/SKILL.md +0 -0
- /package/{global/claude/pack → base/claude/pack/archive/v0.8}/SKILL.md +0 -0
- /package/{global → base}/claude/pack/scripts/pack.sh +0 -0
- /package/{global → base}/claude/provision-agentic-config/ALIGNMENT-PAGE.md +0 -0
- /package/{global → base}/claude/provision-agentic-config/archive/v0.0/SKILL.md +0 -0
- /package/{global → base}/claude/provision-agentic-config/archive/v0.1/SKILL.md +0 -0
- /package/{global/claude/provision-agentic-config → base/claude/provision-agentic-config/archive/v0.10}/SKILL.md +0 -0
- /package/{global → base}/claude/provision-agentic-config/archive/v0.2/SKILL.md +0 -0
- /package/{global → base}/claude/provision-agentic-config/archive/v0.3/SKILL.md +0 -0
- /package/{global → base}/claude/provision-agentic-config/archive/v0.4/SKILL.md +0 -0
- /package/{global → base}/claude/provision-agentic-config/archive/v0.5/SKILL.md +0 -0
- /package/{global → base}/claude/provision-agentic-config/archive/v0.6/SKILL.md +0 -0
- /package/{global → base}/claude/provision-agentic-config/archive/v0.7/SKILL.md +0 -0
- /package/{global → base}/claude/provision-agentic-config/archive/v0.8/SKILL.md +0 -0
- /package/{global → base}/claude/skills/archive/v0.0/SKILL.md +0 -0
- /package/{global → base}/claude/skills/archive/v0.1/SKILL.md +0 -0
- /package/{global → base}/claude/skills/archive/v0.2/SKILL.md +0 -0
- /package/{global → base}/claude/skills/archive/v0.3/SKILL.md +0 -0
- /package/{global → base}/claude/skills/archive/v0.4/SKILL.md +0 -0
- /package/{global → base}/claude/skills/archive/v0.5/SKILL.md +0 -0
- /package/{global → base}/claude/skills/archive/v0.6/SKILL.md +0 -0
- /package/{global/claude/skills → base/claude/skills/archive/v0.7}/SKILL.md +0 -0
- /package/{global → base}/codex/afps-status/ALIGNMENT-PAGE.md +0 -0
- /package/{global → base}/codex/afps-status/CHANGELOG.md +0 -0
- /package/{global → base}/codex/afps-status/SKILL.md +0 -0
- /package/{global → base}/codex/afps-status/agents/openai.yaml +0 -0
- /package/{global → base}/codex/afps-status/archive/v0.0/SKILL.md +0 -0
- /package/{global → base}/codex/afps-status/archive/v0.1/SKILL.md +0 -0
- /package/{global → base}/codex/afps-status/archive/v0.2/SKILL.md +0 -0
- /package/{global → base}/codex/afps-status/archive/v0.3/SKILL.md +0 -0
- /package/{global → base}/codex/animation-design-planner/ALIGNMENT-PAGE.md +0 -0
- /package/{global → base}/codex/animation-design-planner/CHANGELOG.md +0 -0
- /package/{global → base}/codex/animation-design-planner/SKILL.md +0 -0
- /package/{global → base}/codex/animation-design-planner/agents/openai.yaml +0 -0
- /package/{global → base}/codex/animation-design-planner/archive/v0.0/SKILL.md +0 -0
- /package/{global → base}/codex/animation-design-planner/frameworks/css-transitions/SKILL.md +0 -0
- /package/{global → base}/codex/animation-design-planner/frameworks/gsap/SKILL.md +0 -0
- /package/{global → base}/codex/animation-design-planner/frameworks/motion-framer/SKILL.md +0 -0
- /package/{global → base}/codex/animation-design-planner/frameworks/threejs/SKILL.md +0 -0
- /package/{global → base}/codex/animation-design-planner/frameworks/web-animations-api/SKILL.md +0 -0
- /package/{global → base}/codex/codebase-status/CHANGELOG.md +0 -0
- /package/{global → base}/codex/codebase-status/SKILL.md +0 -0
- /package/{global → base}/codex/codebase-status/agents/openai.yaml +0 -0
- /package/{global → base}/codex/codebase-status/archive/v0.0/SKILL.md +0 -0
- /package/{global → base}/codex/codebase-status/archive/v0.1/SKILL.md +0 -0
- /package/{global → base}/codex/codebase-status/archive/v0.2/SKILL.md +0 -0
- /package/{global → base}/codex/codebase-status/archive/v0.3/SKILL.md +0 -0
- /package/{global → base}/codex/codebase-status/archive/v0.4/SKILL.md +0 -0
- /package/{global → base}/codex/codebase-status/archive/v0.5/SKILL.md +0 -0
- /package/{global → base}/codex/codebase-status/archive/v0.6/SKILL.md +0 -0
- /package/{global → base}/codex/codebase-status/archive/v0.7/SKILL.md +0 -0
- /package/{global → base}/codex/codebase-status/archive/v0.8/SKILL.md +0 -0
- /package/{global → base}/codex/codebase-status/archive/v0.9/SKILL.md +0 -0
- /package/{global → base}/codex/idea-scope-brief/ALIGNMENT-PAGE.md +0 -0
- /package/{global → base}/codex/idea-scope-brief/CHANGELOG.md +0 -0
- /package/{global → base}/codex/idea-scope-brief/SKILL.md +0 -0
- /package/{global → base}/codex/idea-scope-brief/agents/openai.yaml +0 -0
- /package/{global → base}/codex/idea-scope-brief/archive/v0.0/SKILL.md +0 -0
- /package/{global → base}/codex/idea-scope-brief/archive/v0.1/SKILL.md +0 -0
- /package/{global → base}/codex/idea-scope-brief/archive/v0.10/SKILL.md +0 -0
- /package/{global → base}/codex/idea-scope-brief/archive/v0.11/SKILL.md +0 -0
- /package/{global → base}/codex/idea-scope-brief/archive/v0.12/SKILL.md +0 -0
- /package/{global → base}/codex/idea-scope-brief/archive/v0.13/SKILL.md +0 -0
- /package/{global → base}/codex/idea-scope-brief/archive/v0.14/SKILL.md +0 -0
- /package/{global → base}/codex/idea-scope-brief/archive/v0.15/SKILL.md +0 -0
- /package/{global → base}/codex/idea-scope-brief/archive/v0.16/SKILL.md +0 -0
- /package/{global → base}/codex/idea-scope-brief/archive/v0.2/SKILL.md +0 -0
- /package/{global → base}/codex/idea-scope-brief/archive/v0.3/SKILL.md +0 -0
- /package/{global → base}/codex/idea-scope-brief/archive/v0.4/SKILL.md +0 -0
- /package/{global → base}/codex/idea-scope-brief/archive/v0.5/SKILL.md +0 -0
- /package/{global → base}/codex/idea-scope-brief/archive/v0.6/SKILL.md +0 -0
- /package/{global → base}/codex/idea-scope-brief/archive/v0.7/SKILL.md +0 -0
- /package/{global → base}/codex/idea-scope-brief/archive/v0.8/SKILL.md +0 -0
- /package/{global → base}/codex/idea-scope-brief/archive/v0.9/SKILL.md +0 -0
- /package/{global → base}/codex/init-agentic-skills/archive/v0.0/SKILL.md +0 -0
- /package/{global → base}/codex/init-agentic-skills/archive/v0.1/SKILL.md +0 -0
- /package/{global → base}/codex/init-agentic-skills/archive/v0.2/SKILL.md +0 -0
- /package/{global → base}/codex/init-agentic-skills/archive/v0.3/SKILL.md +0 -0
- /package/{global → base}/codex/init-agentic-skills/archive/v0.4/SKILL.md +0 -0
- /package/{global → base}/codex/init-agentic-skills/archive/v0.5/SKILL.md +0 -0
- /package/{global → base}/codex/init-agentic-skills/archive/v0.6/SKILL.md +0 -0
- /package/{global → base}/codex/init-agentic-skills/archive/v0.7/SKILL.md +0 -0
- /package/{global/codex/init-agentic-skills → base/codex/init-agentic-skills/archive/v0.8}/SKILL.md +0 -0
- /package/{global → base}/codex/pack/archive/v0.0/SKILL.md +0 -0
- /package/{global → base}/codex/pack/archive/v0.1/SKILL.md +0 -0
- /package/{global → base}/codex/pack/archive/v0.2/SKILL.md +0 -0
- /package/{global → base}/codex/pack/archive/v0.3/SKILL.md +0 -0
- /package/{global → base}/codex/pack/archive/v0.4/SKILL.md +0 -0
- /package/{global → base}/codex/pack/archive/v0.5/SKILL.md +0 -0
- /package/{global → base}/codex/pack/archive/v0.6/SKILL.md +0 -0
- /package/{global → base}/codex/pack/archive/v0.7/SKILL.md +0 -0
- /package/{global/codex/pack → base/codex/pack/archive/v0.8}/SKILL.md +0 -0
- /package/{global → base}/codex/pack/scripts/pack.sh +0 -0
- /package/{global → base}/codex/provision-agentic-config/ALIGNMENT-PAGE.md +0 -0
- /package/{global → base}/codex/provision-agentic-config/agents/openai.yaml +0 -0
- /package/{global → base}/codex/provision-agentic-config/archive/v0.0/SKILL.md +0 -0
- /package/{global → base}/codex/provision-agentic-config/archive/v0.1/SKILL.md +0 -0
- /package/{global/codex/provision-agentic-config → base/codex/provision-agentic-config/archive/v0.10}/SKILL.md +0 -0
- /package/{global → base}/codex/provision-agentic-config/archive/v0.2/SKILL.md +0 -0
- /package/{global → base}/codex/provision-agentic-config/archive/v0.3/SKILL.md +0 -0
- /package/{global → base}/codex/provision-agentic-config/archive/v0.4/SKILL.md +0 -0
- /package/{global → base}/codex/provision-agentic-config/archive/v0.5/SKILL.md +0 -0
- /package/{global → base}/codex/provision-agentic-config/archive/v0.6/SKILL.md +0 -0
- /package/{global → base}/codex/provision-agentic-config/archive/v0.7/SKILL.md +0 -0
- /package/{global → base}/codex/provision-agentic-config/archive/v0.8/SKILL.md +0 -0
- /package/{global → base}/codex/skills/archive/v0.0/SKILL.md +0 -0
- /package/{global → base}/codex/skills/archive/v0.1/SKILL.md +0 -0
- /package/{global → base}/codex/skills/archive/v0.2/SKILL.md +0 -0
- /package/{global → base}/codex/skills/archive/v0.3/SKILL.md +0 -0
- /package/{global → base}/codex/skills/archive/v0.4/SKILL.md +0 -0
- /package/{global → base}/codex/skills/archive/v0.5/SKILL.md +0 -0
- /package/{global → base}/codex/skills/archive/v0.6/SKILL.md +0 -0
- /package/{global/codex/skills → base/codex/skills/archive/v0.7}/SKILL.md +0 -0
|
@@ -1,5 +1,9 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## v0.8 - 2026-06-13
|
|
4
|
+
|
|
5
|
+
- Renamed the scanned skill set from "global" to "base": now scans `base/<tool>/*/SKILL.md`, and ungrouped skills are labeled `base` instead of `global`.
|
|
6
|
+
|
|
3
7
|
## v0.7 - 2026-06-12
|
|
4
8
|
|
|
5
9
|
- Standardized active pack and skill install guidance on `npx skillpacks install <pack-or-skill>` instead of agent-native `/pack install` or `$pack install` recommendations.
|
|
@@ -0,0 +1,141 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: skills
|
|
3
|
+
description: Browse and search all available skills, grouped by workflow stage or activity type
|
|
4
|
+
type: ops
|
|
5
|
+
version: v0.8
|
|
6
|
+
argument-hint: "[list | types | search <keyword>]"
|
|
7
|
+
---
|
|
8
|
+
|
|
9
|
+
# Skills
|
|
10
|
+
|
|
11
|
+
Discover and search installed base skills plus enabled project-local pack skills, grouped by workflow stage or activity type.
|
|
12
|
+
|
|
13
|
+
## Process
|
|
14
|
+
|
|
15
|
+
1. **Parse arguments:**
|
|
16
|
+
- If `$ARGUMENTS` is empty or `list` → **list mode** (show all skills grouped by workflow stage).
|
|
17
|
+
- If `$ARGUMENTS` is `types` → **type mode** (show all skills grouped by activity type).
|
|
18
|
+
- If `$ARGUMENTS` starts with `search ` → **search mode** (filter by keyword after `search`).
|
|
19
|
+
|
|
20
|
+
2. **Discover skills:**
|
|
21
|
+
- Always scan base Claude skills in `base/claude/*/SKILL.md`.
|
|
22
|
+
- If `.agents/project.json` exists, read `enabled_packs` and scan `packs/<pack>/claude/*/SKILL.md` for each enabled pack. Also scan sub-directories like `packs/<pack>/claude/<skill>/frameworks/*/SKILL.md` for sub-skills.
|
|
23
|
+
- Also scan all packs in `packs/*/claude/*/SKILL.md` (and `frameworks/*/SKILL.md` children) to discover available-but-not-installed skills.
|
|
24
|
+
- If `.claude/skills/*/SKILL.md` exists in the current project, include those local skills too.
|
|
25
|
+
- Read the first 10 lines of each file to extract YAML frontmatter fields: `name`, `description`, `type`, `invocation`, `parent`.
|
|
26
|
+
- Track which pack each skill belongs to (if any).
|
|
27
|
+
- Default `invocation` to `primary` when the field is absent.
|
|
28
|
+
|
|
29
|
+
3. **Group skills by workflow stage** using this static mapping:
|
|
30
|
+
|
|
31
|
+
The mapping includes base skills and pack-provided skills. Only skills
|
|
32
|
+
discovered in step 2 should be printed, so domain and kanban entries appear
|
|
33
|
+
only when the corresponding project-local pack is enabled or linked.
|
|
34
|
+
PoketoWork kanban skills are intentionally absent while the kanban packs are hibernated.
|
|
35
|
+
|
|
36
|
+
| Stage | Skills (pack in parentheses; no label = base) |
|
|
37
|
+
|-------|--------|
|
|
38
|
+
| Pack Management | `pack`, `pack list`, `pack status`, `pack recommend`, `npx skillpacks install <pack-or-skill>` (or project shell: `npx skillpacks install <pack-or-skill>`), `pack remove <pack-or-skill>`, `pack which <skill>` |
|
|
39
|
+
| Discovery & Market Fit | `customer-discovery` (business-discovery), `enterprise-icp` (business-discovery) |
|
|
40
|
+
| Game Development | `game-workflow` (game), `game-audience` (game), `game-fantasy` (game), `game-genre-map` (game), `game-comparables` (game), `game-core-loop` (game), `game-prototype-test` (game), `game-store-page-test` (game), `game-playtest-metrics` (game), `game-roadmap` (game), `game-launch` (game) |
|
|
41
|
+
| Devtool Development | `devtool-workflow` (devtool), `devtool-user-map` (devtool), `devtool-integration-map` (devtool), `devtool-dx-journey` (devtool), `devtool-adoption` (devtool), `devtool-positioning` (devtool), `devtool-monetization` (devtool), `devtool-docs-audit` (devtool) |
|
|
42
|
+
| Planning | `idea-scope-brief`, `brainstorm` (product-design), `feature-interview` (product-design), `user-flow-map` (product-design), `spec-interview` (product-design), `spec-interview --ideas` (product-design), `ui-interview` (product-design), `ux-variations` (product-design), `consolidate-variations` (product-design), `experiment` (business-growth) |
|
|
43
|
+
| Mapping | `journey-map` (customer-lifecycle), `metrics` (business-ops) |
|
|
44
|
+
| Strategize | `roadmap` (agent-work-admin), `competitive-analysis` (business-discovery), `platform-strategy` (business-growth), `gtm` (business-growth), `landing-copy` (business-growth), `monetization` (business-growth), `positioning` (business-discovery), `runway-model` (business-ops) |
|
|
45
|
+
| Evaluate | `dogfood` (product-testing), `mvp-gap` (business-discovery), `scale-audit` (business-ops), `customer-feedback` (customer-lifecycle), `assumption-tracker` (business-discovery), `cohort-review` (customer-lifecycle), `retro` (business-ops) |
|
|
46
|
+
| Research Health | `research-roadmap` (research-admin), `reconcile-research` (business-discovery), `reconcile-dev-docs` (docs-health) |
|
|
47
|
+
| Detail | `plan-phase` (agent-work-admin) |
|
|
48
|
+
| Execution | `exec` (exec-loop), `guide` (guided-walkthrough) |
|
|
49
|
+
| Shipping | `ship` (exec-loop), `ship-end` (exec-loop) |
|
|
50
|
+
| Code Quality | `expert-review` (code-review), `regression-check` (code-review), `dead-code` (code-review), `slim-audit` (code-review) |
|
|
51
|
+
| Debugging | `investigate` (code-debug), `debug` (code-debug), `trace` (code-debug), `session-triage` (session-analytics) |
|
|
52
|
+
| Refactoring & Migration | `migrate` (code-maintenance), `decommission` (teardown), `scaffold` (monorepo) |
|
|
53
|
+
| Monorepo | `affected` (monorepo), `mono-plan` (monorepo), `mono-guard` (monorepo) |
|
|
54
|
+
| Release & Deploy | `release` (release-ops), `deploy` (release-ops), `branch-lifecycle` (release-ops) |
|
|
55
|
+
| Context & Session | `afps-status`, `codebase-status`, `analyze-sessions` (session-analytics), `handoff` (context-transfer), `sync` (gitops), `investor-update` (business-ops) |
|
|
56
|
+
| Skill Development | `targeted-skill-builder` (skill-dev), `skill-interview` (skill-dev), `create-agentic-skill` (skill-dev), `create-local-skill` (skill-dev) |
|
|
57
|
+
| Testing | `uat` (product-testing), `uat-guide` (guided-walkthrough), `quiz-me` (knowledge-check) |
|
|
58
|
+
| Utility | `commit-and-push-by-feature` (gitops), `init-agentic-skills`, `provision-agentic-config`, `skills`, `bootstrap-repo` (repo-maintenance), `desk-flip` (teardown), `compile-central-alignment` (alignment-page-admin), `patch-exec-profile` (exec-profile), `delegate` (agent-bridge), `report-website` (report-gen), `icon-handler` (website-polish), `design-system` (product-design), `prototype` (product-design), `spec-drift` (agent-work-admin), `hygiene` (docs-health), `update-packages` (code-maintenance) |
|
|
59
|
+
|
|
60
|
+
Skills not found in the mapping go into an **Other** group at the end.
|
|
61
|
+
|
|
62
|
+
4. **Group skills by activity type** (type mode only) using the `type` field from frontmatter:
|
|
63
|
+
|
|
64
|
+
| Type | Description |
|
|
65
|
+
|------|-------------|
|
|
66
|
+
| `research` | Web search + analysis → produces documents |
|
|
67
|
+
| `analysis` | Reads codebase/docs → produces assessments |
|
|
68
|
+
| `planning` | Interactive → produces specs/plans |
|
|
69
|
+
| `execution` | Writes/modifies code |
|
|
70
|
+
| `review` | Reads code → reports issues (no changes) |
|
|
71
|
+
| `debugging` | Investigates + fixes problems |
|
|
72
|
+
| `shipping` | Commits, deploys, session management |
|
|
73
|
+
| `ops` | Manages boards, branches, meta-tooling |
|
|
74
|
+
|
|
75
|
+
Display order: research → analysis → planning → execution → review → debugging → shipping → ops.
|
|
76
|
+
Skills with no `type` field go into an **Other** group at the end.
|
|
77
|
+
|
|
78
|
+
5. **Apply filter (search mode only):**
|
|
79
|
+
- Match the keyword case-insensitively against each skill's `name`, `description`, and `type`.
|
|
80
|
+
- Keep only matching skills. Remove empty groups.
|
|
81
|
+
|
|
82
|
+
6. **Output results:**
|
|
83
|
+
- Print each non-empty group as a `## Group Name` heading.
|
|
84
|
+
- Under each heading, list installed/base primary and chained skills as `/<name> — <description> [type]`.
|
|
85
|
+
- Show orchestrator skills with an `⚙` prefix: `⚙ /<name> — <description> [type]`.
|
|
86
|
+
- Show sub-skills indented under their parent skill (identified by the `parent:` frontmatter field or by living under a `frameworks/` directory). Format: ` ↳ /<name> — <description> [sub-skill]`. If the parent is not in the same group, place sub-skills in a "Sub-skills" subsection at the end of the parent's group.
|
|
87
|
+
- For available-but-not-installed pack skills, list as `/<name> — <description> [type] ⚠ requires \`npx skillpacks install <skill>\` or \`npx skillpacks install <pack>\` inside Claude Code, or \`npx skillpacks install <pack-or-skill>\` from the project shell`.
|
|
88
|
+
- Omit groups that have no skills (after filtering in search mode).
|
|
89
|
+
- At the bottom, print a total count: `**N skills** installed (M sub-skills), **P skills** available via packs` (or `**N skills** matching "<keyword>"`).
|
|
90
|
+
|
|
91
|
+
## Output
|
|
92
|
+
|
|
93
|
+
### List mode (default — grouped by workflow stage)
|
|
94
|
+
```
|
|
95
|
+
## Discovery & Market Fit
|
|
96
|
+
/customer-discovery — Customer discovery interview... [research]
|
|
97
|
+
/enterprise-icp — Enterprise multi-stakeholder discovery... [research]
|
|
98
|
+
|
|
99
|
+
## Strategize
|
|
100
|
+
⚙ /positioning — Parent router — detect market vs product mode... [research]
|
|
101
|
+
↳ /category-design — Play Bigger category design framework [sub-skill]
|
|
102
|
+
↳ /jtbd-positioning — Jobs to Be Done positioning framework [sub-skill]
|
|
103
|
+
↳ /moore-positioning — Geoffrey Moore positioning framework [sub-skill]
|
|
104
|
+
↳ /obviously-awesome — Obviously Awesome positioning framework [sub-skill]
|
|
105
|
+
↳ /strategic-canvas — Strategic Canvas positioning framework [sub-skill]
|
|
106
|
+
/competitive-analysis — Research competitors... [research]
|
|
107
|
+
...
|
|
108
|
+
|
|
109
|
+
## Execution
|
|
110
|
+
⚙ /exec — Execute next plan step... [execution]
|
|
111
|
+
...
|
|
112
|
+
|
|
113
|
+
**N skills** installed (M sub-skills), **P skills** available via packs
|
|
114
|
+
```
|
|
115
|
+
|
|
116
|
+
### Type mode (`/skills types`)
|
|
117
|
+
```
|
|
118
|
+
## Research
|
|
119
|
+
/customer-discovery — Customer discovery interview...
|
|
120
|
+
/competitive-analysis — Research competitors...
|
|
121
|
+
...
|
|
122
|
+
|
|
123
|
+
## Analysis
|
|
124
|
+
/mvp-gap — Evaluate codebase against customer-discovery evidence...
|
|
125
|
+
...
|
|
126
|
+
|
|
127
|
+
**N skills** found
|
|
128
|
+
```
|
|
129
|
+
|
|
130
|
+
## Constraints
|
|
131
|
+
|
|
132
|
+
- This is a read-only scan — never modify any files.
|
|
133
|
+
- Always read the live frontmatter from SKILL.md files; do not hardcode descriptions.
|
|
134
|
+
- Use the static stage mapping for stage grouping; use the `type` frontmatter field for type grouping.
|
|
135
|
+
- Keep output compact — one line per skill, no extra detail beyond name, description, and type tag.
|
|
136
|
+
- In search mode, if no skills match the keyword, print: `No skills matching "<keyword>"`.
|
|
137
|
+
|
|
138
|
+
|
|
139
|
+
## Default Shipping Contract
|
|
140
|
+
|
|
141
|
+
Follow the shared shipping contract convention in CLAUDE.md.
|
|
@@ -1,5 +1,17 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## v0.11 - 2026-06-13
|
|
4
|
+
|
|
5
|
+
- Sunset the user-home (global) install path. Base skills now install **project-local** via `npx skillpacks init` only; there is no `init.sh`, `--global`, or `~/.codex/skills` base install. Rewrote the process around `npx skillpacks` (`init`/`refresh`/`status`/`doctor`) and added an `uninstall-global` mode that runs `npx skillpacks uninstall-global` to clean up legacy repo-managed installs left in `~/.claude/skills` and `~/.codex/skills`. Dropped the `update`/`latest` checkout-refresh flow and the first-run drift-preference prompts that depended on the retired launcher.
|
|
6
|
+
|
|
7
|
+
## v0.10 - 2026-06-13
|
|
8
|
+
|
|
9
|
+
- Renamed the source skill set from "global" to "base": canonical sources moved to `base/<tool>/<skill>`, and drift/refresh prose now says "base skills". The `--global`/`init-global` install-location flags are unchanged.
|
|
10
|
+
|
|
11
|
+
## v0.9 - 2026-06-13
|
|
12
|
+
|
|
13
|
+
- Switched the default project-shell pack install recommendation from `npx gskp install <pack-or-skill>` to `npx skillpacks install <pack-or-skill>`, matching the canonical install-routing contract and the Claude mirror.
|
|
14
|
+
|
|
3
15
|
## v0.8 - 2026-06-12
|
|
4
16
|
|
|
5
17
|
- Standardized active pack and skill install guidance on `npx gskp install <pack-or-skill>` instead of agent-native `/pack install` or `$pack install` recommendations.
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: init-agentic-skills
|
|
3
|
+
description: Make the base agentic-skills available in a project by installing them project-local with npx skillpacks init, report and fix skill-install drift, clean up legacy user-home installs, and route domain packs to the pack skill. Use when Codex needs to enable base skills for a project, repair stale installs, confirm initialization status, remove old global installs, or explain how to enable packs.
|
|
4
|
+
type: ops
|
|
5
|
+
version: v0.11
|
|
6
|
+
argument-hint: "[init|status|doctor|refresh|uninstall-global]"
|
|
7
|
+
---
|
|
8
|
+
|
|
9
|
+
# Init Agentic Skills
|
|
10
|
+
|
|
11
|
+
Invoke as `$init-agentic-skills`.
|
|
12
|
+
|
|
13
|
+
Make the base agentic-skills available by installing them **project-local** into the current project's `.claude/skills` and `.codex/skills`. Installation is distributed through the npm `skillpacks` package — there is no user-home (global) install path. Active installs are repo-managed directories that expose the canonical `SKILL.md` and exclude `archive/`; pinned installs intentionally point at `archive/<version>`. Keep domain packs project-local too; use `$pack` from the target project or `npx skillpacks install <pack-or-skill>` when packs are needed.
|
|
14
|
+
|
|
15
|
+
## Process
|
|
16
|
+
|
|
17
|
+
1. Parse `$ARGUMENTS`:
|
|
18
|
+
- No args, `init`, or `refresh`: run `npx skillpacks init` from the project root to install the base skills project-local (`.claude/skills` + `.codex/skills`) and enable `base_skills` in `.agents/project.json`. Use `npx skillpacks refresh` instead when the project is already initialized and you only need to recreate roots from `.agents/project.json`.
|
|
19
|
+
- `status`: run `npx skillpacks status` to report the project designation, enabled packs, and installed skills.
|
|
20
|
+
- `doctor`: run `npx skillpacks doctor` to report project skill-install drift (read-only). It compares installed `.claude/skills` and `.codex/skills` copies against their canonical sources via the `.agentic-skills-managed` marker's `source_sha`. Report `STALE` skills with the printed fix command, `unknown` skills as needing a refresh to enable tracking, `missing` skills whose source is gone, and `pinned` skills as frozen. Run `npx skillpacks doctor --fix` to clean generated skill-root drift.
|
|
21
|
+
- `uninstall-global`: run `npx skillpacks uninstall-global` only after confirming the user wants legacy repo-managed base installs removed from `~/.claude/skills` and `~/.codex/skills`. This cleans up installs created by the retired user-home init path; it removes only skillpacks-owned installs and leaves unmanaged directories untouched.
|
|
22
|
+
- `help`, `--help`, or `-h`: run `npx skillpacks --help`.
|
|
23
|
+
2. Report the command run, the project skill directories, installed counts, and any warnings about non-repo-managed collisions.
|
|
24
|
+
3. Explain pack access separately:
|
|
25
|
+
- Do not install `packs/*` as base skills.
|
|
26
|
+
- In the project that needs domain workflows, run `$pack` for guided setup, or `npx skillpacks install <pack-or-skill>` from the project shell for an explicit pack or individual pack skill.
|
|
27
|
+
- If a project already has `.agents/project.json`, use `$pack refresh` (or `npx skillpacks refresh`) after this base initialization to recreate local pack skill roots.
|
|
28
|
+
4. If the active session still cannot see a newly installed or refreshed skill, report the skill-visibility reload path:
|
|
29
|
+
- Claude Code: 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.
|
|
30
|
+
- Codex: start a fresh Codex CLI session if the `$` skill list remains stale.
|
|
31
|
+
|
|
32
|
+
## Constraints
|
|
33
|
+
|
|
34
|
+
- Drive installation through `npx skillpacks` (the npm `skillpacks` CLI); do not recreate install logic by hand or reintroduce a user-home/global install path.
|
|
35
|
+
- Base skills are project-local: they install into the current project's `.claude/skills` and `.codex/skills`, not into `~/.claude/skills` or `~/.codex/skills`.
|
|
36
|
+
- Do not overwrite real directories or files under `.claude/skills` or `.codex/skills` that are not repo-managed.
|
|
37
|
+
- Treat packs as project-local capabilities managed through `$pack` (`npx skillpacks` under the hood).
|
|
38
|
+
- Stop and report exact errors if `npx skillpacks` fails.
|
|
39
|
+
- Do not install `packs/*` as base skills in any mode.
|
|
40
|
+
|
|
41
|
+
## Default Shipping Contract
|
|
42
|
+
|
|
43
|
+
Follow the shared shipping contract convention in CLAUDE.md.
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
interface:
|
|
2
|
+
display_name: "Init Agentic Skills"
|
|
3
|
+
short_description: "Initialize base Claude and Codex skills from this checkout"
|
|
4
|
+
default_prompt: "Use $init-agentic-skills to run the agentic-skills initializer, refresh base managed skill installs, and explain how to enable project-local packs."
|
|
5
|
+
|
|
6
|
+
policy:
|
|
7
|
+
allow_implicit_invocation: true
|
|
@@ -0,0 +1,58 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: init-agentic-skills
|
|
3
|
+
description: Initialize this agentic-skills checkout on a developer machine by running the repository init script, verify base managed skill installs, uninstall repo-managed installs when requested, and route project-local pack setup to the pack skill. Use when Codex needs to make all base agentic-skills skills available on the current machine, repair stale installs, confirm initialization status, or explain how to enable packs for a project.
|
|
4
|
+
type: ops
|
|
5
|
+
version: v0.10
|
|
6
|
+
argument-hint: "[init|status|doctor|update|latest|--uninstall]"
|
|
7
|
+
---
|
|
8
|
+
|
|
9
|
+
# Init Agentic Skills
|
|
10
|
+
|
|
11
|
+
Invoke as `$init-agentic-skills`.
|
|
12
|
+
|
|
13
|
+
Initialize this `agentic-skills` checkout on the current machine by installing base skills for both Claude and Codex. Active installs are repo-managed directories that expose the canonical `SKILL.md` and exclude `archive/`; copied managed launchers resolve this checkout through `.agentic-skills-managed` provenance. Pinned installs intentionally point at `archive/<version>`. Keep domain packs project-local; use `$pack` from the target project or `npx skillpacks install <pack-or-skill>` from the project shell when packs are needed.
|
|
14
|
+
|
|
15
|
+
## Process
|
|
16
|
+
|
|
17
|
+
1. Parse `$ARGUMENTS`:
|
|
18
|
+
- No args, `init`, `refresh`, or `sync`: run `scripts/init-agentic-skills.sh`, then run the first-run setup prompts in step 6 when the drift preferences are still unset.
|
|
19
|
+
- `status`: run `scripts/init-agentic-skills.sh status`, then report the local checkout commit, remote URL, and whether GitHub freshness is enabled by `~/.agentic-skills/preferences.json` at `sync.github_freshness_check`.
|
|
20
|
+
- `doctor`: run `scripts/init-agentic-skills.sh doctor` to report base skill-install drift (read-only). It compares installed `~/.claude/skills` and `~/.codex/skills` copies against canonical `base/<tool>/<skill>` via the `.agentic-skills-managed` marker's `source_sha`. Report `stale` skills with the fix `$init-agentic-skills update`, `unknown` skills as needing a re-init to enable tracking, and `pinned` skills as frozen.
|
|
21
|
+
- `update` or `latest`: run `scripts/init-agentic-skills.sh update` only after confirming the user wants to check GitHub, fast-forward the local checkout, and rerun `init.sh`. This re-copy is the base "refresh" — it rewrites markers with current `source_version`/`source_sha`, clearing drift.
|
|
22
|
+
- `--uninstall`, `uninstall`, or `remove`: run `scripts/init-agentic-skills.sh --uninstall` only after confirming the user wants repo-managed base installs removed.
|
|
23
|
+
- `help`, `--help`, or `-h`: run `scripts/init-agentic-skills.sh --help`.
|
|
24
|
+
2. Report the initializer command, the Claude and Codex skill directories, installed/skipped counts, and warnings about non-repo-managed collisions.
|
|
25
|
+
3. Explain pack access separately:
|
|
26
|
+
- Do not install `packs/*` as base skills.
|
|
27
|
+
- In the project that needs domain workflows, run `$pack` for guided setup, or `npx skillpacks install <pack-or-skill>` from the project shell for an explicit pack or individual pack skill.
|
|
28
|
+
- If a project already has `.agents/project.json`, use `$pack refresh` after this base initialization to recreate local pack skill roots.
|
|
29
|
+
4. If the active session still cannot see a newly installed or refreshed skill, report the skill-visibility reload path:
|
|
30
|
+
- Claude Code: 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.
|
|
31
|
+
- Codex: start a fresh Codex CLI session if the `$` skill list remains stale.
|
|
32
|
+
5. For `update` / `latest` mode:
|
|
33
|
+
- Confirm before running commands that fetch, pull, or reinstall.
|
|
34
|
+
- Fetch GitHub freshness, compare the local checkout to `origin/HEAD`, and update only with a fast-forward-only operation such as `git pull --ff-only` or an equivalent `git fetch` + `git merge --ff-only`.
|
|
35
|
+
- If the update cannot fast-forward cleanly, stop and report the exact reason without rebasing, merging, stashing, or force-resetting.
|
|
36
|
+
- After a successful fast-forward, rerun `init.sh`.
|
|
37
|
+
- Warn that Claude Code should use `/reload-skills` first, then `/clear` or restart if needed, and that Codex should start a fresh Codex CLI session if the `$` skill list remains stale.
|
|
38
|
+
6. First-run drift preferences (init / clone setup):
|
|
39
|
+
- Default policy is **track-latest** (installed skills follow canonical; drift is observable). The two prompts below are **opt-in and off by default**, so the explicit-control default stays out of the box.
|
|
40
|
+
- Only prompt when the preference keys are still unset. Check with `scripts/init-agentic-skills.sh show-prefs`; skip silently when both are already set.
|
|
41
|
+
- Ask (a): "Enable a session-start hook that warns when tracked skills are behind canonical?" Default **no**.
|
|
42
|
+
- If yes: run `scripts/init-agentic-skills.sh hook enable` (registers a `SessionStart` hook in `~/.claude/settings.json` invoking `scripts/skill-drift-hook.sh` and sets `skills.session_start_hook=true`).
|
|
43
|
+
- If no: run `scripts/init-agentic-skills.sh set-pref session_start_hook false`.
|
|
44
|
+
- Ask (b): "Auto-refresh latest skills on session start (instead of just warning)?" Default **no**.
|
|
45
|
+
- Run `scripts/init-agentic-skills.sh set-pref auto_refresh <true|false>` with the answer. Auto-refresh only takes effect when the hook is enabled.
|
|
46
|
+
- To disable later: decline the prompt, run `scripts/init-agentic-skills.sh set-pref session_start_hook false`, or run `scripts/init-agentic-skills.sh hook disable` to remove the settings entry.
|
|
47
|
+
|
|
48
|
+
## Constraints
|
|
49
|
+
|
|
50
|
+
- Delegate base initialization to `scripts/init-agentic-skills.sh`; do not recreate install logic by hand.
|
|
51
|
+
- Do not overwrite real directories or files under `~/.claude/skills`, `~/.codex/skills`, `.claude/skills`, or `.codex/skills`.
|
|
52
|
+
- Treat packs as project-local capabilities managed by `scripts/pack.sh` through `$pack`.
|
|
53
|
+
- Stop and report exact errors if the launcher cannot resolve the repository root or if root `init.sh` fails.
|
|
54
|
+
- Do not install `packs/*` as base skills in any mode.
|
|
55
|
+
|
|
56
|
+
## Default Shipping Contract
|
|
57
|
+
|
|
58
|
+
Follow the shared shipping contract convention in CLAUDE.md.
|
|
@@ -0,0 +1,58 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: init-agentic-skills
|
|
3
|
+
description: Initialize this agentic-skills checkout on a developer machine by running the repository init script, verify global managed skill installs, uninstall repo-managed installs when requested, and route project-local pack setup to the pack skill. Use when Codex needs to make all global agentic-skills skills available on the current machine, repair stale installs, confirm initialization status, or explain how to enable packs for a project.
|
|
4
|
+
type: ops
|
|
5
|
+
version: v0.9
|
|
6
|
+
argument-hint: "[init|status|doctor|update|latest|--uninstall]"
|
|
7
|
+
---
|
|
8
|
+
|
|
9
|
+
# Init Agentic Skills
|
|
10
|
+
|
|
11
|
+
Invoke as `$init-agentic-skills`.
|
|
12
|
+
|
|
13
|
+
Initialize this `agentic-skills` checkout on the current machine by installing global core skills for both Claude and Codex. Active installs are repo-managed directories that expose the canonical `SKILL.md` and exclude `archive/`; copied managed launchers resolve this checkout through `.agentic-skills-managed` provenance. Pinned installs intentionally point at `archive/<version>`. Keep domain packs project-local; use `$pack` from the target project or `npx skillpacks install <pack-or-skill>` from the project shell when packs are needed.
|
|
14
|
+
|
|
15
|
+
## Process
|
|
16
|
+
|
|
17
|
+
1. Parse `$ARGUMENTS`:
|
|
18
|
+
- No args, `init`, `refresh`, or `sync`: run `scripts/init-agentic-skills.sh`, then run the first-run setup prompts in step 6 when the drift preferences are still unset.
|
|
19
|
+
- `status`: run `scripts/init-agentic-skills.sh status`, then report the local checkout commit, remote URL, and whether GitHub freshness is enabled by `~/.agentic-skills/preferences.json` at `sync.github_freshness_check`.
|
|
20
|
+
- `doctor`: run `scripts/init-agentic-skills.sh doctor` to report global skill-install drift (read-only). It compares installed `~/.claude/skills` and `~/.codex/skills` copies against canonical `global/<tool>/<skill>` via the `.agentic-skills-managed` marker's `source_sha`. Report `stale` skills with the fix `$init-agentic-skills update`, `unknown` skills as needing a re-init to enable tracking, and `pinned` skills as frozen.
|
|
21
|
+
- `update` or `latest`: run `scripts/init-agentic-skills.sh update` only after confirming the user wants to check GitHub, fast-forward the local checkout, and rerun `init.sh`. This re-copy is the global "refresh" — it rewrites markers with current `source_version`/`source_sha`, clearing drift.
|
|
22
|
+
- `--uninstall`, `uninstall`, or `remove`: run `scripts/init-agentic-skills.sh --uninstall` only after confirming the user wants repo-managed global installs removed.
|
|
23
|
+
- `help`, `--help`, or `-h`: run `scripts/init-agentic-skills.sh --help`.
|
|
24
|
+
2. Report the initializer command, the Claude and Codex skill directories, installed/skipped counts, and warnings about non-repo-managed collisions.
|
|
25
|
+
3. Explain pack access separately:
|
|
26
|
+
- Do not install `packs/*` globally.
|
|
27
|
+
- In the project that needs domain workflows, run `$pack` for guided setup, or `npx skillpacks install <pack-or-skill>` from the project shell for an explicit pack or individual pack skill.
|
|
28
|
+
- If a project already has `.agents/project.json`, use `$pack refresh` after this global initialization to recreate local pack skill roots.
|
|
29
|
+
4. If the active session still cannot see a newly installed or refreshed skill, report the skill-visibility reload path:
|
|
30
|
+
- Claude Code: 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.
|
|
31
|
+
- Codex: start a fresh Codex CLI session if the `$` skill list remains stale.
|
|
32
|
+
5. For `update` / `latest` mode:
|
|
33
|
+
- Confirm before running commands that fetch, pull, or reinstall.
|
|
34
|
+
- Fetch GitHub freshness, compare the local checkout to `origin/HEAD`, and update only with a fast-forward-only operation such as `git pull --ff-only` or an equivalent `git fetch` + `git merge --ff-only`.
|
|
35
|
+
- If the update cannot fast-forward cleanly, stop and report the exact reason without rebasing, merging, stashing, or force-resetting.
|
|
36
|
+
- After a successful fast-forward, rerun `init.sh`.
|
|
37
|
+
- Warn that Claude Code should use `/reload-skills` first, then `/clear` or restart if needed, and that Codex should start a fresh Codex CLI session if the `$` skill list remains stale.
|
|
38
|
+
6. First-run drift preferences (init / clone setup):
|
|
39
|
+
- Default policy is **track-latest** (installed skills follow canonical; drift is observable). The two prompts below are **opt-in and off by default**, so the explicit-control default stays out of the box.
|
|
40
|
+
- Only prompt when the preference keys are still unset. Check with `scripts/init-agentic-skills.sh show-prefs`; skip silently when both are already set.
|
|
41
|
+
- Ask (a): "Enable a session-start hook that warns when tracked skills are behind canonical?" Default **no**.
|
|
42
|
+
- If yes: run `scripts/init-agentic-skills.sh hook enable` (registers a `SessionStart` hook in `~/.claude/settings.json` invoking `scripts/skill-drift-hook.sh` and sets `skills.session_start_hook=true`).
|
|
43
|
+
- If no: run `scripts/init-agentic-skills.sh set-pref session_start_hook false`.
|
|
44
|
+
- Ask (b): "Auto-refresh latest skills on session start (instead of just warning)?" Default **no**.
|
|
45
|
+
- Run `scripts/init-agentic-skills.sh set-pref auto_refresh <true|false>` with the answer. Auto-refresh only takes effect when the hook is enabled.
|
|
46
|
+
- To disable later: decline the prompt, run `scripts/init-agentic-skills.sh set-pref session_start_hook false`, or run `scripts/init-agentic-skills.sh hook disable` to remove the settings entry.
|
|
47
|
+
|
|
48
|
+
## Constraints
|
|
49
|
+
|
|
50
|
+
- Delegate global initialization to `scripts/init-agentic-skills.sh`; do not recreate install logic by hand.
|
|
51
|
+
- Do not overwrite real directories or files under `~/.claude/skills`, `~/.codex/skills`, `.claude/skills`, or `.codex/skills`.
|
|
52
|
+
- Treat packs as project-local capabilities managed by `scripts/pack.sh` through `$pack`.
|
|
53
|
+
- Stop and report exact errors if the launcher cannot resolve the repository root or if root `init.sh` fails.
|
|
54
|
+
- Do not install `packs/*` globally in any mode.
|
|
55
|
+
|
|
56
|
+
## Default Shipping Contract
|
|
57
|
+
|
|
58
|
+
Follow the shared shipping contract convention in CLAUDE.md.
|
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## v0.10 - 2026-06-13
|
|
4
|
+
|
|
5
|
+
- Base-skill install reference updated from the retired `init.sh` to project-local `npx skillpacks init`.
|
|
6
|
+
|
|
7
|
+
## v0.9 - 2026-06-13
|
|
8
|
+
|
|
9
|
+
- Renamed the domain-neutral core skill set from "global" to "base" in the description and notes (these are the `init.sh`-initialized base skills).
|
|
10
|
+
|
|
3
11
|
## v0.8 - 2026-06-12
|
|
4
12
|
|
|
5
13
|
- Standardized active pack and skill install guidance on `npx skillpacks install <pack-or-skill>` instead of agent-native `/pack install` or `$pack install` recommendations.
|
|
@@ -0,0 +1,172 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: pack
|
|
3
|
+
description: Manage project-local skill packs, individual pack skill roots, and project designation without installing domain skills as base skills
|
|
4
|
+
type: ops
|
|
5
|
+
version: v0.10
|
|
6
|
+
argument-hint: "[list|status|recommend|install <pack-or-skill>|remove <pack-or-skill>|refresh|which <skill>] or no args for guided setup"
|
|
7
|
+
---
|
|
8
|
+
|
|
9
|
+
# Pack
|
|
10
|
+
|
|
11
|
+
Invoke as `$pack`.
|
|
12
|
+
|
|
13
|
+
Use this skill when the user wants to inspect, recommend, install, remove, or refresh project-local skill packs or individual skills from those packs.
|
|
14
|
+
|
|
15
|
+
## Process
|
|
16
|
+
|
|
17
|
+
1. Parse `$ARGUMENTS`.
|
|
18
|
+
- Treat commas as separators.
|
|
19
|
+
- Treat `business` as `business-app`.
|
|
20
|
+
- Ignore filler words such as `pack` or `packs`.
|
|
21
|
+
2. If no arguments were provided, run guided setup:
|
|
22
|
+
- If `.agents/project.json` exists, run `scripts/pack.sh refresh` to recreate local pack skill roots from committed project state, then report the project type, enabled packs, and installed skills.
|
|
23
|
+
- If `.agents/project.json` is missing, inspect the repository before asking the user:
|
|
24
|
+
- Run `scripts/pack.sh recommend`.
|
|
25
|
+
- Check top-level files and directories, package manifests, app/framework configs, source layout, docs, existing `research/`, `specs/`, and `tasks/` files.
|
|
26
|
+
- Classify likely packs using the pack selection rules below.
|
|
27
|
+
- Present a concise recommendation with evidence.
|
|
28
|
+
- Present a plain-text **Pack Decision Checkpoint**: show 2-4 numbered choices, mark the recommended choice, explain the tradeoff for each, and ask the user to reply with a number, exact pack list, `status`, or `cancel`.
|
|
29
|
+
- Stop after the checkpoint. Do not install anything until the user explicitly confirms a choice in a later message.
|
|
30
|
+
- After the user confirms, run the source-checkout helper `scripts/pack.sh install <pack...>`. For package consumers outside this checkout, the equivalent project-shell route is `npx skillpacks install <pack...>`.
|
|
31
|
+
- If `.agents/project.json` exists but `refresh` fails, report the failure and the exact command the user can retry.
|
|
32
|
+
3. Run the matching helper command from this skill library's bundled launcher for explicit commands:
|
|
33
|
+
- `scripts/pack.sh list`
|
|
34
|
+
- `scripts/pack.sh status`
|
|
35
|
+
- `scripts/pack.sh recommend`
|
|
36
|
+
- `scripts/pack.sh install <pack-or-skill>` (source checkout) or `npx skillpacks install <pack-or-skill>` (published package from the project shell)
|
|
37
|
+
- `scripts/pack.sh remove <pack-or-skill>`
|
|
38
|
+
- `scripts/pack.sh refresh`
|
|
39
|
+
- `scripts/pack.sh which <skill>`
|
|
40
|
+
The launcher is intentionally located at `scripts/pack.sh` under this skill directory and forwards to the repository-level pack manager.
|
|
41
|
+
4. For `install`, `remove`, `refresh`, and guided setup installs, report:
|
|
42
|
+
- `.agents/project.json` project type and enabled packs
|
|
43
|
+
- any `enabled_skills` entries when present, including the skill name and source pack
|
|
44
|
+
- any `project_scopes` entries when present, including the path, `project_type`, packs, and purpose
|
|
45
|
+
- local skill roots created or removed under `.claude/skills` and `.codex/skills`
|
|
46
|
+
- any skipped roots caused by non-repo-managed targets
|
|
47
|
+
- shipping guidance: `.agents/project.json` is the committed project designation and should be committed when pack configuration changed; `.claude/skills/**` and `.codex/skills/**` are generated local skill roots recreated by `/pack`, `$pack`, or `scripts/pack.sh refresh`, and generated skill roots must not be staged or committed
|
|
48
|
+
- skill-visibility reload guidance: Claude Code watches existing `.claude/skills` roots and supports `/reload-skills`; `/clear` starts a new conversation and can pick up the refreshed registry, while a full restart remains the fallback if the top-level skills directory did not exist at session start or the skill remains invisible. Codex users should start a fresh Codex CLI session if the active session does not show the changed skills.
|
|
49
|
+
|
|
50
|
+
## Pack Model
|
|
51
|
+
|
|
52
|
+
- Base skills are domain-neutral and installed project-local by `npx skillpacks init`.
|
|
53
|
+
- Domain workflows live in project-local packs.
|
|
54
|
+
- Project designation is stored in `.agents/project.json`.
|
|
55
|
+
- `.agents/project.json` is the committed project designation. `.claude/skills/**` and `.codex/skills/**` are generated local skill roots and must not be staged or committed; recreate them with `/pack`, `$pack`, or `scripts/pack.sh refresh`.
|
|
56
|
+
- Mixed monorepos may keep a coarse default `project_type` and add `project_scopes` entries for subtrees that need different domain routing.
|
|
57
|
+
- `enabled_packs` is the union of packs available to the repository; `project_scopes[].packs` explains which packs are appropriate for a specific path or glob.
|
|
58
|
+
- Pack installs use repo-managed skill roots that point back to this skill-library repository and exclude archived skill snapshots by default.
|
|
59
|
+
- The bundled launcher resolves copied managed installs through `.agentic-skills-managed` provenance before delegating to the repository-level pack manager.
|
|
60
|
+
- `scripts/pack.sh install`, `remove`, `refresh`, and `set-mode` preserve existing `project_scopes` and `notes` fields when `jq` is available.
|
|
61
|
+
- `scripts/pack.sh install <name>` treats `<name>` as a pack first, then as an individual skill provided by a pack. Package consumers use `npx skillpacks install <name>` for the same pack-or-skill resolution from the project shell.
|
|
62
|
+
- Pack writes use `.agents/.pack.lock` with owner metadata (`pid`, `started_at`, `command`); if a recorded owner process is gone, the next pack command removes that stale lock automatically.
|
|
63
|
+
- `scripts/pack.sh refresh` recreates project-local skill roots from `.agents/project.json`; it does not by itself force an active CLI skill registry to reload.
|
|
64
|
+
- Claude Code watches skill files under existing `.claude/skills` roots and supports `/reload-skills` to rescan skills and commands during a session. If a newly installed skill is not visible, run `/reload-skills`; `/clear` starts a new empty-context conversation and can also pick up the refreshed registry. Restart Claude Code if the top-level `.claude/skills` directory did not exist when the session started or the skill is still invisible.
|
|
65
|
+
- Codex may keep the `$` skill list loaded from session start. This pack workflow has no supported in-session Codex CLI skill refresh command, so start a fresh Codex CLI session if changed skills are not visible.
|
|
66
|
+
|
|
67
|
+
## Individual Skill Installation
|
|
68
|
+
|
|
69
|
+
When a name passed to `install` or `remove` does not match a pack, the system checks whether it matches a skill inside any pack. If it does, only that single skill root is installed, not the entire pack.
|
|
70
|
+
|
|
71
|
+
- `npx skillpacks install design-system` from the project shell installs only the `design-system` skill from `product-design`, not the whole pack.
|
|
72
|
+
- `npx skillpacks install code-review customer-discovery` from the project shell installs the `code-review` pack plus the individual `customer-discovery` skill.
|
|
73
|
+
- `$pack remove customer-discovery` removes only the `customer-discovery` skill root and its `enabled_skills` entry.
|
|
74
|
+
- `$pack which design-system` shows the source pack and whether the skill is installed.
|
|
75
|
+
|
|
76
|
+
Individual skills are tracked in `enabled_skills` in `.agents/project.json`:
|
|
77
|
+
|
|
78
|
+
```json
|
|
79
|
+
{
|
|
80
|
+
"enabled_skills": {"customer-discovery": "business-discovery", "positioning": "business-discovery"}
|
|
81
|
+
}
|
|
82
|
+
```
|
|
83
|
+
|
|
84
|
+
The `{skill: pack}` format tracks provenance so `refresh` knows where to rebuild from. When a name matches both a pack and a skill, the pack takes precedence.
|
|
85
|
+
|
|
86
|
+
## Pack Selection
|
|
87
|
+
|
|
88
|
+
- Use `business-discovery`, `customer-lifecycle`, `business-growth`, or `business-ops` for SaaS, marketplaces, productivity apps, internal/admin tools, business workflows, and enterprise applications. `business-app` is a compatibility alias for all four.
|
|
89
|
+
- Use `creator-foundation`, `youtube-ops`, and `remotion` separately for creator-media work; `creator-media` is a compatibility alias for foundation plus YouTube operations.
|
|
90
|
+
- Use `project-fleet` for control repositories that manage downstream repos, spec-store portfolios, or spin-offs.
|
|
91
|
+
- Use `code-quality` as an additive pack for behavior-preserving refactors, type hygiene, import honesty, dependency-boundary cleanup, and module organization.
|
|
92
|
+
- Use `alignment-loop` for lightweight operator-agent calibration before committing to a full spec-interview pipeline.
|
|
93
|
+
- Use `game` for video games, prototypes, playable entertainment, game engines, store pages, playtest loops, and game assets.
|
|
94
|
+
- Use `devtool` for SDKs, CLIs, APIs, libraries, infrastructure products, developer platforms, and documentation-first developer workflows.
|
|
95
|
+
- PoketoWork kanban packs (`business-app-kanban`, `devtool-kanban`, `game-kanban`, and `poketowork-kanban`) are hibernated while Poketo.work is being rebuilt. Do not recommend or install kanban packs until they are reactivated.
|
|
96
|
+
- Treat `monorepo` and `code-quality` as overlays. Pair overlays with a domain pack unless the user explicitly wants only the overlay behavior.
|
|
97
|
+
- For workflow ordering, lead-in recommendations, and overlay dependencies, read `docs/pack-workflow-matrix.md`.
|
|
98
|
+
|
|
99
|
+
## Mixed Monorepos
|
|
100
|
+
|
|
101
|
+
Use one repo-level `.agents/project.json` with a primary default plus scoped overrides:
|
|
102
|
+
|
|
103
|
+
```json
|
|
104
|
+
{
|
|
105
|
+
"project_type": "devtool",
|
|
106
|
+
"enabled_packs": ["devtool", "business-discovery", "customer-lifecycle", "business-growth"],
|
|
107
|
+
"skill_pack_version": 1,
|
|
108
|
+
"project_scopes": [
|
|
109
|
+
{
|
|
110
|
+
"path": "apps/pitwall-local",
|
|
111
|
+
"project_type": "devtool",
|
|
112
|
+
"packs": ["devtool"],
|
|
113
|
+
"purpose": "Pitwall Local / OSS developer utility work."
|
|
114
|
+
},
|
|
115
|
+
{
|
|
116
|
+
"path": "apps/pitwall-calcllm",
|
|
117
|
+
"project_type": "business-app",
|
|
118
|
+
"packs": ["business-discovery", "customer-lifecycle", "business-growth"],
|
|
119
|
+
"purpose": "CalcLLM-powered connected edition research, GTM, monetization, and SaaS product work."
|
|
120
|
+
},
|
|
121
|
+
{
|
|
122
|
+
"path": "packages/calcllm-sync",
|
|
123
|
+
"project_type": "business-app",
|
|
124
|
+
"packs": ["business-discovery", "customer-lifecycle", "business-growth"],
|
|
125
|
+
"purpose": "Connected-edition sync and SaaS integration work."
|
|
126
|
+
}
|
|
127
|
+
]
|
|
128
|
+
}
|
|
129
|
+
```
|
|
130
|
+
|
|
131
|
+
When a task clearly names a scoped path, route to that scope's `project_type` and packs. When no scope matches, use the top-level `project_type` as the default.
|
|
132
|
+
|
|
133
|
+
## Pack Decision Checkpoint
|
|
134
|
+
|
|
135
|
+
Use this format when Codex needs user confirmation and `request_user_input` is unavailable:
|
|
136
|
+
|
|
137
|
+
```
|
|
138
|
+
## Pack Decision Checkpoint
|
|
139
|
+
|
|
140
|
+
Detected:
|
|
141
|
+
- [evidence]
|
|
142
|
+
|
|
143
|
+
Recommendation: `<pack>` because [reason].
|
|
144
|
+
|
|
145
|
+
Choose one:
|
|
146
|
+
1. `<pack>` (Recommended) — [impact/tradeoff]
|
|
147
|
+
2. `<alternate-pack>` — [impact/tradeoff]
|
|
148
|
+
3. `<pack> <matching-kanban-pack>` — [impact/tradeoff]
|
|
149
|
+
4. `cancel` — leave the project unconfigured
|
|
150
|
+
|
|
151
|
+
Reply with a number or an exact pack list to install.
|
|
152
|
+
```
|
|
153
|
+
|
|
154
|
+
## Missing Skill Resolution
|
|
155
|
+
|
|
156
|
+
When a user invokes a skill that is not found in the current session:
|
|
157
|
+
|
|
158
|
+
1. Run `scripts/pack.sh which <skill-name>` to check if the skill exists in any pack.
|
|
159
|
+
2. If found in an uninstalled pack: tell the user which pack provides the skill, recommend `npx skillpacks install <pack-or-skill>` from the project shell for either the skill or the full pack, and note the post-install reload path: Claude Code `/reload-skills` first, `/clear` or restart if needed; Codex fresh session if the `$` list stays stale.
|
|
160
|
+
3. If found in an installed pack: the skill should already be available, so suggest the same reload path to pick up the local skill roots.
|
|
161
|
+
4. If not found in any pack: suggest `$skills` to browse available skills or `$skills search <keyword>` to search.
|
|
162
|
+
|
|
163
|
+
## Constraints
|
|
164
|
+
|
|
165
|
+
- Never install `packs/*` into `~/.claude/skills` or `~/.codex/skills`.
|
|
166
|
+
- Do not overwrite real directories or files in `.claude/skills` or `.codex/skills`; skip them with a warning.
|
|
167
|
+
- If local skill discovery is not available in the active assistant, treat `pack` as the launcher and read the project-local pack files directly.
|
|
168
|
+
- Do not create `.agents/project.json` without user confirmation during guided setup.
|
|
169
|
+
|
|
170
|
+
## Default Shipping Contract
|
|
171
|
+
|
|
172
|
+
Follow the shared shipping contract convention in CLAUDE.md.
|