@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
|
@@ -7,7 +7,8 @@ Source alignment page: `alignment/idea-scope-brief-npm-distribution.html` (histo
|
|
|
7
7
|
Approved decisions:
|
|
8
8
|
|
|
9
9
|
- Primary path: hybrid, starting with COA A and evolving toward COA B/C only when demand justifies it.
|
|
10
|
-
-
|
|
10
|
+
- Primary public npm package: `skillpacks`.
|
|
11
|
+
- Scoped alias npm package: `@glexcorp/gskp`.
|
|
11
12
|
- Version granularity: skill-level versioning remains authoritative for user pinning.
|
|
12
13
|
- Deck installation: COA B/C-shaped metadata first. Decks should be represented as curated package lists and registry tags; the initial COA A monolith may materialize those selections locally, but deck behavior should not be hard-coded as monolith-only presets.
|
|
13
14
|
- Artifact route: write the detailed design doc in `docs/` first, then use it as the implementation roadmap.
|
|
@@ -19,55 +20,62 @@ Current npm check on 2026-06-12:
|
|
|
19
20
|
- `npm view skp --json` returned an existing external package at version `1.0.0`, so `skp` should not be used.
|
|
20
21
|
- `npm view gskp --json` returned `E404`, so the unscoped package name appears unclaimed or inaccessible to this machine.
|
|
21
22
|
- `npm view agentic-skills --json` returned an existing external package at version `2.5.1`, so `agentic-skills` should not be used as this repo's public npm package name.
|
|
22
|
-
- `npm view skillpack --json` returned an existing unrelated package at version `0.1.3
|
|
23
|
+
- `npm view skillpack --json` returned an existing unrelated package at version `0.1.3`; warn against the singular typo, but keep `skillpacks` as the primary route because it already exists and has users.
|
|
23
24
|
|
|
24
|
-
Publication status
|
|
25
|
+
Publication status:
|
|
25
26
|
|
|
26
27
|
- `skillpacks@0.1.0` and `skillpacks@0.1.1` were published publicly on npm before the short-name change.
|
|
27
|
-
-
|
|
28
|
-
-
|
|
28
|
+
- Source package metadata is `skillpacks`.
|
|
29
|
+
- Each release also publishes `@glexcorp/gskp` as a scoped alias from the same built artifact and version.
|
|
30
|
+
- Both packages expose both binaries: `skillpacks` and `gskp`.
|
|
31
|
+
- The public verification targets are `npx skillpacks@latest list`, `npx @glexcorp/gskp@latest list`, temp-project `install code-quality`, temp-project `install quality-sweep`, temp-project `install-deck game-afps`, and the git-checkout `scripts/pack.sh list` path.
|
|
29
32
|
|
|
30
33
|
## Product Shape
|
|
31
34
|
|
|
32
|
-
`
|
|
35
|
+
`skillpacks` is the primary public installer and CLI package for this repository's markdown skill library. `@glexcorp/gskp` is a scoped alias package for users who prefer the `gskp` identity. The first npm release should not restructure the repository into many packages. It should package the current repository content needed to install skills and expose a Node entry point that can drive the existing install model.
|
|
33
36
|
|
|
34
37
|
The initial user experience should be:
|
|
35
38
|
|
|
36
39
|
```bash
|
|
37
|
-
npx
|
|
38
|
-
npx
|
|
39
|
-
npx
|
|
40
|
-
npx
|
|
41
|
-
npx
|
|
42
|
-
npx
|
|
40
|
+
npx skillpacks init
|
|
41
|
+
npx skillpacks install business-discovery
|
|
42
|
+
npx skillpacks install-deck vard
|
|
43
|
+
npx skillpacks status
|
|
44
|
+
npx skillpacks doctor
|
|
45
|
+
npx skillpacks refresh
|
|
43
46
|
```
|
|
44
47
|
|
|
45
|
-
`npx
|
|
48
|
+
`npx skillpacks init` installs the base skill surface into the current repository as local skill roots and records `base_skills: true` in `.agents/project.json`. This makes `npx skillpacks refresh` update base skills from the current package snapshot. Base skills are **project-local only** — there is no user-home (global) install path.
|
|
46
49
|
|
|
47
|
-
|
|
50
|
+
If a machine still has legacy user-home base installs from the retired init path, clean them up with:
|
|
48
51
|
|
|
49
52
|
```bash
|
|
50
|
-
npx
|
|
51
|
-
# Backward-compatible spelling:
|
|
52
|
-
npx @glexcorp/gskp init-global
|
|
53
|
+
npx skillpacks uninstall-global
|
|
53
54
|
```
|
|
54
55
|
|
|
55
|
-
|
|
56
|
+
This removes only skillpacks-owned installs under `~/.claude/skills` and `~/.codex/skills` and leaves unmanaged directories untouched. Domain packs remain project-local only.
|
|
56
57
|
|
|
57
|
-
Source-checkout users
|
|
58
|
+
Source-checkout users install base skills project-local the same way and keep using `scripts/pack.sh` for packs:
|
|
58
59
|
|
|
59
60
|
```bash
|
|
60
|
-
|
|
61
|
+
npx skillpacks init
|
|
61
62
|
scripts/pack.sh install business-discovery
|
|
62
63
|
scripts/pack.sh refresh
|
|
63
64
|
```
|
|
64
65
|
|
|
65
66
|
The npm path is now the standard agent-facing install route. The source-checkout commands remain supported for local repository development and compatibility.
|
|
66
67
|
|
|
68
|
+
Scoped alias examples are equivalent at the same package version:
|
|
69
|
+
|
|
70
|
+
```bash
|
|
71
|
+
npx @glexcorp/gskp init
|
|
72
|
+
npx @glexcorp/gskp install business-discovery
|
|
73
|
+
```
|
|
74
|
+
|
|
67
75
|
## Design Principles
|
|
68
76
|
|
|
69
77
|
1. Preserve `SKILL.md` as the source format.
|
|
70
|
-
2. Preserve `
|
|
78
|
+
2. Preserve `base/{claude,codex}` and `packs/<pack>/{claude,codex}` as the authoring layout.
|
|
71
79
|
3. Preserve `.agents/project.json` as the project designation file.
|
|
72
80
|
4. Preserve `scripts/pack.sh` while the npm CLI reaches parity.
|
|
73
81
|
5. Keep the first npm release as one package.
|
|
@@ -79,13 +87,13 @@ The npm path is now the standard agent-facing install route. The source-checkout
|
|
|
79
87
|
|
|
80
88
|
### Package
|
|
81
89
|
|
|
82
|
-
The publishable npm package is named `
|
|
90
|
+
The publishable npm package source is named `skillpacks` and lives under `packages/skillpacks/`. The repository root stays private workspace metadata for the monorepo. During release, `./publish.sh` stages two publish directories from `packages/skillpacks/build`: one with `package.json.name = "skillpacks"` and one with `package.json.name = "@glexcorp/gskp"`.
|
|
83
91
|
|
|
84
92
|
Current package `package.json` shape:
|
|
85
93
|
|
|
86
94
|
```json
|
|
87
95
|
{
|
|
88
|
-
"name": "
|
|
96
|
+
"name": "skillpacks",
|
|
89
97
|
"version": "0.1.0",
|
|
90
98
|
"description": "CLI and packaged markdown skill library for Claude Code and OpenAI Codex.",
|
|
91
99
|
"type": "module",
|
|
@@ -106,7 +114,7 @@ Current package `package.json` shape:
|
|
|
106
114
|
"bin/",
|
|
107
115
|
"src/",
|
|
108
116
|
"dist/",
|
|
109
|
-
"
|
|
117
|
+
"base/",
|
|
110
118
|
"packs/",
|
|
111
119
|
"scripts/pack.sh",
|
|
112
120
|
"scripts/skill-links.sh",
|
|
@@ -117,8 +125,7 @@ Current package `package.json` shape:
|
|
|
117
125
|
"README.md",
|
|
118
126
|
"LICENSE",
|
|
119
127
|
"AGENTS.md",
|
|
120
|
-
"CLAUDE.md"
|
|
121
|
-
"init.sh"
|
|
128
|
+
"CLAUDE.md"
|
|
122
129
|
],
|
|
123
130
|
"license": "MIT",
|
|
124
131
|
"engines": {
|
|
@@ -129,7 +136,18 @@ Current package `package.json` shape:
|
|
|
129
136
|
|
|
130
137
|
The root `package.json` is private and declares workspaces for `apps/skills-showcase` and `packages/skillpacks`. The public package uses the repository root MIT license and npm metadata links back to `https://github.com/GeorgeQLe/agentic-skills`. The first release can keep runtime dependencies at zero. If argument parsing grows, add one small dependency later instead of pulling in a framework immediately.
|
|
131
138
|
|
|
132
|
-
|
|
139
|
+
Both published packages expose the same binaries:
|
|
140
|
+
|
|
141
|
+
```json
|
|
142
|
+
{
|
|
143
|
+
"bin": {
|
|
144
|
+
"gskp": "bin/skillpacks.mjs",
|
|
145
|
+
"skillpacks": "bin/skillpacks.mjs"
|
|
146
|
+
}
|
|
147
|
+
}
|
|
148
|
+
```
|
|
149
|
+
|
|
150
|
+
Do not use `skillpack` singular; that is an unrelated npm package with a different project format.
|
|
133
151
|
|
|
134
152
|
### CLI Entry Point
|
|
135
153
|
|
|
@@ -146,10 +164,9 @@ The wrapper must run `scripts/pack.sh` with the user's current working directory
|
|
|
146
164
|
|
|
147
165
|
The npm tarball must include:
|
|
148
166
|
|
|
149
|
-
- `
|
|
167
|
+
- `base/**` active core skills and their local archives.
|
|
150
168
|
- `packs/**` active pack skills and their local archives.
|
|
151
169
|
- `scripts/pack.sh` and script helpers it sources, especially `scripts/skill-links.sh`.
|
|
152
|
-
- `init.sh` or an equivalent `init-global` implementation.
|
|
153
170
|
- deck and pack docs used for help output.
|
|
154
171
|
|
|
155
172
|
The package build script at `packages/skillpacks/scripts/build-package.mjs` stages these files into `packages/skillpacks/build/` before `npm pack`. The staging step must not generate or mutate Skills Showcase assets.
|
|
@@ -165,11 +182,11 @@ The tarball should exclude:
|
|
|
165
182
|
- generated local roots under `.claude/skills` and `.codex/skills`
|
|
166
183
|
- unrelated benchmark output and session artifacts
|
|
167
184
|
|
|
168
|
-
Skill-level archives inside `
|
|
185
|
+
Skill-level archives inside `base/**/archive/` and `packs/**/archive/` must remain included because pinning depends on them.
|
|
169
186
|
|
|
170
187
|
## CLI Surface
|
|
171
188
|
|
|
172
|
-
Phase 3 compatibility decision: keep `scripts/pack.sh` as the canonical git-checkout compatibility wrapper and as the packaged shell fallback for commands that are not yet worth porting. Do not turn `pack.sh` into a thin wrapper over the Node CLI in this phase; that would make the old checkout path depend on the npm package internals before all discovery and init surfaces are ported. Revisit the decision only after `recommend`, `which`, `install-deck
|
|
189
|
+
Phase 3 compatibility decision: keep `scripts/pack.sh` as the canonical git-checkout compatibility wrapper and as the packaged shell fallback for commands that are not yet worth porting. Do not turn `pack.sh` into a thin wrapper over the Node CLI in this phase; that would make the old checkout path depend on the npm package internals before all discovery and init surfaces are ported. Revisit the decision only after `recommend`, `which`, and `install-deck` are either Node-owned or intentionally documented as permanent shell surfaces. (Base init is fully Node-owned and project-local; the user-home global init path has been retired.)
|
|
173
190
|
|
|
174
191
|
<!-- gskp-compatibility-matrix:start -->
|
|
175
192
|
| Command | Owner | Backend | Requires bash | Requires jq | Notes |
|
|
@@ -180,8 +197,8 @@ Phase 3 compatibility decision: keep `scripts/pack.sh` as the canonical git-chec
|
|
|
180
197
|
| `status` | Node-owned | Project config/status reader | No | No | Reports project designation and local roots. |
|
|
181
198
|
| `set-mode <mode>` | Node-owned | Project config writer | No | No | Preserves unrelated fields and uses the Node lock helper. |
|
|
182
199
|
| `set-update-mode <mode>` | Node-owned | Project config writer | No | No | Preserves sibling `skill_updates` fields. |
|
|
183
|
-
| `init` | Node-owned | Manifest plus lifecycle helpers | No | No | Installs
|
|
184
|
-
| `
|
|
200
|
+
| `init` | Node-owned | Manifest plus lifecycle helpers | No | No | Installs base-scope manifest entries as project-local base skills and records `base_skills: true`. |
|
|
201
|
+
| `uninstall-global` | Node-owned | Managed marker ownership reader | No | No | Removes legacy skillpacks-owned base installs from `~/.claude/skills` and `~/.codex/skills`; leaves unmanaged directories untouched. |
|
|
185
202
|
| `install <name...>` | Node-owned | Manifest plus lifecycle helpers | No | No | Handles active packs, active skills, aliases, hibernated diagnostics, markers, hashes, and project config writes. |
|
|
186
203
|
| `remove <name...>` | Node-owned | Manifest plus lifecycle helpers | No | No | Handles active pack removal, individual skill removal, and hibernated stale cleanup. |
|
|
187
204
|
| `refresh` | Node-owned | Manifest plus lifecycle helpers | No | No | Recreates enabled base skills, packs, and individual skill roots from `.agents/project.json`. |
|
|
@@ -199,7 +216,6 @@ Phase 3 compatibility decision: keep `scripts/pack.sh` as the canonical git-chec
|
|
|
199
216
|
| `recommend` | Shell-backed | Packaged `scripts/pack.sh recommend` | Yes | No | Uses existing repository-signal heuristics. |
|
|
200
217
|
| `which <skill>` | Shell-backed | Packaged `scripts/pack.sh which` | Yes | Optional | `jq` improves individually enabled skill status; pack-level status has a grep/sed fallback. |
|
|
201
218
|
| `install-deck <deck> [--full]` | Hybrid shell materialization | Node manifest resolver, then packaged `scripts/pack.sh install` | Yes | Yes | Deck metadata is Node-resolved, but installation still uses the compatibility install path. |
|
|
202
|
-
| `init-global [args...]` | External script-backed | Packaged `init.sh` | Yes | Optional | Backward-compatible alias for `init --global`; `jq` preserves an existing global pin file when `--pin` updates it. |
|
|
203
219
|
<!-- gskp-compatibility-matrix:end -->
|
|
204
220
|
|
|
205
221
|
The CLI should print the same reload notice as `pack.sh` after install, remove, refresh, pin, and unpin.
|
|
@@ -251,7 +267,7 @@ Proposed shape:
|
|
|
251
267
|
"schema_version": 1,
|
|
252
268
|
"generated_at": "2026-06-08T00:00:00Z",
|
|
253
269
|
"package": {
|
|
254
|
-
"name": "
|
|
270
|
+
"name": "skillpacks",
|
|
255
271
|
"version": "0.1.0"
|
|
256
272
|
},
|
|
257
273
|
"packs": [
|
|
@@ -310,7 +326,7 @@ Manifest consumers:
|
|
|
310
326
|
|
|
311
327
|
There are two version layers:
|
|
312
328
|
|
|
313
|
-
1. npm package semver, such as
|
|
329
|
+
1. npm package semver, such as `skillpacks@0.1.0`.
|
|
314
330
|
2. skill frontmatter versions, such as `version: v0.4`.
|
|
315
331
|
|
|
316
332
|
The approved granularity is skill-level, so skill frontmatter remains the user-facing pinning level. npm package semver is the transport snapshot.
|
|
@@ -318,14 +334,14 @@ The approved granularity is skill-level, so skill frontmatter remains the user-f
|
|
|
318
334
|
User examples:
|
|
319
335
|
|
|
320
336
|
```bash
|
|
321
|
-
npx @
|
|
322
|
-
npx
|
|
323
|
-
npx
|
|
337
|
+
npx skillpacks@0.1.0 install business-discovery
|
|
338
|
+
npx skillpacks pin devtool-adoption v0.0
|
|
339
|
+
npx skillpacks doctor
|
|
324
340
|
```
|
|
325
341
|
|
|
326
342
|
Important consequences:
|
|
327
343
|
|
|
328
|
-
-
|
|
344
|
+
- `skillpacks@0.1.0` determines which skill archive snapshots are available locally.
|
|
329
345
|
- `pinned_versions` in `.agents/project.json` continues to select `archive/<version>/SKILL.md` inside the installed package.
|
|
330
346
|
- A user who needs a skill archive not present in their installed npm package must upgrade the npm package or use the git checkout model.
|
|
331
347
|
- Package releases should be cut after one or more skill changes are complete and verified; they should not require every edited skill to share a new npm version internally.
|
|
@@ -334,7 +350,7 @@ Important consequences:
|
|
|
334
350
|
|
|
335
351
|
Phase 1 must not change these contracts:
|
|
336
352
|
|
|
337
|
-
-
|
|
353
|
+
- `npx skillpacks init` installs project-local base skills for both checkout and npm users.
|
|
338
354
|
- `scripts/pack.sh` remains valid for local checkout users.
|
|
339
355
|
- `.agents/project.json` keeps `project_type`, `enabled_packs`, `enabled_skills`, `pinned_versions`, `skill_updates`, `project_scopes`, `notes`, and `agent_mode`.
|
|
340
356
|
- Generated `.claude/skills` and `.codex/skills` roots remain uncommitted consumer-project artifacts.
|
|
@@ -344,7 +360,7 @@ After the Phase 3 port, `scripts/pack.sh` remains a supported compatibility wrap
|
|
|
344
360
|
|
|
345
361
|
## Phase 4 Release-Readiness Notes
|
|
346
362
|
|
|
347
|
-
Phase 4 prepares the package for a dry-run release only. It does not publish
|
|
363
|
+
Phase 4 prepares the package for a dry-run release only. It does not publish packages, create npm tags, change package access, or replace the source-checkout setup path.
|
|
348
364
|
|
|
349
365
|
### User Setup Paths
|
|
350
366
|
|
|
@@ -361,10 +377,10 @@ With the published npm package, npm users can install from the target project di
|
|
|
361
377
|
|
|
362
378
|
```bash
|
|
363
379
|
cd ~/my-project
|
|
364
|
-
npx
|
|
365
|
-
npx
|
|
366
|
-
npx
|
|
367
|
-
npx
|
|
380
|
+
npx skillpacks install devtool
|
|
381
|
+
npx skillpacks install code-quality
|
|
382
|
+
npx skillpacks install-deck game-afps
|
|
383
|
+
npx skillpacks status
|
|
368
384
|
```
|
|
369
385
|
|
|
370
386
|
Both paths write the same project-local contract: `.agents/project.json`, `.claude/skills/*`, and `.codex/skills/*`. The CLI session reload requirements are unchanged: Claude Code needs `/reload-skills`, `/clear`, or a restart depending on when the local roots appeared; Codex needs a fresh session if the `$` skill list remains stale.
|
|
@@ -374,8 +390,8 @@ Both paths write the same project-local contract: `.agents/project.json`, `.clau
|
|
|
374
390
|
An existing project can move from a local checkout workflow to the npm package by keeping `.agents/project.json` committed and running:
|
|
375
391
|
|
|
376
392
|
```bash
|
|
377
|
-
npx
|
|
378
|
-
npx
|
|
393
|
+
npx skillpacks refresh
|
|
394
|
+
npx skillpacks doctor
|
|
379
395
|
```
|
|
380
396
|
|
|
381
397
|
`refresh` recreates generated local skill roots from the package snapshot and the existing project designation. `doctor` then reports whether managed installs are current, stale, missing, unknown, or pinned.
|
|
@@ -384,18 +400,18 @@ Do not commit generated `.claude/skills/*` or `.codex/skills/*` roots during mig
|
|
|
384
400
|
|
|
385
401
|
### Version And Pinning Troubleshooting
|
|
386
402
|
|
|
387
|
-
|
|
403
|
+
`skillpacks@<semver>` is the transport snapshot. It determines which active skill files and `archive/<version>/SKILL.md` snapshots are present in the installed package.
|
|
388
404
|
|
|
389
405
|
Skill pins still use skill frontmatter versions:
|
|
390
406
|
|
|
391
407
|
```bash
|
|
392
|
-
npx
|
|
393
|
-
npx
|
|
408
|
+
npx skillpacks pin quality-sweep v0.0
|
|
409
|
+
npx skillpacks unpin quality-sweep
|
|
394
410
|
```
|
|
395
411
|
|
|
396
412
|
If a pin fails because an archive version is unavailable, the installed npm package does not contain that archived skill snapshot. Upgrade to a package version that includes the archive, or use a source checkout at a commit that contains it.
|
|
397
413
|
|
|
398
|
-
Node-owned npm commands (`install`, `remove`, `refresh`, `doctor`, `prune`, `pin`, `unpin`, `status`, `list-packs`, `set-mode`, and `set-update-mode`) do not require `jq`. In the current
|
|
414
|
+
Node-owned npm commands (`install`, `remove`, `refresh`, `doctor`, `prune`, `pin`, `unpin`, `status`, `list-packs`, `set-mode`, and `set-update-mode`) do not require `jq`. In the current `skillpacks@0.1.0` release, `install-deck` still materializes through the packaged shell backend and therefore requires both `bash` and `jq`.
|
|
399
415
|
|
|
400
416
|
### Alignment Convention Commands
|
|
401
417
|
|
|
@@ -410,14 +426,47 @@ node scripts/inject-tts.mjs --force alignment/example.html
|
|
|
410
426
|
npm users can run the equivalent wrapped commands from the target repository:
|
|
411
427
|
|
|
412
428
|
```bash
|
|
413
|
-
npx
|
|
414
|
-
npx
|
|
415
|
-
npx
|
|
416
|
-
npx
|
|
429
|
+
npx skillpacks alignment bundles --check
|
|
430
|
+
npx skillpacks alignment pages audit
|
|
431
|
+
npx skillpacks alignment pages inject-tts --force alignment/example.html
|
|
432
|
+
npx skillpacks alignment verify
|
|
417
433
|
```
|
|
418
434
|
|
|
419
435
|
The namespace keeps the two alignment workflows separate. `alignment bundles` generates or checks the bundled per-skill convention files (`ALIGNMENT-PAGE.md`) from `docs/alignment-page-convention.md`; `alignment pages audit` checks already-rendered active `alignment/*.html` pages. `alignment pages inject-tts` copies the packaged `scripts/alignment-tts-kokoro.js` asset into the target repo when needed before adding the script tag. `alignment verify` is mainly for this source checkout and exits with a clear message when a consumer repo does not include the focused alignment Vitest files.
|
|
420
436
|
|
|
437
|
+
## Publishing
|
|
438
|
+
|
|
439
|
+
Do not publish manually from `packages/skillpacks/build`. That directory is an intermediate source-package build, not the dual-package release boundary.
|
|
440
|
+
|
|
441
|
+
Use the root release script:
|
|
442
|
+
|
|
443
|
+
```bash
|
|
444
|
+
./publish.sh patch
|
|
445
|
+
./publish.sh minor
|
|
446
|
+
./publish.sh 0.1.2
|
|
447
|
+
./publish.sh --dry-run patch
|
|
448
|
+
```
|
|
449
|
+
|
|
450
|
+
Release rules:
|
|
451
|
+
|
|
452
|
+
- The script requires a clean git working tree before it starts.
|
|
453
|
+
- It bumps `packages/skillpacks/package.json` with `npm --workspace packages/skillpacks version <target> --no-git-tag-version`.
|
|
454
|
+
- It runs `npm --workspace packages/skillpacks run test:node` and `npm run skillpacks:verify` before staging publish directories.
|
|
455
|
+
- It stages two packages under `/tmp`, both generated from `packages/skillpacks/build`.
|
|
456
|
+
- The staged `skillpacks` package and staged `@glexcorp/gskp` package must have identical versions and identical `bin` mappings.
|
|
457
|
+
- It runs `scripts/prepublish-auth-check.mjs` inside each staged package before a real publish.
|
|
458
|
+
- It publishes `skillpacks` first, then `@glexcorp/gskp --access public`.
|
|
459
|
+
- It verifies both published package specs after a real publish.
|
|
460
|
+
|
|
461
|
+
Every npm publish requires a new version. `skillpacks` and `@glexcorp/gskp` versions must stay identical.
|
|
462
|
+
|
|
463
|
+
After a real publish, verification can also be run directly:
|
|
464
|
+
|
|
465
|
+
```bash
|
|
466
|
+
SKILLPACKS_PACKAGE_NAME=skillpacks SKILLPACKS_NPM_SPEC=skillpacks@latest npm run skillpacks:verify-published
|
|
467
|
+
SKILLPACKS_PACKAGE_NAME=@glexcorp/gskp SKILLPACKS_NPM_SPEC=@glexcorp/gskp@latest npm run skillpacks:verify-published
|
|
468
|
+
```
|
|
469
|
+
|
|
421
470
|
## Implementation Roadmap
|
|
422
471
|
|
|
423
472
|
### Phase 0 - Reservation And Preflight
|
|
@@ -426,8 +475,8 @@ Goal: prove the public name and package boundary before code changes.
|
|
|
426
475
|
|
|
427
476
|
Tasks:
|
|
428
477
|
|
|
429
|
-
- Confirm npm account access for publishing `gskp`.
|
|
430
|
-
- Reserve or create
|
|
478
|
+
- Confirm npm account access for publishing `skillpacks` and `@glexcorp/gskp`.
|
|
479
|
+
- Reserve or create future pack scopes only if demand justifies package splitting.
|
|
431
480
|
- Decide whether the first release should be private dry-run only or public `0.1.0`.
|
|
432
481
|
- Confirm MIT license metadata and npm repository/bugs/homepage links.
|
|
433
482
|
- Confirm `jq` remains a documented dependency for write commands in phase 1.
|
|
@@ -435,7 +484,7 @@ Tasks:
|
|
|
435
484
|
|
|
436
485
|
Exit criteria:
|
|
437
486
|
|
|
438
|
-
- `gskp` publish rights are confirmed.
|
|
487
|
+
- `skillpacks` and `@glexcorp/gskp` publish rights are confirmed.
|
|
439
488
|
- Package name collision risk is closed.
|
|
440
489
|
- Tarball content policy is documented and testable.
|
|
441
490
|
|
|
@@ -445,11 +494,11 @@ Goal: publishable monolith package that delegates to current scripts.
|
|
|
445
494
|
|
|
446
495
|
Tasks:
|
|
447
496
|
|
|
448
|
-
- Add `packages/skillpacks/package.json` for `
|
|
497
|
+
- Add `packages/skillpacks/package.json` for `skillpacks`.
|
|
449
498
|
- Add `packages/skillpacks/bin/skillpacks.mjs`.
|
|
450
499
|
- Add `packages/skillpacks/src/cli/run-pack-script.mjs` or equivalent script dispatcher.
|
|
451
500
|
- Implement command forwarding for existing `pack.sh` commands.
|
|
452
|
-
- Implement
|
|
501
|
+
- Implement project-local base `init` as a Node lifecycle helper.
|
|
453
502
|
- Preserve cwd as the consumer project root for all project-local writes.
|
|
454
503
|
- Add dependency checks for `bash` and `jq` with actionable messages.
|
|
455
504
|
- Add package staging and `npm pack packages/skillpacks/build --dry-run --json --silent` verification.
|
|
@@ -513,7 +562,7 @@ Goal: prepare users for npm install without changing the old setup path.
|
|
|
513
562
|
|
|
514
563
|
Tasks:
|
|
515
564
|
|
|
516
|
-
- Update `README.md` with `npx
|
|
565
|
+
- Update `README.md` with `npx skillpacks` usage.
|
|
517
566
|
- Update `docs/QUICKSTART.md`, `docs/packs.md`, and `docs/decks.md`.
|
|
518
567
|
- Add a migration note for users moving from git checkout to npm.
|
|
519
568
|
- Add troubleshooting for npm package version vs skill-level pinning.
|
|
@@ -534,14 +583,14 @@ Tasks:
|
|
|
534
583
|
|
|
535
584
|
- Verify working tree is clean except intended release changes.
|
|
536
585
|
- Run package tests, tarball validation, and package metadata checks.
|
|
537
|
-
- Run `
|
|
538
|
-
- Verify `npx @glexcorp/gskp@latest list` against the published
|
|
586
|
+
- Run `./publish.sh patch` or another explicit version target.
|
|
587
|
+
- Verify `npx skillpacks@latest list` and `npx @glexcorp/gskp@latest list` against the published packages.
|
|
539
588
|
- Install into a fresh temp repo and verify one pack, one individual skill, and one deck.
|
|
540
589
|
- Commit and push release docs and any package version changes.
|
|
541
590
|
|
|
542
591
|
Exit criteria:
|
|
543
592
|
|
|
544
|
-
- `gskp`
|
|
593
|
+
- `skillpacks` and `@glexcorp/gskp` are installable from npm at the same version.
|
|
545
594
|
- A fresh project can install packs without cloning this repository.
|
|
546
595
|
- Current git-checkout install path remains functional.
|
|
547
596
|
|
|
@@ -553,7 +602,7 @@ Tasks:
|
|
|
553
602
|
|
|
554
603
|
- Track install usage and maintenance pain from the monolith package.
|
|
555
604
|
- Identify "hot packs" that deserve scoped packages.
|
|
556
|
-
- Use manifest data to generate
|
|
605
|
+
- Use manifest data to generate future scoped pack package metadata experimentally.
|
|
557
606
|
- Use deck package-list metadata to generate scoped package recommendations.
|
|
558
607
|
- Use registry-style deck tags to support per-skill and category resolution.
|
|
559
608
|
- Consider `@gskp/sdk` only after the manifest is stable and used by the CLI.
|
|
@@ -598,9 +647,9 @@ node /path/to/agentic-skills/packages/skillpacks/bin/skillpacks.mjs pin quality-
|
|
|
598
647
|
Published-package checks:
|
|
599
648
|
|
|
600
649
|
```bash
|
|
601
|
-
npx @
|
|
602
|
-
npx @
|
|
603
|
-
npx @
|
|
650
|
+
npx skillpacks@latest list
|
|
651
|
+
npx skillpacks@latest install-deck ord
|
|
652
|
+
npx skillpacks@latest doctor
|
|
604
653
|
```
|
|
605
654
|
|
|
606
655
|
## Risks And Mitigations
|
|
@@ -611,8 +660,8 @@ npx @glexcorp/gskp@latest doctor
|
|
|
611
660
|
| npm package accidentally includes task/history/prompt artifacts | Bloated or sensitive package | Use `files` whitelist plus `npm pack --dry-run` validation. |
|
|
612
661
|
| `pack.sh` assumes a git checkout | npm install breaks | Run it from the packaged script path and add temp-repo tests. |
|
|
613
662
|
| `jq` is missing | Shell-backed write paths fail | Node-owned `gskp` project commands no longer require `jq`; keep `jq` documented for git-checkout `scripts/pack.sh` write commands and `gskp install-deck` materialization. |
|
|
614
|
-
| Skill-level pinning needs archives omitted from tarball | Pins break | Include skill-local `archive/**` while excluding
|
|
615
|
-
| Existing git-checkout users regress | Adoption risk | Keep `
|
|
663
|
+
| Skill-level pinning needs archives omitted from tarball | Pins break | Include skill-local `archive/**` while excluding repo-wide docs history. |
|
|
664
|
+
| Existing git-checkout users regress | Adoption risk | Keep `pack.sh` unchanged until Node parity is proven; base init is Node-owned and project-local via `npx skillpacks init`. |
|
|
616
665
|
| CLI name conflicts with installed external `agentic-skills` package | User confusion | Use `gskp` as the only npm package and bin name. |
|
|
617
666
|
|
|
618
667
|
## Open Questions
|
|
@@ -621,7 +670,6 @@ These should be answered before first publish, not before starting phase 1:
|
|
|
621
670
|
|
|
622
671
|
- Is `gskp` the final npm package owner identity, or should the public package be `@gskp/cli` after an organization is created?
|
|
623
672
|
- Should `install-deck` remain a hybrid shell materialization path for the first public package, or should deck installation move fully to Node before publish?
|
|
624
|
-
- Should `init-global` install only global core skills, or should it also offer an optional deck picker?
|
|
625
673
|
- Should hibernated packs be excluded from the npm tarball entirely or included only to preserve explicit error messages?
|
|
626
674
|
- Should package releases use `0.x` until several real consumer installs pass?
|
|
627
675
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@glexcorp/gskp",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.2",
|
|
4
4
|
"description": "CLI and packaged markdown skill library for Claude Code and OpenAI Codex.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"bin": {
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
"bin/",
|
|
21
21
|
"src/",
|
|
22
22
|
"dist/",
|
|
23
|
-
"
|
|
23
|
+
"base/",
|
|
24
24
|
"packs/",
|
|
25
25
|
"scripts/pack.sh",
|
|
26
26
|
"scripts/skill-links.sh",
|
|
@@ -40,8 +40,7 @@
|
|
|
40
40
|
"README.md",
|
|
41
41
|
"LICENSE",
|
|
42
42
|
"AGENTS.md",
|
|
43
|
-
"CLAUDE.md"
|
|
44
|
-
"init.sh"
|
|
43
|
+
"CLAUDE.md"
|
|
45
44
|
],
|
|
46
45
|
"keywords": [
|
|
47
46
|
"ai",
|
|
@@ -33,7 +33,7 @@ Use this skill when a repository already has generated `alignment/*.html` review
|
|
|
33
33
|
- If the user provided page paths, include only those paths after confirming they are inside the project-root `alignment/` directory.
|
|
34
34
|
|
|
35
35
|
2. Load local standards:
|
|
36
|
-
- Read applicable local convention sources from `AGENTS.md`, `CLAUDE.md`, and active bundled `ALIGNMENT-PAGE.md` files found under `
|
|
36
|
+
- Read applicable local convention sources from `AGENTS.md`, `CLAUDE.md`, and active bundled `ALIGNMENT-PAGE.md` files found under `base/`, `packs/`, `.claude/skills/`, and `.codex/skills/`.
|
|
37
37
|
- Treat those local files as read-only standards. Do not fetch external standards.
|
|
38
38
|
- Extract the current required HTML behaviors: dark-mode styling, inline approval gates, section feedback controls, local section feedback YAML, unified response YAML, copy fallback behavior, unanswered-question handling, archive-before-replace behavior, and diff/change highlighting for updates.
|
|
39
39
|
|
|
@@ -33,7 +33,7 @@ Use this skill when a repository already has generated `alignment/*.html` review
|
|
|
33
33
|
- If the user provided page paths, include only those paths after confirming they are inside the project-root `alignment/` directory.
|
|
34
34
|
|
|
35
35
|
2. Load local standards:
|
|
36
|
-
- Read applicable local convention sources from `AGENTS.md`, `CLAUDE.md`, and active bundled `ALIGNMENT-PAGE.md` files found under `
|
|
36
|
+
- Read applicable local convention sources from `AGENTS.md`, `CLAUDE.md`, and active bundled `ALIGNMENT-PAGE.md` files found under `base/`, `packs/`, `.claude/skills/`, and `.codex/skills/`.
|
|
37
37
|
- Treat those local files as read-only standards. Do not fetch external standards.
|
|
38
38
|
- Extract the current required HTML behaviors: dark-mode styling, inline approval gates, section feedback controls, local section feedback YAML, unified response YAML, copy fallback behavior, unanswered-question handling, archive-before-replace behavior, and diff/change highlighting for updates.
|
|
39
39
|
|
|
@@ -23,7 +23,7 @@ Read `CLAUDE.md` for project conventions. Read `docs/skills-reference.md` for th
|
|
|
23
23
|
|
|
24
24
|
### 2. Audit Skills (`skills` scope)
|
|
25
25
|
|
|
26
|
-
For each skill directory in `
|
|
26
|
+
For each skill directory in `base/claude/*/SKILL.md`, `base/codex/*/SKILL.md`, `packs/*/claude/*/SKILL.md`, and `packs/*/codex/*/SKILL.md`:
|
|
27
27
|
|
|
28
28
|
**Frontmatter check:**
|
|
29
29
|
- Has `name` field — matches directory name
|
|
@@ -71,9 +71,9 @@ Check expected project files exist based on project phase:
|
|
|
71
71
|
### 4. Audit Docs (`docs` scope)
|
|
72
72
|
|
|
73
73
|
**Skills reference sync:**
|
|
74
|
-
- Every
|
|
74
|
+
- Every base core directory has a corresponding entry in `docs/skills-reference.md`
|
|
75
75
|
- Every pack directory is listed under its pack in `docs/skills-reference.md`
|
|
76
|
-
- The
|
|
76
|
+
- The base core table and pack skill lists are complete (no missing, no extras)
|
|
77
77
|
|
|
78
78
|
**Required docs:**
|
|
79
79
|
- `CLAUDE.md` exists at project root
|
|
@@ -124,7 +124,7 @@ Check expected project files exist based on project phase:
|
|
|
124
124
|
|
|
125
125
|
Compare Claude and Codex directories within each root:
|
|
126
126
|
|
|
127
|
-
- Every skill in `
|
|
127
|
+
- Every skill in `base/claude/` should have a corresponding `base/codex/<name>/SKILL.md`
|
|
128
128
|
- Every skill in `packs/<pack>/claude/` should have a corresponding `packs/<pack>/codex/<name>/SKILL.md`
|
|
129
129
|
- Flag skills that exist in one but not the other
|
|
130
130
|
- For skills that exist in both, check that the codex version has:
|
|
@@ -157,7 +157,7 @@ Only fix mechanical, unambiguous issues:
|
|
|
157
157
|
- Add missing `argument-hint:` field (empty) to frontmatter
|
|
158
158
|
- Fix `name` field to match directory name
|
|
159
159
|
- Create missing Codex mirror in the matching root from the Claude version (copy frontmatter + intro, add TODO for Codex-specific content)
|
|
160
|
-
- Add missing skill entries to the appropriate
|
|
160
|
+
- Add missing skill entries to the appropriate base core table or pack list in `docs/skills-reference.md`
|
|
161
161
|
- Add missing empty metadata scaffold only when the target generated-doc template explicitly requires metadata and the values can be left blank
|
|
162
162
|
- Normalize duplicate blank lines around headings in generated docs when it is purely mechanical
|
|
163
163
|
|
|
@@ -178,16 +178,16 @@ Display directly to the user (no files written in audit mode):
|
|
|
178
178
|
## Hygiene Report — [scope]
|
|
179
179
|
|
|
180
180
|
### Errors (X)
|
|
181
|
-
- **
|
|
181
|
+
- **base/claude/foo/SKILL.md** — missing `version` field in frontmatter
|
|
182
182
|
- **packs/business-discovery/claude/bar/SKILL.md** — directory name `bar` doesn't match frontmatter name `baz`
|
|
183
183
|
|
|
184
184
|
### Warnings (X)
|
|
185
185
|
- **packs/example-pack/codex/example-skill/** — missing Codex mirror (exists in Claude only)
|
|
186
|
-
- **docs/skills-reference.md** — `/hygiene` not listed in the
|
|
186
|
+
- **docs/skills-reference.md** — `/hygiene` not listed in the base core table
|
|
187
187
|
- **research/icp.md** — missing `## Next Steps` section required by the research doc template
|
|
188
188
|
|
|
189
189
|
### Info (X)
|
|
190
|
-
- **
|
|
190
|
+
- **base/claude/ship/SKILL.md** — no `## Constraints` section (consider adding)
|
|
191
191
|
- **docs/architecture.md** — unknown hand-written doc; skipped strict generated-doc template checks
|
|
192
192
|
|
|
193
193
|
### Summary
|
|
@@ -201,8 +201,8 @@ In `fix` mode, prepend each fixed item with a checkmark:
|
|
|
201
201
|
|
|
202
202
|
```
|
|
203
203
|
### Fixed
|
|
204
|
-
- [x] Added missing `argument-hint:` to
|
|
205
|
-
- [x] Created mirror
|
|
204
|
+
- [x] Added missing `argument-hint:` to base/claude/foo/SKILL.md
|
|
205
|
+
- [x] Created mirror base/codex/hygiene/SKILL.md
|
|
206
206
|
|
|
207
207
|
### Remaining Errors (X)
|
|
208
208
|
...
|
|
@@ -23,7 +23,7 @@ Read `CLAUDE.md` for project conventions. Read `docs/skills-reference.md` for th
|
|
|
23
23
|
|
|
24
24
|
### 2. Audit Skills (`skills` scope)
|
|
25
25
|
|
|
26
|
-
For each skill directory in `
|
|
26
|
+
For each skill directory in `base/claude/*/SKILL.md`, `base/codex/*/SKILL.md`, `packs/*/claude/*/SKILL.md`, and `packs/*/codex/*/SKILL.md`:
|
|
27
27
|
|
|
28
28
|
**Frontmatter check:**
|
|
29
29
|
- Has `name` field — matches directory name
|
|
@@ -72,9 +72,9 @@ Check expected project files exist based on project phase:
|
|
|
72
72
|
### 4. Audit Docs (`docs` scope)
|
|
73
73
|
|
|
74
74
|
**Skills reference sync:**
|
|
75
|
-
- Every
|
|
75
|
+
- Every base core directory has a corresponding entry in `docs/skills-reference.md`
|
|
76
76
|
- Every pack directory is listed under its pack in `docs/skills-reference.md`
|
|
77
|
-
- The
|
|
77
|
+
- The base core table and pack skill lists are complete (no missing, no extras)
|
|
78
78
|
|
|
79
79
|
**Required docs:**
|
|
80
80
|
- `CLAUDE.md` exists at project root
|
|
@@ -125,7 +125,7 @@ Check expected project files exist based on project phase:
|
|
|
125
125
|
|
|
126
126
|
Compare Claude and Codex directories within each root:
|
|
127
127
|
|
|
128
|
-
- Every skill in `
|
|
128
|
+
- Every skill in `base/claude/` should have a corresponding `base/codex/<name>/SKILL.md`
|
|
129
129
|
- Every skill in `packs/<pack>/claude/` should have a corresponding `packs/<pack>/codex/<name>/SKILL.md`
|
|
130
130
|
- Flag skills that exist in one but not the other
|
|
131
131
|
- For skills that exist in both, check that the codex version has:
|
|
@@ -158,7 +158,7 @@ Only fix mechanical, unambiguous issues:
|
|
|
158
158
|
- Add missing `argument-hint:` field (empty) to frontmatter
|
|
159
159
|
- Fix `name` field to match directory name
|
|
160
160
|
- Create missing Codex mirror in the matching root from the Claude version (copy frontmatter + intro, add TODO for Codex-specific content)
|
|
161
|
-
- Add missing skill entries to the appropriate
|
|
161
|
+
- Add missing skill entries to the appropriate base core table or pack list in `docs/skills-reference.md`
|
|
162
162
|
- Add missing empty metadata scaffold only when the target generated-doc template explicitly requires metadata and the values can be left blank
|
|
163
163
|
- Normalize duplicate blank lines around headings in generated docs when it is purely mechanical
|
|
164
164
|
|
|
@@ -179,16 +179,16 @@ Display directly to the user (no files written in audit mode):
|
|
|
179
179
|
## Hygiene Report — [scope]
|
|
180
180
|
|
|
181
181
|
### Errors (X)
|
|
182
|
-
- **
|
|
182
|
+
- **base/claude/foo/SKILL.md** — missing `version` field in frontmatter
|
|
183
183
|
- **packs/business-discovery/claude/bar/SKILL.md** — directory name `bar` doesn't match frontmatter name `baz`
|
|
184
184
|
|
|
185
185
|
### Warnings (X)
|
|
186
186
|
- **packs/example-pack/codex/example-skill/** — missing Codex mirror (exists in Claude only)
|
|
187
|
-
- **docs/skills-reference.md** — `$hygiene` not listed in the
|
|
187
|
+
- **docs/skills-reference.md** — `$hygiene` not listed in the base core table
|
|
188
188
|
- **research/icp.md** — missing `## Next Steps` section required by the research doc template
|
|
189
189
|
|
|
190
190
|
### Info (X)
|
|
191
|
-
- **
|
|
191
|
+
- **base/claude/ship/SKILL.md** — no `## Constraints` section (consider adding)
|
|
192
192
|
- **docs/architecture.md** — unknown hand-written doc; skipped strict generated-doc template checks
|
|
193
193
|
|
|
194
194
|
### Summary
|
|
@@ -202,8 +202,8 @@ In `fix` mode, prepend each fixed item with a checkmark:
|
|
|
202
202
|
|
|
203
203
|
```
|
|
204
204
|
### Fixed
|
|
205
|
-
- [x] Added missing `argument-hint:` to
|
|
206
|
-
- [x] Created mirror
|
|
205
|
+
- [x] Added missing `argument-hint:` to base/claude/foo/SKILL.md
|
|
206
|
+
- [x] Created mirror base/codex/hygiene/SKILL.md
|
|
207
207
|
|
|
208
208
|
### Remaining Errors (X)
|
|
209
209
|
...
|