@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/docs/QUICKSTART.md
CHANGED
|
@@ -5,7 +5,7 @@ Get from clone to a working skill in under 5 minutes.
|
|
|
5
5
|
## Prerequisites
|
|
6
6
|
|
|
7
7
|
- **Node.js 18+** for the `gskp` npm CLI and package build
|
|
8
|
-
- **bash** shell (macOS, Linux, or WSL on Windows) for
|
|
8
|
+
- **bash** shell (macOS, Linux, or WSL on Windows) for `scripts/pack.sh` and remaining shell-backed `gskp` commands
|
|
9
9
|
- **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 install`, `remove`, `refresh`, `doctor`, `prune`, `pin`, `unpin`, `status`, `list-packs`, `set-mode`, and `set-update-mode` do not require `jq`
|
|
10
10
|
- **Claude Code** or **OpenAI Codex** installed on your machine
|
|
11
11
|
- **pnpm** (optional, for running tests): `npm install -g pnpm`
|
|
@@ -14,28 +14,30 @@ Get from clone to a working skill in under 5 minutes.
|
|
|
14
14
|
|
|
15
15
|
### Source checkout
|
|
16
16
|
|
|
17
|
-
Use the source checkout when you are developing this repository or
|
|
17
|
+
Use the source checkout when you are developing this repository or installing base skills from a local clone:
|
|
18
18
|
|
|
19
19
|
```bash
|
|
20
20
|
git clone <this-repo-url> ~/agentic-skills
|
|
21
|
-
cd ~/
|
|
22
|
-
|
|
21
|
+
cd ~/my-project
|
|
22
|
+
npx skillpacks init
|
|
23
23
|
```
|
|
24
24
|
|
|
25
|
-
`init
|
|
25
|
+
`npx skillpacks init` installs repo-managed base skill directories **project-local** into the current repository's `.claude/skills/` and `.codex/skills/` roots and records `base_skills: true` in `.agents/project.json`. Track-latest installs are managed copies with drift metadata; pinned archived skills are the symlink case. Domain packs are not installed as base skills — that is intentional context hygiene.
|
|
26
26
|
|
|
27
27
|
### npm CLI
|
|
28
28
|
|
|
29
|
-
With the published npm package, use `npx
|
|
29
|
+
With the published npm package, use `npx skillpacks` from the project that should receive local skills:
|
|
30
30
|
|
|
31
31
|
```bash
|
|
32
32
|
cd ~/my-project
|
|
33
|
-
npx
|
|
34
|
-
npx
|
|
35
|
-
npx
|
|
33
|
+
npx skillpacks --version
|
|
34
|
+
npx skillpacks init
|
|
35
|
+
npx skillpacks list
|
|
36
36
|
```
|
|
37
37
|
|
|
38
|
-
The npm CLI
|
|
38
|
+
The npm CLI installs base skills **project-local only** — there is no user-home (global) install path. `npx skillpacks init` installs base skills into the current repository's local `.claude/skills/` and `.codex/skills/` roots and records `base_skills: true` in `.agents/project.json`. Later `npx skillpacks refresh` updates those base skills from the package snapshot being run. To clean up legacy user-home base installs from the retired init path, run `npx skillpacks uninstall-global`. Domain packs are never installed as base skills.
|
|
39
|
+
|
|
40
|
+
The scoped alias package is published from the same release artifact and version. Users who prefer that package identity can run `npx @glexcorp/gskp init`, `npx @glexcorp/gskp install devtool`, and the same subcommands.
|
|
39
41
|
|
|
40
42
|
## 2. Install a Pack in Your Project
|
|
41
43
|
|
|
@@ -43,10 +45,10 @@ Navigate to any project repository and install the pack that matches your domain
|
|
|
43
45
|
|
|
44
46
|
```bash
|
|
45
47
|
cd ~/my-project
|
|
46
|
-
npx
|
|
47
|
-
npx
|
|
48
|
-
npx
|
|
49
|
-
npx
|
|
48
|
+
npx skillpacks init
|
|
49
|
+
npx skillpacks install devtool # for developer tools
|
|
50
|
+
npx skillpacks install game # for games
|
|
51
|
+
npx skillpacks install business-discovery # for SaaS/business apps
|
|
50
52
|
```
|
|
51
53
|
|
|
52
54
|
From a source checkout, the equivalent compatibility route is:
|
|
@@ -60,9 +62,9 @@ This creates `.agents/project.json` and project-local skill roots in `.claude/sk
|
|
|
60
62
|
The npm CLI can also install a canonical deck from manifest metadata:
|
|
61
63
|
|
|
62
64
|
```bash
|
|
63
|
-
npx
|
|
64
|
-
npx
|
|
65
|
-
npx
|
|
65
|
+
npx skillpacks install-deck business-afps
|
|
66
|
+
npx skillpacks install-deck devtool-afps
|
|
67
|
+
npx skillpacks install-deck game-afps
|
|
66
68
|
```
|
|
67
69
|
|
|
68
70
|
## 3. Reload Skills in Your CLI
|
|
@@ -83,7 +85,7 @@ Source checkout:
|
|
|
83
85
|
npm:
|
|
84
86
|
|
|
85
87
|
```bash
|
|
86
|
-
npx
|
|
88
|
+
npx skillpacks status
|
|
87
89
|
```
|
|
88
90
|
|
|
89
91
|
Or from within Claude Code: run `/pack` with no arguments. From Codex: run `$pack`.
|
|
@@ -121,9 +123,9 @@ After running a skill, look for these artifacts:
|
|
|
121
123
|
Alignment maintenance from npm is available through:
|
|
122
124
|
|
|
123
125
|
```bash
|
|
124
|
-
npx
|
|
125
|
-
npx
|
|
126
|
-
npx
|
|
126
|
+
npx skillpacks alignment bundles --check
|
|
127
|
+
npx skillpacks alignment pages audit
|
|
128
|
+
npx skillpacks alignment pages inject-tts --force alignment/example.html
|
|
127
129
|
```
|
|
128
130
|
|
|
129
131
|
From a source checkout, the direct script paths remain canonical: `node scripts/upgrade-alignment-page.mjs`, `node scripts/audit-alignment-pages.mjs`, and `node scripts/inject-tts.mjs`.
|
|
@@ -133,11 +135,11 @@ From a source checkout, the direct script paths remain canonical: `node scripts/
|
|
|
133
135
|
Moving from a source checkout to npm does not change the project-local files. From the target project directory, run the npm command that matches your existing pack designation:
|
|
134
136
|
|
|
135
137
|
```bash
|
|
136
|
-
npx
|
|
137
|
-
npx
|
|
138
|
+
npx skillpacks refresh
|
|
139
|
+
npx skillpacks doctor
|
|
138
140
|
```
|
|
139
141
|
|
|
140
|
-
|
|
142
|
+
`skillpacks@<semver>` selects the package snapshot. Skill pins remain skill-level pins, for example `npx skillpacks pin quality-sweep v0.0`. If a pinned archive version is not present in the installed npm package, upgrade the npm package or use a source checkout that contains that archive.
|
|
141
143
|
|
|
142
144
|
## What's Next
|
|
143
145
|
|
package/docs/decks.md
CHANGED
|
@@ -18,15 +18,15 @@ Rapid decks are for weekly experiments. Deliberate decks are for products that j
|
|
|
18
18
|
Install decks through the npm CLI:
|
|
19
19
|
|
|
20
20
|
```bash
|
|
21
|
-
npx
|
|
22
|
-
npx
|
|
23
|
-
npx
|
|
24
|
-
npx
|
|
25
|
-
npx
|
|
26
|
-
npx
|
|
21
|
+
npx skillpacks install-deck vard
|
|
22
|
+
npx skillpacks install-deck ord
|
|
23
|
+
npx skillpacks install-deck business-afps
|
|
24
|
+
npx skillpacks install-deck business-afps --full
|
|
25
|
+
npx skillpacks install-deck devtool-afps
|
|
26
|
+
npx skillpacks install-deck game-afps
|
|
27
27
|
```
|
|
28
28
|
|
|
29
|
-
In the current
|
|
29
|
+
In the current `skillpacks@0.1.0` release, npm deck materialization still uses the packaged shell backend, so `install-deck` requires `bash` and `jq`. Direct npm pack installs such as `npx skillpacks install devtool` are Node-owned and do not require `jq`.
|
|
30
30
|
|
|
31
31
|
---
|
|
32
32
|
|
|
@@ -38,7 +38,7 @@ In the current `@glexcorp/gskp@0.1.0` release, npm deck materialization still us
|
|
|
38
38
|
**Install:**
|
|
39
39
|
|
|
40
40
|
```bash
|
|
41
|
-
npx
|
|
41
|
+
npx skillpacks install-deck vard
|
|
42
42
|
```
|
|
43
43
|
|
|
44
44
|
**Canonical chain:**
|
|
@@ -55,7 +55,7 @@ vard-scan -> vard-align -> vard-ship
|
|
|
55
55
|
**Graduation:** When an experiment shows traction, graduate to Business AFPS:
|
|
56
56
|
|
|
57
57
|
```bash
|
|
58
|
-
npx
|
|
58
|
+
npx skillpacks install business-discovery
|
|
59
59
|
```
|
|
60
60
|
|
|
61
61
|
Then start the deliberate pipeline with `/idea-scope-brief` or `/customer-discovery`.
|
|
@@ -70,7 +70,7 @@ Then start the deliberate pipeline with `/idea-scope-brief` or `/customer-discov
|
|
|
70
70
|
**Install:**
|
|
71
71
|
|
|
72
72
|
```bash
|
|
73
|
-
npx
|
|
73
|
+
npx skillpacks install-deck ord
|
|
74
74
|
```
|
|
75
75
|
|
|
76
76
|
**Canonical chain:**
|
|
@@ -87,7 +87,7 @@ ord-scan -> ord-align -> ord-ship
|
|
|
87
87
|
**Graduation:** When a package gains traction (stars, downloads, issues), graduate to Devtool AFPS:
|
|
88
88
|
|
|
89
89
|
```bash
|
|
90
|
-
npx
|
|
90
|
+
npx skillpacks install devtool
|
|
91
91
|
```
|
|
92
92
|
|
|
93
93
|
Then start the deliberate pipeline with `/devtool-adoption` or `/devtool-positioning`.
|
|
@@ -102,15 +102,15 @@ Then start the deliberate pipeline with `/devtool-adoption` or `/devtool-positio
|
|
|
102
102
|
**Install:**
|
|
103
103
|
|
|
104
104
|
```bash
|
|
105
|
-
npx
|
|
105
|
+
npx skillpacks install-deck business-afps
|
|
106
106
|
```
|
|
107
107
|
|
|
108
108
|
Add packs progressively as the product matures:
|
|
109
109
|
|
|
110
110
|
```bash
|
|
111
|
-
npx
|
|
112
|
-
npx
|
|
113
|
-
npx
|
|
111
|
+
npx skillpacks install customer-lifecycle # after ICP + competitive analysis
|
|
112
|
+
npx skillpacks install business-growth # after lifecycle evidence
|
|
113
|
+
npx skillpacks install business-ops # for ongoing operations
|
|
114
114
|
```
|
|
115
115
|
|
|
116
116
|
**Canonical chain:**
|
|
@@ -131,7 +131,7 @@ See `docs/pack-workflow-matrix.md` for the full default route with optional deto
|
|
|
131
131
|
**Install:**
|
|
132
132
|
|
|
133
133
|
```bash
|
|
134
|
-
npx
|
|
134
|
+
npx skillpacks install-deck devtool-afps
|
|
135
135
|
```
|
|
136
136
|
|
|
137
137
|
**Canonical chain:**
|
|
@@ -152,7 +152,7 @@ devtool-positioning -> devtool-adoption -> devtool-dx-journey -> devtool-docs-au
|
|
|
152
152
|
**Install:**
|
|
153
153
|
|
|
154
154
|
```bash
|
|
155
|
-
npx
|
|
155
|
+
npx skillpacks install-deck game-afps
|
|
156
156
|
```
|
|
157
157
|
|
|
158
158
|
**Canonical chain:**
|
package/docs/packs.md
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
# Project-Local Skill Packs
|
|
2
2
|
|
|
3
|
-
Project-local packs keep domain-specific workflows out of
|
|
3
|
+
Project-local packs keep domain-specific workflows out of base assistant context.
|
|
4
4
|
|
|
5
5
|
## Design
|
|
6
6
|
|
|
7
|
-
-
|
|
7
|
+
- Base skills live in `base/{claude,codex}`.
|
|
8
8
|
- Domain packs live in `packs/<pack>/{claude,codex}`.
|
|
9
9
|
- Project designation lives in `.agents/project.json`.
|
|
10
10
|
- Mixed monorepos can declare scoped domain routing in `.agents/project.json.project_scopes`.
|
|
@@ -56,28 +56,28 @@ In this model, `project_type` is the default designation for uncategorized work,
|
|
|
56
56
|
npm CLI commands:
|
|
57
57
|
|
|
58
58
|
```bash
|
|
59
|
-
npx
|
|
60
|
-
npx
|
|
61
|
-
npx
|
|
62
|
-
npx
|
|
63
|
-
npx
|
|
64
|
-
npx
|
|
65
|
-
npx
|
|
66
|
-
npx
|
|
67
|
-
npx
|
|
68
|
-
npx
|
|
69
|
-
npx
|
|
70
|
-
npx
|
|
71
|
-
npx
|
|
72
|
-
npx
|
|
73
|
-
npx
|
|
74
|
-
npx
|
|
75
|
-
npx
|
|
76
|
-
npx
|
|
77
|
-
npx
|
|
78
|
-
npx
|
|
79
|
-
npx
|
|
80
|
-
npx
|
|
59
|
+
npx skillpacks list
|
|
60
|
+
npx skillpacks recommend
|
|
61
|
+
npx skillpacks install game
|
|
62
|
+
npx skillpacks install business-discovery
|
|
63
|
+
npx skillpacks install business-growth
|
|
64
|
+
npx skillpacks install business-ops
|
|
65
|
+
npx skillpacks install devtool
|
|
66
|
+
npx skillpacks install creator-foundation
|
|
67
|
+
npx skillpacks install youtube-ops
|
|
68
|
+
npx skillpacks install code-quality
|
|
69
|
+
npx skillpacks install agentic-skills-bench
|
|
70
|
+
npx skillpacks install monorepo
|
|
71
|
+
npx skillpacks install remotion
|
|
72
|
+
npx skillpacks install project-fleet
|
|
73
|
+
npx skillpacks install alignment-loop
|
|
74
|
+
npx skillpacks remove game
|
|
75
|
+
npx skillpacks refresh
|
|
76
|
+
npx skillpacks status
|
|
77
|
+
npx skillpacks doctor
|
|
78
|
+
npx skillpacks doctor --fix
|
|
79
|
+
npx skillpacks doctor --fix --agent-docs --dry-run
|
|
80
|
+
npx skillpacks set-update-mode <mode>
|
|
81
81
|
```
|
|
82
82
|
|
|
83
83
|
Source-checkout equivalents remain available from a local clone:
|
|
@@ -89,11 +89,11 @@ scripts/pack.sh refresh
|
|
|
89
89
|
scripts/pack.sh status
|
|
90
90
|
```
|
|
91
91
|
|
|
92
|
-
`npx
|
|
92
|
+
`npx skillpacks install <name>` accepts either a pack name or a skill name from the packaged manifest. Node-owned npm commands preserve `.agents/project.json` fields without requiring `jq`; source-checkout `scripts/pack.sh` write commands still use `jq` for structured JSON edits.
|
|
93
93
|
|
|
94
94
|
`doctor` and `set-update-mode` are part of the skill-install drift model — see [Skill-install drift](#skill-install-drift-track-latest-vs-pinned) below.
|
|
95
95
|
|
|
96
|
-
The npm CLI can install canonical decks from manifest metadata: `npx
|
|
96
|
+
The npm CLI can install canonical decks from manifest metadata: `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`. Deck materialization still uses the packaged shell backend in this phase, so it requires `bash` and `jq`.
|
|
97
97
|
|
|
98
98
|
Assistant-native usage also supports guided setup:
|
|
99
99
|
|
|
@@ -143,7 +143,7 @@ For the full workflow/dependency matrix, see [`docs/pack-workflow-matrix.md`](pa
|
|
|
143
143
|
The `monorepo` pack is an execution overlay for pnpm workspace repositories. It targets repositories with `pnpm-workspace.yaml` and optionally `turbo.json`.
|
|
144
144
|
|
|
145
145
|
```bash
|
|
146
|
-
npx
|
|
146
|
+
npx skillpacks install monorepo
|
|
147
147
|
```
|
|
148
148
|
|
|
149
149
|
Skills:
|
|
@@ -152,14 +152,14 @@ Skills:
|
|
|
152
152
|
mono-detect, mono-exec, mono-guard, mono-ship
|
|
153
153
|
```
|
|
154
154
|
|
|
155
|
-
The pack uses an augmentation injection pattern. Its skills add pre/post behavior around the
|
|
155
|
+
The pack uses an augmentation injection pattern. Its skills add pre/post behavior around the base `exec` and `ship` contracts instead of replacing them:
|
|
156
156
|
|
|
157
157
|
- `mono-detect` writes `.agents/monorepo.json` with workspace packages, package paths, package scripts, dependency graph, and Turborepo awareness.
|
|
158
158
|
- `mono-exec` injects monorepo detection, lane-spec generation, guard pre-flight checks, serial cross-cutting work, and package-scoped dispatch around standard `run`.
|
|
159
159
|
- `mono-guard` validates lane specs before dispatch and checks integrated diffs against declared ownership after dispatch.
|
|
160
160
|
- `mono-ship` injects package-scoped test/lint/build and transitive-dependent validation before delegating to standard `ship`.
|
|
161
161
|
|
|
162
|
-
This differs from the former `*-kanban` duplication pattern. The hibernated kanban packs provided alternate command variants such as `exec-kanban`, `ship-kanban`, and `ship-end-kanban`; the active monorepo pack keeps the
|
|
162
|
+
This differs from the former `*-kanban` duplication pattern. The hibernated kanban packs provided alternate command variants such as `exec-kanban`, `ship-kanban`, and `ship-end-kanban`; the active monorepo pack keeps the base lifecycle skills authoritative and makes them workspace-aware through pre/post steps.
|
|
163
163
|
|
|
164
164
|
Lane dispatch uses two artifacts:
|
|
165
165
|
|
|
@@ -186,7 +186,7 @@ Use `scope: package-scoped` when work is contained to declared package paths, `s
|
|
|
186
186
|
The `remotion` pack contains the production path that turns reference-video research and creator-media strategy into Remotion-ready artifacts.
|
|
187
187
|
|
|
188
188
|
```bash
|
|
189
|
-
npx
|
|
189
|
+
npx skillpacks install remotion
|
|
190
190
|
```
|
|
191
191
|
|
|
192
192
|
Skills:
|
|
@@ -204,7 +204,7 @@ youtube-format-research -> video-script -> video-build
|
|
|
204
204
|
Install it alongside `creator-foundation` and, when YouTube evidence is needed, `youtube-ops` for the full path from channel evidence, positioning, programming, or product-led media strategy into production:
|
|
205
205
|
|
|
206
206
|
```bash
|
|
207
|
-
npx
|
|
207
|
+
npx skillpacks install creator-foundation youtube-ops remotion
|
|
208
208
|
```
|
|
209
209
|
|
|
210
210
|
## Alignment Loop Pack
|
|
@@ -212,7 +212,7 @@ npx @glexcorp/gskp install creator-foundation youtube-ops remotion
|
|
|
212
212
|
The `alignment-loop` pack is a lightweight planning on-ramp for projects that need shared taste and intent before a full specification cycle.
|
|
213
213
|
|
|
214
214
|
```bash
|
|
215
|
-
npx
|
|
215
|
+
npx skillpacks install alignment-loop
|
|
216
216
|
```
|
|
217
217
|
|
|
218
218
|
Skills:
|
|
@@ -229,15 +229,15 @@ taste-calibration -> destination-doc -> vertical-slice-splitter -> implementatio
|
|
|
229
229
|
|
|
230
230
|
## Compatibility
|
|
231
231
|
|
|
232
|
-
If a tool does not discover project-local `.claude/skills` or `.codex/skills`, use the
|
|
232
|
+
If a tool does not discover project-local `.claude/skills` or `.codex/skills`, use the base `pack` and `research-roadmap` skills as launchers. They should read `.agents/project.json` and the local pack files directly.
|
|
233
233
|
|
|
234
|
-
Do not install `packs/*`
|
|
234
|
+
Do not install `packs/*` as base skills as a fallback; that recreates the context pollution this design avoids.
|
|
235
235
|
|
|
236
|
-
Commit `.agents/project.json` with the project. Do not commit generated local skill roots under `.claude/skills` or `.codex/skills`; recreate them with `npx
|
|
236
|
+
Commit `.agents/project.json` with the project. Do not commit generated local skill roots under `.claude/skills` or `.codex/skills`; recreate them with `npx skillpacks refresh` or, from a source checkout, `scripts/pack.sh refresh`.
|
|
237
237
|
|
|
238
238
|
`scripts/pack.sh install`, `remove`, `refresh`, and `set-mode` preserve existing `project_scopes`, `notes`, and `skill_updates` fields when `jq` is available. The npm `gskp` Node-owned project commands preserve `project_scopes`, `notes`, `pinned_versions`, `enabled_skills`, `skill_updates`, and `agent_mode` without requiring `jq`; see `docs/skillpacks-npm-distribution.md` for the current command compatibility matrix.
|
|
239
239
|
|
|
240
|
-
To migrate an existing project from a local checkout workflow to npm after publication, keep `.agents/project.json` committed and run `npx
|
|
240
|
+
To migrate an existing project from a local checkout workflow to npm after publication, keep `.agents/project.json` committed and run `npx skillpacks refresh` from that project. The generated `.claude/skills` and `.codex/skills` roots will be recreated from the package snapshot. If the project pins a skill version, the installed package must include that skill's `archive/<version>/SKILL.md`.
|
|
241
241
|
|
|
242
242
|
Pack writes use `.agents/.pack.lock` with owner metadata (`pid`, `started_at`, `command`). If a previous pack command exits without releasing the lock and its recorded process is no longer running, the next pack command removes the stale lock automatically. If a live process still owns the lock, timeout errors include the owner metadata.
|
|
243
243
|
|
|
@@ -257,33 +257,33 @@ scripts/pack.sh refresh # re-copy installs from canonical, rewriting markers
|
|
|
257
257
|
|
|
258
258
|
`doctor` statuses: `ok` (matches canonical), `stale (vOld → vNew)` (canonical moved), `unknown` (a pre-upgrade marker has no `source_sha` — run `refresh` once to enable tracking, never a false `stale`), `pinned vX (frozen)`, and `missing-source` (canonical path gone). `doctor` only detects *canonical moved*; it does not detect local edits to an installed copy.
|
|
259
259
|
|
|
260
|
-
**Update mode.** `.agents/project.json` may carry `skill_updates.mode` — `warn` (default) or `auto`. Set it with `scripts/pack.sh set-update-mode <warn|auto|unset>`. A trigger (the session-start hook, or sync-with-approval) that sees `mode == auto`, or
|
|
260
|
+
**Update mode.** `.agents/project.json` may carry `skill_updates.mode` — `warn` (default) or `auto`. Set it with `scripts/pack.sh set-update-mode <warn|auto|unset>`. A trigger (the session-start hook, or sync-with-approval) that sees `mode == auto`, or machine-wide `~/.agentic-skills/preferences.json` `skills.auto_refresh == true`, runs `refresh` automatically; otherwise it only warns. `doctor` itself never mutates — it renders the effective policy.
|
|
261
261
|
|
|
262
|
-
**Session-start hook (opt-in, off by default).**
|
|
262
|
+
**Session-start hook (opt-in, off by default).** An optional `SessionStart` hook (`scripts/skill-drift-hook.sh`) warns about stale project skill installs at session start, or auto-refreshes when `skill_updates.mode == auto` (or machine-wide `~/.agentic-skills/preferences.json` `skills.auto_refresh == true`) is set. Enable it by registering a `SessionStart` entry in `~/.claude/settings.json` that runs `bash <checkout>/scripts/skill-drift-hook.sh` (Claude Code's `/update-config` can write this for you) and setting `skills.session_start_hook: true` in `~/.agentic-skills/preferences.json`. The hook is gated on that preference, so an unset or `false` value makes it a silent no-op. Remove the `SessionStart` entry (or set the preference to `false`) to disable it.
|
|
263
263
|
|
|
264
|
-
|
|
264
|
+
Base skill installs follow the same model: `npx skillpacks doctor` reports project base drift against `base/<tool>/<skill>`, and `npx skillpacks refresh` recreates them from the package snapshot (the base "refresh").
|
|
265
265
|
|
|
266
266
|
## Team Setup Checklist
|
|
267
267
|
|
|
268
268
|
For teams adopting agentic-skills across multiple developers:
|
|
269
269
|
|
|
270
270
|
1. **Choose a checkout path.** Each developer clones this repo locally. The path does not need to match across developers, but `scripts/pack.sh refresh` may need to re-run if the checkout moves.
|
|
271
|
-
2. **Run
|
|
271
|
+
2. **Run `npx skillpacks init` once per project.** This installs base skills **project-local** into the project's `.claude/skills/` and `.codex/skills/` and records `base_skills: true` in `.agents/project.json`.
|
|
272
272
|
3. **Commit `.agents/project.json`.** This file records the project's pack designation and should be checked into the target project repository.
|
|
273
273
|
4. **Never commit generated skill roots.** `.claude/skills/` and `.codex/skills/` in consumer projects are generated from `.agents/project.json`. Add them to `.gitignore`.
|
|
274
274
|
5. **Run `scripts/pack.sh refresh` after pulling pack changes.** When `.agents/project.json` changes upstream (e.g. a new pack is added), each developer runs refresh to recreate their local skill roots.
|
|
275
275
|
6. **Restart CLI after install/remove/refresh.** Skills are not hot-reloaded. Claude Code: `/reload-skills` then `/clear` or restart. Codex: fresh session.
|
|
276
276
|
7. **Agree on shipping workflow.** The default is direct-to-primary (commit and push to main/master). If your team uses feature branches, note this in `.agents/project.json` `notes` or your project's CLAUDE.md.
|
|
277
277
|
|
|
278
|
-
## Former
|
|
278
|
+
## Former Base Domain Skills
|
|
279
279
|
|
|
280
|
-
Business/product workflows that used to be
|
|
280
|
+
Business/product workflows that used to be base skills now live in narrow business packs. Prefer the current lane:
|
|
281
281
|
|
|
282
282
|
```bash
|
|
283
|
-
npx
|
|
284
|
-
npx
|
|
285
|
-
npx
|
|
286
|
-
npx
|
|
283
|
+
npx skillpacks install business-discovery
|
|
284
|
+
npx skillpacks install customer-lifecycle
|
|
285
|
+
npx skillpacks install business-growth
|
|
286
|
+
npx skillpacks install business-ops
|
|
287
287
|
```
|
|
288
288
|
|
|
289
289
|
`business-app` remains a compatibility alias that installs all four. Creator-media and YouTube work is split between `creator-foundation`, `youtube-ops`, and `remotion`; fleet/portfolio work lives in `project-fleet`.
|