@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
package/AGENTS.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
<!-- provision-agentic-config v0.
|
|
1
|
+
<!-- provision-agentic-config v0.11 -->
|
|
2
2
|
## Workflow Orchestration
|
|
3
3
|
|
|
4
4
|
### 1. Plan Mode Default
|
|
@@ -42,7 +42,7 @@
|
|
|
42
42
|
### Missing Skill Fallback
|
|
43
43
|
- If a user invokes a command-like skill such as `$benchmark-test-skill design-system` and the leading command is not in the injected session skill list, search project-local packs before falling back to the trailing argument as the active skill.
|
|
44
44
|
- Check `packs/*/codex/*/SKILL.md` and pack metadata such as `packs/*/PACK.md`; project-local pack skills may exist in this repository even when they are not visible in the active session list.
|
|
45
|
-
- For any missing skill, run `scripts/pack.sh which <skill-name>` to locate the providing pack. If found in an uninstalled pack, recommend `npx
|
|
45
|
+
- For any missing skill, run `scripts/pack.sh which <skill-name>` to locate the providing pack. If found in an uninstalled pack, 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` can pick up the refreshed registry, restart if the top-level `.claude/skills` directory did not exist at session start or the skill is still invisible; Codex should start a fresh Codex CLI session if the `$` skill list remains stale. If found in an installed pack, suggest the same reload path. If not found in any pack, suggest `$skills` or `$skills search <keyword>`.
|
|
46
46
|
|
|
47
47
|
### Prompt History
|
|
48
48
|
- On every skill invocation, before substantive work, create `prompts/<skill-slug>/` if it does not exist.
|
package/CLAUDE.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
<!-- provision-agentic-config v0.
|
|
1
|
+
<!-- provision-agentic-config v0.11 -->
|
|
2
2
|
## Workflow Orchestration
|
|
3
3
|
|
|
4
4
|
### 1. Plan Mode Default
|
|
@@ -41,7 +41,7 @@
|
|
|
41
41
|
|
|
42
42
|
### Missing Skill Fallback
|
|
43
43
|
- When a skill invocation fails because the skill is not found, run `scripts/pack.sh which <skill-name>` to check if the skill exists in an available pack.
|
|
44
|
-
- If found in an uninstalled pack, recommend `npx
|
|
44
|
+
- If found in an uninstalled pack, 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` can pick up the refreshed registry, restart if the top-level `.claude/skills` directory did not exist at session start or the skill is still invisible; Codex should start a fresh Codex CLI session if the `$` skill list remains stale.
|
|
45
45
|
- If found in an installed pack, suggest the same reload path to pick up the local skill roots.
|
|
46
46
|
- If not found in any pack, suggest `/skills` or `/skills search <keyword>`.
|
|
47
47
|
|
|
@@ -163,4 +163,4 @@ Research-producing skills maintain a shared project glossary at `research/glossa
|
|
|
163
163
|
|
|
164
164
|
### Cross-Pack Routing
|
|
165
165
|
|
|
166
|
-
When a skill recommends another skill from a different pack, verify the target pack is installed via `.agents/project.json` `enabled_packs`. If not installed, include `npx
|
|
166
|
+
When a skill recommends another skill from a different pack, verify the target pack is installed via `.agents/project.json` `enabled_packs`. If not installed, include `npx skillpacks install <pack-name>` as the prerequisite in the recommendation.
|
package/README.md
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
#
|
|
1
|
+
# gSkillPacks
|
|
2
2
|
|
|
3
3
|
A shared skill library for Claude Code and OpenAI Codex.
|
|
4
4
|
|
|
5
5
|
The library now uses a two-layer model:
|
|
6
6
|
|
|
7
|
-
- **
|
|
7
|
+
- **Base skills** are domain-neutral and safe to expose in every project.
|
|
8
8
|
- **Project-local packs** hold domain-specific workflows such as business apps, video games, and developer tools.
|
|
9
9
|
|
|
10
10
|
This keeps game research out of B2B SaaS sessions, and keeps business-product assumptions out of game and devtool projects.
|
|
@@ -12,7 +12,7 @@ This keeps game research out of B2B SaaS sessions, and keeps business-product as
|
|
|
12
12
|
## Prerequisites
|
|
13
13
|
|
|
14
14
|
- **Node.js 18+** for the `gskp` npm CLI and package build.
|
|
15
|
-
- **bash** shell (macOS, Linux, or WSL on Windows) for
|
|
15
|
+
- **bash** shell (macOS, Linux, or WSL on Windows) for `scripts/pack.sh` and the remaining shell-backed `gskp` commands.
|
|
16
16
|
- **jq** for git-checkout `scripts/pack.sh` write commands and `gskp install-deck` materialization: `brew install jq` (macOS) or `apt install jq` (Debian/Ubuntu). Node-owned `gskp` project commands do not require `jq`.
|
|
17
17
|
- **Claude Code** or **OpenAI Codex** installed on your machine
|
|
18
18
|
- **pnpm** (optional, for running tests): `npm install -g pnpm`
|
|
@@ -27,11 +27,11 @@ The source-checkout path is available today and remains supported:
|
|
|
27
27
|
|
|
28
28
|
```bash
|
|
29
29
|
git clone <this-repo-url> ~/agentic-skills
|
|
30
|
-
cd ~/
|
|
31
|
-
|
|
30
|
+
cd ~/my-project
|
|
31
|
+
npx skillpacks init
|
|
32
32
|
```
|
|
33
33
|
|
|
34
|
-
Project-local packs are installed from the checkout:
|
|
34
|
+
Base skills install **project-local** into the current repository (`.claude/skills/`, `.codex/skills/`). Project-local packs are installed from the checkout:
|
|
35
35
|
|
|
36
36
|
```bash
|
|
37
37
|
cd ~/my-project
|
|
@@ -46,37 +46,36 @@ With the published npm package, users can install from the current project direc
|
|
|
46
46
|
|
|
47
47
|
```bash
|
|
48
48
|
cd ~/my-project
|
|
49
|
-
npx
|
|
50
|
-
npx
|
|
51
|
-
npx
|
|
52
|
-
npx
|
|
53
|
-
npx
|
|
54
|
-
npx
|
|
49
|
+
npx skillpacks init
|
|
50
|
+
npx skillpacks install devtool
|
|
51
|
+
npx skillpacks install code-quality
|
|
52
|
+
npx skillpacks install-deck game-afps
|
|
53
|
+
npx skillpacks refresh
|
|
54
|
+
npx skillpacks status
|
|
55
55
|
```
|
|
56
56
|
|
|
57
|
-
`npx
|
|
57
|
+
`npx skillpacks init` installs the base skills for the current repository as project-local roots. `npx skillpacks install <pack-or-skill>` adds domain packs or individual pack skills. Both write project-local files: `.agents/project.json`, `.claude/skills/*`, and `.codex/skills/*`. Package semver such as `skillpacks@0.1.0` selects the bundled skill snapshot; `npx skillpacks refresh` recreates enabled base skills and packs from that snapshot. Individual skill pins still use each skill's `version:` value through `skillpacks pin <skill> <version>` or `gskp pin <skill> <version>`.
|
|
58
58
|
|
|
59
|
-
The package
|
|
59
|
+
The same release is also published as the scoped alias package `@glexcorp/gskp`, so `npx @glexcorp/gskp init` is equivalent to `npx skillpacks init` at the same version. Both packages install both `gskp` and `skillpacks` binaries for global or local `npm exec --package skillpacks ...` or `npm exec --package @glexcorp/gskp ...` usage. Do not use `npx skillpack ...` singular; that is an unrelated npm package with a different project format.
|
|
60
60
|
|
|
61
61
|
## Initialization
|
|
62
62
|
|
|
63
63
|
```bash
|
|
64
|
-
|
|
64
|
+
cd ~/my-project
|
|
65
|
+
npx skillpacks init
|
|
65
66
|
```
|
|
66
67
|
|
|
67
|
-
`init
|
|
68
|
-
|
|
69
|
-
- `global/claude/*` -> `~/.claude/skills/*`
|
|
70
|
-
- `global/codex/*` -> `~/.codex/skills/*`
|
|
68
|
+
`npx skillpacks init` initializes base skills **project-local** for the current repository:
|
|
71
69
|
|
|
72
|
-
|
|
70
|
+
- `base/claude/*` -> `<project>/.claude/skills/*`
|
|
71
|
+
- `base/codex/*` -> `<project>/.codex/skills/*`
|
|
73
72
|
|
|
74
|
-
|
|
73
|
+
It records `base_skills: true` in `.agents/project.json`, so later `npx skillpacks refresh` updates them from the package version being run. It does **not** install `packs/*` — domain packs are never installed as base skills.
|
|
75
74
|
|
|
76
|
-
To
|
|
75
|
+
There is no user-home (global) base install. To clean up legacy repo-managed base installs left in `~/.claude/skills` and `~/.codex/skills` by the retired init path:
|
|
77
76
|
|
|
78
77
|
```bash
|
|
79
|
-
|
|
78
|
+
npx skillpacks uninstall-global
|
|
80
79
|
```
|
|
81
80
|
|
|
82
81
|
## Project Packs
|
|
@@ -84,48 +83,48 @@ To remove repo-managed global skill installs:
|
|
|
84
83
|
Project packs are enabled per repository.
|
|
85
84
|
|
|
86
85
|
```bash
|
|
87
|
-
npx
|
|
88
|
-
npx
|
|
89
|
-
npx
|
|
90
|
-
npx
|
|
91
|
-
npx
|
|
92
|
-
npx
|
|
93
|
-
npx
|
|
94
|
-
npx
|
|
95
|
-
npx
|
|
96
|
-
npx
|
|
97
|
-
npx
|
|
98
|
-
npx
|
|
99
|
-
npx
|
|
100
|
-
npx
|
|
101
|
-
npx
|
|
102
|
-
npx
|
|
103
|
-
npx
|
|
104
|
-
npx
|
|
105
|
-
npx
|
|
106
|
-
npx
|
|
86
|
+
npx skillpacks list
|
|
87
|
+
npx skillpacks recommend
|
|
88
|
+
npx skillpacks install business-discovery
|
|
89
|
+
npx skillpacks install business-growth
|
|
90
|
+
npx skillpacks install business-ops
|
|
91
|
+
npx skillpacks install game
|
|
92
|
+
npx skillpacks install devtool
|
|
93
|
+
npx skillpacks install creator-foundation
|
|
94
|
+
npx skillpacks install youtube-ops
|
|
95
|
+
npx skillpacks install code-quality
|
|
96
|
+
npx skillpacks install agentic-skills-bench
|
|
97
|
+
npx skillpacks install monorepo
|
|
98
|
+
npx skillpacks install remotion
|
|
99
|
+
npx skillpacks install project-fleet
|
|
100
|
+
npx skillpacks install alignment-loop
|
|
101
|
+
npx skillpacks install design-system
|
|
102
|
+
npx skillpacks which design-system
|
|
103
|
+
npx skillpacks status
|
|
104
|
+
npx skillpacks remove game
|
|
105
|
+
npx skillpacks remove design-system
|
|
107
106
|
```
|
|
108
107
|
|
|
109
|
-
`npx
|
|
108
|
+
`npx skillpacks install <name>` accepts either a pack name or a skill name from any pack. Pack names install every skill in the pack. Skill names install only that one project-local skill and record it under `.agents/project.json` `enabled_skills`.
|
|
110
109
|
|
|
111
|
-
For source-checkout development, `scripts/pack.sh install <pack-or-skill>` remains supported from a local clone. The npm CLI also supports `npx
|
|
110
|
+
For source-checkout development, `scripts/pack.sh install <pack-or-skill>` remains supported from a local clone. The npm CLI also supports `npx skillpacks refresh`, `npx skillpacks doctor`, `npx skillpacks doctor --fix`, `npx skillpacks doctor --fix --agent-docs --dry-run`, and deck installation from manifest metadata including `npx skillpacks install-deck vard`, `npx skillpacks install-deck ord`, `npx skillpacks install-deck business-afps`, `npx skillpacks install-deck devtool-afps`, and `npx skillpacks install-deck game-afps`.
|
|
112
111
|
|
|
113
112
|
Alignment convention maintenance also has npm wrappers:
|
|
114
113
|
|
|
115
114
|
```bash
|
|
116
|
-
npx
|
|
117
|
-
npx
|
|
118
|
-
npx
|
|
119
|
-
npx
|
|
115
|
+
npx skillpacks alignment bundles --check
|
|
116
|
+
npx skillpacks alignment pages audit
|
|
117
|
+
npx skillpacks alignment pages inject-tts --force alignment/example.html
|
|
118
|
+
npx skillpacks alignment verify
|
|
120
119
|
```
|
|
121
120
|
|
|
122
|
-
Use direct `node scripts/upgrade-alignment-page.mjs`, `node scripts/audit-alignment-pages.mjs`, and `node scripts/inject-tts.mjs` commands from a source checkout. Use `npx
|
|
121
|
+
Use direct `node scripts/upgrade-alignment-page.mjs`, `node scripts/audit-alignment-pages.mjs`, and `node scripts/inject-tts.mjs` commands from a source checkout. Use `npx skillpacks alignment ...` from npm-installed target repos.
|
|
123
122
|
|
|
124
|
-
`scripts/pack.sh list-packs` is an internal subcommand used by Codex `$exec` routing (see `
|
|
123
|
+
`scripts/pack.sh list-packs` is an internal subcommand used by Codex `$exec` routing (see `base/codex/exec/SKILL.md`). It prints enabled packs from `.agents/project.json` one per line with no decoration, distinct from the human-facing `list` above; prefer `list` or `status` for interactive use.
|
|
125
124
|
|
|
126
125
|
Claude users can run `/pack` with no arguments, and Codex users can run `$pack` with no arguments. If `.agents/project.json` exists, the skill refreshes local skill roots from that committed project designation. If it is missing, the assistant inspects the repository, recommends a pack, and asks before installing.
|
|
127
126
|
|
|
128
|
-
`npx
|
|
127
|
+
`npx skillpacks which <skill>` shows which pack provides a skill and whether it is installed. `npx skillpacks refresh` recreates local skill roots; it does not by itself force an active CLI skill registry to reload. Claude Code watches existing `.claude/skills` roots and supports `/reload-skills`; `/clear` starts a new empty-context conversation and can also pick up refreshed skills. Restart Claude Code if `.claude/skills` did not exist when the session started or the skill is still invisible. In Codex, start a fresh Codex CLI session if the `$` skill list stays stale.
|
|
129
128
|
|
|
130
129
|
Pack installation creates local repo-managed skill roots in the current project. Active installs expose the canonical `SKILL.md` and exclude `archive/`:
|
|
131
130
|
|
|
@@ -176,7 +175,7 @@ Pack commands also write `.agents/.pack.lock` owner metadata and automatically r
|
|
|
176
175
|
|
|
177
176
|
`.agents/project.json` also accepts an optional `agent_mode` field (`"claude-only" | "codex-only" | "hybrid"`) that names the Phase 11 operating mode for the project. Set or clear it with `scripts/pack.sh set-mode <claude-only|codex-only|hybrid|unset>`; the value is preserved across `install`, `remove`, and `refresh`. `SKILLS_AGENT_MODE` overrides the file for the current shell, and `scripts/agent-mode.sh` resolves the effective mode (env > project.json > empty). See `docs/operating-modes.md`.
|
|
178
177
|
|
|
179
|
-
If an assistant does not discover project-local skills, use the
|
|
178
|
+
If an assistant does not discover project-local skills, use the base `pack` or `research-roadmap` skill as the launcher. The pack files still stay project-local.
|
|
180
179
|
|
|
181
180
|
For workflow ordering, lead-in recommendations, and overlay dependencies, see [`docs/pack-workflow-matrix.md`](docs/pack-workflow-matrix.md).
|
|
182
181
|
|
|
@@ -184,7 +183,7 @@ For workflow ordering, lead-in recommendations, and overlay dependencies, see [`
|
|
|
184
183
|
|
|
185
184
|
```text
|
|
186
185
|
agentic-skills/
|
|
187
|
-
├──
|
|
186
|
+
├── base/
|
|
188
187
|
│ ├── claude/<name>/SKILL.md
|
|
189
188
|
│ └── codex/<name>/SKILL.md
|
|
190
189
|
├── packs/
|
|
@@ -210,34 +209,34 @@ agentic-skills/
|
|
|
210
209
|
│ └── skills-showcase/
|
|
211
210
|
├── packages/
|
|
212
211
|
│ └── skillpacks/
|
|
213
|
-
├── init.sh
|
|
214
212
|
└── docs/
|
|
215
213
|
```
|
|
216
214
|
|
|
217
|
-
The repository root is private workspace metadata. The publishable `
|
|
215
|
+
The repository root is private workspace metadata. The publishable `skillpacks` package source lives in `packages/skillpacks/`; `@glexcorp/gskp` is generated as a staged package variant during release. The public Skills Showcase app and its data generators live in `apps/skills-showcase/`.
|
|
218
216
|
|
|
219
|
-
##
|
|
217
|
+
## Base Core
|
|
220
218
|
|
|
221
|
-
The
|
|
219
|
+
The base surface is intentionally small and domain-neutral. `npx skillpacks init` installs 11 skills under `base/claude/`, 8 of which are mirrored under `base/codex/`:
|
|
222
220
|
|
|
223
221
|
```text
|
|
224
|
-
|
|
225
|
-
|
|
222
|
+
afps-status, animation-design-planner, autoresearch, autoresearch-prep,
|
|
223
|
+
codebase-status, fork-idea-branch, idea-scope-brief, init-agentic-skills,
|
|
224
|
+
pack, provision-agentic-config, skills
|
|
226
225
|
```
|
|
227
226
|
|
|
228
|
-
###
|
|
227
|
+
### Claude-only base skills
|
|
229
228
|
|
|
230
|
-
|
|
229
|
+
Three base skills ship only under `base/claude/` (no `base/codex/` mirror):
|
|
231
230
|
|
|
232
231
|
```text
|
|
233
|
-
|
|
232
|
+
autoresearch, autoresearch-prep, fork-idea-branch
|
|
234
233
|
```
|
|
235
234
|
|
|
236
235
|
`$afps-status` summarizes AFPS product-workflow progress from existing artifacts and recommends the next concrete skill command. It is read-mostly reconciliation, not a competing workflow state system.
|
|
237
236
|
|
|
238
237
|
### `delegate` moved to the `agent-bridge` pack
|
|
239
238
|
|
|
240
|
-
`delegate` is **no longer
|
|
239
|
+
`delegate` is **no longer a base skill** — it lives in `packs/agent-bridge/claude/delegate`. Install it with `npx skillpacks install agent-bridge`. It remains **Claude-only** with no Codex mirror.
|
|
241
240
|
|
|
242
241
|
`/delegate` is the synchronous, in-session sibling of `/handoff --target=codex`: it drafts and approves a packet via `scripts/approved-plan.sh`, then invokes `codex exec "<target-skill> --execute-approved"` live from Claude. It is `hybrid`-only by design. Codex users should not expect a `$delegate` — drive hybrid delegation from the Claude side, or use `/handoff --target=codex` for the async variant. See `packs/agent-bridge/claude/delegate/SKILL.md` and `docs/operating-modes.md`.
|
|
243
242
|
|
|
@@ -264,7 +263,7 @@ burn-rate, runway-model, investor-update, reconcile-research,
|
|
|
264
263
|
mvp-gap, scale-audit, platform-strategy
|
|
265
264
|
```
|
|
266
265
|
|
|
267
|
-
`npx
|
|
266
|
+
`npx skillpacks install business-app` remains a compatibility alias that installs all four, but narrow installs are preferred for context size.
|
|
268
267
|
|
|
269
268
|
|
|
270
269
|
### Game
|
|
@@ -308,7 +307,7 @@ youtube-portfolio, youtube-peer-benchmark, youtube-search-positioning,
|
|
|
308
307
|
youtube-cadence-diagnosis
|
|
309
308
|
```
|
|
310
309
|
|
|
311
|
-
`npx
|
|
310
|
+
`npx skillpacks install creator-media` remains a compatibility alias that installs `creator-foundation` and `youtube-ops`. Use `remotion` for `youtube-format-research`, `video-script`, and `video-build`.
|
|
312
311
|
|
|
313
312
|
LinkedIn-first evidence work uses the `creator-foundation` matrix/schema/dossier path:
|
|
314
313
|
|
|
@@ -365,7 +364,7 @@ extract-shared-types, quality-sweep
|
|
|
365
364
|
For pnpm workspace monorepos that may use Turborepo and need package-aware execution, guardrails, and shipping.
|
|
366
365
|
|
|
367
366
|
```bash
|
|
368
|
-
npx
|
|
367
|
+
npx skillpacks install monorepo
|
|
369
368
|
```
|
|
370
369
|
|
|
371
370
|
```text
|
|
@@ -398,16 +397,16 @@ PoketoWork kanban packs are hibernated while Poketo.work is being rebuilt. Their
|
|
|
398
397
|
|
|
399
398
|
## Moved Skills
|
|
400
399
|
|
|
401
|
-
Former
|
|
400
|
+
Former base business/product skills now live in narrower project packs. `business-app` remains a compatibility alias for all four business packs.
|
|
402
401
|
|
|
403
402
|
```bash
|
|
404
|
-
npx
|
|
405
|
-
npx
|
|
406
|
-
npx
|
|
407
|
-
npx
|
|
403
|
+
npx skillpacks install business-discovery
|
|
404
|
+
npx skillpacks install customer-lifecycle
|
|
405
|
+
npx skillpacks install business-growth
|
|
406
|
+
npx skillpacks install business-ops
|
|
408
407
|
```
|
|
409
408
|
|
|
410
|
-
Creator-media and YouTube work is similarly split between `creator-foundation`, `youtube-ops`, and `remotion`. Fleet/portfolio work moved from
|
|
409
|
+
Creator-media and YouTube work is similarly split between `creator-foundation`, `youtube-ops`, and `remotion`. Fleet/portfolio work moved from base core into `project-fleet`.
|
|
411
410
|
|
|
412
411
|
## Version Pinning
|
|
413
412
|
|
|
@@ -415,14 +414,14 @@ Skills can be pinned to an archived version. When a skill's version is bumped, t
|
|
|
415
414
|
|
|
416
415
|
```bash
|
|
417
416
|
# Archive current version before bumping
|
|
418
|
-
bash scripts/skill-archive.sh
|
|
417
|
+
bash scripts/skill-archive.sh base/claude/codebase-status
|
|
419
418
|
|
|
420
419
|
# Pin a pack skill to an archived version
|
|
421
420
|
scripts/pack.sh pin devtool-adoption v0.0
|
|
422
421
|
scripts/pack.sh unpin devtool-adoption
|
|
423
422
|
|
|
424
|
-
# Pin a
|
|
425
|
-
|
|
423
|
+
# Pin a base skill to an archived version
|
|
424
|
+
npx skillpacks pin ship v0.0
|
|
426
425
|
|
|
427
426
|
# Audit archive integrity
|
|
428
427
|
bash scripts/skill-archive-audit.sh
|
|
@@ -442,7 +441,7 @@ See [`docs/skill-versioning.md`](docs/skill-versioning.md) for the full versioni
|
|
|
442
441
|
pnpm --dir tests test
|
|
443
442
|
```
|
|
444
443
|
|
|
445
|
-
`skill-deps.sh`, `skill-pack-routing-audit.sh`, and `skill-versions.sh` scan `
|
|
444
|
+
`skill-deps.sh`, `skill-pack-routing-audit.sh`, and `skill-versions.sh` scan `base/` and `packs/`; `skill-mirror-parity-audit.sh` checks mirrored pack skill pairs under `packs/`.
|
|
446
445
|
|
|
447
446
|
Live agent behavior tests are opt-in because they invoke authenticated CLIs and may spend model budget:
|
|
448
447
|
|
|
@@ -10,7 +10,7 @@ argument-hint: "[path-a-label] [path-b-label] [--from <skill>] [--reuse <artifac
|
|
|
10
10
|
|
|
11
11
|
Use this skill when a single research path should split into multiple parallel product paths — for example, two compelling ICPs with conflicting pain points that need separate products, or positioning evidence showing the concept serves fundamentally different markets. This skill archives the current research, scaffolds new product paths, and routes each back to `/idea-scope-brief` for a fresh start.
|
|
12
12
|
|
|
13
|
-
This is a
|
|
13
|
+
This is a base helper, not part of any pack's linear workflow. It can be invoked directly by the user or suggested by research skills when alignment page answers indicate divergent paths.
|
|
14
14
|
|
|
15
15
|
This skill is distinct from `/product-line fork` (which adds a path to the portfolio). This skill splits and restarts research from scratch.
|
|
16
16
|
|
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## v0.10 - 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 `~/.claude/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.9 - 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
|
+
|
|
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,41 @@
|
|
|
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 Claude 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.10
|
|
6
|
+
argument-hint: "[init|status|doctor|refresh|uninstall-global]"
|
|
7
|
+
---
|
|
8
|
+
|
|
9
|
+
# Init Agentic Skills
|
|
10
|
+
|
|
11
|
+
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.
|
|
12
|
+
|
|
13
|
+
## Process
|
|
14
|
+
|
|
15
|
+
1. Parse `$ARGUMENTS`:
|
|
16
|
+
- 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`.
|
|
17
|
+
- `status`: run `npx skillpacks status` to report the project designation, enabled packs, and installed skills.
|
|
18
|
+
- `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.
|
|
19
|
+
- `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.
|
|
20
|
+
- `help`, `--help`, or `-h`: run `npx skillpacks --help`.
|
|
21
|
+
2. Report the command run, the project skill directories, installed counts, and any warnings about non-repo-managed collisions.
|
|
22
|
+
3. Explain pack access separately:
|
|
23
|
+
- Do not install `packs/*` as base skills.
|
|
24
|
+
- 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.
|
|
25
|
+
- 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.
|
|
26
|
+
4. If the active session still cannot see a newly installed or refreshed skill, report the skill-visibility reload path:
|
|
27
|
+
- 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.
|
|
28
|
+
- Codex: start a fresh Codex CLI session if the `$` skill list remains stale.
|
|
29
|
+
|
|
30
|
+
## Constraints
|
|
31
|
+
|
|
32
|
+
- Drive installation through `npx skillpacks` (the npm `skillpacks` CLI); do not recreate install logic by hand or reintroduce a user-home/global install path.
|
|
33
|
+
- Base skills are project-local: they install into the current project's `.claude/skills` and `.codex/skills`, not into `~/.claude/skills` or `~/.codex/skills`.
|
|
34
|
+
- Do not overwrite real directories or files under `.claude/skills` or `.codex/skills` that are not repo-managed.
|
|
35
|
+
- Treat packs as project-local capabilities managed through `/pack` (`npx skillpacks` under the hood).
|
|
36
|
+
- Stop and report exact errors if `npx skillpacks` fails.
|
|
37
|
+
- Do not install `packs/*` as base skills in any mode.
|
|
38
|
+
|
|
39
|
+
## Default Shipping Contract
|
|
40
|
+
|
|
41
|
+
Follow the shared shipping contract convention in CLAUDE.md.
|
|
@@ -0,0 +1,56 @@
|
|
|
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 Claude 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.9
|
|
6
|
+
argument-hint: "[init|status|doctor|update|latest|--uninstall]"
|
|
7
|
+
---
|
|
8
|
+
|
|
9
|
+
# Init Agentic Skills
|
|
10
|
+
|
|
11
|
+
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.
|
|
12
|
+
|
|
13
|
+
## Process
|
|
14
|
+
|
|
15
|
+
1. Parse `$ARGUMENTS`:
|
|
16
|
+
- 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.
|
|
17
|
+
- `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`.
|
|
18
|
+
- `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.
|
|
19
|
+
- `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.
|
|
20
|
+
- `--uninstall`, `uninstall`, or `remove`: run `scripts/init-agentic-skills.sh --uninstall` only after confirming the user wants repo-managed base installs removed.
|
|
21
|
+
- `help`, `--help`, or `-h`: run `scripts/init-agentic-skills.sh --help`.
|
|
22
|
+
2. Report the initializer command, the Claude and Codex skill directories, installed/skipped counts, and warnings about non-repo-managed collisions.
|
|
23
|
+
3. Explain pack access separately:
|
|
24
|
+
- Do not install `packs/*` as base skills.
|
|
25
|
+
- 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.
|
|
26
|
+
- If a project already has `.agents/project.json`, use `/pack refresh` after this base initialization to recreate local pack skill roots.
|
|
27
|
+
4. If the active session still cannot see a newly installed or refreshed skill, report the skill-visibility reload path:
|
|
28
|
+
- 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.
|
|
29
|
+
- Codex: start a fresh Codex CLI session if the `$` skill list remains stale.
|
|
30
|
+
5. For `update` / `latest` mode:
|
|
31
|
+
- Confirm before running commands that fetch, pull, or reinstall.
|
|
32
|
+
- 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`.
|
|
33
|
+
- If the update cannot fast-forward cleanly, stop and report the exact reason without rebasing, merging, stashing, or force-resetting.
|
|
34
|
+
- After a successful fast-forward, rerun `init.sh`.
|
|
35
|
+
- 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.
|
|
36
|
+
6. First-run drift preferences (init / clone setup):
|
|
37
|
+
- 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.
|
|
38
|
+
- 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.
|
|
39
|
+
- Ask (a): "Enable a session-start hook that warns when tracked skills are behind canonical?" Default **no**.
|
|
40
|
+
- 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`).
|
|
41
|
+
- If no: run `scripts/init-agentic-skills.sh set-pref session_start_hook false`.
|
|
42
|
+
- Ask (b): "Auto-refresh latest skills on session start (instead of just warning)?" Default **no**.
|
|
43
|
+
- 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.
|
|
44
|
+
- 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.
|
|
45
|
+
|
|
46
|
+
## Constraints
|
|
47
|
+
|
|
48
|
+
- Delegate base initialization to `scripts/init-agentic-skills.sh`; do not recreate install logic by hand.
|
|
49
|
+
- Do not overwrite real directories or files under `~/.claude/skills`, `~/.codex/skills`, `.claude/skills`, or `.codex/skills`.
|
|
50
|
+
- Treat packs as project-local capabilities managed by `scripts/pack.sh` through `/pack`.
|
|
51
|
+
- Stop and report exact errors if the launcher cannot resolve the repository root or if root `init.sh` fails.
|
|
52
|
+
- Do not install `packs/*` as base skills in any mode.
|
|
53
|
+
|
|
54
|
+
## Default Shipping Contract
|
|
55
|
+
|
|
56
|
+
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.
|