@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
|
@@ -0,0 +1,93 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: create-agentic-skill
|
|
3
|
+
description: Create or update a repo-managed skill inside this agentic-skills checkout under global/codex and optionally global/claude, then validate, commit, and push it
|
|
4
|
+
type: execution
|
|
5
|
+
version: v0.1
|
|
6
|
+
argument-hint: "<skill-name> [description] [--codex-only|--claude-only|--mirror]"
|
|
7
|
+
---
|
|
8
|
+
|
|
9
|
+
# Create Agentic Skill
|
|
10
|
+
|
|
11
|
+
Invoke as `$create-agentic-skill`.
|
|
12
|
+
|
|
13
|
+
Use this skill when the user wants to add or update a skill in the `agentic-skills` repository itself. This is the repo-managed counterpart to `$create-local-skill`, which writes experimental user-local skills under `~/.codex/skills` or `~/.claude/skills`.
|
|
14
|
+
|
|
15
|
+
## Process
|
|
16
|
+
|
|
17
|
+
1. **Confirm repository context.**
|
|
18
|
+
- Verify the current repo is `agentic-skills` by checking for `init.sh`, `global/codex/`, and `global/claude/`.
|
|
19
|
+
- If the current repo is not `agentic-skills`, stop and ask for the checkout path.
|
|
20
|
+
- Inspect `git status --short` and identify unrelated dirty files before editing.
|
|
21
|
+
|
|
22
|
+
2. **Resolve skill identity.**
|
|
23
|
+
- Parse `<skill-name>` as kebab-case.
|
|
24
|
+
- Parse the description when provided; otherwise ask for a one-line description.
|
|
25
|
+
- Default to creating both `global/codex/<skill-name>/SKILL.md` and `global/claude/<skill-name>/SKILL.md` when the skill should exist for both agents.
|
|
26
|
+
- Honor `--codex-only`, `--claude-only`, or `--mirror`.
|
|
27
|
+
- If a local-only workflow is requested, route to `$create-local-skill` instead.
|
|
28
|
+
|
|
29
|
+
3. **Check for conflicts.**
|
|
30
|
+
- Refuse to overwrite an existing unrelated skill without explicit user approval.
|
|
31
|
+
- If updating an existing skill, read the current `SKILL.md` and preserve its purpose unless the user asked for a rewrite.
|
|
32
|
+
- Check for stale old names when the task is a rename, and move directories rather than duplicating the skill.
|
|
33
|
+
|
|
34
|
+
4. **Draft the skill.**
|
|
35
|
+
- Follow repo frontmatter conventions:
|
|
36
|
+
- `name`
|
|
37
|
+
- `description`
|
|
38
|
+
- `type`
|
|
39
|
+
- `version`
|
|
40
|
+
- optional `argument-hint`
|
|
41
|
+
- For Codex skills, include `Invoke as \`$<skill-name>\`.` after the title.
|
|
42
|
+
- For Claude skills, omit the Codex invocation line unless existing local convention requires it.
|
|
43
|
+
- Include clear `## Workflow`, `## Output`, and `## Constraints` sections.
|
|
44
|
+
- Prefer durable procedure over one-off project notes.
|
|
45
|
+
|
|
46
|
+
5. **Apply correction lessons when relevant.**
|
|
47
|
+
- If the skill is being created because of a user correction, update `tasks/lessons.md` with the mistake pattern and prevention rule.
|
|
48
|
+
- Keep the lesson specific enough to prevent recurrence.
|
|
49
|
+
|
|
50
|
+
6. **Handle benchmark coverage.**
|
|
51
|
+
- For every new shared skill or material behavior update, update `tests/harness/bench-coverage.ts` in the same shipping boundary.
|
|
52
|
+
- Add or register a deterministic custom setup under `tests/layer4/setups/` when local fixtures can exercise the skill without credentials, external services, paid actions, production deploys, or unsafe account state.
|
|
53
|
+
- When adding or materially updating a custom setup, include a deterministic quality rubric when practical. Score local fixture facts, concrete file/command references, expected next-route handoffs, specificity, and forbidden fabrications as appropriate for the skill.
|
|
54
|
+
- If output quality cannot be scored reliably from local fixtures, record an explicit blocked/deferred quality note in the setup or coverage review instead of adding a weak subjective rubric.
|
|
55
|
+
- If deterministic local coverage is not safe yet, record an explicit `blocked` row with `blocked_reason` and `next_command`.
|
|
56
|
+
- Use `$targeted-skill-builder <skill-name> benchmark coverage` when the coverage work needs a focused follow-up before the skill can ship.
|
|
57
|
+
- Run `pnpm --dir tests bench:coverage` after updating the matrix.
|
|
58
|
+
|
|
59
|
+
7. **Validate.**
|
|
60
|
+
- Read back the new or updated `SKILL.md` files.
|
|
61
|
+
- Run `rg` checks for old skill names, missing `version:`, missing `Invoke as` in Codex skills, and accidental writes under `~/.codex/skills` or `~/.claude/skills`.
|
|
62
|
+
- Run `pnpm --dir tests bench:coverage` and any focused setup tests changed for the new benchmark row.
|
|
63
|
+
- If any tracked `SKILL.md` or `PACK.md` was created, deleted, renamed, or changed in behavior or metadata, refresh the Skills Showcase data before shipping:
|
|
64
|
+
- `node apps/skills-showcase/scripts/generate-skills-showcase-data.mjs`
|
|
65
|
+
- `node apps/skills-showcase/scripts/generate-skills-showcase-github-data.mjs`
|
|
66
|
+
- `apps/skills-showcase/scripts/validate-skills-showcase-data.sh`
|
|
67
|
+
- Review curated showcase copy, catalog grouping, workflow animation text, and proof receipts when the skill change could affect the public website. Update the relevant site files or explicitly record why no curated website copy changed.
|
|
68
|
+
- Confirm unrelated dirty files remain unstaged.
|
|
69
|
+
|
|
70
|
+
8. **Commit and push.**
|
|
71
|
+
- Stage only intended repo-managed skill files, generated showcase assets, and directly related docs or lesson updates.
|
|
72
|
+
- Commit on the repository primary branch (`main` when present, otherwise `master`) with a concise conventional commit message.
|
|
73
|
+
- Push the branch.
|
|
74
|
+
- Do not stage unrelated user changes.
|
|
75
|
+
|
|
76
|
+
## Output
|
|
77
|
+
|
|
78
|
+
- **Skill**: name and target paths created or updated
|
|
79
|
+
- **Mode**: Codex, Claude, or mirrored
|
|
80
|
+
- **Validation**: checks run and result
|
|
81
|
+
- **Git**: commit hash and pushed branch
|
|
82
|
+
- **Next Work**: exact follow-up, or `none` only when there is no useful follow-up
|
|
83
|
+
|
|
84
|
+
## Constraints
|
|
85
|
+
|
|
86
|
+
- Do not write to `~/.codex/skills` or `~/.claude/skills`; that is `$create-local-skill`.
|
|
87
|
+
- Do not update README or generated references when they already have unrelated unstaged edits unless the user explicitly asks to include them.
|
|
88
|
+
- Do not create pack-local skills unless the user asks for a pack path.
|
|
89
|
+
- Do not leave repo-managed skill changes uncommitted or unpushed unless the user explicitly says not to ship.
|
|
90
|
+
|
|
91
|
+
## Default Shipping Contract
|
|
92
|
+
|
|
93
|
+
Follow the shared shipping contract convention in CLAUDE.md.
|
|
@@ -0,0 +1,93 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: create-agentic-skill
|
|
3
|
+
description: Create or update a repo-managed skill inside this agentic-skills checkout under base/codex and optionally base/claude, then validate, commit, and push it
|
|
4
|
+
type: execution
|
|
5
|
+
version: v0.2
|
|
6
|
+
argument-hint: "<skill-name> [description] [--codex-only|--claude-only|--mirror]"
|
|
7
|
+
---
|
|
8
|
+
|
|
9
|
+
# Create Agentic Skill
|
|
10
|
+
|
|
11
|
+
Invoke as `$create-agentic-skill`.
|
|
12
|
+
|
|
13
|
+
Use this skill when the user wants to add or update a skill in the `agentic-skills` repository itself. This is the repo-managed counterpart to `$create-local-skill`, which writes experimental user-local skills under `~/.codex/skills` or `~/.claude/skills`.
|
|
14
|
+
|
|
15
|
+
## Process
|
|
16
|
+
|
|
17
|
+
1. **Confirm repository context.**
|
|
18
|
+
- Verify the current repo is `agentic-skills` by checking for `init.sh`, `base/codex/`, and `base/claude/`.
|
|
19
|
+
- If the current repo is not `agentic-skills`, stop and ask for the checkout path.
|
|
20
|
+
- Inspect `git status --short` and identify unrelated dirty files before editing.
|
|
21
|
+
|
|
22
|
+
2. **Resolve skill identity.**
|
|
23
|
+
- Parse `<skill-name>` as kebab-case.
|
|
24
|
+
- Parse the description when provided; otherwise ask for a one-line description.
|
|
25
|
+
- Default to creating both `base/codex/<skill-name>/SKILL.md` and `base/claude/<skill-name>/SKILL.md` when the skill should exist for both agents.
|
|
26
|
+
- Honor `--codex-only`, `--claude-only`, or `--mirror`.
|
|
27
|
+
- If a local-only workflow is requested, route to `$create-local-skill` instead.
|
|
28
|
+
|
|
29
|
+
3. **Check for conflicts.**
|
|
30
|
+
- Refuse to overwrite an existing unrelated skill without explicit user approval.
|
|
31
|
+
- If updating an existing skill, read the current `SKILL.md` and preserve its purpose unless the user asked for a rewrite.
|
|
32
|
+
- Check for stale old names when the task is a rename, and move directories rather than duplicating the skill.
|
|
33
|
+
|
|
34
|
+
4. **Draft the skill.**
|
|
35
|
+
- Follow repo frontmatter conventions:
|
|
36
|
+
- `name`
|
|
37
|
+
- `description`
|
|
38
|
+
- `type`
|
|
39
|
+
- `version`
|
|
40
|
+
- optional `argument-hint`
|
|
41
|
+
- For Codex skills, include `Invoke as \`$<skill-name>\`.` after the title.
|
|
42
|
+
- For Claude skills, omit the Codex invocation line unless existing local convention requires it.
|
|
43
|
+
- Include clear `## Workflow`, `## Output`, and `## Constraints` sections.
|
|
44
|
+
- Prefer durable procedure over one-off project notes.
|
|
45
|
+
|
|
46
|
+
5. **Apply correction lessons when relevant.**
|
|
47
|
+
- If the skill is being created because of a user correction, update `tasks/lessons.md` with the mistake pattern and prevention rule.
|
|
48
|
+
- Keep the lesson specific enough to prevent recurrence.
|
|
49
|
+
|
|
50
|
+
6. **Handle benchmark coverage.**
|
|
51
|
+
- For every new shared skill or material behavior update, update `tests/harness/bench-coverage.ts` in the same shipping boundary.
|
|
52
|
+
- Add or register a deterministic custom setup under `tests/layer4/setups/` when local fixtures can exercise the skill without credentials, external services, paid actions, production deploys, or unsafe account state.
|
|
53
|
+
- When adding or materially updating a custom setup, include a deterministic quality rubric when practical. Score local fixture facts, concrete file/command references, expected next-route handoffs, specificity, and forbidden fabrications as appropriate for the skill.
|
|
54
|
+
- If output quality cannot be scored reliably from local fixtures, record an explicit blocked/deferred quality note in the setup or coverage review instead of adding a weak subjective rubric.
|
|
55
|
+
- If deterministic local coverage is not safe yet, record an explicit `blocked` row with `blocked_reason` and `next_command`.
|
|
56
|
+
- Use `$targeted-skill-builder <skill-name> benchmark coverage` when the coverage work needs a focused follow-up before the skill can ship.
|
|
57
|
+
- Run `pnpm --dir tests bench:coverage` after updating the matrix.
|
|
58
|
+
|
|
59
|
+
7. **Validate.**
|
|
60
|
+
- Read back the new or updated `SKILL.md` files.
|
|
61
|
+
- Run `rg` checks for old skill names, missing `version:`, missing `Invoke as` in Codex skills, and accidental writes under `~/.codex/skills` or `~/.claude/skills`.
|
|
62
|
+
- Run `pnpm --dir tests bench:coverage` and any focused setup tests changed for the new benchmark row.
|
|
63
|
+
- If any tracked `SKILL.md` or `PACK.md` was created, deleted, renamed, or changed in behavior or metadata, refresh the Skills Showcase data before shipping:
|
|
64
|
+
- `node apps/skills-showcase/scripts/generate-skills-showcase-data.mjs`
|
|
65
|
+
- `node apps/skills-showcase/scripts/generate-skills-showcase-github-data.mjs`
|
|
66
|
+
- `apps/skills-showcase/scripts/validate-skills-showcase-data.sh`
|
|
67
|
+
- Review curated showcase copy, catalog grouping, workflow animation text, and proof receipts when the skill change could affect the public website. Update the relevant site files or explicitly record why no curated website copy changed.
|
|
68
|
+
- Confirm unrelated dirty files remain unstaged.
|
|
69
|
+
|
|
70
|
+
8. **Commit and push.**
|
|
71
|
+
- Stage only intended repo-managed skill files, generated showcase assets, and directly related docs or lesson updates.
|
|
72
|
+
- Commit on the repository primary branch (`main` when present, otherwise `master`) with a concise conventional commit message.
|
|
73
|
+
- Push the branch.
|
|
74
|
+
- Do not stage unrelated user changes.
|
|
75
|
+
|
|
76
|
+
## Output
|
|
77
|
+
|
|
78
|
+
- **Skill**: name and target paths created or updated
|
|
79
|
+
- **Mode**: Codex, Claude, or mirrored
|
|
80
|
+
- **Validation**: checks run and result
|
|
81
|
+
- **Git**: commit hash and pushed branch
|
|
82
|
+
- **Next Work**: exact follow-up, or `none` only when there is no useful follow-up
|
|
83
|
+
|
|
84
|
+
## Constraints
|
|
85
|
+
|
|
86
|
+
- Do not write to `~/.codex/skills` or `~/.claude/skills`; that is `$create-local-skill`.
|
|
87
|
+
- Do not update README or generated references when they already have unrelated unstaged edits unless the user explicitly asks to include them.
|
|
88
|
+
- Do not create pack-local skills unless the user asks for a pack path.
|
|
89
|
+
- Do not leave repo-managed skill changes uncommitted or unpushed unless the user explicitly says not to ship.
|
|
90
|
+
|
|
91
|
+
## Default Shipping Contract
|
|
92
|
+
|
|
93
|
+
Follow the shared shipping contract convention in CLAUDE.md.
|
|
@@ -1,5 +1,9 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## v0.2 - 2026-06-13
|
|
4
|
+
|
|
5
|
+
- Upstream-safety note references `npx skillpacks uninstall-global` instead of the removed `init.sh --uninstall`.
|
|
6
|
+
|
|
3
7
|
## v0.1 - 2026-05-30
|
|
4
8
|
|
|
5
9
|
- Tightened post-creation skill visibility guidance to distinguish Claude Code `/reload-skills`, `/clear`, and restart fallback behavior from Codex fresh CLI session fallback.
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
name: create-local-skill
|
|
3
3
|
description: Scaffold a new user-local skill in ~/.codex/skills (and optionally ~/.claude/skills), then offer to promote it to a personal fork of agentic-skills
|
|
4
4
|
type: execution
|
|
5
|
-
version: v0.
|
|
5
|
+
version: v0.2
|
|
6
6
|
---
|
|
7
7
|
|
|
8
8
|
# Create Local Skill
|
|
@@ -11,7 +11,7 @@ Invoke as `$create-local-skill`.
|
|
|
11
11
|
|
|
12
12
|
Scaffold a new **user-local** skill directly into `~/.codex/skills/<name>/` (and optionally `~/.claude/skills/<name>/`) as a real directory. The upstream agentic-skills repo is not touched. At the end, offer to **promote** the skill by copying it into the user's personal fork.
|
|
13
13
|
|
|
14
|
-
`
|
|
14
|
+
`npx skillpacks uninstall-global` only removes skillpacks-owned skill installs whose source is inside the agentic-skills repo, so user-authored real directories are safe from upstream sync.
|
|
15
15
|
|
|
16
16
|
## Process
|
|
17
17
|
|
|
@@ -22,7 +22,7 @@ Scaffold a new **user-local** skill directly into `~/.codex/skills/<name>/` (and
|
|
|
22
22
|
- Whether to also create a Claude version in `~/.claude/skills/<name>/`
|
|
23
23
|
|
|
24
24
|
2. Validate `$HOME/.codex/skills/<name>`:
|
|
25
|
-
- If it is a symlink into `agentic-skills/
|
|
25
|
+
- If it is a symlink into `agentic-skills/base/` or `agentic-skills/packs/`, refuse — it would shadow a repo-managed skill.
|
|
26
26
|
- If it is a real dir or user-owned symlink, confirm before overwriting.
|
|
27
27
|
|
|
28
28
|
3. Write `~/.codex/skills/<name>/SKILL.md`:
|
|
@@ -61,8 +61,8 @@ Scaffold a new **user-local** skill directly into `~/.codex/skills/<name>/` (and
|
|
|
61
61
|
If yes:
|
|
62
62
|
- Ask for the path to their fork. If they don't have one, explain: fork on GitHub and clone, or `git remote set-url origin <their-repo>` to repoint an existing clone.
|
|
63
63
|
- Verify with `git -C <path> rev-parse --show-toplevel`.
|
|
64
|
-
- Copy the skill into `<fork>/
|
|
65
|
-
- If the skill is promoted into a fork's `
|
|
64
|
+
- Copy the skill into `<fork>/base/codex/<name>/` (and `<fork>/base/claude/<name>/` if applicable), or into a `<fork>/personal/...` subtree if the user prefers to segregate personal skills.
|
|
65
|
+
- If the skill is promoted into a fork's `base/` or `packs/` tree, also update that fork's `tests/harness/bench-coverage.ts` and add either a deterministic custom setup under `tests/layer4/setups/` or an explicit blocked row with `blocked_reason` and `next_command`.
|
|
66
66
|
- For promoted custom setups, include a deterministic quality rubric when practical, or record why quality scoring is blocked/deferred instead of adding a subjective rubric.
|
|
67
67
|
- Recommend `pnpm --dir tests bench:coverage` before the promoted skill is committed.
|
|
68
68
|
- Run `git status` in the fork and suggest a commit message. Do not commit or push — leave that to the user.
|
|
@@ -71,7 +71,7 @@ Scaffold a new **user-local** skill directly into `~/.codex/skills/<name>/` (and
|
|
|
71
71
|
|
|
72
72
|
## Notes
|
|
73
73
|
|
|
74
|
-
- Never write into this repo's `
|
|
74
|
+
- Never write into this repo's `base/` or `packs/` directories. Target paths are always under `$HOME/.codex/skills`, `$HOME/.claude/skills`, or an explicitly-supplied personal fork path.
|
|
75
75
|
- Do not create extra docs beyond `SKILL.md` unless asked.
|
|
76
76
|
|
|
77
77
|
## Default Shipping Contract
|
|
@@ -0,0 +1,80 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: create-local-skill
|
|
3
|
+
description: Scaffold a new user-local skill in ~/.codex/skills (and optionally ~/.claude/skills), then offer to promote it to a personal fork of agentic-skills
|
|
4
|
+
type: execution
|
|
5
|
+
version: v0.1
|
|
6
|
+
---
|
|
7
|
+
|
|
8
|
+
# Create Local Skill
|
|
9
|
+
|
|
10
|
+
Invoke as `$create-local-skill`.
|
|
11
|
+
|
|
12
|
+
Scaffold a new **user-local** skill directly into `~/.codex/skills/<name>/` (and optionally `~/.claude/skills/<name>/`) as a real directory. The upstream agentic-skills repo is not touched. At the end, offer to **promote** the skill by copying it into the user's personal fork.
|
|
13
|
+
|
|
14
|
+
`init.sh --uninstall` only removes repo-managed skill installs whose source is inside the agentic-skills repo, so user-authored real directories are safe from upstream sync.
|
|
15
|
+
|
|
16
|
+
## Process
|
|
17
|
+
|
|
18
|
+
1. Parse `<skill-name>` and optional description from arguments. If missing, ask for:
|
|
19
|
+
- Skill name (kebab-case)
|
|
20
|
+
- One-line description
|
|
21
|
+
- Type (default `execution`)
|
|
22
|
+
- Whether to also create a Claude version in `~/.claude/skills/<name>/`
|
|
23
|
+
|
|
24
|
+
2. Validate `$HOME/.codex/skills/<name>`:
|
|
25
|
+
- If it is a symlink into `agentic-skills/base/` or `agentic-skills/packs/`, refuse — it would shadow a repo-managed skill.
|
|
26
|
+
- If it is a real dir or user-owned symlink, confirm before overwriting.
|
|
27
|
+
|
|
28
|
+
3. Write `~/.codex/skills/<name>/SKILL.md`:
|
|
29
|
+
|
|
30
|
+
```markdown
|
|
31
|
+
---
|
|
32
|
+
name: <name>
|
|
33
|
+
description: <description>
|
|
34
|
+
type: <type>
|
|
35
|
+
version: v0.0
|
|
36
|
+
---
|
|
37
|
+
|
|
38
|
+
# <Title>
|
|
39
|
+
|
|
40
|
+
Invoke as `$<name>`.
|
|
41
|
+
|
|
42
|
+
<1-2 sentence purpose statement.>
|
|
43
|
+
|
|
44
|
+
## Workflow
|
|
45
|
+
|
|
46
|
+
1. <step>
|
|
47
|
+
2. <step>
|
|
48
|
+
3. <step>
|
|
49
|
+
|
|
50
|
+
## Output
|
|
51
|
+
|
|
52
|
+
<what the skill produces>
|
|
53
|
+
```
|
|
54
|
+
|
|
55
|
+
4. Optionally mirror to `~/.claude/skills/<name>/SKILL.md` (Claude frontmatter convention — no `Invoke as` line; add `argument-hint` if relevant).
|
|
56
|
+
|
|
57
|
+
5. Report created paths and remind the user of the runner-specific reload path. Claude Code should run `/reload-skills` first; `/clear` starts a new empty-context conversation and can pick up the refreshed registry; restart if the top-level `.claude/skills` directory did not exist at session start or the skill is still invisible. Codex should start a fresh Codex CLI session if the `$` skill list remains stale.
|
|
58
|
+
|
|
59
|
+
6. Ask: "Would you like to promote this skill to your personal fork of agentic-skills?"
|
|
60
|
+
|
|
61
|
+
If yes:
|
|
62
|
+
- Ask for the path to their fork. If they don't have one, explain: fork on GitHub and clone, or `git remote set-url origin <their-repo>` to repoint an existing clone.
|
|
63
|
+
- Verify with `git -C <path> rev-parse --show-toplevel`.
|
|
64
|
+
- Copy the skill into `<fork>/base/codex/<name>/` (and `<fork>/base/claude/<name>/` if applicable), or into a `<fork>/personal/...` subtree if the user prefers to segregate personal skills.
|
|
65
|
+
- If the skill is promoted into a fork's `base/` or `packs/` tree, also update that fork's `tests/harness/bench-coverage.ts` and add either a deterministic custom setup under `tests/layer4/setups/` or an explicit blocked row with `blocked_reason` and `next_command`.
|
|
66
|
+
- For promoted custom setups, include a deterministic quality rubric when practical, or record why quality scoring is blocked/deferred instead of adding a subjective rubric.
|
|
67
|
+
- Recommend `pnpm --dir tests bench:coverage` before the promoted skill is committed.
|
|
68
|
+
- Run `git status` in the fork and suggest a commit message. Do not commit or push — leave that to the user.
|
|
69
|
+
|
|
70
|
+
7. Safety note: pushing to the upstream agentic-skills repo requires write access. Plain clones without access are rejected at the remote; forks push to the user's own repo. Cannot route a user's experimental skill into the shared upstream.
|
|
71
|
+
|
|
72
|
+
## Notes
|
|
73
|
+
|
|
74
|
+
- Never write into this repo's `base/` or `packs/` directories. Target paths are always under `$HOME/.codex/skills`, `$HOME/.claude/skills`, or an explicitly-supplied personal fork path.
|
|
75
|
+
- Do not create extra docs beyond `SKILL.md` unless asked.
|
|
76
|
+
|
|
77
|
+
## Default Shipping Contract
|
|
78
|
+
|
|
79
|
+
Follow the shared shipping contract convention in CLAUDE.md.
|
|
80
|
+
|
|
@@ -22,7 +22,7 @@ Use this skill when the user wants to create or substantially redesign a skill b
|
|
|
22
22
|
- If the user wants an experimental personal skill under `~/.codex/skills`, plan for `$create-local-skill`; otherwise default to repo-managed `$create-agentic-skill`.
|
|
23
23
|
|
|
24
24
|
2. **Gather local evidence before probing.**
|
|
25
|
-
- Search for overlapping skills in the active skill list and repository paths such as `
|
|
25
|
+
- Search for overlapping skills in the active skill list and repository paths such as `base/codex/`, `base/claude/`, and `packs/*/{codex,claude}/`.
|
|
26
26
|
- Read the closest existing skill contracts and any relevant `tasks/lessons.md` entries before asking detailed questions.
|
|
27
27
|
- If an existing skill already covers the request, explain the overlap and ask whether the user wants an update, alias, narrower variant, or new skill.
|
|
28
28
|
|
|
@@ -91,10 +91,10 @@ Use this skill when the user wants to create or substantially redesign a skill b
|
|
|
91
91
|
|
|
92
92
|
After writing the brief and interview log, recommend exactly one next command:
|
|
93
93
|
|
|
94
|
-
- `$create-agentic-skill <skill-name>` for repo-managed
|
|
94
|
+
- `$create-agentic-skill <skill-name>` for repo-managed base skills.
|
|
95
95
|
- `$create-local-skill <skill-name>` for personal local-only skills.
|
|
96
96
|
- `$targeted-skill-builder <existing-skill> <gap>` when the interview found that an existing skill should be updated instead of creating a new skill.
|
|
97
|
-
- `$pack` or a pack-local creation route when the skill belongs inside a project-local pack rather than
|
|
97
|
+
- `$pack` or a pack-local creation route when the skill belongs inside a project-local pack rather than base skills.
|
|
98
98
|
|
|
99
99
|
Output exactly two lines beyond the normal report:
|
|
100
100
|
|
|
@@ -1,5 +1,9 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## v0.4 - 2026-06-13
|
|
4
|
+
|
|
5
|
+
- Validation and reload steps use `npx skillpacks refresh` instead of the removed `./init.sh`.
|
|
6
|
+
|
|
3
7
|
## v0.3 - 2026-06-09
|
|
4
8
|
|
|
5
9
|
- Updated Skills Showcase refresh commands to use app-owned generator and validator paths after the workspace split.
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
name: targeted-skill-builder
|
|
3
3
|
description: Build or update one specific skill from a concrete workflow gap, correction, or repeated bad recommendation
|
|
4
4
|
type: execution
|
|
5
|
-
version: v0.
|
|
5
|
+
version: v0.4
|
|
6
6
|
argument-hint: "[workflow gap, correction, skill name, or capability request]"
|
|
7
7
|
---
|
|
8
8
|
|
|
@@ -35,7 +35,7 @@ This is intentionally narrower than `$analyze-sessions`. Do not scan all Claude/
|
|
|
35
35
|
- If examples are needed, ask for them or run a tightly scoped history query limited by path, skill name, date range, or exact phrase.
|
|
36
36
|
- Do not scan all session history unless explicitly requested.
|
|
37
37
|
5. Search existing skills for overlap before creating anything:
|
|
38
|
-
- Search `
|
|
38
|
+
- Search `base/claude`, `base/codex`, `packs`, and project-local `.claude/skills` or `.codex/skills` when present.
|
|
39
39
|
- Compare name, description, workflow, and next-step routing behavior.
|
|
40
40
|
- If an existing skill substantially covers the job, recommend updating that skill instead of adding a duplicate.
|
|
41
41
|
6. Decide the smallest durable fix:
|
|
@@ -44,14 +44,14 @@ This is intentionally narrower than `$analyze-sessions`. Do not scan all Claude/
|
|
|
44
44
|
- Reusable prompt/template: choose this when the behavior is too situational or not stable enough for a skill.
|
|
45
45
|
- No repository change: choose this when the request is already covered and only needs a usage note.
|
|
46
46
|
7. Resolve the destination:
|
|
47
|
-
- Default new shared Claude/Codex skills to this repository: `/Users/georgele/projects/tools/agentic-skills/
|
|
47
|
+
- Default new shared Claude/Codex skills to this repository: `/Users/georgele/projects/tools/agentic-skills/base/claude/<name>/SKILL.md` and `/Users/georgele/projects/tools/agentic-skills/base/codex/<name>/SKILL.md`.
|
|
48
48
|
- If the current session is not in the agentic-skills repository and the user wants to audit or amend an existing shared skill, do not edit a local copy. Provide a concise prompt for the user to run from `/Users/georgele/projects/tools/agentic-skills` with the target skill path and requested adjustment.
|
|
49
49
|
- Use user-local `~/.claude/skills` or `~/.codex/skills` only when the user explicitly asks for a personal/local skill.
|
|
50
50
|
8. If creating or updating a repository skill:
|
|
51
51
|
- Follow existing frontmatter conventions: `name`, specific `description`, `type`, `version`, and `argument-hint` when useful.
|
|
52
52
|
- Keep `SKILL.md` concise and operational.
|
|
53
53
|
- Include clear trigger conditions, workflow steps, outputs, constraints, and next-step routing for mutation-capable skills.
|
|
54
|
-
- For Codex
|
|
54
|
+
- For Codex base skills, add `agents/openai.yaml` with display name, short description, default prompt, and implicit-invocation policy.
|
|
55
55
|
- Update `tests/harness/bench-coverage.ts` for every new repository skill or material skill behavior update.
|
|
56
56
|
- Add/register a deterministic custom setup under `tests/layer4/setups/` when practical, or record an explicit blocked row with `blocked_reason` and `next_command` when coverage depends on unsafe or external conditions.
|
|
57
57
|
- For custom setup work, include a deterministic output-quality rubric when practical. Prefer fixture fact coverage, concrete file/command references, expected next-route handoffs, specificity checks, reference traits, and forbidden-fabrication checks over broad prose judgments.
|
|
@@ -61,7 +61,7 @@ This is intentionally narrower than `$analyze-sessions`. Do not scan all Claude/
|
|
|
61
61
|
- Store it only when the user asks for a file or the current repo has an obvious prompt/template location.
|
|
62
62
|
- Otherwise output the reusable prompt directly.
|
|
63
63
|
10. Run validation after repository skill changes:
|
|
64
|
-
-
|
|
64
|
+
- `npx skillpacks refresh` (recreate project-local base/pack skill installs from the changed sources)
|
|
65
65
|
- `./scripts/skill-deps.sh --broken`
|
|
66
66
|
- `./scripts/skill-versions.sh --missing`
|
|
67
67
|
- `./scripts/skill-next-step-routing.sh --missing`
|
|
@@ -86,7 +86,7 @@ Produce a concise report with:
|
|
|
86
86
|
- Existing-skill overlap findings.
|
|
87
87
|
- Files created or changed, if any, including generated showcase assets when skill metadata or behavior changed.
|
|
88
88
|
- Validation results.
|
|
89
|
-
- Reload note: after
|
|
89
|
+
- Reload note: after `npx skillpacks refresh`, tell the user the runner-specific reload path. Claude Code should run `/reload-skills` first; `/clear` starts a new empty-context conversation and can pick up the refreshed registry; restart if the top-level `.claude/skills` directory did not exist at session start or the skill is still invisible. Codex should start a fresh Codex CLI session if the `$` skill list remains stale.
|
|
90
90
|
|
|
91
91
|
When an external project session needs an existing shared skill amended, output a prompt like:
|
|
92
92
|
|
|
@@ -0,0 +1,118 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: targeted-skill-builder
|
|
3
|
+
description: Build or update one specific skill from a concrete workflow gap, correction, or repeated bad recommendation
|
|
4
|
+
type: execution
|
|
5
|
+
version: v0.3
|
|
6
|
+
argument-hint: "[workflow gap, correction, skill name, or capability request]"
|
|
7
|
+
---
|
|
8
|
+
|
|
9
|
+
# Targeted Skill Builder
|
|
10
|
+
|
|
11
|
+
Invoke as `$targeted-skill-builder`.
|
|
12
|
+
|
|
13
|
+
Use this skill when the user wants a narrow, durable workflow improvement from the current prompt or conversation: a concrete problem, user correction, repeated bad recommendation, or capability gap that may deserve a new skill, an existing-skill update, or a reusable prompt/template.
|
|
14
|
+
|
|
15
|
+
This is intentionally narrower than `$analyze-sessions`. Do not scan all Claude/Codex history by default. Treat broad session analysis as optional evidence only when the user explicitly asks for it. Use `$session-triage` first when one immediate issue, correction, repo incident, or suspected skill failure still needs verification before a skill change is designed.
|
|
16
|
+
|
|
17
|
+
## Process
|
|
18
|
+
|
|
19
|
+
1. Read `tasks/lessons.md` first when it exists. Extract only correction patterns relevant to the user's current request.
|
|
20
|
+
2. Identify the narrow workflow gap:
|
|
21
|
+
- Problem or correction.
|
|
22
|
+
- Triggering context from the current prompt/conversation.
|
|
23
|
+
- Bad recommendation or missing capability to prevent.
|
|
24
|
+
- Desired future behavior.
|
|
25
|
+
3. Ask for the intended output unless the user already made it explicit:
|
|
26
|
+
- New skill.
|
|
27
|
+
- Update existing skill.
|
|
28
|
+
- Reusable prompt/template only.
|
|
29
|
+
- Unsure, recommend.
|
|
30
|
+
4. Gather only targeted evidence:
|
|
31
|
+
- Use the current prompt and conversation context first.
|
|
32
|
+
- Read a named skill file when provided.
|
|
33
|
+
- Inspect user-provided files or paths when provided.
|
|
34
|
+
- Route to `$session-triage` when the user wants investigation of one immediate issue or the available evidence is not enough to verify the correction.
|
|
35
|
+
- If examples are needed, ask for them or run a tightly scoped history query limited by path, skill name, date range, or exact phrase.
|
|
36
|
+
- Do not scan all session history unless explicitly requested.
|
|
37
|
+
5. Search existing skills for overlap before creating anything:
|
|
38
|
+
- Search `base/claude`, `base/codex`, `packs`, and project-local `.claude/skills` or `.codex/skills` when present.
|
|
39
|
+
- Compare name, description, workflow, and next-step routing behavior.
|
|
40
|
+
- If an existing skill substantially covers the job, recommend updating that skill instead of adding a duplicate.
|
|
41
|
+
6. Decide the smallest durable fix:
|
|
42
|
+
- New skill: choose this only when no existing skill owns the workflow and the behavior is repeatable.
|
|
43
|
+
- Existing skill update: choose this when the fix is a missing branch, constraint, evidence gate, or routing correction inside an existing workflow.
|
|
44
|
+
- Reusable prompt/template: choose this when the behavior is too situational or not stable enough for a skill.
|
|
45
|
+
- No repository change: choose this when the request is already covered and only needs a usage note.
|
|
46
|
+
7. Resolve the destination:
|
|
47
|
+
- Default new shared Claude/Codex skills to this repository: `/Users/georgele/projects/tools/agentic-skills/base/claude/<name>/SKILL.md` and `/Users/georgele/projects/tools/agentic-skills/base/codex/<name>/SKILL.md`.
|
|
48
|
+
- If the current session is not in the agentic-skills repository and the user wants to audit or amend an existing shared skill, do not edit a local copy. Provide a concise prompt for the user to run from `/Users/georgele/projects/tools/agentic-skills` with the target skill path and requested adjustment.
|
|
49
|
+
- Use user-local `~/.claude/skills` or `~/.codex/skills` only when the user explicitly asks for a personal/local skill.
|
|
50
|
+
8. If creating or updating a repository skill:
|
|
51
|
+
- Follow existing frontmatter conventions: `name`, specific `description`, `type`, `version`, and `argument-hint` when useful.
|
|
52
|
+
- Keep `SKILL.md` concise and operational.
|
|
53
|
+
- Include clear trigger conditions, workflow steps, outputs, constraints, and next-step routing for mutation-capable skills.
|
|
54
|
+
- For Codex base skills, add `agents/openai.yaml` with display name, short description, default prompt, and implicit-invocation policy.
|
|
55
|
+
- Update `tests/harness/bench-coverage.ts` for every new repository skill or material skill behavior update.
|
|
56
|
+
- Add/register a deterministic custom setup under `tests/layer4/setups/` when practical, or record an explicit blocked row with `blocked_reason` and `next_command` when coverage depends on unsafe or external conditions.
|
|
57
|
+
- For custom setup work, include a deterministic output-quality rubric when practical. Prefer fixture fact coverage, concrete file/command references, expected next-route handoffs, specificity checks, reference traits, and forbidden-fabrication checks over broad prose judgments.
|
|
58
|
+
- If deterministic quality scoring is not reliable for the skill, record the blocked/deferred quality rationale in the setup review notes or coverage follow-up instead of shipping only silent hard assertions.
|
|
59
|
+
- Update skill discovery docs and routing docs only when the new or changed skill must be discoverable or routed by other skills.
|
|
60
|
+
9. If writing a reusable prompt/template only:
|
|
61
|
+
- Store it only when the user asks for a file or the current repo has an obvious prompt/template location.
|
|
62
|
+
- Otherwise output the reusable prompt directly.
|
|
63
|
+
10. Run validation after repository skill changes:
|
|
64
|
+
- `./init.sh`
|
|
65
|
+
- `./scripts/skill-deps.sh --broken`
|
|
66
|
+
- `./scripts/skill-versions.sh --missing`
|
|
67
|
+
- `./scripts/skill-next-step-routing.sh --missing`
|
|
68
|
+
- `pnpm --dir tests bench:coverage`
|
|
69
|
+
- Focused layer1 benchmark setup tests when `tests/harness/bench-coverage.ts`, `tests/harness/bench-setups.ts`, or `tests/layer4/setups/` changed.
|
|
70
|
+
- If any tracked `SKILL.md` or `PACK.md` behavior or metadata changed, refresh the Skills Showcase data:
|
|
71
|
+
- `node apps/skills-showcase/scripts/generate-skills-showcase-data.mjs`
|
|
72
|
+
- `node apps/skills-showcase/scripts/generate-skills-showcase-github-data.mjs`
|
|
73
|
+
- `apps/skills-showcase/scripts/validate-skills-showcase-data.sh`
|
|
74
|
+
- Review curated showcase copy, catalog grouping, workflow animation text, and proof receipts when the skill change could affect the public website; update those files or record why no curated website copy changed.
|
|
75
|
+
- Targeted `rg` checks for the behavior being changed.
|
|
76
|
+
- `git diff --check`
|
|
77
|
+
11. Update `tasks/todo.md` review notes with validation results.
|
|
78
|
+
12. Commit and push per the repository contract when tracked files changed.
|
|
79
|
+
|
|
80
|
+
## Output
|
|
81
|
+
|
|
82
|
+
Produce a concise report with:
|
|
83
|
+
|
|
84
|
+
- Decision: new skill, existing-skill update, reusable prompt/template, or no repository change.
|
|
85
|
+
- Evidence used and evidence intentionally skipped.
|
|
86
|
+
- Existing-skill overlap findings.
|
|
87
|
+
- Files created or changed, if any, including generated showcase assets when skill metadata or behavior changed.
|
|
88
|
+
- Validation results.
|
|
89
|
+
- Reload note: after `./init.sh`, tell the user the runner-specific reload path. Claude Code should run `/reload-skills` first; `/clear` starts a new empty-context conversation and can pick up the refreshed registry; restart if the top-level `.claude/skills` directory did not exist at session start or the skill is still invisible. Codex should start a fresh Codex CLI session if the `$` skill list remains stale.
|
|
90
|
+
|
|
91
|
+
When an external project session needs an existing shared skill amended, output a prompt like:
|
|
92
|
+
|
|
93
|
+
```text
|
|
94
|
+
From /Users/georgele/projects/tools/agentic-skills, run targeted-skill-builder for:
|
|
95
|
+
- Target skill: <path or skill name>
|
|
96
|
+
- Problem: <concrete correction or workflow gap>
|
|
97
|
+
- Desired change: <specific behavior>
|
|
98
|
+
- Evidence: <small scoped files/examples>
|
|
99
|
+
- Preferred output: update existing skill
|
|
100
|
+
```
|
|
101
|
+
|
|
102
|
+
## Constraints
|
|
103
|
+
|
|
104
|
+
- Prefer the smallest durable workflow fix.
|
|
105
|
+
- Do not create a broad meta-skill when a precise skill, existing-skill update, or reusable prompt solves the problem.
|
|
106
|
+
- Do not route every idea to `$spec-interview`; use `$feature-interview` when the planning destination is uncertain.
|
|
107
|
+
- Treat broad `$analyze-sessions` work as optional evidence for recurrence and trend analysis, not the default workflow.
|
|
108
|
+
- Use `$session-triage` for one immediate issue, correction, repo incident, or suspected skill failure that needs verification before building or updating a skill.
|
|
109
|
+
- Do not read unrelated history, projects, or private files for examples without user direction.
|
|
110
|
+
- Do not create or modify GitHub Actions workflows.
|
|
111
|
+
|
|
112
|
+
## Alignment Page
|
|
113
|
+
|
|
114
|
+
When this skill produces durable deliverables (research, specs, plans, reports, prototypes, or any document output), build a full-depth HTML alignment page following `ALIGNMENT-PAGE.md` in this skill's directory. Output: `alignment/targeted-skill-builder-{topic}.html`.
|
|
115
|
+
|
|
116
|
+
## Default Shipping Contract
|
|
117
|
+
|
|
118
|
+
Follow the shared shipping contract convention in CLAUDE.md.
|
package/scripts/pack.sh
CHANGED
|
@@ -901,6 +901,12 @@ doctor() {
|
|
|
901
901
|
|
|
902
902
|
local found=false any_stale=false
|
|
903
903
|
local target line status rec cur rel
|
|
904
|
+
local refresh_cmd
|
|
905
|
+
if [[ -d "$REPO_ROOT/.git" ]]; then
|
|
906
|
+
refresh_cmd="$REPO_ROOT/scripts/pack.sh refresh" # absolute → works from any cwd
|
|
907
|
+
else
|
|
908
|
+
refresh_cmd="npx skillpacks refresh" # npx-bundle case (no checkout)
|
|
909
|
+
fi
|
|
904
910
|
while IFS= read -r target; do
|
|
905
911
|
[[ -n "$target" ]] || continue
|
|
906
912
|
line="$(skill_install_status "$target")"
|
|
@@ -911,7 +917,7 @@ doctor() {
|
|
|
911
917
|
case "$status" in
|
|
912
918
|
ok) printf ' ok %s\n' "$rel" ;;
|
|
913
919
|
pinned) printf ' pinned %s (frozen %s)\n' "$rel" "${rec:-?}" ;;
|
|
914
|
-
unknown) printf ' unknown %s — run
|
|
920
|
+
unknown) printf ' unknown %s — run `%s` to enable drift tracking\n' "$rel" "$refresh_cmd" ;;
|
|
915
921
|
missing-source) printf ' missing %s — canonical source no longer exists\n' "$rel" ;;
|
|
916
922
|
stale) printf ' STALE %s (%s -> %s)\n' "$rel" "${rec:-?}" "${cur:-?}"; any_stale=true ;;
|
|
917
923
|
esac
|
|
@@ -923,7 +929,7 @@ doctor() {
|
|
|
923
929
|
|
|
924
930
|
if [[ "$any_stale" == true ]]; then
|
|
925
931
|
echo ""
|
|
926
|
-
echo "Fix:
|
|
932
|
+
echo "Fix: $refresh_cmd"
|
|
927
933
|
return 1
|
|
928
934
|
fi
|
|
929
935
|
return 0
|
package/scripts/skill-links.sh
CHANGED
|
@@ -5,10 +5,10 @@ SKILL_LINK_MARKER=".agentic-skills-managed"
|
|
|
5
5
|
skill_source_owned_by_repo() {
|
|
6
6
|
local source="$1"
|
|
7
7
|
local repo_root="${REPO_ROOT:-${SCRIPT_DIR:-}}"
|
|
8
|
-
local
|
|
8
|
+
local base_root="${SCRIPT_DIR:-$repo_root}"
|
|
9
9
|
[[ -n "$repo_root" ]] || return 1
|
|
10
10
|
case "$source" in
|
|
11
|
-
"$
|
|
11
|
+
"$base_root/base/claude/"*|"$base_root/base/codex/"*|"$repo_root/packs/"*)
|
|
12
12
|
return 0
|
|
13
13
|
;;
|
|
14
14
|
*)
|
|
@@ -477,7 +477,7 @@ function walk(dir, out = []) {
|
|
|
477
477
|
return out;
|
|
478
478
|
}
|
|
479
479
|
|
|
480
|
-
const files = [...walk(`${repoRoot}/
|
|
480
|
+
const files = [...walk(`${repoRoot}/base`), ...walk(`${repoRoot}/packs`)]
|
|
481
481
|
.filter((file) => /(^|\/)(codex|claude)\//.test(file))
|
|
482
482
|
.sort();
|
|
483
483
|
|