@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/init.sh
DELETED
|
@@ -1,207 +0,0 @@
|
|
|
1
|
-
#!/usr/bin/env bash
|
|
2
|
-
set -euo pipefail
|
|
3
|
-
|
|
4
|
-
SCRIPT_DIR="$(cd "$(dirname "$0")" && pwd)"
|
|
5
|
-
CLAUDE_SKILLS_DIR="$HOME/.claude/skills"
|
|
6
|
-
CODEX_SKILLS_DIR="$HOME/.codex/skills"
|
|
7
|
-
source "$SCRIPT_DIR/scripts/skill-links.sh"
|
|
8
|
-
|
|
9
|
-
usage() {
|
|
10
|
-
echo "Usage: $0 [--uninstall] [--pin skill=version]"
|
|
11
|
-
echo ""
|
|
12
|
-
echo "Init: Installs global core skills into assistant global skill directories."
|
|
13
|
-
echo "Uninstall: Removes repo-managed global skill installs pointing back to this repo."
|
|
14
|
-
echo ""
|
|
15
|
-
echo "Project-local packs and individual pack skills are managed with: scripts/pack.sh install <pack-or-skill>"
|
|
16
|
-
exit 0
|
|
17
|
-
}
|
|
18
|
-
|
|
19
|
-
if [[ "${1:-}" == "--help" || "${1:-}" == "-h" ]]; then
|
|
20
|
-
usage
|
|
21
|
-
fi
|
|
22
|
-
|
|
23
|
-
UNINSTALL=false
|
|
24
|
-
PINS=()
|
|
25
|
-
|
|
26
|
-
while [[ $# -gt 0 ]]; do
|
|
27
|
-
case "$1" in
|
|
28
|
-
--uninstall) UNINSTALL=true; shift ;;
|
|
29
|
-
--pin)
|
|
30
|
-
shift
|
|
31
|
-
[[ $# -gt 0 ]] || { echo "ERROR: --pin requires skill=version argument" >&2; exit 1; }
|
|
32
|
-
PINS+=("$1")
|
|
33
|
-
shift
|
|
34
|
-
;;
|
|
35
|
-
*) shift ;;
|
|
36
|
-
esac
|
|
37
|
-
done
|
|
38
|
-
|
|
39
|
-
SKILL_PINS_FILE="$HOME/.claude/skill-pins.json"
|
|
40
|
-
|
|
41
|
-
read_skill_pin() {
|
|
42
|
-
local skill="$1"
|
|
43
|
-
if [[ -f "$SKILL_PINS_FILE" ]] && command -v jq >/dev/null 2>&1; then
|
|
44
|
-
jq -r --arg s "$skill" '.[$s] // empty' "$SKILL_PINS_FILE" 2>/dev/null || true
|
|
45
|
-
fi
|
|
46
|
-
}
|
|
47
|
-
|
|
48
|
-
write_skill_pin() {
|
|
49
|
-
local skill="$1"
|
|
50
|
-
local version="$2"
|
|
51
|
-
mkdir -p "$(dirname "$SKILL_PINS_FILE")"
|
|
52
|
-
if [[ -f "$SKILL_PINS_FILE" ]] && command -v jq >/dev/null 2>&1; then
|
|
53
|
-
local tmp
|
|
54
|
-
tmp="$(jq --arg s "$skill" --arg v "$version" '.[$s] = $v' "$SKILL_PINS_FILE")" || { echo "Error: jq failed to update $SKILL_PINS_FILE" >&2; return 1; }
|
|
55
|
-
[[ -n "$tmp" ]] || { echo "Error: jq produced empty output for $SKILL_PINS_FILE" >&2; return 1; }
|
|
56
|
-
echo "$tmp" > "$SKILL_PINS_FILE"
|
|
57
|
-
else
|
|
58
|
-
printf '{ "%s": "%s" }\n' "$skill" "$version" > "$SKILL_PINS_FILE"
|
|
59
|
-
fi
|
|
60
|
-
}
|
|
61
|
-
|
|
62
|
-
remove_repo_link() {
|
|
63
|
-
local link="$1"
|
|
64
|
-
if remove_repo_skill_install "$link"; then
|
|
65
|
-
echo "Removed $(basename "$link")"
|
|
66
|
-
return 0
|
|
67
|
-
fi
|
|
68
|
-
return 1
|
|
69
|
-
}
|
|
70
|
-
|
|
71
|
-
remove_stale_repo_links() {
|
|
72
|
-
local root="$1"
|
|
73
|
-
local link target source
|
|
74
|
-
[[ -d "$root" ]] || return 0
|
|
75
|
-
|
|
76
|
-
for link in "$root"/*; do
|
|
77
|
-
[[ -e "$link" || -L "$link" ]] || continue
|
|
78
|
-
if [[ -L "$link" ]]; then
|
|
79
|
-
target="$(readlink "$link")"
|
|
80
|
-
case "$target" in
|
|
81
|
-
"$SCRIPT_DIR/global/claude/"*|"$SCRIPT_DIR/global/codex/"*)
|
|
82
|
-
if [[ ! -e "$target" ]]; then
|
|
83
|
-
rm "$link"
|
|
84
|
-
echo "Removed stale $(basename "$link")"
|
|
85
|
-
fi
|
|
86
|
-
;;
|
|
87
|
-
esac
|
|
88
|
-
elif is_managed_skill_dir "$link"; then
|
|
89
|
-
source="$(managed_skill_source "$link")"
|
|
90
|
-
if skill_source_owned_by_repo "$source" && [[ ! -e "$source" ]]; then
|
|
91
|
-
rm -rf "$link"
|
|
92
|
-
echo "Removed stale $(basename "$link")"
|
|
93
|
-
fi
|
|
94
|
-
fi
|
|
95
|
-
done
|
|
96
|
-
}
|
|
97
|
-
|
|
98
|
-
set_output_var() {
|
|
99
|
-
local var_name="$1"
|
|
100
|
-
local value="$2"
|
|
101
|
-
|
|
102
|
-
if [[ ! "$var_name" =~ ^[a-zA-Z_][a-zA-Z0-9_]*$ ]]; then
|
|
103
|
-
echo "ERROR: invalid output variable name: $var_name" >&2
|
|
104
|
-
return 1
|
|
105
|
-
fi
|
|
106
|
-
|
|
107
|
-
printf -v "$var_name" "%s" "$value"
|
|
108
|
-
}
|
|
109
|
-
|
|
110
|
-
install_tree() {
|
|
111
|
-
local source_root="$1"
|
|
112
|
-
local target_root="$2"
|
|
113
|
-
local label="$3"
|
|
114
|
-
local out_count_var="$4"
|
|
115
|
-
local out_skipped_var="$5"
|
|
116
|
-
local count=0
|
|
117
|
-
local skipped=0
|
|
118
|
-
local skill_dir name target
|
|
119
|
-
|
|
120
|
-
[[ -d "$source_root" ]] || {
|
|
121
|
-
set_output_var "$out_count_var" 0
|
|
122
|
-
set_output_var "$out_skipped_var" 0
|
|
123
|
-
return 0
|
|
124
|
-
}
|
|
125
|
-
|
|
126
|
-
mkdir -p "$target_root"
|
|
127
|
-
|
|
128
|
-
for skill_dir in "$source_root"/*/; do
|
|
129
|
-
[[ -d "$skill_dir" ]] || continue
|
|
130
|
-
skill_dir="${skill_dir%/}"
|
|
131
|
-
name="$(basename "$skill_dir")"
|
|
132
|
-
target="$target_root/$name"
|
|
133
|
-
local effective_source="$skill_dir"
|
|
134
|
-
|
|
135
|
-
local pinned
|
|
136
|
-
pinned="$(read_skill_pin "$name")"
|
|
137
|
-
if [[ -n "$pinned" ]]; then
|
|
138
|
-
local archive_path="$skill_dir/archive/$pinned"
|
|
139
|
-
if [[ -d "$archive_path" && -f "$archive_path/SKILL.md" ]]; then
|
|
140
|
-
effective_source="$archive_path"
|
|
141
|
-
else
|
|
142
|
-
echo "WARNING: pin $name=$pinned but $archive_path/SKILL.md not found, using current" >&2
|
|
143
|
-
fi
|
|
144
|
-
fi
|
|
145
|
-
|
|
146
|
-
if sync_skill_install "$effective_source" "$target"; then
|
|
147
|
-
if [[ -n "$pinned" && "$effective_source" != "$skill_dir" ]]; then
|
|
148
|
-
echo "Installed $label: $name (pinned $pinned)"
|
|
149
|
-
else
|
|
150
|
-
echo "Installed $label: $name"
|
|
151
|
-
fi
|
|
152
|
-
count=$((count + 1))
|
|
153
|
-
else
|
|
154
|
-
local status=$?
|
|
155
|
-
if [[ "$status" -eq 1 ]]; then
|
|
156
|
-
continue
|
|
157
|
-
fi
|
|
158
|
-
skipped=$((skipped + 1))
|
|
159
|
-
continue
|
|
160
|
-
fi
|
|
161
|
-
done
|
|
162
|
-
|
|
163
|
-
set_output_var "$out_count_var" "$count"
|
|
164
|
-
set_output_var "$out_skipped_var" "$skipped"
|
|
165
|
-
}
|
|
166
|
-
|
|
167
|
-
if $UNINSTALL; then
|
|
168
|
-
removed=0
|
|
169
|
-
for root in "$CLAUDE_SKILLS_DIR" "$CODEX_SKILLS_DIR"; do
|
|
170
|
-
[[ -d "$root" ]] || continue
|
|
171
|
-
for link in "$root"/*; do
|
|
172
|
-
[[ -e "$link" || -L "$link" ]] || continue
|
|
173
|
-
if remove_repo_link "$link"; then
|
|
174
|
-
removed=$((removed + 1))
|
|
175
|
-
fi
|
|
176
|
-
done
|
|
177
|
-
done
|
|
178
|
-
echo "Done. Removed $removed repo-managed skill installs."
|
|
179
|
-
exit 0
|
|
180
|
-
fi
|
|
181
|
-
|
|
182
|
-
mkdir -p "$CLAUDE_SKILLS_DIR" "$CODEX_SKILLS_DIR"
|
|
183
|
-
remove_stale_repo_links "$CLAUDE_SKILLS_DIR"
|
|
184
|
-
remove_stale_repo_links "$CODEX_SKILLS_DIR"
|
|
185
|
-
|
|
186
|
-
for pin_entry in "${PINS[@]+"${PINS[@]}"}"; do
|
|
187
|
-
if [[ "$pin_entry" =~ ^([^=]+)=(.+)$ ]]; then
|
|
188
|
-
pin_skill="${BASH_REMATCH[1]}"
|
|
189
|
-
pin_version="${BASH_REMATCH[2]}"
|
|
190
|
-
write_skill_pin "$pin_skill" "$pin_version"
|
|
191
|
-
echo "Pinned global skill $pin_skill to $pin_version"
|
|
192
|
-
else
|
|
193
|
-
echo "WARNING: invalid --pin format '$pin_entry', expected skill=version" >&2
|
|
194
|
-
fi
|
|
195
|
-
done
|
|
196
|
-
|
|
197
|
-
install_tree "$SCRIPT_DIR/global/claude" "$CLAUDE_SKILLS_DIR" "Claude core" count_claude_core skipped_claude_core
|
|
198
|
-
install_tree "$SCRIPT_DIR/global/codex" "$CODEX_SKILLS_DIR" "Codex core" count_codex_core skipped_codex_core
|
|
199
|
-
|
|
200
|
-
skipped=$((skipped_claude_core + skipped_codex_core))
|
|
201
|
-
|
|
202
|
-
echo ""
|
|
203
|
-
echo "Installed $count_claude_core Claude core skills -> $CLAUDE_SKILLS_DIR"
|
|
204
|
-
echo "Installed $count_codex_core Codex core skills -> $CODEX_SKILLS_DIR"
|
|
205
|
-
echo "Domain packs were not installed globally. Use scripts/pack.sh install <pack-or-skill> from a project."
|
|
206
|
-
if [[ "$skipped" -gt 0 ]]; then echo "Skipped $skipped (see warnings above)"; fi
|
|
207
|
-
echo "Done."
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/{global → base}/claude/animation-design-planner/frameworks/css-transitions/SKILL.md
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/{global → base}/claude/animation-design-planner/frameworks/web-animations-api/SKILL.md
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/{global/claude/init-agentic-skills → base/claude/init-agentic-skills/archive/v0.8}/SKILL.md
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/{global → base}/codex/animation-design-planner/frameworks/web-animations-api/SKILL.md
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/{global/codex/init-agentic-skills → base/codex/init-agentic-skills/archive/v0.8}/SKILL.md
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|