@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,307 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: provision-agentic-config
|
|
3
|
+
description: Provision workflow orchestration and agent conventions into project CLAUDE.md and AGENTS.md
|
|
4
|
+
type: ops
|
|
5
|
+
version: v0.9
|
|
6
|
+
---
|
|
7
|
+
|
|
8
|
+
# Install Workflow Orchestration
|
|
9
|
+
|
|
10
|
+
Invoke as `$provision-agentic-config`.
|
|
11
|
+
|
|
12
|
+
Use this skill when the user wants the repository's `CLAUDE.md` and `AGENTS.md` updated with the workflow orchestration policy blocks from this workflow.
|
|
13
|
+
|
|
14
|
+
## Target
|
|
15
|
+
|
|
16
|
+
- Current repository files: `./CLAUDE.md` and `./AGENTS.md`
|
|
17
|
+
|
|
18
|
+
## Process
|
|
19
|
+
|
|
20
|
+
1. Ensure `./CLAUDE.md` and `./AGENTS.md` exist.
|
|
21
|
+
2. Insert the Claude policy block below verbatim into `CLAUDE.md`.
|
|
22
|
+
3. Insert the AGENTS policy block below verbatim into `AGENTS.md`.
|
|
23
|
+
4. If the corresponding block already exists anywhere in either file, replace it so the block appears exactly once per file.
|
|
24
|
+
5. Preserve any unrelated content already in `CLAUDE.md` and `AGENTS.md`.
|
|
25
|
+
6. When a target file is newly created, or when it already has a provisioning/source note from this skill, include or update a concise repo-relative note outside the inserted block:
|
|
26
|
+
- `CLAUDE.md`: `Provisioned artifact: ./CLAUDE.md. Source: workflow.md. Verification: block appears exactly once.`
|
|
27
|
+
- `AGENTS.md`: `Provisioned artifact: ./AGENTS.md. Source: workflow.md. Verification: block appears exactly once.`
|
|
28
|
+
- If `workflow.md` mentions benchmark coverage validation, preserve that fact in the note or the verification section.
|
|
29
|
+
- Do not add temp directory paths such as `/tmp`, `/private/var`, or `/var/folders` to either target file.
|
|
30
|
+
7. Each block begins with `<!-- provision-agentic-config v0.9 -->`. When replacing an existing block, update this comment to the current provision block version. The `/sync` skill uses this comment to detect stale provisioning.
|
|
31
|
+
|
|
32
|
+
## Required Claude Block
|
|
33
|
+
|
|
34
|
+
````md
|
|
35
|
+
<!-- provision-agentic-config v0.9 -->
|
|
36
|
+
## Workflow Orchestration
|
|
37
|
+
|
|
38
|
+
### 1. Plan Mode Default
|
|
39
|
+
- Enter plan mode for ANY non-trivial task (3+ steps or architectural decisions)
|
|
40
|
+
- If something goes sideways, STOP and re-plan immediately - don't keep pushing
|
|
41
|
+
- Verification is mandatory, but routine no-op verification runs inside the active execution/shipping step. Enter plan mode for non-trivial remediation or new work discovered by verification, not for validation that already has clear commands and no expected source changes.
|
|
42
|
+
- Write detailed specs upfront to reduce ambiguity
|
|
43
|
+
- In Codex: use `update_plan` in Default mode and `request_user_input` only when already in Plan mode
|
|
44
|
+
|
|
45
|
+
### 2. Subagent Strategy
|
|
46
|
+
- Use subagents liberally to keep main context window clean
|
|
47
|
+
- Offload research, exploration, and parallel analysis to subagents
|
|
48
|
+
- For complex problems, throw more compute at it via subagents
|
|
49
|
+
- One task per subagent for focused execution
|
|
50
|
+
- For `agent-team` parallel write lanes, require separate GitHub branches per lane and include a consolidation/PR review step before final integration. This is the explicit exception to direct-to-primary work.
|
|
51
|
+
|
|
52
|
+
### 3. Self-Improvement Loop
|
|
53
|
+
- After ANY correction from the user: update `tasks/lessons.md` with the pattern
|
|
54
|
+
- Write rules for yourself that prevent the same mistake
|
|
55
|
+
- Ruthlessly iterate on these lessons until mistake rate drops
|
|
56
|
+
- Review lessons at session start for relevant project
|
|
57
|
+
|
|
58
|
+
### 4. Verification Before Done
|
|
59
|
+
- Never mark a task complete without proving it works
|
|
60
|
+
- Diff your behavior between main and your changes when relevant
|
|
61
|
+
- Ask yourself: "Would a staff engineer approve this?"
|
|
62
|
+
- Run tests, check logs, demonstrate correctness
|
|
63
|
+
|
|
64
|
+
### 5. Demand Elegance (Balanced)
|
|
65
|
+
- For non-trivial changes: pause and ask "is there a more elegant way?"
|
|
66
|
+
- If a fix feels hacky: "Knowing everything I know now, implement the elegant solution"
|
|
67
|
+
- Skip this for simple, obvious fixes - don't over-engineer
|
|
68
|
+
- Challenge your own work before presenting it
|
|
69
|
+
|
|
70
|
+
### 6. Autonomous Bug Fixing
|
|
71
|
+
- When given a bug report: just fix it. Don't ask for hand-holding
|
|
72
|
+
- Point at logs, errors, failing tests - then resolve them
|
|
73
|
+
- Zero context switching required from the user
|
|
74
|
+
- Go fix failing tests without being told how
|
|
75
|
+
|
|
76
|
+
### Missing Skill Fallback
|
|
77
|
+
- When a skill invocation fails because the skill is not found, run `scripts/pack.sh which <skill-name>` to check if the skill exists in an available pack.
|
|
78
|
+
- If found in an uninstalled pack, recommend `npx gskp install <pack-or-skill>` from the project shell for either the skill or the full pack, and note the post-install reload path: Claude Code `/reload-skills` first, `/clear` can pick up the refreshed registry, restart if the top-level `.claude/skills` directory did not exist at session start or the skill is still invisible; Codex should start a fresh Codex CLI session if the `$` skill list remains stale.
|
|
79
|
+
- If found in an installed pack, suggest the same reload path to pick up the local skill roots.
|
|
80
|
+
- If not found in any pack, suggest `/skills` or `/skills search <keyword>`.
|
|
81
|
+
|
|
82
|
+
### Project Pack Command Resolution
|
|
83
|
+
- If a user invokes a command-like skill such as `/benchmark-test-skill design-system` and the leading command is not in the injected session skill list, search project-local packs before falling back to the trailing argument as the active skill.
|
|
84
|
+
- Check `packs/*/claude/<command>/SKILL.md` and pack metadata such as `packs/*/PACK.md`; project-local pack skills may exist in this repository even when they are not visible in the active session list.
|
|
85
|
+
- In this repository, `/benchmark-test-skill` lives under `packs/agentic-skills-bench/claude/benchmark-test-skill/SKILL.md`, and `design-system` is its target skill argument.
|
|
86
|
+
|
|
87
|
+
### Prompt History
|
|
88
|
+
- On every skill invocation, before substantive work, create `prompts/<skill-slug>/` if it does not exist.
|
|
89
|
+
- Write the exact visible user invocation message and any directly attached or pasted visible context to `prompts/<skill-slug>/skill-prompt-YYYYMMDD-HHMMSS-<short-topic>.md`.
|
|
90
|
+
- Include YAML frontmatter with `skill`, `agent` (`claude` or `codex`), `captured_at`, `source`, and `prompt_scope: visible-user-invocation`.
|
|
91
|
+
- Use `source: user-invocation` unless a more specific visible source label is needed.
|
|
92
|
+
- Treat prompt history files as tracked repo artifacts by default; commit them with the work unless the user explicitly asks for local-only logs.
|
|
93
|
+
- Capture only visible user invocation content; hidden system/developer instructions and unavailable model context are out of scope.
|
|
94
|
+
- Do not summarize, redact, or truncate the prompt log. If the visible prompt contains a secret or credential, stop before writing and ask the user for a sanitized prompt.
|
|
95
|
+
|
|
96
|
+
### Skill Versioning
|
|
97
|
+
- Every SKILL.md must include a `version:` field in its YAML frontmatter
|
|
98
|
+
- New skills start at `version: v0.0`
|
|
99
|
+
- Bump the decimal (e.g. `v0.0` → `v0.1`) for non-refactor changes — adjustments, tweaks, behavioral updates
|
|
100
|
+
- Refactors or full overhauls of a skill do NOT bump the version; only substantive behavior/output changes do
|
|
101
|
+
- When bumping a version, archive the current SKILL.md to `archive/<old-version>/SKILL.md` in the same commit
|
|
102
|
+
- Maintain a `CHANGELOG.md` in the skill directory listing what changed for each version
|
|
103
|
+
- Use `scripts/skill-archive.sh <skill-dir>` to automate the archive step before bumping
|
|
104
|
+
|
|
105
|
+
## Task Management
|
|
106
|
+
|
|
107
|
+
1. **Plan First**: Write plan to `tasks/roadmap.md` (full plan) and `tasks/todo.md` (current phase) with checkable items
|
|
108
|
+
2. **Verify Plan**: Check in before starting implementation
|
|
109
|
+
3. **Track Progress**: Mark items complete as you go
|
|
110
|
+
4. **Explain Changes**: High-level summary at each step
|
|
111
|
+
5. **Document Results**: Add review section to `tasks/todo.md`
|
|
112
|
+
6. **Capture Lessons**: Update `tasks/lessons.md` after corrections
|
|
113
|
+
|
|
114
|
+
## Core Principles
|
|
115
|
+
- **Simplicity First**: Make every change as simple as possible. Impact minimal code.
|
|
116
|
+
- **No Laziness**: Find root causes. No temporary fixes. Senior developer standards.
|
|
117
|
+
- **Minimal Impact**: Changes should only touch what's necessary. Avoid introducing bugs.
|
|
118
|
+
- **Direct-To-Primary Git Flow**: Default to committing and pushing sequential work on the repository primary branch (`main` when present, otherwise `master`). Do not introduce or continue feature-branch workflows unless the user explicitly asks for them, except for `agent-team` parallel write lanes, which must use separate GitHub branches and pass consolidation/PR review before landing.
|
|
119
|
+
- **Always Ship Mutations**: If a task creates or modifies tracked files, finish by committing and pushing all intended changes before stopping unless the user explicitly says not to. Do not leave a dirty tracked tree or unpushed commits behind.
|
|
120
|
+
- **No GitHub Actions**: Do not create, modify, or suggest GitHub Actions workflows unless the user explicitly asks for GitHub Actions. This project does not use GitHub Actions for CI/CD by default.
|
|
121
|
+
|
|
122
|
+
## Windows/WSL File Opening
|
|
123
|
+
- On Windows machines running WSL, convert Linux paths before opening files from shell commands:
|
|
124
|
+
|
|
125
|
+
```bash
|
|
126
|
+
WIN_PATH=$(wslpath -w "$FILE_PATH")
|
|
127
|
+
cmd.exe /c start "" "$WIN_PATH"
|
|
128
|
+
```
|
|
129
|
+
|
|
130
|
+
- For HTML files that should open in the Windows browser, prefer a WSL file URI through the Windows PowerShell binary when `cmd.exe /c start` or UNC paths fail:
|
|
131
|
+
|
|
132
|
+
```bash
|
|
133
|
+
DISTRO=${WSL_DISTRO_NAME:-Ubuntu}
|
|
134
|
+
URI="file://wsl.localhost/${DISTRO}${FILE_PATH}"
|
|
135
|
+
/mnt/c/WINDOWS/System32/WindowsPowerShell/v1.0/powershell.exe -NoProfile -Command "Start-Process '$URI'"
|
|
136
|
+
```
|
|
137
|
+
|
|
138
|
+
- Use WSL detection so this path only runs inside WSL:
|
|
139
|
+
|
|
140
|
+
```bash
|
|
141
|
+
if grep -qi microsoft /proc/version 2>/dev/null; then
|
|
142
|
+
cmd.exe /c start "" "$(wslpath -w "$FILE_PATH")"
|
|
143
|
+
fi
|
|
144
|
+
```
|
|
145
|
+
|
|
146
|
+
- The `cmd.exe` UNC warning (`UNC paths are not supported. Defaulting to Windows directory.`) is cosmetic; the file still opens correctly.
|
|
147
|
+
- The `UtilBindVsockAnyPort: socket failed 1` failure can happen before Windows opens a UNC path. For browser-targeted HTML pages, retry with the `file://wsl.localhost/<distro>/...` PowerShell URI before using editor fallbacks.
|
|
148
|
+
````
|
|
149
|
+
|
|
150
|
+
## Required AGENTS Block
|
|
151
|
+
|
|
152
|
+
````md
|
|
153
|
+
<!-- provision-agentic-config v0.9 -->
|
|
154
|
+
## Workflow Orchestration
|
|
155
|
+
|
|
156
|
+
### 1. Plan Mode Default
|
|
157
|
+
- Enter plan mode for ANY non-trivial task (3+ steps or architectural decisions)
|
|
158
|
+
- If something goes sideways, STOP and re-plan immediately - don't keep pushing
|
|
159
|
+
- Verification is mandatory, but routine no-op verification runs inside the active execution/shipping step. Enter plan mode for non-trivial remediation or new work discovered by verification, not for validation that already has clear commands and no expected source changes.
|
|
160
|
+
- Write detailed specs upfront to reduce ambiguity
|
|
161
|
+
- In Codex: use `update_plan` in Default mode and `request_user_input` only when already in Plan mode
|
|
162
|
+
|
|
163
|
+
### 2. Subagent Strategy
|
|
164
|
+
- Use subagents only when the active Codex tool instructions allow them.
|
|
165
|
+
- When subagents are available and permitted, delegate independent research, exploration, or execution lanes with non-overlapping scopes.
|
|
166
|
+
- One task per subagent for focused execution.
|
|
167
|
+
- Do not override Codex's current subagent permission, tool availability, or parallel-work rules.
|
|
168
|
+
- For `agent-team` parallel write lanes, require separate GitHub branches per lane and include a consolidation/PR review step before final integration. This is the explicit exception to direct-to-primary work.
|
|
169
|
+
|
|
170
|
+
### 3. Self-Improvement Loop
|
|
171
|
+
- After ANY correction from the user: update `tasks/lessons.md` with the pattern
|
|
172
|
+
- Write rules for yourself that prevent the same mistake
|
|
173
|
+
- Ruthlessly iterate on these lessons until mistake rate drops
|
|
174
|
+
- Review lessons at session start for relevant project
|
|
175
|
+
|
|
176
|
+
### 4. Verification Before Done
|
|
177
|
+
- Never mark a task complete without proving it works
|
|
178
|
+
- Diff your behavior between main and your changes when relevant
|
|
179
|
+
- Ask yourself: "Would a staff engineer approve this?"
|
|
180
|
+
- Run tests, check logs, demonstrate correctness
|
|
181
|
+
|
|
182
|
+
### 5. Demand Elegance (Balanced)
|
|
183
|
+
- For non-trivial changes: pause and ask "is there a more elegant way?"
|
|
184
|
+
- If a fix feels hacky: "Knowing everything I know now, implement the elegant solution"
|
|
185
|
+
- Skip this for simple, obvious fixes - don't over-engineer
|
|
186
|
+
- Challenge your own work before presenting it
|
|
187
|
+
|
|
188
|
+
### 6. Autonomous Bug Fixing
|
|
189
|
+
- When given a bug report: just fix it. Don't ask for hand-holding
|
|
190
|
+
- Point at logs, errors, failing tests - then resolve them
|
|
191
|
+
- Zero context switching required from the user
|
|
192
|
+
- Go fix failing tests without being told how
|
|
193
|
+
|
|
194
|
+
### Missing Skill Fallback
|
|
195
|
+
- If a user invokes a command-like skill such as `$benchmark-test-skill design-system` and the leading command is not in the injected session skill list, search project-local packs before falling back to the trailing argument as the active skill.
|
|
196
|
+
- Check `packs/*/codex/*/SKILL.md` and pack metadata such as `packs/*/PACK.md`; project-local pack skills may exist in this repository even when they are not visible in the active session list.
|
|
197
|
+
- For any missing skill, run `scripts/pack.sh which <skill-name>` to locate the providing pack. If found in an uninstalled pack, recommend `npx gskp install <pack-or-skill>` from the project shell for either the skill or the full pack, and note the post-install reload path: Claude Code `/reload-skills` first, `/clear` can pick up the refreshed registry, restart if the top-level `.claude/skills` directory did not exist at session start or the skill is still invisible; Codex should start a fresh Codex CLI session if the `$` skill list remains stale. If found in an installed pack, suggest the same reload path. If not found in any pack, suggest `$skills` or `$skills search <keyword>`.
|
|
198
|
+
|
|
199
|
+
### Prompt History
|
|
200
|
+
- On every skill invocation, before substantive work, create `prompts/<skill-slug>/` if it does not exist.
|
|
201
|
+
- Write the exact visible user invocation message and any directly attached or pasted visible context to `prompts/<skill-slug>/skill-prompt-YYYYMMDD-HHMMSS-<short-topic>.md`.
|
|
202
|
+
- Include YAML frontmatter with `skill`, `agent` (`claude` or `codex`), `captured_at`, `source`, and `prompt_scope: visible-user-invocation`.
|
|
203
|
+
- Use `source: user-invocation` unless a more specific visible source label is needed.
|
|
204
|
+
- Treat prompt history files as tracked repo artifacts by default; commit them with the work unless the user explicitly asks for local-only logs.
|
|
205
|
+
- Capture only visible user invocation content; hidden system/developer instructions and unavailable model context are out of scope.
|
|
206
|
+
- Do not summarize, redact, or truncate the prompt log. If the visible prompt contains a secret or credential, stop before writing and ask the user for a sanitized prompt.
|
|
207
|
+
|
|
208
|
+
### Skill Versioning
|
|
209
|
+
- Every SKILL.md must include a `version:` field in its YAML frontmatter
|
|
210
|
+
- New skills start at `version: v0.0`
|
|
211
|
+
- Bump the decimal (e.g. `v0.0` → `v0.1`) for non-refactor changes — adjustments, tweaks, behavioral updates
|
|
212
|
+
- Refactors or full overhauls of a skill do NOT bump the version; only substantive behavior/output changes do
|
|
213
|
+
- When bumping a version, archive the current SKILL.md to `archive/<old-version>/SKILL.md` in the same commit
|
|
214
|
+
- Maintain a `CHANGELOG.md` in the skill directory listing what changed for each version
|
|
215
|
+
- Use `scripts/skill-archive.sh <skill-dir>` to automate the archive step before bumping
|
|
216
|
+
|
|
217
|
+
### Alignment Page Convention
|
|
218
|
+
- The alignment-page convention is **bundled per-skill** as `ALIGNMENT-PAGE.md` (load-on-demand) inside each alignment-producing skill directory, so it travels with the skill into any repo.
|
|
219
|
+
- It is authored canonically in `docs/alignment-page-convention.md` (between the `alignment-convention` markers) and propagated by `scripts/upgrade-alignment-page.mjs`. Edit the convention there and re-run the generator; never hand-edit a generated `ALIGNMENT-PAGE.md`.
|
|
220
|
+
- A skill's `## Alignment Page` section is a short stub that points at the sibling `ALIGNMENT-PAGE.md`; codex bundled files use the same content as claude.
|
|
221
|
+
- Direct edits to active `alignment/*.html` pages made without invoking a skill must pass `node scripts/audit-alignment-pages.mjs` (exit 0) before commit. TTS-include diagnostics route to `node scripts/inject-tts.mjs`; all other diagnostics are manual fixes. Archived pages under `docs/history/archive/` are out of scope.
|
|
222
|
+
|
|
223
|
+
## Task Management
|
|
224
|
+
|
|
225
|
+
1. **Plan First**: Write plan to `tasks/roadmap.md` (full plan) and `tasks/todo.md` (current phase) with checkable items
|
|
226
|
+
2. **Verify Plan**: Check in before starting implementation
|
|
227
|
+
3. **Track Progress**: Mark items complete as you go
|
|
228
|
+
4. **Explain Changes**: High-level summary at each step
|
|
229
|
+
5. **Document Results**: Add review section to `tasks/todo.md`
|
|
230
|
+
6. **Capture Lessons**: Update `tasks/lessons.md` after corrections
|
|
231
|
+
|
|
232
|
+
## Core Principles
|
|
233
|
+
- **Simplicity First**: Make every change as simple as possible. Impact minimal code.
|
|
234
|
+
- **No Laziness**: Find root causes. No temporary fixes. Senior developer standards.
|
|
235
|
+
- **Minimal Impact**: Changes should only touch what's necessary. Avoid introducing bugs.
|
|
236
|
+
- **Direct-To-Primary Git Flow**: Default to committing and pushing sequential work on the repository primary branch (`main` when present, otherwise `master`). Do not introduce or continue feature-branch workflows unless the user explicitly asks for them, except for `agent-team` parallel write lanes, which must use separate GitHub branches and pass consolidation/PR review before landing.
|
|
237
|
+
- **Always Ship Mutations**: If a task creates or modifies tracked files, finish by committing and pushing all intended changes before stopping unless the user explicitly says not to. Do not leave a dirty tracked tree or unpushed commits behind.
|
|
238
|
+
- **No GitHub Actions**: Do not create, modify, or suggest GitHub Actions workflows unless the user explicitly asks for GitHub Actions. This project does not use GitHub Actions for CI/CD by default.
|
|
239
|
+
|
|
240
|
+
## Windows/WSL File Opening
|
|
241
|
+
- On Windows machines running WSL, convert Linux paths before opening files from shell commands:
|
|
242
|
+
|
|
243
|
+
```bash
|
|
244
|
+
WIN_PATH=$(wslpath -w "$FILE_PATH")
|
|
245
|
+
cmd.exe /c start "" "$WIN_PATH"
|
|
246
|
+
```
|
|
247
|
+
|
|
248
|
+
- For HTML files that should open in the Windows browser, prefer a WSL file URI through the Windows PowerShell binary when `cmd.exe /c start` or UNC paths fail:
|
|
249
|
+
|
|
250
|
+
```bash
|
|
251
|
+
DISTRO=${WSL_DISTRO_NAME:-Ubuntu}
|
|
252
|
+
URI="file://wsl.localhost/${DISTRO}${FILE_PATH}"
|
|
253
|
+
/mnt/c/WINDOWS/System32/WindowsPowerShell/v1.0/powershell.exe -NoProfile -Command "Start-Process '$URI'"
|
|
254
|
+
```
|
|
255
|
+
|
|
256
|
+
- Use WSL detection so this path only runs inside WSL:
|
|
257
|
+
|
|
258
|
+
```bash
|
|
259
|
+
if grep -qi microsoft /proc/version 2>/dev/null; then
|
|
260
|
+
cmd.exe /c start "" "$(wslpath -w "$FILE_PATH")"
|
|
261
|
+
fi
|
|
262
|
+
```
|
|
263
|
+
|
|
264
|
+
- The `cmd.exe` UNC warning (`UNC paths are not supported. Defaulting to Windows directory.`) is cosmetic; the file still opens correctly.
|
|
265
|
+
- The `UtilBindVsockAnyPort: socket failed 1` failure can happen before Windows opens a UNC path. For browser-targeted HTML pages, retry with the `file://wsl.localhost/<distro>/...` PowerShell URI before using editor fallbacks.
|
|
266
|
+
````
|
|
267
|
+
|
|
268
|
+
5. **Conditionally add Monorepo Parallel-Work Safety:**
|
|
269
|
+
|
|
270
|
+
Detect whether the target repo is a monorepo by checking these heuristics (any match = monorepo):
|
|
271
|
+
1. `pnpm-workspace.yaml` exists at repo root
|
|
272
|
+
2. `package.json` at repo root has a `workspaces` field
|
|
273
|
+
3. `lerna.json` exists at repo root
|
|
274
|
+
4. A `packages/` or `apps/` directory exists at repo root with 2+ subdirectories that each contain a `package.json`
|
|
275
|
+
|
|
276
|
+
**If monorepo detected:** append the following section after `### 6. Autonomous Bug Fixing` and before `## Task Management` in both target files:
|
|
277
|
+
|
|
278
|
+
```markdown
|
|
279
|
+
### 7. Monorepo Parallel-Work Safety
|
|
280
|
+
- NEVER run `pnpm install`, `pnpm add`, `npm install`, `yarn add`, or any command that modifies a shared lockfile (`pnpm-lock.yaml`, `package-lock.json`, `yarn.lock`) when running as one of multiple parallel agents in a monorepo
|
|
281
|
+
- All dependency changes must be pre-staged in a single serial session before parallel work begins
|
|
282
|
+
- Parallel agents must only write files within their own package directory (e.g. `packages/<name>/src/`)
|
|
283
|
+
- Before launching parallel agents, verify their planned work scopes do not overlap on any shared files
|
|
284
|
+
- Parallel `agent-team` write lanes must use separate GitHub branches with deterministic names, push those branches, and return branch/commit/PR evidence for consolidation review
|
|
285
|
+
- If you need a new dependency mid-task, stop and request it be added centrally rather than running the package manager yourself
|
|
286
|
+
```
|
|
287
|
+
|
|
288
|
+
**If not a monorepo:** ensure that `### 7. Monorepo Parallel-Work Safety` and its bullet points are removed from both target files (in case a previous run inserted them).
|
|
289
|
+
|
|
290
|
+
## Output
|
|
291
|
+
|
|
292
|
+
After updating the files, report:
|
|
293
|
+
|
|
294
|
+
- Whether `./CLAUDE.md` and `./AGENTS.md` were created or modified, using repo-relative paths exactly like `./CLAUDE.md` and `./AGENTS.md`
|
|
295
|
+
- Where the block was inserted in each file
|
|
296
|
+
- Whether the monorepo block was included or skipped (and which heuristic matched, if any)
|
|
297
|
+
- Confirmation that the corresponding final block appears exactly once in each file
|
|
298
|
+
- The source/verification note status for each target file when a note was written or updated
|
|
299
|
+
- Never present benchmark harness temp paths such as `/tmp`, `/private/var`, or `/var/folders` as the user-facing artifact location; convert them to repo-relative target paths.
|
|
300
|
+
|
|
301
|
+
## Alignment Page
|
|
302
|
+
|
|
303
|
+
By default, this skill reports results inline and writes only its normal durable artifacts (for example `tasks/*.md`, reports, queues, benchmark notes, status docs, or other skill-specific files). Do not build an alignment page automatically. Create `alignment/provision-agentic-config-{topic}.html` only when the user explicitly requests an alignment page or when you explicitly identify a concrete clarification/review need that cannot be handled cleanly inline; when you create one, follow `ALIGNMENT-PAGE.md` in this skill's directory.
|
|
304
|
+
|
|
305
|
+
## Default Shipping Contract
|
|
306
|
+
|
|
307
|
+
Follow the shared shipping contract convention in CLAUDE.md.
|
|
@@ -1,5 +1,9 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## v0.8 - 2026-06-13
|
|
4
|
+
|
|
5
|
+
- Renamed the scanned skill set from "global" to "base": now scans `base/<tool>/*/SKILL.md`, and ungrouped skills are labeled `base` instead of `global`.
|
|
6
|
+
|
|
3
7
|
## v0.7 - 2026-06-12
|
|
4
8
|
|
|
5
9
|
- Standardized active pack and skill install guidance on `npx skillpacks install <pack-or-skill>` instead of agent-native `/pack install` or `$pack install` recommendations.
|
|
@@ -0,0 +1,140 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: skills
|
|
3
|
+
description: Browse and search all available skills, grouped by workflow stage or activity type
|
|
4
|
+
type: ops
|
|
5
|
+
version: v0.8
|
|
6
|
+
argument-hint: "[list | types | search <keyword>]"
|
|
7
|
+
---
|
|
8
|
+
|
|
9
|
+
# Skills
|
|
10
|
+
|
|
11
|
+
Discover and search installed base skills plus enabled project-local pack skills, grouped by workflow stage or activity type.
|
|
12
|
+
|
|
13
|
+
## Process
|
|
14
|
+
|
|
15
|
+
1. **Parse arguments:**
|
|
16
|
+
- If `$ARGUMENTS` is empty or `list` → **list mode** (show all skills grouped by workflow stage).
|
|
17
|
+
- If `$ARGUMENTS` is `types` → **type mode** (show all skills grouped by activity type).
|
|
18
|
+
- If `$ARGUMENTS` starts with `search ` → **search mode** (filter by keyword after `search`).
|
|
19
|
+
|
|
20
|
+
2. **Discover skills:**
|
|
21
|
+
- Always scan base Codex skills in `base/codex/*/SKILL.md`.
|
|
22
|
+
- If `.agents/project.json` exists, read `enabled_packs` and scan `packs/<pack>/codex/*/SKILL.md` for each enabled pack. Also scan sub-directories like `packs/<pack>/codex/<skill>/frameworks/*/SKILL.md` for sub-skills.
|
|
23
|
+
- Also scan all packs in `packs/*/codex/*/SKILL.md` (and `frameworks/*/SKILL.md` children) to discover available-but-not-installed skills.
|
|
24
|
+
- If `.codex/skills/*/SKILL.md` exists in the current project, include those local skills too.
|
|
25
|
+
- Read the first 10 lines of each file to extract YAML frontmatter fields: `name`, `description`, `type`, `invocation`, `parent`.
|
|
26
|
+
- Track which pack each skill belongs to (if any).
|
|
27
|
+
- Default `invocation` to `primary` when the field is absent.
|
|
28
|
+
|
|
29
|
+
3. **Group skills by workflow stage** using this static mapping:
|
|
30
|
+
|
|
31
|
+
The mapping includes base skills and pack-provided skills. Only skills
|
|
32
|
+
discovered in step 2 should be printed, so domain and kanban entries appear
|
|
33
|
+
only when the corresponding project-local pack is enabled or linked.
|
|
34
|
+
PoketoWork kanban skills are intentionally absent while the kanban packs are hibernated.
|
|
35
|
+
|
|
36
|
+
| Stage | Skills |
|
|
37
|
+
|-------|--------|
|
|
38
|
+
| Pack Management | `pack`, `pack list`, `pack status`, `pack recommend`, `npx skillpacks install <pack-or-skill>` (or project shell: `npx skillpacks install <pack-or-skill>`), `pack remove <pack-or-skill>`, `pack which <skill>` |
|
|
39
|
+
| Discovery & Market Fit | `customer-discovery`, `enterprise-icp` |
|
|
40
|
+
| Game Development | `game-workflow`, `game-audience`, `game-fantasy`, `game-genre-map`, `game-comparables`, `game-core-loop`, `game-prototype-test`, `game-store-page-test`, `game-playtest-metrics`, `game-roadmap`, `game-launch` |
|
|
41
|
+
| Devtool Development | `devtool-workflow`, `devtool-user-map`, `devtool-integration-map`, `devtool-dx-journey`, `devtool-adoption`, `devtool-positioning`, `devtool-monetization`, `devtool-docs-audit` |
|
|
42
|
+
| Planning | `brainstorm`, `idea-scope-brief`, `feature-interview`, `user-flow-map`, `spec-interview`, `spec-interview --ideas`, `ui-interview`, `ux-variations`, `consolidate-variations`, `experiment`, `clone-spec-store` (project-fleet pack) |
|
|
43
|
+
| Mapping | `journey-map`, `metrics` |
|
|
44
|
+
| Strategize | `roadmap`, `competitive-analysis`, `platform-strategy`, `gtm`, `landing-copy`, `monetization`, `positioning`, `runway-model` |
|
|
45
|
+
| Evaluate | `dogfood`, `mvp-gap`, `scale-audit`, `customer-feedback`, `assumption-tracker`, `cohort-review`, `retro` |
|
|
46
|
+
| Research Health | `research-roadmap`, `reconcile-research`, `reconcile-dev-docs` |
|
|
47
|
+
| Detail | `plan-phase` |
|
|
48
|
+
| Execution | `exec` |
|
|
49
|
+
| Shipping | `ship`, `ship-end` |
|
|
50
|
+
| Code Quality | `expert-review`, `regression-check`, `dead-code` |
|
|
51
|
+
| Debugging | `investigate`, `debug`, `trace`, `session-triage` |
|
|
52
|
+
| Refactoring & Migration | `migrate`, `decommission`, `scaffold` |
|
|
53
|
+
| Monorepo | `affected` |
|
|
54
|
+
| Release & Deploy | `release`, `deploy` |
|
|
55
|
+
| Context & Session | `afps-status`, `codebase-status`, `analyze-sessions`, `handoff`, `sync`, `investor-update` |
|
|
56
|
+
| Git Workflow | `branch-lifecycle` |
|
|
57
|
+
| Utility | `commit-and-push-by-feature`, `init-agentic-skills`, `targeted-skill-builder`, `provision-agentic-config`, `skills`, `risk-register` |
|
|
58
|
+
|
|
59
|
+
Skills not found in the mapping go into an **Other** group at the end.
|
|
60
|
+
|
|
61
|
+
4. **Group skills by activity type** (type mode only) using the `type` field from frontmatter:
|
|
62
|
+
|
|
63
|
+
| Type | Description |
|
|
64
|
+
|------|-------------|
|
|
65
|
+
| `research` | Web search + analysis → produces documents |
|
|
66
|
+
| `analysis` | Reads codebase/docs → produces assessments |
|
|
67
|
+
| `planning` | Interactive → produces specs/plans |
|
|
68
|
+
| `execution` | Writes/modifies code |
|
|
69
|
+
| `review` | Reads code → reports issues (no changes) |
|
|
70
|
+
| `debugging` | Investigates + fixes problems |
|
|
71
|
+
| `shipping` | Commits, deploys, session management |
|
|
72
|
+
| `ops` | Manages boards, branches, meta-tooling |
|
|
73
|
+
|
|
74
|
+
Display order: research → analysis → planning → execution → review → debugging → shipping → ops.
|
|
75
|
+
Skills with no `type` field go into an **Other** group at the end.
|
|
76
|
+
|
|
77
|
+
5. **Apply filter (search mode only):**
|
|
78
|
+
- Match the keyword case-insensitively against each skill's `name`, `description`, and `type`.
|
|
79
|
+
- Keep only matching skills. Remove empty groups.
|
|
80
|
+
|
|
81
|
+
6. **Output results:**
|
|
82
|
+
- Print each non-empty group as a `## Group Name` heading.
|
|
83
|
+
- Under each heading, list installed/base primary and chained skills as `$<name> — <description> [type]`.
|
|
84
|
+
- Show orchestrator skills with an `⚙` prefix: `⚙ $<name> — <description> [type]`.
|
|
85
|
+
- Show sub-skills indented under their parent skill (identified by the `parent:` frontmatter field or by living under a `frameworks/` directory). Format: ` ↳ $<name> — <description> [sub-skill]`. If the parent is not in the same group, place sub-skills in a "Sub-skills" subsection at the end of the parent's group.
|
|
86
|
+
- For available-but-not-installed pack skills, list as `$<name> — <description> [type] ⚠ requires \`npx skillpacks install <skill>\` or \`npx skillpacks install <pack>\` inside Codex, or \`npx skillpacks install <pack-or-skill>\` from the project shell`.
|
|
87
|
+
- Omit groups that have no skills (after filtering in search mode).
|
|
88
|
+
- At the bottom, print a total count: `**N skills** installed (M sub-skills), **P skills** available via packs` (or `**N skills** matching "<keyword>"`).
|
|
89
|
+
|
|
90
|
+
## Output
|
|
91
|
+
|
|
92
|
+
### List mode (default — grouped by workflow stage)
|
|
93
|
+
```
|
|
94
|
+
## Discovery & Market Fit
|
|
95
|
+
$customer-discovery — Customer discovery interview... [research]
|
|
96
|
+
$enterprise-icp — Enterprise multi-stakeholder discovery... [research]
|
|
97
|
+
|
|
98
|
+
## Strategize
|
|
99
|
+
⚙ $positioning — Parent router — detect market vs product mode... [research]
|
|
100
|
+
↳ $category-design — Play Bigger category design framework [sub-skill]
|
|
101
|
+
↳ $jtbd-positioning — Jobs to Be Done positioning framework [sub-skill]
|
|
102
|
+
↳ $moore-positioning — Geoffrey Moore positioning framework [sub-skill]
|
|
103
|
+
↳ $obviously-awesome — Obviously Awesome positioning framework [sub-skill]
|
|
104
|
+
↳ $strategic-canvas — Strategic Canvas positioning framework [sub-skill]
|
|
105
|
+
$competitive-analysis — Research competitors... [research]
|
|
106
|
+
...
|
|
107
|
+
|
|
108
|
+
## Execution
|
|
109
|
+
⚙ $exec — Execute next plan step... [execution]
|
|
110
|
+
...
|
|
111
|
+
|
|
112
|
+
**N skills** installed (M sub-skills), **P skills** available via packs
|
|
113
|
+
```
|
|
114
|
+
|
|
115
|
+
### Type mode (`$skills types`)
|
|
116
|
+
```
|
|
117
|
+
## Research
|
|
118
|
+
$customer-discovery — Customer discovery interview...
|
|
119
|
+
$competitive-analysis — Research competitors...
|
|
120
|
+
...
|
|
121
|
+
|
|
122
|
+
## Analysis
|
|
123
|
+
$mvp-gap — Evaluate codebase against customer-discovery evidence...
|
|
124
|
+
...
|
|
125
|
+
|
|
126
|
+
**N skills** found
|
|
127
|
+
```
|
|
128
|
+
|
|
129
|
+
## Constraints
|
|
130
|
+
|
|
131
|
+
- This is a read-only scan — never modify any files.
|
|
132
|
+
- Always read the live frontmatter from SKILL.md files; do not hardcode descriptions.
|
|
133
|
+
- Use the static stage mapping for stage grouping; use the `type` frontmatter field for type grouping.
|
|
134
|
+
- Keep output compact — one line per skill, no extra detail beyond name, description, and type tag.
|
|
135
|
+
- In search mode, if no skills match the keyword, print: `No skills matching "<keyword>"`.
|
|
136
|
+
|
|
137
|
+
|
|
138
|
+
## Default Shipping Contract
|
|
139
|
+
|
|
140
|
+
Follow the shared shipping contract convention in CLAUDE.md.
|