skillpacks 0.1.0
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 +122 -0
- package/CLAUDE.md +169 -0
- package/LICENSE +21 -0
- package/README.md +451 -0
- package/bin/skillpacks.mjs +12 -0
- package/dist/skillpacks-manifest.json +7671 -0
- package/docs/QUICKSTART.md +137 -0
- package/docs/decks.md +189 -0
- package/docs/packs.md +293 -0
- package/docs/skillpacks-npm-distribution.md +583 -0
- package/global/claude/afps-status/ALIGNMENT-PAGE.md +86 -0
- package/global/claude/afps-status/CHANGELOG.md +9 -0
- package/global/claude/afps-status/SKILL.md +110 -0
- package/global/claude/afps-status/archive/v0.0/SKILL.md +104 -0
- package/global/claude/animation-design-planner/ALIGNMENT-PAGE.md +86 -0
- package/global/claude/animation-design-planner/CHANGELOG.md +21 -0
- package/global/claude/animation-design-planner/SKILL.md +115 -0
- package/global/claude/animation-design-planner/frameworks/css-transitions/SKILL.md +48 -0
- package/global/claude/animation-design-planner/frameworks/gsap/SKILL.md +51 -0
- package/global/claude/animation-design-planner/frameworks/motion-framer/SKILL.md +47 -0
- package/global/claude/animation-design-planner/frameworks/threejs/SKILL.md +54 -0
- package/global/claude/animation-design-planner/frameworks/web-animations-api/SKILL.md +53 -0
- package/global/claude/autoresearch/CHANGELOG.md +8 -0
- package/global/claude/autoresearch/SKILL.md +185 -0
- package/global/claude/autoresearch-prep/CHANGELOG.md +5 -0
- package/global/claude/autoresearch-prep/SKILL.md +127 -0
- package/global/claude/codebase-status/CHANGELOG.md +25 -0
- package/global/claude/codebase-status/SKILL.md +112 -0
- package/global/claude/codebase-status/archive/v0.0/SKILL.md +124 -0
- package/global/claude/codebase-status/archive/v0.1/SKILL.md +104 -0
- package/global/claude/codebase-status/archive/v0.2/SKILL.md +116 -0
- package/global/claude/codebase-status/archive/v0.3/SKILL.md +112 -0
- package/global/claude/codebase-status/archive/v0.4/SKILL.md +112 -0
- package/global/claude/fork-idea-branch/ALIGNMENT-PAGE.md +86 -0
- package/global/claude/fork-idea-branch/CHANGELOG.md +5 -0
- package/global/claude/fork-idea-branch/SKILL.md +116 -0
- package/global/claude/idea-scope-brief/ALIGNMENT-PAGE.md +86 -0
- package/global/claude/idea-scope-brief/CHANGELOG.md +58 -0
- package/global/claude/idea-scope-brief/SKILL.md +156 -0
- package/global/claude/idea-scope-brief/archive/v0.0/SKILL.md +131 -0
- package/global/claude/idea-scope-brief/archive/v0.1/SKILL.md +133 -0
- package/global/claude/idea-scope-brief/archive/v0.10/SKILL.md +146 -0
- package/global/claude/idea-scope-brief/archive/v0.11/SKILL.md +156 -0
- package/global/claude/idea-scope-brief/archive/v0.2/SKILL.md +107 -0
- package/global/claude/idea-scope-brief/archive/v0.3/SKILL.md +111 -0
- package/global/claude/idea-scope-brief/archive/v0.4/SKILL.md +112 -0
- package/global/claude/idea-scope-brief/archive/v0.5/SKILL.md +126 -0
- package/global/claude/idea-scope-brief/archive/v0.6/SKILL.md +126 -0
- package/global/claude/idea-scope-brief/archive/v0.7/SKILL.md +127 -0
- package/global/claude/idea-scope-brief/archive/v0.8/SKILL.md +137 -0
- package/global/claude/idea-scope-brief/archive/v0.9/SKILL.md +137 -0
- package/global/claude/init-agentic-skills/CHANGELOG.md +36 -0
- package/global/claude/init-agentic-skills/SKILL.md +57 -0
- package/global/claude/init-agentic-skills/archive/v0.0/SKILL.md +32 -0
- package/global/claude/init-agentic-skills/archive/v0.1/SKILL.md +32 -0
- package/global/claude/init-agentic-skills/archive/v0.2/SKILL.md +32 -0
- package/global/claude/init-agentic-skills/archive/v0.3/SKILL.md +40 -0
- package/global/claude/init-agentic-skills/archive/v0.4/SKILL.md +40 -0
- package/global/claude/init-agentic-skills/archive/v0.5/SKILL.md +50 -0
- package/global/claude/init-agentic-skills/scripts/init-agentic-skills.sh +227 -0
- package/global/claude/pack/CHANGELOG.md +30 -0
- package/global/claude/pack/SKILL.md +170 -0
- package/global/claude/pack/archive/v0.0/SKILL.md +161 -0
- package/global/claude/pack/archive/v0.1/SKILL.md +163 -0
- package/global/claude/pack/archive/v0.2/SKILL.md +164 -0
- package/global/claude/pack/archive/v0.3/SKILL.md +165 -0
- package/global/claude/pack/archive/v0.4/SKILL.md +171 -0
- package/global/claude/pack/archive/v0.5/SKILL.md +170 -0
- package/global/claude/pack/scripts/pack.sh +54 -0
- package/global/claude/provision-agentic-config/CHANGELOG.md +30 -0
- package/global/claude/provision-agentic-config/SKILL.md +292 -0
- package/global/claude/provision-agentic-config/archive/v0.0/SKILL.md +208 -0
- package/global/claude/provision-agentic-config/archive/v0.1/SKILL.md +269 -0
- package/global/claude/provision-agentic-config/archive/v0.2/SKILL.md +272 -0
- package/global/claude/provision-agentic-config/archive/v0.3/SKILL.md +272 -0
- package/global/claude/provision-agentic-config/archive/v0.4/SKILL.md +290 -0
- package/global/claude/skills/CHANGELOG.md +30 -0
- package/global/claude/skills/SKILL.md +141 -0
- package/global/claude/skills/archive/v0.0/SKILL.md +131 -0
- package/global/claude/skills/archive/v0.1/SKILL.md +131 -0
- package/global/claude/skills/archive/v0.2/SKILL.md +140 -0
- package/global/claude/skills/archive/v0.3/SKILL.md +140 -0
- package/global/claude/skills/archive/v0.4/SKILL.md +141 -0
- package/global/codex/afps-status/ALIGNMENT-PAGE.md +86 -0
- package/global/codex/afps-status/CHANGELOG.md +9 -0
- package/global/codex/afps-status/SKILL.md +104 -0
- package/global/codex/afps-status/agents/openai.yaml +7 -0
- package/global/codex/afps-status/archive/v0.0/SKILL.md +104 -0
- package/global/codex/animation-design-planner/ALIGNMENT-PAGE.md +86 -0
- package/global/codex/animation-design-planner/CHANGELOG.md +21 -0
- package/global/codex/animation-design-planner/SKILL.md +117 -0
- package/global/codex/animation-design-planner/agents/openai.yaml +7 -0
- package/global/codex/animation-design-planner/frameworks/css-transitions/SKILL.md +50 -0
- package/global/codex/animation-design-planner/frameworks/gsap/SKILL.md +53 -0
- package/global/codex/animation-design-planner/frameworks/motion-framer/SKILL.md +49 -0
- package/global/codex/animation-design-planner/frameworks/threejs/SKILL.md +56 -0
- package/global/codex/animation-design-planner/frameworks/web-animations-api/SKILL.md +55 -0
- package/global/codex/codebase-status/CHANGELOG.md +25 -0
- package/global/codex/codebase-status/SKILL.md +112 -0
- package/global/codex/codebase-status/agents/openai.yaml +7 -0
- package/global/codex/codebase-status/archive/v0.0/SKILL.md +124 -0
- package/global/codex/codebase-status/archive/v0.1/SKILL.md +103 -0
- package/global/codex/codebase-status/archive/v0.2/SKILL.md +116 -0
- package/global/codex/codebase-status/archive/v0.3/SKILL.md +112 -0
- package/global/codex/codebase-status/archive/v0.4/SKILL.md +112 -0
- package/global/codex/idea-scope-brief/ALIGNMENT-PAGE.md +86 -0
- package/global/codex/idea-scope-brief/CHANGELOG.md +56 -0
- package/global/codex/idea-scope-brief/SKILL.md +158 -0
- package/global/codex/idea-scope-brief/agents/openai.yaml +7 -0
- package/global/codex/idea-scope-brief/archive/v0.0/SKILL.md +133 -0
- package/global/codex/idea-scope-brief/archive/v0.1/SKILL.md +135 -0
- package/global/codex/idea-scope-brief/archive/v0.10/SKILL.md +148 -0
- package/global/codex/idea-scope-brief/archive/v0.11/SKILL.md +158 -0
- package/global/codex/idea-scope-brief/archive/v0.2/SKILL.md +109 -0
- package/global/codex/idea-scope-brief/archive/v0.3/SKILL.md +113 -0
- package/global/codex/idea-scope-brief/archive/v0.4/SKILL.md +114 -0
- package/global/codex/idea-scope-brief/archive/v0.5/SKILL.md +128 -0
- package/global/codex/idea-scope-brief/archive/v0.6/SKILL.md +128 -0
- package/global/codex/idea-scope-brief/archive/v0.7/SKILL.md +129 -0
- package/global/codex/idea-scope-brief/archive/v0.8/SKILL.md +139 -0
- package/global/codex/idea-scope-brief/archive/v0.9/SKILL.md +139 -0
- package/global/codex/init-agentic-skills/CHANGELOG.md +36 -0
- package/global/codex/init-agentic-skills/SKILL.md +59 -0
- package/global/codex/init-agentic-skills/agents/openai.yaml +7 -0
- package/global/codex/init-agentic-skills/archive/v0.0/SKILL.md +34 -0
- package/global/codex/init-agentic-skills/archive/v0.1/SKILL.md +34 -0
- package/global/codex/init-agentic-skills/archive/v0.2/SKILL.md +34 -0
- package/global/codex/init-agentic-skills/archive/v0.3/SKILL.md +42 -0
- package/global/codex/init-agentic-skills/archive/v0.4/SKILL.md +42 -0
- package/global/codex/init-agentic-skills/archive/v0.5/SKILL.md +52 -0
- package/global/codex/init-agentic-skills/scripts/init-agentic-skills.sh +227 -0
- package/global/codex/pack/CHANGELOG.md +30 -0
- package/global/codex/pack/SKILL.md +172 -0
- package/global/codex/pack/archive/v0.0/SKILL.md +134 -0
- package/global/codex/pack/archive/v0.1/SKILL.md +165 -0
- package/global/codex/pack/archive/v0.2/SKILL.md +166 -0
- package/global/codex/pack/archive/v0.3/SKILL.md +167 -0
- package/global/codex/pack/archive/v0.4/SKILL.md +173 -0
- package/global/codex/pack/archive/v0.5/SKILL.md +172 -0
- package/global/codex/pack/scripts/pack.sh +54 -0
- package/global/codex/provision-agentic-config/CHANGELOG.md +30 -0
- package/global/codex/provision-agentic-config/SKILL.md +282 -0
- package/global/codex/provision-agentic-config/agents/openai.yaml +7 -0
- package/global/codex/provision-agentic-config/archive/v0.0/SKILL.md +194 -0
- package/global/codex/provision-agentic-config/archive/v0.1/SKILL.md +248 -0
- package/global/codex/provision-agentic-config/archive/v0.2/SKILL.md +248 -0
- package/global/codex/provision-agentic-config/archive/v0.3/SKILL.md +258 -0
- package/global/codex/provision-agentic-config/archive/v0.4/SKILL.md +276 -0
- package/global/codex/skills/CHANGELOG.md +29 -0
- package/global/codex/skills/SKILL.md +140 -0
- package/global/codex/skills/archive/v0.0/SKILL.md +129 -0
- package/global/codex/skills/archive/v0.1/SKILL.md +132 -0
- package/global/codex/skills/archive/v0.2/SKILL.md +139 -0
- package/global/codex/skills/archive/v0.3/SKILL.md +139 -0
- package/global/codex/skills/archive/v0.4/SKILL.md +140 -0
- package/init.sh +207 -0
- package/package.json +47 -0
- package/packs/agent-bridge/PACK.md +21 -0
- package/packs/agent-bridge/claude/delegate/ALIGNMENT-PAGE.md +84 -0
- package/packs/agent-bridge/claude/delegate/CHANGELOG.md +9 -0
- package/packs/agent-bridge/claude/delegate/SKILL.md +82 -0
- package/packs/agent-bridge/claude/delegate/archive/v0.0/SKILL.md +106 -0
- package/packs/agent-work-admin/PACK.md +23 -0
- package/packs/agent-work-admin/claude/plan-phase/CHANGELOG.md +11 -0
- package/packs/agent-work-admin/claude/plan-phase/SKILL.md +380 -0
- package/packs/agent-work-admin/claude/plan-phase/archive/v0.0/SKILL.md +378 -0
- package/packs/agent-work-admin/claude/roadmap/CHANGELOG.md +37 -0
- package/packs/agent-work-admin/claude/roadmap/SKILL.md +481 -0
- package/packs/agent-work-admin/claude/roadmap/archive/v0.0/SKILL.md +457 -0
- package/packs/agent-work-admin/claude/roadmap/archive/v0.1/SKILL.md +469 -0
- package/packs/agent-work-admin/claude/roadmap/archive/v0.2/SKILL.md +473 -0
- package/packs/agent-work-admin/claude/roadmap/archive/v0.3/SKILL.md +473 -0
- package/packs/agent-work-admin/claude/roadmap/archive/v0.4/SKILL.md +473 -0
- package/packs/agent-work-admin/claude/roadmap/archive/v0.5/SKILL.md +475 -0
- package/packs/agent-work-admin/claude/roadmap/archive/v0.6/SKILL.md +475 -0
- package/packs/agent-work-admin/claude/spec-drift/CHANGELOG.md +9 -0
- package/packs/agent-work-admin/claude/spec-drift/SKILL.md +202 -0
- package/packs/agent-work-admin/claude/spec-drift/archive/v0.0/SKILL.md +238 -0
- package/packs/agent-work-admin/codex/plan-phase/CHANGELOG.md +11 -0
- package/packs/agent-work-admin/codex/plan-phase/SKILL.md +387 -0
- package/packs/agent-work-admin/codex/plan-phase/agents/openai.yaml +7 -0
- package/packs/agent-work-admin/codex/plan-phase/archive/v0.0/SKILL.md +383 -0
- package/packs/agent-work-admin/codex/roadmap/CHANGELOG.md +37 -0
- package/packs/agent-work-admin/codex/roadmap/SKILL.md +424 -0
- package/packs/agent-work-admin/codex/roadmap/agents/openai.yaml +7 -0
- package/packs/agent-work-admin/codex/roadmap/archive/v0.0/SKILL.md +400 -0
- package/packs/agent-work-admin/codex/roadmap/archive/v0.1/SKILL.md +412 -0
- package/packs/agent-work-admin/codex/roadmap/archive/v0.2/SKILL.md +416 -0
- package/packs/agent-work-admin/codex/roadmap/archive/v0.3/SKILL.md +416 -0
- package/packs/agent-work-admin/codex/roadmap/archive/v0.4/SKILL.md +416 -0
- package/packs/agent-work-admin/codex/roadmap/archive/v0.5/SKILL.md +418 -0
- package/packs/agent-work-admin/codex/roadmap/archive/v0.6/SKILL.md +418 -0
- package/packs/agent-work-admin/codex/spec-drift/CHANGELOG.md +9 -0
- package/packs/agent-work-admin/codex/spec-drift/SKILL.md +81 -0
- package/packs/agent-work-admin/codex/spec-drift/archive/v0.0/SKILL.md +118 -0
- package/packs/agentic-skills-bench/PACK.md +7 -0
- package/packs/agentic-skills-bench/claude/benchmark-agent-review/ALIGNMENT-PAGE.md +86 -0
- package/packs/agentic-skills-bench/claude/benchmark-agent-review/CHANGELOG.md +9 -0
- package/packs/agentic-skills-bench/claude/benchmark-agent-review/SKILL.md +118 -0
- package/packs/agentic-skills-bench/claude/benchmark-agent-review/archive/v0.0/SKILL.md +134 -0
- package/packs/agentic-skills-bench/claude/benchmark-test-skill/ALIGNMENT-PAGE.md +84 -0
- package/packs/agentic-skills-bench/claude/benchmark-test-skill/CHANGELOG.md +9 -0
- package/packs/agentic-skills-bench/claude/benchmark-test-skill/SKILL.md +151 -0
- package/packs/agentic-skills-bench/claude/benchmark-test-skill/archive/v0.0/SKILL.md +167 -0
- package/packs/agentic-skills-bench/codex/benchmark-agent-review/ALIGNMENT-PAGE.md +86 -0
- package/packs/agentic-skills-bench/codex/benchmark-agent-review/CHANGELOG.md +9 -0
- package/packs/agentic-skills-bench/codex/benchmark-agent-review/SKILL.md +118 -0
- package/packs/agentic-skills-bench/codex/benchmark-agent-review/archive/v0.0/SKILL.md +134 -0
- package/packs/agentic-skills-bench/codex/benchmark-test-skill/ALIGNMENT-PAGE.md +84 -0
- package/packs/agentic-skills-bench/codex/benchmark-test-skill/CHANGELOG.md +9 -0
- package/packs/agentic-skills-bench/codex/benchmark-test-skill/SKILL.md +151 -0
- package/packs/agentic-skills-bench/codex/benchmark-test-skill/archive/v0.0/SKILL.md +167 -0
- package/packs/alignment-loop/PACK.md +23 -0
- package/packs/alignment-loop/claude/destination-doc/SKILL.md +68 -0
- package/packs/alignment-loop/claude/taste-calibration/CHANGELOG.md +5 -0
- package/packs/alignment-loop/claude/taste-calibration/SKILL.md +69 -0
- package/packs/alignment-loop/claude/vertical-slice-splitter/ALIGNMENT-PAGE.md +84 -0
- package/packs/alignment-loop/claude/vertical-slice-splitter/CHANGELOG.md +9 -0
- package/packs/alignment-loop/claude/vertical-slice-splitter/SKILL.md +64 -0
- package/packs/alignment-loop/claude/vertical-slice-splitter/archive/v0.0/SKILL.md +88 -0
- package/packs/alignment-loop/codex/destination-doc/SKILL.md +68 -0
- package/packs/alignment-loop/codex/taste-calibration/CHANGELOG.md +5 -0
- package/packs/alignment-loop/codex/taste-calibration/SKILL.md +72 -0
- package/packs/alignment-loop/codex/taste-calibration/agents/openai.yaml +7 -0
- package/packs/alignment-loop/codex/vertical-slice-splitter/ALIGNMENT-PAGE.md +84 -0
- package/packs/alignment-loop/codex/vertical-slice-splitter/CHANGELOG.md +9 -0
- package/packs/alignment-loop/codex/vertical-slice-splitter/SKILL.md +60 -0
- package/packs/alignment-loop/codex/vertical-slice-splitter/archive/v0.0/SKILL.md +80 -0
- package/packs/alignment-page-admin/PACK.md +22 -0
- package/packs/alignment-page-admin/claude/compile-central-alignment/CHANGELOG.md +19 -0
- package/packs/alignment-page-admin/claude/compile-central-alignment/SKILL.md +78 -0
- package/packs/alignment-page-admin/claude/compile-central-alignment/archive/v0.0/SKILL.md +61 -0
- package/packs/alignment-page-admin/claude/compile-central-alignment/archive/v0.1/SKILL.md +63 -0
- package/packs/alignment-page-admin/claude/upgrade-alignment-pages/CHANGELOG.md +11 -0
- package/packs/alignment-page-admin/claude/upgrade-alignment-pages/SKILL.md +106 -0
- package/packs/alignment-page-admin/claude/upgrade-alignment-pages/archive/v0.0/SKILL.md +89 -0
- package/packs/alignment-page-admin/codex/compile-central-alignment/CHANGELOG.md +19 -0
- package/packs/alignment-page-admin/codex/compile-central-alignment/SKILL.md +57 -0
- package/packs/alignment-page-admin/codex/compile-central-alignment/agents/openai.yaml +7 -0
- package/packs/alignment-page-admin/codex/compile-central-alignment/archive/v0.0/SKILL.md +40 -0
- package/packs/alignment-page-admin/codex/compile-central-alignment/archive/v0.1/SKILL.md +45 -0
- package/packs/alignment-page-admin/codex/upgrade-alignment-pages/CHANGELOG.md +11 -0
- package/packs/alignment-page-admin/codex/upgrade-alignment-pages/SKILL.md +106 -0
- package/packs/alignment-page-admin/codex/upgrade-alignment-pages/agents/openai.yaml +7 -0
- package/packs/alignment-page-admin/codex/upgrade-alignment-pages/archive/v0.0/SKILL.md +89 -0
- package/packs/business-app/PACK.md +18 -0
- package/packs/business-discovery/PACK.md +24 -0
- package/packs/business-discovery/claude/competitive-analysis/ALIGNMENT-PAGE.md +90 -0
- package/packs/business-discovery/claude/competitive-analysis/CHANGELOG.md +77 -0
- package/packs/business-discovery/claude/competitive-analysis/SKILL.md +376 -0
- package/packs/business-discovery/claude/competitive-analysis/archive/v0.0/SKILL.md +401 -0
- package/packs/business-discovery/claude/competitive-analysis/archive/v0.1/SKILL.md +426 -0
- package/packs/business-discovery/claude/competitive-analysis/archive/v0.10/SKILL.md +391 -0
- package/packs/business-discovery/claude/competitive-analysis/archive/v0.11/SKILL.md +400 -0
- package/packs/business-discovery/claude/competitive-analysis/archive/v0.12/SKILL.md +422 -0
- package/packs/business-discovery/claude/competitive-analysis/archive/v0.13/SKILL.md +422 -0
- package/packs/business-discovery/claude/competitive-analysis/archive/v0.14/SKILL.md +422 -0
- package/packs/business-discovery/claude/competitive-analysis/archive/v0.15/SKILL.md +376 -0
- package/packs/business-discovery/claude/competitive-analysis/archive/v0.2/SKILL.md +426 -0
- package/packs/business-discovery/claude/competitive-analysis/archive/v0.3/SKILL.md +426 -0
- package/packs/business-discovery/claude/competitive-analysis/archive/v0.4/SKILL.md +428 -0
- package/packs/business-discovery/claude/competitive-analysis/archive/v0.5/SKILL.md +391 -0
- package/packs/business-discovery/claude/competitive-analysis/archive/v0.6/SKILL.md +391 -0
- package/packs/business-discovery/claude/competitive-analysis/archive/v0.7/SKILL.md +397 -0
- package/packs/business-discovery/claude/competitive-analysis/archive/v0.8/SKILL.md +397 -0
- package/packs/business-discovery/claude/competitive-analysis/archive/v0.9/SKILL.md +390 -0
- package/packs/business-discovery/claude/competitive-analysis/frameworks/feature-pricing-matrix/ALIGNMENT-PAGE.md +86 -0
- package/packs/business-discovery/claude/competitive-analysis/frameworks/feature-pricing-matrix/CHANGELOG.md +9 -0
- package/packs/business-discovery/claude/competitive-analysis/frameworks/feature-pricing-matrix/SKILL.md +98 -0
- package/packs/business-discovery/claude/competitive-analysis/frameworks/feature-pricing-matrix/archive/v0.0/SKILL.md +88 -0
- package/packs/business-discovery/claude/competitive-analysis/frameworks/porter-five-forces/ALIGNMENT-PAGE.md +86 -0
- package/packs/business-discovery/claude/competitive-analysis/frameworks/porter-five-forces/CHANGELOG.md +9 -0
- package/packs/business-discovery/claude/competitive-analysis/frameworks/porter-five-forces/SKILL.md +110 -0
- package/packs/business-discovery/claude/competitive-analysis/frameworks/porter-five-forces/archive/v0.0/SKILL.md +104 -0
- package/packs/business-discovery/claude/competitive-analysis/frameworks/strategic-group-map/ALIGNMENT-PAGE.md +86 -0
- package/packs/business-discovery/claude/competitive-analysis/frameworks/strategic-group-map/CHANGELOG.md +9 -0
- package/packs/business-discovery/claude/competitive-analysis/frameworks/strategic-group-map/SKILL.md +105 -0
- package/packs/business-discovery/claude/competitive-analysis/frameworks/strategic-group-map/archive/v0.0/SKILL.md +95 -0
- package/packs/business-discovery/claude/competitive-analysis/frameworks/swot/ALIGNMENT-PAGE.md +86 -0
- package/packs/business-discovery/claude/competitive-analysis/frameworks/swot/CHANGELOG.md +9 -0
- package/packs/business-discovery/claude/competitive-analysis/frameworks/swot/SKILL.md +99 -0
- package/packs/business-discovery/claude/competitive-analysis/frameworks/swot/archive/v0.0/SKILL.md +91 -0
- package/packs/business-discovery/claude/customer-discovery/ALIGNMENT-PAGE.md +88 -0
- package/packs/business-discovery/claude/customer-discovery/CHANGELOG.md +69 -0
- package/packs/business-discovery/claude/customer-discovery/SKILL.md +602 -0
- package/packs/business-discovery/claude/customer-discovery/archive/v0.0/SKILL.md +463 -0
- package/packs/business-discovery/claude/customer-discovery/archive/v0.1/SKILL.md +463 -0
- package/packs/business-discovery/claude/customer-discovery/archive/v0.10/SKILL.md +475 -0
- package/packs/business-discovery/claude/customer-discovery/archive/v0.11/SKILL.md +488 -0
- package/packs/business-discovery/claude/customer-discovery/archive/v0.2/SKILL.md +471 -0
- package/packs/business-discovery/claude/customer-discovery/archive/v0.3/SKILL.md +442 -0
- package/packs/business-discovery/claude/customer-discovery/archive/v0.4/SKILL.md +442 -0
- package/packs/business-discovery/claude/customer-discovery/archive/v0.5/SKILL.md +453 -0
- package/packs/business-discovery/claude/customer-discovery/archive/v0.6/SKILL.md +453 -0
- package/packs/business-discovery/claude/customer-discovery/archive/v0.7/SKILL.md +454 -0
- package/packs/business-discovery/claude/customer-discovery/archive/v0.8/SKILL.md +456 -0
- package/packs/business-discovery/claude/customer-discovery/archive/v0.9/SKILL.md +465 -0
- package/packs/business-discovery/claude/customer-discovery/archive/v1.0/SKILL.md +598 -0
- package/packs/business-discovery/claude/customer-discovery/frameworks/five-rings/ALIGNMENT-PAGE.md +86 -0
- package/packs/business-discovery/claude/customer-discovery/frameworks/five-rings/CHANGELOG.md +9 -0
- package/packs/business-discovery/claude/customer-discovery/frameworks/five-rings/SKILL.md +352 -0
- package/packs/business-discovery/claude/customer-discovery/frameworks/five-rings/archive/v0.0/SKILL.md +348 -0
- package/packs/business-discovery/claude/customer-discovery/frameworks/four-forces/ALIGNMENT-PAGE.md +86 -0
- package/packs/business-discovery/claude/customer-discovery/frameworks/four-forces/CHANGELOG.md +9 -0
- package/packs/business-discovery/claude/customer-discovery/frameworks/four-forces/SKILL.md +322 -0
- package/packs/business-discovery/claude/customer-discovery/frameworks/four-forces/archive/v0.0/SKILL.md +318 -0
- package/packs/business-discovery/claude/customer-discovery/frameworks/jtbd-needs/ALIGNMENT-PAGE.md +86 -0
- package/packs/business-discovery/claude/customer-discovery/frameworks/jtbd-needs/CHANGELOG.md +9 -0
- package/packs/business-discovery/claude/customer-discovery/frameworks/jtbd-needs/SKILL.md +234 -0
- package/packs/business-discovery/claude/customer-discovery/frameworks/jtbd-needs/archive/v0.0/SKILL.md +230 -0
- package/packs/business-discovery/claude/customer-discovery/frameworks/pmf-engine/ALIGNMENT-PAGE.md +86 -0
- package/packs/business-discovery/claude/customer-discovery/frameworks/pmf-engine/CHANGELOG.md +9 -0
- package/packs/business-discovery/claude/customer-discovery/frameworks/pmf-engine/SKILL.md +252 -0
- package/packs/business-discovery/claude/customer-discovery/frameworks/pmf-engine/archive/v0.0/SKILL.md +250 -0
- package/packs/business-discovery/claude/customer-discovery/frameworks/seven-dimensions/ALIGNMENT-PAGE.md +86 -0
- package/packs/business-discovery/claude/customer-discovery/frameworks/seven-dimensions/CHANGELOG.md +9 -0
- package/packs/business-discovery/claude/customer-discovery/frameworks/seven-dimensions/SKILL.md +385 -0
- package/packs/business-discovery/claude/customer-discovery/frameworks/seven-dimensions/archive/v0.0/SKILL.md +381 -0
- package/packs/business-discovery/claude/customer-discovery/frameworks/w3-hypothesis/ALIGNMENT-PAGE.md +86 -0
- package/packs/business-discovery/claude/customer-discovery/frameworks/w3-hypothesis/CHANGELOG.md +9 -0
- package/packs/business-discovery/claude/customer-discovery/frameworks/w3-hypothesis/SKILL.md +194 -0
- package/packs/business-discovery/claude/customer-discovery/frameworks/w3-hypothesis/archive/v0.0/SKILL.md +190 -0
- package/packs/business-discovery/claude/customer-feedback/ALIGNMENT-PAGE.md +90 -0
- package/packs/business-discovery/claude/customer-feedback/CHANGELOG.md +31 -0
- package/packs/business-discovery/claude/customer-feedback/SKILL.md +277 -0
- package/packs/business-discovery/claude/customer-feedback/archive/v0.0/SKILL.md +282 -0
- package/packs/business-discovery/claude/customer-feedback/archive/v0.1/SKILL.md +247 -0
- package/packs/business-discovery/claude/customer-feedback/archive/v0.2/SKILL.md +248 -0
- package/packs/business-discovery/claude/customer-feedback/archive/v0.3/SKILL.md +257 -0
- package/packs/business-discovery/claude/customer-feedback/archive/v0.4/SKILL.md +277 -0
- package/packs/business-discovery/claude/customer-feedback/archive/v0.5/SKILL.md +277 -0
- package/packs/business-discovery/claude/enterprise-icp/ALIGNMENT-PAGE.md +88 -0
- package/packs/business-discovery/claude/enterprise-icp/CHANGELOG.md +36 -0
- package/packs/business-discovery/claude/enterprise-icp/SKILL.md +276 -0
- package/packs/business-discovery/claude/enterprise-icp/archive/v0.0/SKILL.md +273 -0
- package/packs/business-discovery/claude/enterprise-icp/archive/v0.1/SKILL.md +273 -0
- package/packs/business-discovery/claude/enterprise-icp/archive/v0.2/SKILL.md +240 -0
- package/packs/business-discovery/claude/enterprise-icp/archive/v0.3/SKILL.md +244 -0
- package/packs/business-discovery/claude/enterprise-icp/archive/v0.4/SKILL.md +245 -0
- package/packs/business-discovery/claude/enterprise-icp/archive/v0.5/SKILL.md +254 -0
- package/packs/business-discovery/claude/enterprise-icp/archive/v0.6/SKILL.md +276 -0
- package/packs/business-discovery/claude/lean-canvas/ALIGNMENT-PAGE.md +88 -0
- package/packs/business-discovery/claude/lean-canvas/CHANGELOG.md +38 -0
- package/packs/business-discovery/claude/lean-canvas/SKILL.md +344 -0
- package/packs/business-discovery/claude/lean-canvas/archive/v0.0/SKILL.md +343 -0
- package/packs/business-discovery/claude/lean-canvas/archive/v0.1/SKILL.md +345 -0
- package/packs/business-discovery/claude/lean-canvas/archive/v0.2/SKILL.md +312 -0
- package/packs/business-discovery/claude/lean-canvas/archive/v0.3/SKILL.md +315 -0
- package/packs/business-discovery/claude/lean-canvas/archive/v0.4/SKILL.md +324 -0
- package/packs/business-discovery/claude/lean-canvas/archive/v0.5/SKILL.md +344 -0
- package/packs/business-discovery/claude/lean-canvas/archive/v0.6/SKILL.md +344 -0
- package/packs/business-discovery/claude/lean-canvas/archive/v0.7/SKILL.md +344 -0
- package/packs/business-discovery/claude/positioning/ALIGNMENT-PAGE.md +96 -0
- package/packs/business-discovery/claude/positioning/CHANGELOG.md +69 -0
- package/packs/business-discovery/claude/positioning/SKILL.md +357 -0
- package/packs/business-discovery/claude/positioning/archive/v0.0/SKILL.md +363 -0
- package/packs/business-discovery/claude/positioning/archive/v0.1/SKILL.md +366 -0
- package/packs/business-discovery/claude/positioning/archive/v0.10/SKILL.md +355 -0
- package/packs/business-discovery/claude/positioning/archive/v0.11/SKILL.md +355 -0
- package/packs/business-discovery/claude/positioning/archive/v0.12/SKILL.md +355 -0
- package/packs/business-discovery/claude/positioning/archive/v0.2/SKILL.md +333 -0
- package/packs/business-discovery/claude/positioning/archive/v0.3/SKILL.md +333 -0
- package/packs/business-discovery/claude/positioning/archive/v0.4/SKILL.md +337 -0
- package/packs/business-discovery/claude/positioning/archive/v0.5/SKILL.md +339 -0
- package/packs/business-discovery/claude/positioning/archive/v0.6/SKILL.md +338 -0
- package/packs/business-discovery/claude/positioning/archive/v0.7/SKILL.md +317 -0
- package/packs/business-discovery/claude/positioning/archive/v0.8/SKILL.md +326 -0
- package/packs/business-discovery/claude/positioning/archive/v0.9/SKILL.md +335 -0
- package/packs/business-discovery/claude/positioning/frameworks/category-design/ALIGNMENT-PAGE.md +86 -0
- package/packs/business-discovery/claude/positioning/frameworks/category-design/CHANGELOG.md +25 -0
- package/packs/business-discovery/claude/positioning/frameworks/category-design/SKILL.md +288 -0
- package/packs/business-discovery/claude/positioning/frameworks/category-design/archive/v0.0/SKILL.md +267 -0
- package/packs/business-discovery/claude/positioning/frameworks/category-design/archive/v0.1/SKILL.md +276 -0
- package/packs/business-discovery/claude/positioning/frameworks/category-design/archive/v0.2/SKILL.md +276 -0
- package/packs/business-discovery/claude/positioning/frameworks/category-design/archive/v0.3/SKILL.md +286 -0
- package/packs/business-discovery/claude/positioning/frameworks/category-design/archive/v0.4/SKILL.md +286 -0
- package/packs/business-discovery/claude/positioning/frameworks/jtbd-positioning/ALIGNMENT-PAGE.md +88 -0
- package/packs/business-discovery/claude/positioning/frameworks/jtbd-positioning/CHANGELOG.md +25 -0
- package/packs/business-discovery/claude/positioning/frameworks/jtbd-positioning/SKILL.md +223 -0
- package/packs/business-discovery/claude/positioning/frameworks/jtbd-positioning/archive/v0.0/SKILL.md +202 -0
- package/packs/business-discovery/claude/positioning/frameworks/jtbd-positioning/archive/v0.1/SKILL.md +211 -0
- package/packs/business-discovery/claude/positioning/frameworks/jtbd-positioning/archive/v0.2/SKILL.md +211 -0
- package/packs/business-discovery/claude/positioning/frameworks/jtbd-positioning/archive/v0.3/SKILL.md +221 -0
- package/packs/business-discovery/claude/positioning/frameworks/jtbd-positioning/archive/v0.4/SKILL.md +221 -0
- package/packs/business-discovery/claude/positioning/frameworks/moore-positioning/ALIGNMENT-PAGE.md +88 -0
- package/packs/business-discovery/claude/positioning/frameworks/moore-positioning/CHANGELOG.md +25 -0
- package/packs/business-discovery/claude/positioning/frameworks/moore-positioning/SKILL.md +232 -0
- package/packs/business-discovery/claude/positioning/frameworks/moore-positioning/archive/v0.0/SKILL.md +211 -0
- package/packs/business-discovery/claude/positioning/frameworks/moore-positioning/archive/v0.1/SKILL.md +220 -0
- package/packs/business-discovery/claude/positioning/frameworks/moore-positioning/archive/v0.2/SKILL.md +220 -0
- package/packs/business-discovery/claude/positioning/frameworks/moore-positioning/archive/v0.3/SKILL.md +230 -0
- package/packs/business-discovery/claude/positioning/frameworks/moore-positioning/archive/v0.4/SKILL.md +230 -0
- package/packs/business-discovery/claude/positioning/frameworks/obviously-awesome/ALIGNMENT-PAGE.md +86 -0
- package/packs/business-discovery/claude/positioning/frameworks/obviously-awesome/CHANGELOG.md +25 -0
- package/packs/business-discovery/claude/positioning/frameworks/obviously-awesome/SKILL.md +284 -0
- package/packs/business-discovery/claude/positioning/frameworks/obviously-awesome/archive/v0.0/SKILL.md +263 -0
- package/packs/business-discovery/claude/positioning/frameworks/obviously-awesome/archive/v0.1/SKILL.md +272 -0
- package/packs/business-discovery/claude/positioning/frameworks/obviously-awesome/archive/v0.2/SKILL.md +272 -0
- package/packs/business-discovery/claude/positioning/frameworks/obviously-awesome/archive/v0.3/SKILL.md +282 -0
- package/packs/business-discovery/claude/positioning/frameworks/obviously-awesome/archive/v0.4/SKILL.md +282 -0
- package/packs/business-discovery/claude/positioning/frameworks/strategic-canvas/ALIGNMENT-PAGE.md +86 -0
- package/packs/business-discovery/claude/positioning/frameworks/strategic-canvas/CHANGELOG.md +25 -0
- package/packs/business-discovery/claude/positioning/frameworks/strategic-canvas/SKILL.md +221 -0
- package/packs/business-discovery/claude/positioning/frameworks/strategic-canvas/archive/v0.0/SKILL.md +200 -0
- package/packs/business-discovery/claude/positioning/frameworks/strategic-canvas/archive/v0.1/SKILL.md +209 -0
- package/packs/business-discovery/claude/positioning/frameworks/strategic-canvas/archive/v0.2/SKILL.md +209 -0
- package/packs/business-discovery/claude/positioning/frameworks/strategic-canvas/archive/v0.3/SKILL.md +219 -0
- package/packs/business-discovery/claude/positioning/frameworks/strategic-canvas/archive/v0.4/SKILL.md +219 -0
- package/packs/business-discovery/claude/value-prop-canvas/ALIGNMENT-PAGE.md +88 -0
- package/packs/business-discovery/claude/value-prop-canvas/CHANGELOG.md +38 -0
- package/packs/business-discovery/claude/value-prop-canvas/SKILL.md +315 -0
- package/packs/business-discovery/claude/value-prop-canvas/archive/v0.0/SKILL.md +313 -0
- package/packs/business-discovery/claude/value-prop-canvas/archive/v0.1/SKILL.md +316 -0
- package/packs/business-discovery/claude/value-prop-canvas/archive/v0.2/SKILL.md +283 -0
- package/packs/business-discovery/claude/value-prop-canvas/archive/v0.3/SKILL.md +286 -0
- package/packs/business-discovery/claude/value-prop-canvas/archive/v0.4/SKILL.md +295 -0
- package/packs/business-discovery/claude/value-prop-canvas/archive/v0.5/SKILL.md +315 -0
- package/packs/business-discovery/claude/value-prop-canvas/archive/v0.6/SKILL.md +315 -0
- package/packs/business-discovery/claude/value-prop-canvas/archive/v0.7/SKILL.md +315 -0
- package/packs/business-discovery/codex/competitive-analysis/ALIGNMENT-PAGE.md +90 -0
- package/packs/business-discovery/codex/competitive-analysis/CHANGELOG.md +76 -0
- package/packs/business-discovery/codex/competitive-analysis/SKILL.md +237 -0
- package/packs/business-discovery/codex/competitive-analysis/agents/openai.yaml +7 -0
- package/packs/business-discovery/codex/competitive-analysis/archive/v0.0/SKILL.md +191 -0
- package/packs/business-discovery/codex/competitive-analysis/archive/v0.1/SKILL.md +193 -0
- package/packs/business-discovery/codex/competitive-analysis/archive/v0.10/SKILL.md +162 -0
- package/packs/business-discovery/codex/competitive-analysis/archive/v0.11/SKILL.md +171 -0
- package/packs/business-discovery/codex/competitive-analysis/archive/v0.12/SKILL.md +185 -0
- package/packs/business-discovery/codex/competitive-analysis/archive/v0.13/SKILL.md +185 -0
- package/packs/business-discovery/codex/competitive-analysis/archive/v0.14/SKILL.md +185 -0
- package/packs/business-discovery/codex/competitive-analysis/archive/v0.15/SKILL.md +239 -0
- package/packs/business-discovery/codex/competitive-analysis/archive/v0.2/SKILL.md +193 -0
- package/packs/business-discovery/codex/competitive-analysis/archive/v0.3/SKILL.md +193 -0
- package/packs/business-discovery/codex/competitive-analysis/archive/v0.4/SKILL.md +196 -0
- package/packs/business-discovery/codex/competitive-analysis/archive/v0.5/SKILL.md +159 -0
- package/packs/business-discovery/codex/competitive-analysis/archive/v0.6/SKILL.md +159 -0
- package/packs/business-discovery/codex/competitive-analysis/archive/v0.7/SKILL.md +163 -0
- package/packs/business-discovery/codex/competitive-analysis/archive/v0.8/SKILL.md +163 -0
- package/packs/business-discovery/codex/competitive-analysis/archive/v0.9/SKILL.md +161 -0
- package/packs/business-discovery/codex/competitive-analysis/frameworks/feature-pricing-matrix/ALIGNMENT-PAGE.md +86 -0
- package/packs/business-discovery/codex/competitive-analysis/frameworks/feature-pricing-matrix/CHANGELOG.md +9 -0
- package/packs/business-discovery/codex/competitive-analysis/frameworks/feature-pricing-matrix/SKILL.md +98 -0
- package/packs/business-discovery/codex/competitive-analysis/frameworks/feature-pricing-matrix/archive/v0.0/SKILL.md +88 -0
- package/packs/business-discovery/codex/competitive-analysis/frameworks/porter-five-forces/ALIGNMENT-PAGE.md +86 -0
- package/packs/business-discovery/codex/competitive-analysis/frameworks/porter-five-forces/CHANGELOG.md +9 -0
- package/packs/business-discovery/codex/competitive-analysis/frameworks/porter-five-forces/SKILL.md +110 -0
- package/packs/business-discovery/codex/competitive-analysis/frameworks/porter-five-forces/archive/v0.0/SKILL.md +104 -0
- package/packs/business-discovery/codex/competitive-analysis/frameworks/strategic-group-map/ALIGNMENT-PAGE.md +86 -0
- package/packs/business-discovery/codex/competitive-analysis/frameworks/strategic-group-map/CHANGELOG.md +9 -0
- package/packs/business-discovery/codex/competitive-analysis/frameworks/strategic-group-map/SKILL.md +105 -0
- package/packs/business-discovery/codex/competitive-analysis/frameworks/strategic-group-map/archive/v0.0/SKILL.md +95 -0
- package/packs/business-discovery/codex/competitive-analysis/frameworks/swot/ALIGNMENT-PAGE.md +86 -0
- package/packs/business-discovery/codex/competitive-analysis/frameworks/swot/CHANGELOG.md +9 -0
- package/packs/business-discovery/codex/competitive-analysis/frameworks/swot/SKILL.md +99 -0
- package/packs/business-discovery/codex/competitive-analysis/frameworks/swot/archive/v0.0/SKILL.md +91 -0
- package/packs/business-discovery/codex/customer-discovery/ALIGNMENT-PAGE.md +88 -0
- package/packs/business-discovery/codex/customer-discovery/CHANGELOG.md +62 -0
- package/packs/business-discovery/codex/customer-discovery/SKILL.md +301 -0
- package/packs/business-discovery/codex/customer-discovery/agents/openai.yaml +7 -0
- package/packs/business-discovery/codex/customer-discovery/archive/v0.0/SKILL.md +139 -0
- package/packs/business-discovery/codex/customer-discovery/archive/v0.1/SKILL.md +139 -0
- package/packs/business-discovery/codex/customer-discovery/archive/v0.10/SKILL.md +147 -0
- package/packs/business-discovery/codex/customer-discovery/archive/v0.11/SKILL.md +159 -0
- package/packs/business-discovery/codex/customer-discovery/archive/v0.2/SKILL.md +147 -0
- package/packs/business-discovery/codex/customer-discovery/archive/v0.3/SKILL.md +105 -0
- package/packs/business-discovery/codex/customer-discovery/archive/v0.4/SKILL.md +105 -0
- package/packs/business-discovery/codex/customer-discovery/archive/v0.5/SKILL.md +110 -0
- package/packs/business-discovery/codex/customer-discovery/archive/v0.6/SKILL.md +110 -0
- package/packs/business-discovery/codex/customer-discovery/archive/v0.7/SKILL.md +124 -0
- package/packs/business-discovery/codex/customer-discovery/archive/v0.8/SKILL.md +133 -0
- package/packs/business-discovery/codex/customer-discovery/archive/v0.9/SKILL.md +143 -0
- package/packs/business-discovery/codex/customer-discovery/archive/v1.0/SKILL.md +297 -0
- package/packs/business-discovery/codex/customer-discovery/frameworks/five-rings/ALIGNMENT-PAGE.md +86 -0
- package/packs/business-discovery/codex/customer-discovery/frameworks/five-rings/CHANGELOG.md +9 -0
- package/packs/business-discovery/codex/customer-discovery/frameworks/five-rings/SKILL.md +352 -0
- package/packs/business-discovery/codex/customer-discovery/frameworks/five-rings/archive/v0.0/SKILL.md +348 -0
- package/packs/business-discovery/codex/customer-discovery/frameworks/four-forces/ALIGNMENT-PAGE.md +86 -0
- package/packs/business-discovery/codex/customer-discovery/frameworks/four-forces/CHANGELOG.md +9 -0
- package/packs/business-discovery/codex/customer-discovery/frameworks/four-forces/SKILL.md +322 -0
- package/packs/business-discovery/codex/customer-discovery/frameworks/four-forces/archive/v0.0/SKILL.md +318 -0
- package/packs/business-discovery/codex/customer-discovery/frameworks/jtbd-needs/ALIGNMENT-PAGE.md +86 -0
- package/packs/business-discovery/codex/customer-discovery/frameworks/jtbd-needs/CHANGELOG.md +9 -0
- package/packs/business-discovery/codex/customer-discovery/frameworks/jtbd-needs/SKILL.md +234 -0
- package/packs/business-discovery/codex/customer-discovery/frameworks/jtbd-needs/archive/v0.0/SKILL.md +230 -0
- package/packs/business-discovery/codex/customer-discovery/frameworks/pmf-engine/ALIGNMENT-PAGE.md +86 -0
- package/packs/business-discovery/codex/customer-discovery/frameworks/pmf-engine/CHANGELOG.md +9 -0
- package/packs/business-discovery/codex/customer-discovery/frameworks/pmf-engine/SKILL.md +252 -0
- package/packs/business-discovery/codex/customer-discovery/frameworks/pmf-engine/archive/v0.0/SKILL.md +250 -0
- package/packs/business-discovery/codex/customer-discovery/frameworks/seven-dimensions/ALIGNMENT-PAGE.md +86 -0
- package/packs/business-discovery/codex/customer-discovery/frameworks/seven-dimensions/CHANGELOG.md +9 -0
- package/packs/business-discovery/codex/customer-discovery/frameworks/seven-dimensions/SKILL.md +385 -0
- package/packs/business-discovery/codex/customer-discovery/frameworks/seven-dimensions/archive/v0.0/SKILL.md +381 -0
- package/packs/business-discovery/codex/customer-discovery/frameworks/w3-hypothesis/ALIGNMENT-PAGE.md +86 -0
- package/packs/business-discovery/codex/customer-discovery/frameworks/w3-hypothesis/CHANGELOG.md +9 -0
- package/packs/business-discovery/codex/customer-discovery/frameworks/w3-hypothesis/SKILL.md +194 -0
- package/packs/business-discovery/codex/customer-discovery/frameworks/w3-hypothesis/archive/v0.0/SKILL.md +190 -0
- package/packs/business-discovery/codex/customer-feedback/ALIGNMENT-PAGE.md +90 -0
- package/packs/business-discovery/codex/customer-feedback/CHANGELOG.md +31 -0
- package/packs/business-discovery/codex/customer-feedback/SKILL.md +288 -0
- package/packs/business-discovery/codex/customer-feedback/agents/openai.yaml +7 -0
- package/packs/business-discovery/codex/customer-feedback/archive/v0.0/SKILL.md +301 -0
- package/packs/business-discovery/codex/customer-feedback/archive/v0.1/SKILL.md +266 -0
- package/packs/business-discovery/codex/customer-feedback/archive/v0.2/SKILL.md +267 -0
- package/packs/business-discovery/codex/customer-feedback/archive/v0.3/SKILL.md +276 -0
- package/packs/business-discovery/codex/customer-feedback/archive/v0.4/SKILL.md +288 -0
- package/packs/business-discovery/codex/customer-feedback/archive/v0.5/SKILL.md +288 -0
- package/packs/business-discovery/codex/enterprise-icp/ALIGNMENT-PAGE.md +88 -0
- package/packs/business-discovery/codex/enterprise-icp/CHANGELOG.md +35 -0
- package/packs/business-discovery/codex/enterprise-icp/SKILL.md +131 -0
- package/packs/business-discovery/codex/enterprise-icp/agents/openai.yaml +7 -0
- package/packs/business-discovery/codex/enterprise-icp/archive/v0.0/SKILL.md +142 -0
- package/packs/business-discovery/codex/enterprise-icp/archive/v0.1/SKILL.md +142 -0
- package/packs/business-discovery/codex/enterprise-icp/archive/v0.2/SKILL.md +109 -0
- package/packs/business-discovery/codex/enterprise-icp/archive/v0.3/SKILL.md +109 -0
- package/packs/business-discovery/codex/enterprise-icp/archive/v0.4/SKILL.md +110 -0
- package/packs/business-discovery/codex/enterprise-icp/archive/v0.5/SKILL.md +119 -0
- package/packs/business-discovery/codex/enterprise-icp/archive/v0.6/SKILL.md +131 -0
- package/packs/business-discovery/codex/lean-canvas/ALIGNMENT-PAGE.md +88 -0
- package/packs/business-discovery/codex/lean-canvas/CHANGELOG.md +38 -0
- package/packs/business-discovery/codex/lean-canvas/SKILL.md +343 -0
- package/packs/business-discovery/codex/lean-canvas/agents/openai.yaml +7 -0
- package/packs/business-discovery/codex/lean-canvas/archive/v0.0/SKILL.md +352 -0
- package/packs/business-discovery/codex/lean-canvas/archive/v0.1/SKILL.md +354 -0
- package/packs/business-discovery/codex/lean-canvas/archive/v0.2/SKILL.md +321 -0
- package/packs/business-discovery/codex/lean-canvas/archive/v0.3/SKILL.md +324 -0
- package/packs/business-discovery/codex/lean-canvas/archive/v0.4/SKILL.md +333 -0
- package/packs/business-discovery/codex/lean-canvas/archive/v0.5/SKILL.md +345 -0
- package/packs/business-discovery/codex/lean-canvas/archive/v0.6/SKILL.md +345 -0
- package/packs/business-discovery/codex/lean-canvas/archive/v0.7/SKILL.md +345 -0
- package/packs/business-discovery/codex/positioning/ALIGNMENT-PAGE.md +96 -0
- package/packs/business-discovery/codex/positioning/CHANGELOG.md +68 -0
- package/packs/business-discovery/codex/positioning/SKILL.md +240 -0
- package/packs/business-discovery/codex/positioning/archive/v0.0/SKILL.md +375 -0
- package/packs/business-discovery/codex/positioning/archive/v0.1/SKILL.md +378 -0
- package/packs/business-discovery/codex/positioning/archive/v0.10/SKILL.md +240 -0
- package/packs/business-discovery/codex/positioning/archive/v0.11/SKILL.md +240 -0
- package/packs/business-discovery/codex/positioning/archive/v0.12/SKILL.md +240 -0
- package/packs/business-discovery/codex/positioning/archive/v0.2/SKILL.md +345 -0
- package/packs/business-discovery/codex/positioning/archive/v0.3/SKILL.md +343 -0
- package/packs/business-discovery/codex/positioning/archive/v0.4/SKILL.md +347 -0
- package/packs/business-discovery/codex/positioning/archive/v0.5/SKILL.md +346 -0
- package/packs/business-discovery/codex/positioning/archive/v0.6/SKILL.md +346 -0
- package/packs/business-discovery/codex/positioning/archive/v0.7/SKILL.md +210 -0
- package/packs/business-discovery/codex/positioning/archive/v0.8/SKILL.md +219 -0
- package/packs/business-discovery/codex/positioning/archive/v0.9/SKILL.md +228 -0
- package/packs/business-discovery/codex/positioning/frameworks/category-design/ALIGNMENT-PAGE.md +86 -0
- package/packs/business-discovery/codex/positioning/frameworks/category-design/CHANGELOG.md +26 -0
- package/packs/business-discovery/codex/positioning/frameworks/category-design/SKILL.md +271 -0
- package/packs/business-discovery/codex/positioning/frameworks/category-design/archive/v0.0/SKILL.md +247 -0
- package/packs/business-discovery/codex/positioning/frameworks/category-design/archive/v0.1/SKILL.md +256 -0
- package/packs/business-discovery/codex/positioning/frameworks/category-design/archive/v0.2/SKILL.md +259 -0
- package/packs/business-discovery/codex/positioning/frameworks/category-design/archive/v0.3/SKILL.md +269 -0
- package/packs/business-discovery/codex/positioning/frameworks/category-design/archive/v0.4/SKILL.md +269 -0
- package/packs/business-discovery/codex/positioning/frameworks/jtbd-positioning/ALIGNMENT-PAGE.md +88 -0
- package/packs/business-discovery/codex/positioning/frameworks/jtbd-positioning/CHANGELOG.md +26 -0
- package/packs/business-discovery/codex/positioning/frameworks/jtbd-positioning/SKILL.md +218 -0
- package/packs/business-discovery/codex/positioning/frameworks/jtbd-positioning/archive/v0.0/SKILL.md +194 -0
- package/packs/business-discovery/codex/positioning/frameworks/jtbd-positioning/archive/v0.1/SKILL.md +203 -0
- package/packs/business-discovery/codex/positioning/frameworks/jtbd-positioning/archive/v0.2/SKILL.md +206 -0
- package/packs/business-discovery/codex/positioning/frameworks/jtbd-positioning/archive/v0.3/SKILL.md +216 -0
- package/packs/business-discovery/codex/positioning/frameworks/jtbd-positioning/archive/v0.4/SKILL.md +216 -0
- package/packs/business-discovery/codex/positioning/frameworks/moore-positioning/ALIGNMENT-PAGE.md +88 -0
- package/packs/business-discovery/codex/positioning/frameworks/moore-positioning/CHANGELOG.md +26 -0
- package/packs/business-discovery/codex/positioning/frameworks/moore-positioning/SKILL.md +224 -0
- package/packs/business-discovery/codex/positioning/frameworks/moore-positioning/archive/v0.0/SKILL.md +200 -0
- package/packs/business-discovery/codex/positioning/frameworks/moore-positioning/archive/v0.1/SKILL.md +209 -0
- package/packs/business-discovery/codex/positioning/frameworks/moore-positioning/archive/v0.2/SKILL.md +212 -0
- package/packs/business-discovery/codex/positioning/frameworks/moore-positioning/archive/v0.3/SKILL.md +222 -0
- package/packs/business-discovery/codex/positioning/frameworks/moore-positioning/archive/v0.4/SKILL.md +222 -0
- package/packs/business-discovery/codex/positioning/frameworks/obviously-awesome/ALIGNMENT-PAGE.md +86 -0
- package/packs/business-discovery/codex/positioning/frameworks/obviously-awesome/CHANGELOG.md +26 -0
- package/packs/business-discovery/codex/positioning/frameworks/obviously-awesome/SKILL.md +300 -0
- package/packs/business-discovery/codex/positioning/frameworks/obviously-awesome/archive/v0.0/SKILL.md +276 -0
- package/packs/business-discovery/codex/positioning/frameworks/obviously-awesome/archive/v0.1/SKILL.md +285 -0
- package/packs/business-discovery/codex/positioning/frameworks/obviously-awesome/archive/v0.2/SKILL.md +288 -0
- package/packs/business-discovery/codex/positioning/frameworks/obviously-awesome/archive/v0.3/SKILL.md +298 -0
- package/packs/business-discovery/codex/positioning/frameworks/obviously-awesome/archive/v0.4/SKILL.md +298 -0
- package/packs/business-discovery/codex/positioning/frameworks/strategic-canvas/ALIGNMENT-PAGE.md +86 -0
- package/packs/business-discovery/codex/positioning/frameworks/strategic-canvas/CHANGELOG.md +26 -0
- package/packs/business-discovery/codex/positioning/frameworks/strategic-canvas/SKILL.md +230 -0
- package/packs/business-discovery/codex/positioning/frameworks/strategic-canvas/archive/v0.0/SKILL.md +206 -0
- package/packs/business-discovery/codex/positioning/frameworks/strategic-canvas/archive/v0.1/SKILL.md +215 -0
- package/packs/business-discovery/codex/positioning/frameworks/strategic-canvas/archive/v0.2/SKILL.md +218 -0
- package/packs/business-discovery/codex/positioning/frameworks/strategic-canvas/archive/v0.3/SKILL.md +228 -0
- package/packs/business-discovery/codex/positioning/frameworks/strategic-canvas/archive/v0.4/SKILL.md +228 -0
- package/packs/business-discovery/codex/value-prop-canvas/ALIGNMENT-PAGE.md +88 -0
- package/packs/business-discovery/codex/value-prop-canvas/CHANGELOG.md +38 -0
- package/packs/business-discovery/codex/value-prop-canvas/SKILL.md +315 -0
- package/packs/business-discovery/codex/value-prop-canvas/agents/openai.yaml +7 -0
- package/packs/business-discovery/codex/value-prop-canvas/archive/v0.0/SKILL.md +323 -0
- package/packs/business-discovery/codex/value-prop-canvas/archive/v0.1/SKILL.md +326 -0
- package/packs/business-discovery/codex/value-prop-canvas/archive/v0.2/SKILL.md +293 -0
- package/packs/business-discovery/codex/value-prop-canvas/archive/v0.3/SKILL.md +296 -0
- package/packs/business-discovery/codex/value-prop-canvas/archive/v0.4/SKILL.md +305 -0
- package/packs/business-discovery/codex/value-prop-canvas/archive/v0.5/SKILL.md +317 -0
- package/packs/business-discovery/codex/value-prop-canvas/archive/v0.6/SKILL.md +317 -0
- package/packs/business-discovery/codex/value-prop-canvas/archive/v0.7/SKILL.md +317 -0
- package/packs/business-growth/PACK.md +20 -0
- package/packs/business-growth/claude/experiment/ALIGNMENT-PAGE.md +86 -0
- package/packs/business-growth/claude/experiment/CHANGELOG.md +25 -0
- package/packs/business-growth/claude/experiment/SKILL.md +282 -0
- package/packs/business-growth/claude/experiment/archive/v0.0/SKILL.md +301 -0
- package/packs/business-growth/claude/experiment/archive/v0.1/SKILL.md +266 -0
- package/packs/business-growth/claude/experiment/archive/v0.2/SKILL.md +270 -0
- package/packs/business-growth/claude/experiment/archive/v0.3/SKILL.md +282 -0
- package/packs/business-growth/claude/growth-model/ALIGNMENT-PAGE.md +88 -0
- package/packs/business-growth/claude/growth-model/CHANGELOG.md +32 -0
- package/packs/business-growth/claude/growth-model/SKILL.md +356 -0
- package/packs/business-growth/claude/growth-model/archive/v0.0/SKILL.md +353 -0
- package/packs/business-growth/claude/growth-model/archive/v0.1/SKILL.md +320 -0
- package/packs/business-growth/claude/growth-model/archive/v0.2/SKILL.md +324 -0
- package/packs/business-growth/claude/growth-model/archive/v0.3/SKILL.md +327 -0
- package/packs/business-growth/claude/growth-model/archive/v0.4/SKILL.md +336 -0
- package/packs/business-growth/claude/growth-model/archive/v0.5/SKILL.md +356 -0
- package/packs/business-growth/claude/gtm/ALIGNMENT-PAGE.md +88 -0
- package/packs/business-growth/claude/gtm/CHANGELOG.md +45 -0
- package/packs/business-growth/claude/gtm/SKILL.md +335 -0
- package/packs/business-growth/claude/gtm/archive/v0.0/SKILL.md +330 -0
- package/packs/business-growth/claude/gtm/archive/v0.1/SKILL.md +297 -0
- package/packs/business-growth/claude/gtm/archive/v0.2/SKILL.md +297 -0
- package/packs/business-growth/claude/gtm/archive/v0.3/SKILL.md +301 -0
- package/packs/business-growth/claude/gtm/archive/v0.4/SKILL.md +303 -0
- package/packs/business-growth/claude/gtm/archive/v0.5/SKILL.md +304 -0
- package/packs/business-growth/claude/gtm/archive/v0.6/SKILL.md +313 -0
- package/packs/business-growth/claude/gtm/archive/v0.7/SKILL.md +335 -0
- package/packs/business-growth/claude/gtm/archive/v0.8/SKILL.md +335 -0
- package/packs/business-growth/claude/hook-model/ALIGNMENT-PAGE.md +88 -0
- package/packs/business-growth/claude/hook-model/CHANGELOG.md +32 -0
- package/packs/business-growth/claude/hook-model/SKILL.md +338 -0
- package/packs/business-growth/claude/hook-model/archive/v0.0/SKILL.md +335 -0
- package/packs/business-growth/claude/hook-model/archive/v0.1/SKILL.md +302 -0
- package/packs/business-growth/claude/hook-model/archive/v0.2/SKILL.md +306 -0
- package/packs/business-growth/claude/hook-model/archive/v0.3/SKILL.md +309 -0
- package/packs/business-growth/claude/hook-model/archive/v0.4/SKILL.md +318 -0
- package/packs/business-growth/claude/hook-model/archive/v0.5/SKILL.md +338 -0
- package/packs/business-growth/claude/landing-copy/ALIGNMENT-PAGE.md +88 -0
- package/packs/business-growth/claude/landing-copy/CHANGELOG.md +32 -0
- package/packs/business-growth/claude/landing-copy/SKILL.md +488 -0
- package/packs/business-growth/claude/landing-copy/archive/v0.0/SKILL.md +483 -0
- package/packs/business-growth/claude/landing-copy/archive/v0.1/SKILL.md +450 -0
- package/packs/business-growth/claude/landing-copy/archive/v0.2/SKILL.md +454 -0
- package/packs/business-growth/claude/landing-copy/archive/v0.3/SKILL.md +457 -0
- package/packs/business-growth/claude/landing-copy/archive/v0.4/SKILL.md +466 -0
- package/packs/business-growth/claude/landing-copy/archive/v0.5/SKILL.md +488 -0
- package/packs/business-growth/claude/metrics/ALIGNMENT-PAGE.md +88 -0
- package/packs/business-growth/claude/metrics/CHANGELOG.md +21 -0
- package/packs/business-growth/claude/metrics/SKILL.md +313 -0
- package/packs/business-growth/claude/metrics/archive/v0.0/SKILL.md +329 -0
- package/packs/business-growth/claude/metrics/archive/v0.1/SKILL.md +296 -0
- package/packs/business-growth/claude/metrics/archive/v0.2/SKILL.md +300 -0
- package/packs/business-growth/claude/monetization/ALIGNMENT-PAGE.md +90 -0
- package/packs/business-growth/claude/monetization/CHANGELOG.md +45 -0
- package/packs/business-growth/claude/monetization/SKILL.md +336 -0
- package/packs/business-growth/claude/monetization/archive/v0.0/SKILL.md +331 -0
- package/packs/business-growth/claude/monetization/archive/v0.1/SKILL.md +298 -0
- package/packs/business-growth/claude/monetization/archive/v0.2/SKILL.md +298 -0
- package/packs/business-growth/claude/monetization/archive/v0.3/SKILL.md +302 -0
- package/packs/business-growth/claude/monetization/archive/v0.4/SKILL.md +304 -0
- package/packs/business-growth/claude/monetization/archive/v0.5/SKILL.md +305 -0
- package/packs/business-growth/claude/monetization/archive/v0.6/SKILL.md +314 -0
- package/packs/business-growth/claude/monetization/archive/v0.7/SKILL.md +336 -0
- package/packs/business-growth/claude/monetization/archive/v0.8/SKILL.md +336 -0
- package/packs/business-growth/claude/pmf-assessment/ALIGNMENT-PAGE.md +88 -0
- package/packs/business-growth/claude/pmf-assessment/CHANGELOG.md +36 -0
- package/packs/business-growth/claude/pmf-assessment/SKILL.md +406 -0
- package/packs/business-growth/claude/pmf-assessment/archive/v0.0/SKILL.md +403 -0
- package/packs/business-growth/claude/pmf-assessment/archive/v0.1/SKILL.md +370 -0
- package/packs/business-growth/claude/pmf-assessment/archive/v0.2/SKILL.md +374 -0
- package/packs/business-growth/claude/pmf-assessment/archive/v0.3/SKILL.md +377 -0
- package/packs/business-growth/claude/pmf-assessment/archive/v0.4/SKILL.md +386 -0
- package/packs/business-growth/claude/pmf-assessment/archive/v0.5/SKILL.md +406 -0
- package/packs/business-growth/claude/pmf-assessment/archive/v0.6/SKILL.md +406 -0
- package/packs/business-growth/codex/experiment/ALIGNMENT-PAGE.md +86 -0
- package/packs/business-growth/codex/experiment/CHANGELOG.md +23 -0
- package/packs/business-growth/codex/experiment/SKILL.md +274 -0
- package/packs/business-growth/codex/experiment/archive/v0.0/SKILL.md +301 -0
- package/packs/business-growth/codex/experiment/archive/v0.1/SKILL.md +266 -0
- package/packs/business-growth/codex/experiment/archive/v0.2/SKILL.md +270 -0
- package/packs/business-growth/codex/experiment/archive/v0.3/SKILL.md +274 -0
- package/packs/business-growth/codex/growth-model/ALIGNMENT-PAGE.md +88 -0
- package/packs/business-growth/codex/growth-model/CHANGELOG.md +31 -0
- package/packs/business-growth/codex/growth-model/SKILL.md +354 -0
- package/packs/business-growth/codex/growth-model/agents/openai.yaml +7 -0
- package/packs/business-growth/codex/growth-model/archive/v0.0/SKILL.md +361 -0
- package/packs/business-growth/codex/growth-model/archive/v0.1/SKILL.md +328 -0
- package/packs/business-growth/codex/growth-model/archive/v0.2/SKILL.md +332 -0
- package/packs/business-growth/codex/growth-model/archive/v0.3/SKILL.md +335 -0
- package/packs/business-growth/codex/growth-model/archive/v0.4/SKILL.md +344 -0
- package/packs/business-growth/codex/growth-model/archive/v0.5/SKILL.md +356 -0
- package/packs/business-growth/codex/gtm/ALIGNMENT-PAGE.md +88 -0
- package/packs/business-growth/codex/gtm/CHANGELOG.md +43 -0
- package/packs/business-growth/codex/gtm/SKILL.md +344 -0
- package/packs/business-growth/codex/gtm/agents/openai.yaml +7 -0
- package/packs/business-growth/codex/gtm/archive/v0.0/SKILL.md +351 -0
- package/packs/business-growth/codex/gtm/archive/v0.1/SKILL.md +318 -0
- package/packs/business-growth/codex/gtm/archive/v0.2/SKILL.md +318 -0
- package/packs/business-growth/codex/gtm/archive/v0.3/SKILL.md +322 -0
- package/packs/business-growth/codex/gtm/archive/v0.4/SKILL.md +323 -0
- package/packs/business-growth/codex/gtm/archive/v0.5/SKILL.md +332 -0
- package/packs/business-growth/codex/gtm/archive/v0.6/SKILL.md +342 -0
- package/packs/business-growth/codex/gtm/archive/v0.7/SKILL.md +344 -0
- package/packs/business-growth/codex/gtm/archive/v0.8/SKILL.md +344 -0
- package/packs/business-growth/codex/hook-model/ALIGNMENT-PAGE.md +88 -0
- package/packs/business-growth/codex/hook-model/CHANGELOG.md +31 -0
- package/packs/business-growth/codex/hook-model/SKILL.md +338 -0
- package/packs/business-growth/codex/hook-model/agents/openai.yaml +7 -0
- package/packs/business-growth/codex/hook-model/archive/v0.0/SKILL.md +345 -0
- package/packs/business-growth/codex/hook-model/archive/v0.1/SKILL.md +312 -0
- package/packs/business-growth/codex/hook-model/archive/v0.2/SKILL.md +316 -0
- package/packs/business-growth/codex/hook-model/archive/v0.3/SKILL.md +319 -0
- package/packs/business-growth/codex/hook-model/archive/v0.4/SKILL.md +328 -0
- package/packs/business-growth/codex/hook-model/archive/v0.5/SKILL.md +340 -0
- package/packs/business-growth/codex/landing-copy/ALIGNMENT-PAGE.md +88 -0
- package/packs/business-growth/codex/landing-copy/CHANGELOG.md +31 -0
- package/packs/business-growth/codex/landing-copy/SKILL.md +496 -0
- package/packs/business-growth/codex/landing-copy/agents/openai.yaml +7 -0
- package/packs/business-growth/codex/landing-copy/archive/v0.0/SKILL.md +501 -0
- package/packs/business-growth/codex/landing-copy/archive/v0.1/SKILL.md +468 -0
- package/packs/business-growth/codex/landing-copy/archive/v0.2/SKILL.md +472 -0
- package/packs/business-growth/codex/landing-copy/archive/v0.3/SKILL.md +475 -0
- package/packs/business-growth/codex/landing-copy/archive/v0.4/SKILL.md +484 -0
- package/packs/business-growth/codex/landing-copy/archive/v0.5/SKILL.md +496 -0
- package/packs/business-growth/codex/metrics/ALIGNMENT-PAGE.md +88 -0
- package/packs/business-growth/codex/metrics/CHANGELOG.md +19 -0
- package/packs/business-growth/codex/metrics/SKILL.md +305 -0
- package/packs/business-growth/codex/metrics/agents/openai.yaml +7 -0
- package/packs/business-growth/codex/metrics/archive/v0.0/SKILL.md +331 -0
- package/packs/business-growth/codex/metrics/archive/v0.1/SKILL.md +298 -0
- package/packs/business-growth/codex/metrics/archive/v0.2/SKILL.md +302 -0
- package/packs/business-growth/codex/monetization/ALIGNMENT-PAGE.md +90 -0
- package/packs/business-growth/codex/monetization/CHANGELOG.md +43 -0
- package/packs/business-growth/codex/monetization/SKILL.md +343 -0
- package/packs/business-growth/codex/monetization/archive/v0.0/SKILL.md +350 -0
- package/packs/business-growth/codex/monetization/archive/v0.1/SKILL.md +317 -0
- package/packs/business-growth/codex/monetization/archive/v0.2/SKILL.md +317 -0
- package/packs/business-growth/codex/monetization/archive/v0.3/SKILL.md +321 -0
- package/packs/business-growth/codex/monetization/archive/v0.4/SKILL.md +322 -0
- package/packs/business-growth/codex/monetization/archive/v0.5/SKILL.md +331 -0
- package/packs/business-growth/codex/monetization/archive/v0.6/SKILL.md +341 -0
- package/packs/business-growth/codex/monetization/archive/v0.7/SKILL.md +343 -0
- package/packs/business-growth/codex/monetization/archive/v0.8/SKILL.md +343 -0
- package/packs/business-growth/codex/pmf-assessment/ALIGNMENT-PAGE.md +88 -0
- package/packs/business-growth/codex/pmf-assessment/CHANGELOG.md +35 -0
- package/packs/business-growth/codex/pmf-assessment/SKILL.md +414 -0
- package/packs/business-growth/codex/pmf-assessment/agents/openai.yaml +7 -0
- package/packs/business-growth/codex/pmf-assessment/archive/v0.0/SKILL.md +421 -0
- package/packs/business-growth/codex/pmf-assessment/archive/v0.1/SKILL.md +388 -0
- package/packs/business-growth/codex/pmf-assessment/archive/v0.2/SKILL.md +392 -0
- package/packs/business-growth/codex/pmf-assessment/archive/v0.3/SKILL.md +395 -0
- package/packs/business-growth/codex/pmf-assessment/archive/v0.4/SKILL.md +404 -0
- package/packs/business-growth/codex/pmf-assessment/archive/v0.5/SKILL.md +416 -0
- package/packs/business-growth/codex/pmf-assessment/archive/v0.6/SKILL.md +416 -0
- package/packs/business-ops/PACK.md +28 -0
- package/packs/business-ops/claude/assumption-tracker/ALIGNMENT-PAGE.md +90 -0
- package/packs/business-ops/claude/assumption-tracker/CHANGELOG.md +15 -0
- package/packs/business-ops/claude/assumption-tracker/SKILL.md +229 -0
- package/packs/business-ops/claude/assumption-tracker/archive/v0.0/SKILL.md +259 -0
- package/packs/business-ops/claude/assumption-tracker/archive/v0.1/SKILL.md +224 -0
- package/packs/business-ops/claude/burn-rate/ALIGNMENT-PAGE.md +88 -0
- package/packs/business-ops/claude/burn-rate/CHANGELOG.md +19 -0
- package/packs/business-ops/claude/burn-rate/SKILL.md +341 -0
- package/packs/business-ops/claude/burn-rate/archive/v0.0/SKILL.md +362 -0
- package/packs/business-ops/claude/burn-rate/archive/v0.1/SKILL.md +329 -0
- package/packs/business-ops/claude/burn-rate/archive/v0.2/SKILL.md +329 -0
- package/packs/business-ops/claude/cohort-review/ALIGNMENT-PAGE.md +90 -0
- package/packs/business-ops/claude/cohort-review/CHANGELOG.md +15 -0
- package/packs/business-ops/claude/cohort-review/SKILL.md +263 -0
- package/packs/business-ops/claude/cohort-review/archive/v0.0/SKILL.md +293 -0
- package/packs/business-ops/claude/cohort-review/archive/v0.1/SKILL.md +258 -0
- package/packs/business-ops/claude/investor-update/ALIGNMENT-PAGE.md +88 -0
- package/packs/business-ops/claude/investor-update/CHANGELOG.md +15 -0
- package/packs/business-ops/claude/investor-update/SKILL.md +176 -0
- package/packs/business-ops/claude/investor-update/archive/v0.0/SKILL.md +204 -0
- package/packs/business-ops/claude/investor-update/archive/v0.1/SKILL.md +171 -0
- package/packs/business-ops/claude/mvp-gap/ALIGNMENT-PAGE.md +90 -0
- package/packs/business-ops/claude/mvp-gap/CHANGELOG.md +36 -0
- package/packs/business-ops/claude/mvp-gap/SKILL.md +258 -0
- package/packs/business-ops/claude/mvp-gap/archive/v0.0/SKILL.md +269 -0
- package/packs/business-ops/claude/mvp-gap/archive/v0.1/SKILL.md +236 -0
- package/packs/business-ops/claude/mvp-gap/archive/v0.2/SKILL.md +237 -0
- package/packs/business-ops/claude/mvp-gap/archive/v0.3/SKILL.md +246 -0
- package/packs/business-ops/claude/mvp-gap/archive/v0.4/SKILL.md +258 -0
- package/packs/business-ops/claude/mvp-gap/archive/v0.5/SKILL.md +258 -0
- package/packs/business-ops/claude/mvp-gap/archive/v0.6/SKILL.md +258 -0
- package/packs/business-ops/claude/platform-strategy/ALIGNMENT-PAGE.md +90 -0
- package/packs/business-ops/claude/platform-strategy/CHANGELOG.md +40 -0
- package/packs/business-ops/claude/platform-strategy/SKILL.md +461 -0
- package/packs/business-ops/claude/platform-strategy/archive/v0.0/SKILL.md +458 -0
- package/packs/business-ops/claude/platform-strategy/archive/v0.1/SKILL.md +425 -0
- package/packs/business-ops/claude/platform-strategy/archive/v0.2/SKILL.md +432 -0
- package/packs/business-ops/claude/platform-strategy/archive/v0.3/SKILL.md +432 -0
- package/packs/business-ops/claude/platform-strategy/archive/v0.4/SKILL.md +432 -0
- package/packs/business-ops/claude/platform-strategy/archive/v0.5/SKILL.md +441 -0
- package/packs/business-ops/claude/platform-strategy/archive/v0.6/SKILL.md +461 -0
- package/packs/business-ops/claude/platform-strategy/archive/v0.7/SKILL.md +461 -0
- package/packs/business-ops/claude/product-line/ALIGNMENT-PAGE.md +86 -0
- package/packs/business-ops/claude/product-line/CHANGELOG.md +24 -0
- package/packs/business-ops/claude/product-line/SKILL.md +193 -0
- package/packs/business-ops/claude/product-line/archive/v0.0/SKILL.md +199 -0
- package/packs/business-ops/claude/product-line/archive/v0.1/SKILL.md +191 -0
- package/packs/business-ops/claude/product-line/archive/v0.2/SKILL.md +193 -0
- package/packs/business-ops/claude/reconcile-research/ALIGNMENT-PAGE.md +88 -0
- package/packs/business-ops/claude/reconcile-research/CHANGELOG.md +37 -0
- package/packs/business-ops/claude/reconcile-research/SKILL.md +306 -0
- package/packs/business-ops/claude/reconcile-research/archive/v0.0/SKILL.md +318 -0
- package/packs/business-ops/claude/reconcile-research/archive/v0.1/SKILL.md +285 -0
- package/packs/business-ops/claude/reconcile-research/archive/v0.2/SKILL.md +285 -0
- package/packs/business-ops/claude/reconcile-research/archive/v0.3/SKILL.md +297 -0
- package/packs/business-ops/claude/reconcile-research/archive/v0.4/SKILL.md +286 -0
- package/packs/business-ops/claude/reconcile-research/archive/v0.5/SKILL.md +295 -0
- package/packs/business-ops/claude/reconcile-research/archive/v0.6/SKILL.md +306 -0
- package/packs/business-ops/claude/repo-glossary/ALIGNMENT-PAGE.md +88 -0
- package/packs/business-ops/claude/repo-glossary/CHANGELOG.md +27 -0
- package/packs/business-ops/claude/repo-glossary/SKILL.md +251 -0
- package/packs/business-ops/claude/repo-glossary/archive/v0.0/SKILL.md +181 -0
- package/packs/business-ops/claude/repo-glossary/archive/v0.1/SKILL.md +245 -0
- package/packs/business-ops/claude/retro/ALIGNMENT-PAGE.md +88 -0
- package/packs/business-ops/claude/retro/CHANGELOG.md +19 -0
- package/packs/business-ops/claude/retro/SKILL.md +252 -0
- package/packs/business-ops/claude/retro/archive/v0.0/SKILL.md +275 -0
- package/packs/business-ops/claude/retro/archive/v0.1/SKILL.md +240 -0
- package/packs/business-ops/claude/retro/archive/v0.2/SKILL.md +252 -0
- package/packs/business-ops/claude/risk-register/ALIGNMENT-PAGE.md +90 -0
- package/packs/business-ops/claude/risk-register/CHANGELOG.md +15 -0
- package/packs/business-ops/claude/risk-register/SKILL.md +226 -0
- package/packs/business-ops/claude/risk-register/archive/v0.0/SKILL.md +248 -0
- package/packs/business-ops/claude/risk-register/archive/v0.1/SKILL.md +213 -0
- package/packs/business-ops/claude/runway-model/ALIGNMENT-PAGE.md +88 -0
- package/packs/business-ops/claude/runway-model/CHANGELOG.md +15 -0
- package/packs/business-ops/claude/runway-model/SKILL.md +284 -0
- package/packs/business-ops/claude/runway-model/archive/v0.0/SKILL.md +304 -0
- package/packs/business-ops/claude/runway-model/archive/v0.1/SKILL.md +271 -0
- package/packs/business-ops/claude/scale-audit/ALIGNMENT-PAGE.md +88 -0
- package/packs/business-ops/claude/scale-audit/CHANGELOG.md +20 -0
- package/packs/business-ops/claude/scale-audit/SKILL.md +202 -0
- package/packs/business-ops/claude/scale-audit/archive/v0.0/SKILL.md +232 -0
- package/packs/business-ops/claude/scale-audit/archive/v0.1/SKILL.md +199 -0
- package/packs/business-ops/claude/scale-audit/archive/v0.2/SKILL.md +202 -0
- package/packs/business-ops/codex/assumption-tracker/ALIGNMENT-PAGE.md +90 -0
- package/packs/business-ops/codex/assumption-tracker/CHANGELOG.md +15 -0
- package/packs/business-ops/codex/assumption-tracker/SKILL.md +231 -0
- package/packs/business-ops/codex/assumption-tracker/archive/v0.0/SKILL.md +261 -0
- package/packs/business-ops/codex/assumption-tracker/archive/v0.1/SKILL.md +226 -0
- package/packs/business-ops/codex/burn-rate/ALIGNMENT-PAGE.md +88 -0
- package/packs/business-ops/codex/burn-rate/CHANGELOG.md +19 -0
- package/packs/business-ops/codex/burn-rate/SKILL.md +112 -0
- package/packs/business-ops/codex/burn-rate/archive/v0.0/SKILL.md +134 -0
- package/packs/business-ops/codex/burn-rate/archive/v0.1/SKILL.md +101 -0
- package/packs/business-ops/codex/burn-rate/archive/v0.2/SKILL.md +108 -0
- package/packs/business-ops/codex/cohort-review/ALIGNMENT-PAGE.md +90 -0
- package/packs/business-ops/codex/cohort-review/CHANGELOG.md +15 -0
- package/packs/business-ops/codex/cohort-review/SKILL.md +265 -0
- package/packs/business-ops/codex/cohort-review/archive/v0.0/SKILL.md +295 -0
- package/packs/business-ops/codex/cohort-review/archive/v0.1/SKILL.md +260 -0
- package/packs/business-ops/codex/investor-update/ALIGNMENT-PAGE.md +88 -0
- package/packs/business-ops/codex/investor-update/CHANGELOG.md +15 -0
- package/packs/business-ops/codex/investor-update/SKILL.md +178 -0
- package/packs/business-ops/codex/investor-update/archive/v0.0/SKILL.md +206 -0
- package/packs/business-ops/codex/investor-update/archive/v0.1/SKILL.md +173 -0
- package/packs/business-ops/codex/mvp-gap/ALIGNMENT-PAGE.md +90 -0
- package/packs/business-ops/codex/mvp-gap/CHANGELOG.md +36 -0
- package/packs/business-ops/codex/mvp-gap/SKILL.md +130 -0
- package/packs/business-ops/codex/mvp-gap/agents/openai.yaml +7 -0
- package/packs/business-ops/codex/mvp-gap/archive/v0.0/SKILL.md +141 -0
- package/packs/business-ops/codex/mvp-gap/archive/v0.1/SKILL.md +108 -0
- package/packs/business-ops/codex/mvp-gap/archive/v0.2/SKILL.md +109 -0
- package/packs/business-ops/codex/mvp-gap/archive/v0.3/SKILL.md +118 -0
- package/packs/business-ops/codex/mvp-gap/archive/v0.4/SKILL.md +130 -0
- package/packs/business-ops/codex/mvp-gap/archive/v0.5/SKILL.md +130 -0
- package/packs/business-ops/codex/mvp-gap/archive/v0.6/SKILL.md +130 -0
- package/packs/business-ops/codex/platform-strategy/ALIGNMENT-PAGE.md +90 -0
- package/packs/business-ops/codex/platform-strategy/CHANGELOG.md +39 -0
- package/packs/business-ops/codex/platform-strategy/SKILL.md +182 -0
- package/packs/business-ops/codex/platform-strategy/archive/v0.0/SKILL.md +190 -0
- package/packs/business-ops/codex/platform-strategy/archive/v0.1/SKILL.md +157 -0
- package/packs/business-ops/codex/platform-strategy/archive/v0.2/SKILL.md +161 -0
- package/packs/business-ops/codex/platform-strategy/archive/v0.3/SKILL.md +161 -0
- package/packs/business-ops/codex/platform-strategy/archive/v0.4/SKILL.md +161 -0
- package/packs/business-ops/codex/platform-strategy/archive/v0.5/SKILL.md +170 -0
- package/packs/business-ops/codex/platform-strategy/archive/v0.6/SKILL.md +182 -0
- package/packs/business-ops/codex/platform-strategy/archive/v0.7/SKILL.md +182 -0
- package/packs/business-ops/codex/product-line/ALIGNMENT-PAGE.md +86 -0
- package/packs/business-ops/codex/product-line/CHANGELOG.md +18 -0
- package/packs/business-ops/codex/product-line/SKILL.md +185 -0
- package/packs/business-ops/codex/product-line/archive/v0.0/SKILL.md +153 -0
- package/packs/business-ops/codex/product-line/archive/v0.1/SKILL.md +179 -0
- package/packs/business-ops/codex/product-line/archive/v0.2/SKILL.md +185 -0
- package/packs/business-ops/codex/reconcile-research/ALIGNMENT-PAGE.md +88 -0
- package/packs/business-ops/codex/reconcile-research/CHANGELOG.md +35 -0
- package/packs/business-ops/codex/reconcile-research/SKILL.md +294 -0
- package/packs/business-ops/codex/reconcile-research/agents/openai.yaml +7 -0
- package/packs/business-ops/codex/reconcile-research/archive/v0.0/SKILL.md +304 -0
- package/packs/business-ops/codex/reconcile-research/archive/v0.1/SKILL.md +271 -0
- package/packs/business-ops/codex/reconcile-research/archive/v0.2/SKILL.md +273 -0
- package/packs/business-ops/codex/reconcile-research/archive/v0.3/SKILL.md +285 -0
- package/packs/business-ops/codex/reconcile-research/archive/v0.4/SKILL.md +274 -0
- package/packs/business-ops/codex/reconcile-research/archive/v0.5/SKILL.md +283 -0
- package/packs/business-ops/codex/reconcile-research/archive/v0.6/SKILL.md +294 -0
- package/packs/business-ops/codex/repo-glossary/ALIGNMENT-PAGE.md +88 -0
- package/packs/business-ops/codex/repo-glossary/CHANGELOG.md +28 -0
- package/packs/business-ops/codex/repo-glossary/SKILL.md +253 -0
- package/packs/business-ops/codex/repo-glossary/agents/openai.yaml +7 -0
- package/packs/business-ops/codex/repo-glossary/archive/v0.0/SKILL.md +183 -0
- package/packs/business-ops/codex/repo-glossary/archive/v0.1/SKILL.md +247 -0
- package/packs/business-ops/codex/retro/ALIGNMENT-PAGE.md +88 -0
- package/packs/business-ops/codex/retro/CHANGELOG.md +19 -0
- package/packs/business-ops/codex/retro/SKILL.md +246 -0
- package/packs/business-ops/codex/retro/archive/v0.0/SKILL.md +277 -0
- package/packs/business-ops/codex/retro/archive/v0.1/SKILL.md +242 -0
- package/packs/business-ops/codex/retro/archive/v0.2/SKILL.md +246 -0
- package/packs/business-ops/codex/risk-register/ALIGNMENT-PAGE.md +90 -0
- package/packs/business-ops/codex/risk-register/CHANGELOG.md +15 -0
- package/packs/business-ops/codex/risk-register/SKILL.md +220 -0
- package/packs/business-ops/codex/risk-register/archive/v0.0/SKILL.md +250 -0
- package/packs/business-ops/codex/risk-register/archive/v0.1/SKILL.md +215 -0
- package/packs/business-ops/codex/runway-model/ALIGNMENT-PAGE.md +88 -0
- package/packs/business-ops/codex/runway-model/CHANGELOG.md +15 -0
- package/packs/business-ops/codex/runway-model/SKILL.md +278 -0
- package/packs/business-ops/codex/runway-model/archive/v0.0/SKILL.md +306 -0
- package/packs/business-ops/codex/runway-model/archive/v0.1/SKILL.md +273 -0
- package/packs/business-ops/codex/scale-audit/ALIGNMENT-PAGE.md +88 -0
- package/packs/business-ops/codex/scale-audit/CHANGELOG.md +20 -0
- package/packs/business-ops/codex/scale-audit/SKILL.md +90 -0
- package/packs/business-ops/codex/scale-audit/agents/openai.yaml +7 -0
- package/packs/business-ops/codex/scale-audit/archive/v0.0/SKILL.md +120 -0
- package/packs/business-ops/codex/scale-audit/archive/v0.1/SKILL.md +87 -0
- package/packs/business-ops/codex/scale-audit/archive/v0.2/SKILL.md +90 -0
- package/packs/code-debug/PACK.md +23 -0
- package/packs/code-debug/claude/debug/CHANGELOG.md +9 -0
- package/packs/code-debug/claude/debug/SKILL.md +112 -0
- package/packs/code-debug/claude/debug/archive/v0.0/SKILL.md +140 -0
- package/packs/code-debug/claude/investigate/CHANGELOG.md +9 -0
- package/packs/code-debug/claude/investigate/SKILL.md +158 -0
- package/packs/code-debug/claude/investigate/archive/v0.0/SKILL.md +186 -0
- package/packs/code-debug/claude/trace/CHANGELOG.md +9 -0
- package/packs/code-debug/claude/trace/SKILL.md +110 -0
- package/packs/code-debug/claude/trace/archive/v0.0/SKILL.md +138 -0
- package/packs/code-debug/codex/debug/CHANGELOG.md +9 -0
- package/packs/code-debug/codex/debug/SKILL.md +46 -0
- package/packs/code-debug/codex/debug/agents/openai.yaml +7 -0
- package/packs/code-debug/codex/debug/archive/v0.0/SKILL.md +74 -0
- package/packs/code-debug/codex/investigate/CHANGELOG.md +9 -0
- package/packs/code-debug/codex/investigate/SKILL.md +51 -0
- package/packs/code-debug/codex/investigate/agents/openai.yaml +7 -0
- package/packs/code-debug/codex/investigate/archive/v0.0/SKILL.md +81 -0
- package/packs/code-debug/codex/trace/CHANGELOG.md +9 -0
- package/packs/code-debug/codex/trace/SKILL.md +38 -0
- package/packs/code-debug/codex/trace/agents/openai.yaml +7 -0
- package/packs/code-debug/codex/trace/archive/v0.0/SKILL.md +66 -0
- package/packs/code-maintenance/PACK.md +22 -0
- package/packs/code-maintenance/claude/migrate/ALIGNMENT-PAGE.md +84 -0
- package/packs/code-maintenance/claude/migrate/CHANGELOG.md +9 -0
- package/packs/code-maintenance/claude/migrate/SKILL.md +88 -0
- package/packs/code-maintenance/claude/migrate/archive/v0.0/SKILL.md +112 -0
- package/packs/code-maintenance/claude/update-packages/SKILL.md +105 -0
- package/packs/code-maintenance/codex/migrate/ALIGNMENT-PAGE.md +84 -0
- package/packs/code-maintenance/codex/migrate/CHANGELOG.md +9 -0
- package/packs/code-maintenance/codex/migrate/SKILL.md +42 -0
- package/packs/code-maintenance/codex/migrate/agents/openai.yaml +7 -0
- package/packs/code-maintenance/codex/migrate/archive/v0.0/SKILL.md +66 -0
- package/packs/code-maintenance/codex/update-packages/SKILL.md +107 -0
- package/packs/code-quality/PACK.md +7 -0
- package/packs/code-quality/claude/extract-shared-types/ALIGNMENT-PAGE.md +84 -0
- package/packs/code-quality/claude/extract-shared-types/CHANGELOG.md +9 -0
- package/packs/code-quality/claude/extract-shared-types/SKILL.md +71 -0
- package/packs/code-quality/claude/extract-shared-types/archive/v0.0/SKILL.md +98 -0
- package/packs/code-quality/claude/quality-sweep/ALIGNMENT-PAGE.md +84 -0
- package/packs/code-quality/claude/quality-sweep/CHANGELOG.md +9 -0
- package/packs/code-quality/claude/quality-sweep/SKILL.md +88 -0
- package/packs/code-quality/claude/quality-sweep/archive/v0.0/SKILL.md +115 -0
- package/packs/code-quality/codex/extract-shared-types/ALIGNMENT-PAGE.md +84 -0
- package/packs/code-quality/codex/extract-shared-types/CHANGELOG.md +9 -0
- package/packs/code-quality/codex/extract-shared-types/SKILL.md +73 -0
- package/packs/code-quality/codex/extract-shared-types/agents/openai.yaml +7 -0
- package/packs/code-quality/codex/extract-shared-types/archive/v0.0/SKILL.md +100 -0
- package/packs/code-quality/codex/quality-sweep/ALIGNMENT-PAGE.md +84 -0
- package/packs/code-quality/codex/quality-sweep/CHANGELOG.md +9 -0
- package/packs/code-quality/codex/quality-sweep/SKILL.md +90 -0
- package/packs/code-quality/codex/quality-sweep/agents/openai.yaml +7 -0
- package/packs/code-quality/codex/quality-sweep/archive/v0.0/SKILL.md +117 -0
- package/packs/code-review/PACK.md +24 -0
- package/packs/code-review/claude/dead-code/ALIGNMENT-PAGE.md +86 -0
- package/packs/code-review/claude/dead-code/CHANGELOG.md +9 -0
- package/packs/code-review/claude/dead-code/SKILL.md +110 -0
- package/packs/code-review/claude/dead-code/archive/v0.0/SKILL.md +134 -0
- package/packs/code-review/claude/expert-review/ALIGNMENT-PAGE.md +84 -0
- package/packs/code-review/claude/expert-review/CHANGELOG.md +9 -0
- package/packs/code-review/claude/expert-review/SKILL.md +108 -0
- package/packs/code-review/claude/expert-review/archive/v0.0/SKILL.md +132 -0
- package/packs/code-review/claude/regression-check/ALIGNMENT-PAGE.md +84 -0
- package/packs/code-review/claude/regression-check/CHANGELOG.md +9 -0
- package/packs/code-review/claude/regression-check/SKILL.md +113 -0
- package/packs/code-review/claude/regression-check/archive/v0.0/SKILL.md +137 -0
- package/packs/code-review/claude/slim-audit/ALIGNMENT-PAGE.md +86 -0
- package/packs/code-review/claude/slim-audit/CHANGELOG.md +9 -0
- package/packs/code-review/claude/slim-audit/SKILL.md +142 -0
- package/packs/code-review/claude/slim-audit/archive/v0.0/SKILL.md +166 -0
- package/packs/code-review/codex/dead-code/ALIGNMENT-PAGE.md +86 -0
- package/packs/code-review/codex/dead-code/CHANGELOG.md +9 -0
- package/packs/code-review/codex/dead-code/SKILL.md +51 -0
- package/packs/code-review/codex/dead-code/agents/openai.yaml +7 -0
- package/packs/code-review/codex/dead-code/archive/v0.0/SKILL.md +75 -0
- package/packs/code-review/codex/expert-review/ALIGNMENT-PAGE.md +84 -0
- package/packs/code-review/codex/expert-review/CHANGELOG.md +9 -0
- package/packs/code-review/codex/expert-review/SKILL.md +71 -0
- package/packs/code-review/codex/expert-review/agents/openai.yaml +7 -0
- package/packs/code-review/codex/expert-review/archive/v0.0/SKILL.md +95 -0
- package/packs/code-review/codex/regression-check/ALIGNMENT-PAGE.md +84 -0
- package/packs/code-review/codex/regression-check/CHANGELOG.md +9 -0
- package/packs/code-review/codex/regression-check/SKILL.md +46 -0
- package/packs/code-review/codex/regression-check/agents/openai.yaml +7 -0
- package/packs/code-review/codex/regression-check/archive/v0.0/SKILL.md +70 -0
- package/packs/code-review/codex/slim-audit/ALIGNMENT-PAGE.md +86 -0
- package/packs/code-review/codex/slim-audit/CHANGELOG.md +9 -0
- package/packs/code-review/codex/slim-audit/SKILL.md +58 -0
- package/packs/code-review/codex/slim-audit/agents/openai.yaml +7 -0
- package/packs/code-review/codex/slim-audit/archive/v0.0/SKILL.md +82 -0
- package/packs/context-transfer/PACK.md +21 -0
- package/packs/context-transfer/claude/handoff/ALIGNMENT-PAGE.md +84 -0
- package/packs/context-transfer/claude/handoff/CHANGELOG.md +9 -0
- package/packs/context-transfer/claude/handoff/SKILL.md +113 -0
- package/packs/context-transfer/claude/handoff/archive/v0.0/SKILL.md +137 -0
- package/packs/context-transfer/codex/handoff/ALIGNMENT-PAGE.md +84 -0
- package/packs/context-transfer/codex/handoff/CHANGELOG.md +9 -0
- package/packs/context-transfer/codex/handoff/SKILL.md +48 -0
- package/packs/context-transfer/codex/handoff/agents/openai.yaml +7 -0
- package/packs/context-transfer/codex/handoff/archive/v0.0/SKILL.md +72 -0
- package/packs/creator-foundation/PACK.md +30 -0
- package/packs/creator-foundation/claude/content-programming/ALIGNMENT-PAGE.md +86 -0
- package/packs/creator-foundation/claude/content-programming/CHANGELOG.md +21 -0
- package/packs/creator-foundation/claude/content-programming/SKILL.md +111 -0
- package/packs/creator-foundation/claude/content-programming/archive/v0.0/SKILL.md +108 -0
- package/packs/creator-foundation/claude/content-programming/archive/v0.1/SKILL.md +77 -0
- package/packs/creator-foundation/claude/content-programming/archive/v0.2/SKILL.md +86 -0
- package/packs/creator-foundation/claude/content-programming/archive/v0.3/SKILL.md +110 -0
- package/packs/creator-foundation/claude/creator-evidence-schema/ALIGNMENT-PAGE.md +86 -0
- package/packs/creator-foundation/claude/creator-evidence-schema/CHANGELOG.md +21 -0
- package/packs/creator-foundation/claude/creator-evidence-schema/SKILL.md +224 -0
- package/packs/creator-foundation/claude/creator-evidence-schema/archive/v0.0/SKILL.md +231 -0
- package/packs/creator-foundation/claude/creator-evidence-schema/archive/v0.1/SKILL.md +199 -0
- package/packs/creator-foundation/claude/creator-evidence-schema/archive/v0.2/SKILL.md +208 -0
- package/packs/creator-foundation/claude/creator-evidence-schema/archive/v0.3/SKILL.md +223 -0
- package/packs/creator-foundation/claude/creator-metrics-review/ALIGNMENT-PAGE.md +86 -0
- package/packs/creator-foundation/claude/creator-metrics-review/CHANGELOG.md +21 -0
- package/packs/creator-foundation/claude/creator-metrics-review/SKILL.md +109 -0
- package/packs/creator-foundation/claude/creator-metrics-review/archive/v0.0/SKILL.md +115 -0
- package/packs/creator-foundation/claude/creator-metrics-review/archive/v0.1/SKILL.md +84 -0
- package/packs/creator-foundation/claude/creator-metrics-review/archive/v0.2/SKILL.md +93 -0
- package/packs/creator-foundation/claude/creator-metrics-review/archive/v0.3/SKILL.md +108 -0
- package/packs/creator-foundation/claude/creator-platform-capability-matrix/ALIGNMENT-PAGE.md +88 -0
- package/packs/creator-foundation/claude/creator-platform-capability-matrix/CHANGELOG.md +21 -0
- package/packs/creator-foundation/claude/creator-platform-capability-matrix/SKILL.md +179 -0
- package/packs/creator-foundation/claude/creator-platform-capability-matrix/archive/v0.0/SKILL.md +186 -0
- package/packs/creator-foundation/claude/creator-platform-capability-matrix/archive/v0.1/SKILL.md +153 -0
- package/packs/creator-foundation/claude/creator-platform-capability-matrix/archive/v0.2/SKILL.md +162 -0
- package/packs/creator-foundation/claude/creator-platform-capability-matrix/archive/v0.3/SKILL.md +178 -0
- package/packs/creator-foundation/claude/creator-positioning/ALIGNMENT-PAGE.md +88 -0
- package/packs/creator-foundation/claude/creator-positioning/CHANGELOG.md +21 -0
- package/packs/creator-foundation/claude/creator-positioning/SKILL.md +114 -0
- package/packs/creator-foundation/claude/creator-positioning/archive/v0.0/SKILL.md +112 -0
- package/packs/creator-foundation/claude/creator-positioning/archive/v0.1/SKILL.md +81 -0
- package/packs/creator-foundation/claude/creator-positioning/archive/v0.2/SKILL.md +90 -0
- package/packs/creator-foundation/claude/creator-positioning/archive/v0.3/SKILL.md +113 -0
- package/packs/creator-foundation/claude/creator-presence-dossier/ALIGNMENT-PAGE.md +86 -0
- package/packs/creator-foundation/claude/creator-presence-dossier/CHANGELOG.md +21 -0
- package/packs/creator-foundation/claude/creator-presence-dossier/SKILL.md +224 -0
- package/packs/creator-foundation/claude/creator-presence-dossier/archive/v0.0/SKILL.md +233 -0
- package/packs/creator-foundation/claude/creator-presence-dossier/archive/v0.1/SKILL.md +199 -0
- package/packs/creator-foundation/claude/creator-presence-dossier/archive/v0.2/SKILL.md +208 -0
- package/packs/creator-foundation/claude/creator-presence-dossier/archive/v0.3/SKILL.md +223 -0
- package/packs/creator-foundation/claude/product-led-media-map/ALIGNMENT-PAGE.md +86 -0
- package/packs/creator-foundation/claude/product-led-media-map/CHANGELOG.md +21 -0
- package/packs/creator-foundation/claude/product-led-media-map/SKILL.md +109 -0
- package/packs/creator-foundation/claude/product-led-media-map/archive/v0.0/SKILL.md +106 -0
- package/packs/creator-foundation/claude/product-led-media-map/archive/v0.1/SKILL.md +75 -0
- package/packs/creator-foundation/claude/product-led-media-map/archive/v0.2/SKILL.md +84 -0
- package/packs/creator-foundation/claude/product-led-media-map/archive/v0.3/SKILL.md +108 -0
- package/packs/creator-foundation/claude/research-directory-conventions/ALIGNMENT-PAGE.md +88 -0
- package/packs/creator-foundation/claude/research-directory-conventions/CHANGELOG.md +9 -0
- package/packs/creator-foundation/claude/research-directory-conventions/SKILL.md +159 -0
- package/packs/creator-foundation/claude/research-directory-conventions/archive/v0.0/SKILL.md +174 -0
- package/packs/creator-foundation/claude/series-spec/ALIGNMENT-PAGE.md +84 -0
- package/packs/creator-foundation/claude/series-spec/CHANGELOG.md +9 -0
- package/packs/creator-foundation/claude/series-spec/SKILL.md +81 -0
- package/packs/creator-foundation/claude/series-spec/archive/v0.0/SKILL.md +97 -0
- package/packs/creator-foundation/claude/series-spec/archive/v0.1/SKILL.md +66 -0
- package/packs/creator-foundation/codex/content-programming/ALIGNMENT-PAGE.md +86 -0
- package/packs/creator-foundation/codex/content-programming/CHANGELOG.md +21 -0
- package/packs/creator-foundation/codex/content-programming/SKILL.md +103 -0
- package/packs/creator-foundation/codex/content-programming/archive/v0.0/SKILL.md +108 -0
- package/packs/creator-foundation/codex/content-programming/archive/v0.1/SKILL.md +77 -0
- package/packs/creator-foundation/codex/content-programming/archive/v0.2/SKILL.md +86 -0
- package/packs/creator-foundation/codex/content-programming/archive/v0.3/SKILL.md +102 -0
- package/packs/creator-foundation/codex/creator-evidence-schema/ALIGNMENT-PAGE.md +86 -0
- package/packs/creator-foundation/codex/creator-evidence-schema/CHANGELOG.md +21 -0
- package/packs/creator-foundation/codex/creator-evidence-schema/SKILL.md +224 -0
- package/packs/creator-foundation/codex/creator-evidence-schema/archive/v0.0/SKILL.md +231 -0
- package/packs/creator-foundation/codex/creator-evidence-schema/archive/v0.1/SKILL.md +199 -0
- package/packs/creator-foundation/codex/creator-evidence-schema/archive/v0.2/SKILL.md +208 -0
- package/packs/creator-foundation/codex/creator-evidence-schema/archive/v0.3/SKILL.md +223 -0
- package/packs/creator-foundation/codex/creator-metrics-review/ALIGNMENT-PAGE.md +86 -0
- package/packs/creator-foundation/codex/creator-metrics-review/CHANGELOG.md +21 -0
- package/packs/creator-foundation/codex/creator-metrics-review/SKILL.md +109 -0
- package/packs/creator-foundation/codex/creator-metrics-review/archive/v0.0/SKILL.md +115 -0
- package/packs/creator-foundation/codex/creator-metrics-review/archive/v0.1/SKILL.md +84 -0
- package/packs/creator-foundation/codex/creator-metrics-review/archive/v0.2/SKILL.md +93 -0
- package/packs/creator-foundation/codex/creator-metrics-review/archive/v0.3/SKILL.md +108 -0
- package/packs/creator-foundation/codex/creator-platform-capability-matrix/ALIGNMENT-PAGE.md +88 -0
- package/packs/creator-foundation/codex/creator-platform-capability-matrix/CHANGELOG.md +21 -0
- package/packs/creator-foundation/codex/creator-platform-capability-matrix/SKILL.md +179 -0
- package/packs/creator-foundation/codex/creator-platform-capability-matrix/archive/v0.0/SKILL.md +186 -0
- package/packs/creator-foundation/codex/creator-platform-capability-matrix/archive/v0.1/SKILL.md +153 -0
- package/packs/creator-foundation/codex/creator-platform-capability-matrix/archive/v0.2/SKILL.md +162 -0
- package/packs/creator-foundation/codex/creator-platform-capability-matrix/archive/v0.3/SKILL.md +178 -0
- package/packs/creator-foundation/codex/creator-positioning/ALIGNMENT-PAGE.md +88 -0
- package/packs/creator-foundation/codex/creator-positioning/CHANGELOG.md +21 -0
- package/packs/creator-foundation/codex/creator-positioning/SKILL.md +106 -0
- package/packs/creator-foundation/codex/creator-positioning/archive/v0.0/SKILL.md +112 -0
- package/packs/creator-foundation/codex/creator-positioning/archive/v0.1/SKILL.md +81 -0
- package/packs/creator-foundation/codex/creator-positioning/archive/v0.2/SKILL.md +90 -0
- package/packs/creator-foundation/codex/creator-positioning/archive/v0.3/SKILL.md +105 -0
- package/packs/creator-foundation/codex/creator-presence-dossier/ALIGNMENT-PAGE.md +86 -0
- package/packs/creator-foundation/codex/creator-presence-dossier/CHANGELOG.md +21 -0
- package/packs/creator-foundation/codex/creator-presence-dossier/SKILL.md +224 -0
- package/packs/creator-foundation/codex/creator-presence-dossier/archive/v0.0/SKILL.md +233 -0
- package/packs/creator-foundation/codex/creator-presence-dossier/archive/v0.1/SKILL.md +199 -0
- package/packs/creator-foundation/codex/creator-presence-dossier/archive/v0.2/SKILL.md +208 -0
- package/packs/creator-foundation/codex/creator-presence-dossier/archive/v0.3/SKILL.md +223 -0
- package/packs/creator-foundation/codex/product-led-media-map/ALIGNMENT-PAGE.md +86 -0
- package/packs/creator-foundation/codex/product-led-media-map/CHANGELOG.md +21 -0
- package/packs/creator-foundation/codex/product-led-media-map/SKILL.md +101 -0
- package/packs/creator-foundation/codex/product-led-media-map/archive/v0.0/SKILL.md +106 -0
- package/packs/creator-foundation/codex/product-led-media-map/archive/v0.1/SKILL.md +75 -0
- package/packs/creator-foundation/codex/product-led-media-map/archive/v0.2/SKILL.md +84 -0
- package/packs/creator-foundation/codex/product-led-media-map/archive/v0.3/SKILL.md +100 -0
- package/packs/creator-foundation/codex/research-directory-conventions/ALIGNMENT-PAGE.md +88 -0
- package/packs/creator-foundation/codex/research-directory-conventions/CHANGELOG.md +9 -0
- package/packs/creator-foundation/codex/research-directory-conventions/SKILL.md +92 -0
- package/packs/creator-foundation/codex/research-directory-conventions/archive/v0.0/SKILL.md +107 -0
- package/packs/creator-foundation/codex/series-spec/ALIGNMENT-PAGE.md +84 -0
- package/packs/creator-foundation/codex/series-spec/CHANGELOG.md +9 -0
- package/packs/creator-foundation/codex/series-spec/SKILL.md +73 -0
- package/packs/creator-foundation/codex/series-spec/archive/v0.0/SKILL.md +97 -0
- package/packs/creator-foundation/codex/series-spec/archive/v0.1/SKILL.md +66 -0
- package/packs/creator-media/PACK.md +26 -0
- package/packs/customer-lifecycle/PACK.md +25 -0
- package/packs/customer-lifecycle/claude/conversion-map/ALIGNMENT-PAGE.md +90 -0
- package/packs/customer-lifecycle/claude/conversion-map/CHANGELOG.md +20 -0
- package/packs/customer-lifecycle/claude/conversion-map/SKILL.md +86 -0
- package/packs/customer-lifecycle/claude/conversion-map/archive/v0.0/SKILL.md +77 -0
- package/packs/customer-lifecycle/claude/conversion-map/archive/v0.1/SKILL.md +54 -0
- package/packs/customer-lifecycle/claude/conversion-map/archive/v0.2/SKILL.md +55 -0
- package/packs/customer-lifecycle/claude/expansion-map/ALIGNMENT-PAGE.md +88 -0
- package/packs/customer-lifecycle/claude/expansion-map/CHANGELOG.md +20 -0
- package/packs/customer-lifecycle/claude/expansion-map/SKILL.md +86 -0
- package/packs/customer-lifecycle/claude/expansion-map/archive/v0.0/SKILL.md +75 -0
- package/packs/customer-lifecycle/claude/expansion-map/archive/v0.1/SKILL.md +54 -0
- package/packs/customer-lifecycle/claude/expansion-map/archive/v0.2/SKILL.md +55 -0
- package/packs/customer-lifecycle/claude/journey-map/ALIGNMENT-PAGE.md +90 -0
- package/packs/customer-lifecycle/claude/journey-map/CHANGELOG.md +64 -0
- package/packs/customer-lifecycle/claude/journey-map/SKILL.md +288 -0
- package/packs/customer-lifecycle/claude/journey-map/archive/v0.0/SKILL.md +91 -0
- package/packs/customer-lifecycle/claude/journey-map/archive/v0.1/SKILL.md +91 -0
- package/packs/customer-lifecycle/claude/journey-map/archive/v0.10/SKILL.md +276 -0
- package/packs/customer-lifecycle/claude/journey-map/archive/v0.2/SKILL.md +79 -0
- package/packs/customer-lifecycle/claude/journey-map/archive/v0.3/SKILL.md +77 -0
- package/packs/customer-lifecycle/claude/journey-map/archive/v0.4/SKILL.md +87 -0
- package/packs/customer-lifecycle/claude/journey-map/archive/v0.5/SKILL.md +88 -0
- package/packs/customer-lifecycle/claude/journey-map/archive/v0.6/SKILL.md +101 -0
- package/packs/customer-lifecycle/claude/journey-map/archive/v0.7/SKILL.md +126 -0
- package/packs/customer-lifecycle/claude/journey-map/archive/v0.8/SKILL.md +276 -0
- package/packs/customer-lifecycle/claude/journey-map/archive/v0.9/SKILL.md +276 -0
- package/packs/customer-lifecycle/claude/journey-map/frameworks/customer-journey-canvas/ALIGNMENT-PAGE.md +86 -0
- package/packs/customer-lifecycle/claude/journey-map/frameworks/customer-journey-canvas/CHANGELOG.md +13 -0
- package/packs/customer-lifecycle/claude/journey-map/frameworks/customer-journey-canvas/SKILL.md +189 -0
- package/packs/customer-lifecycle/claude/journey-map/frameworks/customer-journey-canvas/archive/v0.0/SKILL.md +185 -0
- package/packs/customer-lifecycle/claude/journey-map/frameworks/customer-journey-canvas/archive/v0.1/SKILL.md +185 -0
- package/packs/customer-lifecycle/claude/journey-map/frameworks/experience-map/ALIGNMENT-PAGE.md +86 -0
- package/packs/customer-lifecycle/claude/journey-map/frameworks/experience-map/CHANGELOG.md +13 -0
- package/packs/customer-lifecycle/claude/journey-map/frameworks/experience-map/SKILL.md +180 -0
- package/packs/customer-lifecycle/claude/journey-map/frameworks/experience-map/archive/v0.0/SKILL.md +176 -0
- package/packs/customer-lifecycle/claude/journey-map/frameworks/experience-map/archive/v0.1/SKILL.md +176 -0
- package/packs/customer-lifecycle/claude/journey-map/frameworks/jtbd-timeline/ALIGNMENT-PAGE.md +86 -0
- package/packs/customer-lifecycle/claude/journey-map/frameworks/jtbd-timeline/CHANGELOG.md +13 -0
- package/packs/customer-lifecycle/claude/journey-map/frameworks/jtbd-timeline/SKILL.md +214 -0
- package/packs/customer-lifecycle/claude/journey-map/frameworks/jtbd-timeline/archive/v0.0/SKILL.md +210 -0
- package/packs/customer-lifecycle/claude/journey-map/frameworks/jtbd-timeline/archive/v0.1/SKILL.md +210 -0
- package/packs/customer-lifecycle/claude/journey-map/frameworks/service-blueprint/ALIGNMENT-PAGE.md +86 -0
- package/packs/customer-lifecycle/claude/journey-map/frameworks/service-blueprint/CHANGELOG.md +13 -0
- package/packs/customer-lifecycle/claude/journey-map/frameworks/service-blueprint/SKILL.md +175 -0
- package/packs/customer-lifecycle/claude/journey-map/frameworks/service-blueprint/archive/v0.0/SKILL.md +171 -0
- package/packs/customer-lifecycle/claude/journey-map/frameworks/service-blueprint/archive/v0.1/SKILL.md +171 -0
- package/packs/customer-lifecycle/claude/journey-map/frameworks/user-story-map/ALIGNMENT-PAGE.md +86 -0
- package/packs/customer-lifecycle/claude/journey-map/frameworks/user-story-map/CHANGELOG.md +13 -0
- package/packs/customer-lifecycle/claude/journey-map/frameworks/user-story-map/SKILL.md +195 -0
- package/packs/customer-lifecycle/claude/journey-map/frameworks/user-story-map/archive/v0.0/SKILL.md +191 -0
- package/packs/customer-lifecycle/claude/journey-map/frameworks/user-story-map/archive/v0.1/SKILL.md +191 -0
- package/packs/customer-lifecycle/claude/lifecycle-metrics/ALIGNMENT-PAGE.md +88 -0
- package/packs/customer-lifecycle/claude/lifecycle-metrics/CHANGELOG.md +20 -0
- package/packs/customer-lifecycle/claude/lifecycle-metrics/SKILL.md +85 -0
- package/packs/customer-lifecycle/claude/lifecycle-metrics/archive/v0.0/SKILL.md +74 -0
- package/packs/customer-lifecycle/claude/lifecycle-metrics/archive/v0.1/SKILL.md +53 -0
- package/packs/customer-lifecycle/claude/lifecycle-metrics/archive/v0.2/SKILL.md +54 -0
- package/packs/customer-lifecycle/claude/onboarding-map/ALIGNMENT-PAGE.md +88 -0
- package/packs/customer-lifecycle/claude/onboarding-map/CHANGELOG.md +20 -0
- package/packs/customer-lifecycle/claude/onboarding-map/SKILL.md +87 -0
- package/packs/customer-lifecycle/claude/onboarding-map/archive/v0.0/SKILL.md +76 -0
- package/packs/customer-lifecycle/claude/onboarding-map/archive/v0.1/SKILL.md +55 -0
- package/packs/customer-lifecycle/claude/onboarding-map/archive/v0.2/SKILL.md +56 -0
- package/packs/customer-lifecycle/claude/retention-map/ALIGNMENT-PAGE.md +90 -0
- package/packs/customer-lifecycle/claude/retention-map/CHANGELOG.md +20 -0
- package/packs/customer-lifecycle/claude/retention-map/SKILL.md +85 -0
- package/packs/customer-lifecycle/claude/retention-map/archive/v0.0/SKILL.md +76 -0
- package/packs/customer-lifecycle/claude/retention-map/archive/v0.1/SKILL.md +53 -0
- package/packs/customer-lifecycle/claude/retention-map/archive/v0.2/SKILL.md +54 -0
- package/packs/customer-lifecycle/claude/transaction-map/ALIGNMENT-PAGE.md +88 -0
- package/packs/customer-lifecycle/claude/transaction-map/CHANGELOG.md +20 -0
- package/packs/customer-lifecycle/claude/transaction-map/SKILL.md +87 -0
- package/packs/customer-lifecycle/claude/transaction-map/archive/v0.0/SKILL.md +76 -0
- package/packs/customer-lifecycle/claude/transaction-map/archive/v0.1/SKILL.md +55 -0
- package/packs/customer-lifecycle/claude/transaction-map/archive/v0.2/SKILL.md +56 -0
- package/packs/customer-lifecycle/codex/conversion-map/ALIGNMENT-PAGE.md +90 -0
- package/packs/customer-lifecycle/codex/conversion-map/CHANGELOG.md +19 -0
- package/packs/customer-lifecycle/codex/conversion-map/SKILL.md +76 -0
- package/packs/customer-lifecycle/codex/conversion-map/archive/v0.0/SKILL.md +77 -0
- package/packs/customer-lifecycle/codex/conversion-map/archive/v0.1/SKILL.md +54 -0
- package/packs/customer-lifecycle/codex/conversion-map/archive/v0.2/SKILL.md +55 -0
- package/packs/customer-lifecycle/codex/expansion-map/ALIGNMENT-PAGE.md +88 -0
- package/packs/customer-lifecycle/codex/expansion-map/CHANGELOG.md +19 -0
- package/packs/customer-lifecycle/codex/expansion-map/SKILL.md +76 -0
- package/packs/customer-lifecycle/codex/expansion-map/archive/v0.0/SKILL.md +75 -0
- package/packs/customer-lifecycle/codex/expansion-map/archive/v0.1/SKILL.md +54 -0
- package/packs/customer-lifecycle/codex/expansion-map/archive/v0.2/SKILL.md +55 -0
- package/packs/customer-lifecycle/codex/journey-map/ALIGNMENT-PAGE.md +90 -0
- package/packs/customer-lifecycle/codex/journey-map/CHANGELOG.md +61 -0
- package/packs/customer-lifecycle/codex/journey-map/SKILL.md +288 -0
- package/packs/customer-lifecycle/codex/journey-map/archive/v0.0/SKILL.md +91 -0
- package/packs/customer-lifecycle/codex/journey-map/archive/v0.1/SKILL.md +91 -0
- package/packs/customer-lifecycle/codex/journey-map/archive/v0.10/SKILL.md +276 -0
- package/packs/customer-lifecycle/codex/journey-map/archive/v0.2/SKILL.md +79 -0
- package/packs/customer-lifecycle/codex/journey-map/archive/v0.3/SKILL.md +77 -0
- package/packs/customer-lifecycle/codex/journey-map/archive/v0.4/SKILL.md +89 -0
- package/packs/customer-lifecycle/codex/journey-map/archive/v0.5/SKILL.md +90 -0
- package/packs/customer-lifecycle/codex/journey-map/archive/v0.6/SKILL.md +103 -0
- package/packs/customer-lifecycle/codex/journey-map/archive/v0.7/SKILL.md +128 -0
- package/packs/customer-lifecycle/codex/journey-map/archive/v0.8/SKILL.md +276 -0
- package/packs/customer-lifecycle/codex/journey-map/archive/v0.9/SKILL.md +276 -0
- package/packs/customer-lifecycle/codex/journey-map/frameworks/customer-journey-canvas/ALIGNMENT-PAGE.md +86 -0
- package/packs/customer-lifecycle/codex/journey-map/frameworks/customer-journey-canvas/CHANGELOG.md +13 -0
- package/packs/customer-lifecycle/codex/journey-map/frameworks/customer-journey-canvas/SKILL.md +189 -0
- package/packs/customer-lifecycle/codex/journey-map/frameworks/customer-journey-canvas/archive/v0.0/SKILL.md +185 -0
- package/packs/customer-lifecycle/codex/journey-map/frameworks/customer-journey-canvas/archive/v0.1/SKILL.md +185 -0
- package/packs/customer-lifecycle/codex/journey-map/frameworks/experience-map/ALIGNMENT-PAGE.md +86 -0
- package/packs/customer-lifecycle/codex/journey-map/frameworks/experience-map/CHANGELOG.md +13 -0
- package/packs/customer-lifecycle/codex/journey-map/frameworks/experience-map/SKILL.md +180 -0
- package/packs/customer-lifecycle/codex/journey-map/frameworks/experience-map/archive/v0.0/SKILL.md +176 -0
- package/packs/customer-lifecycle/codex/journey-map/frameworks/experience-map/archive/v0.1/SKILL.md +176 -0
- package/packs/customer-lifecycle/codex/journey-map/frameworks/jtbd-timeline/ALIGNMENT-PAGE.md +86 -0
- package/packs/customer-lifecycle/codex/journey-map/frameworks/jtbd-timeline/CHANGELOG.md +13 -0
- package/packs/customer-lifecycle/codex/journey-map/frameworks/jtbd-timeline/SKILL.md +214 -0
- package/packs/customer-lifecycle/codex/journey-map/frameworks/jtbd-timeline/archive/v0.0/SKILL.md +210 -0
- package/packs/customer-lifecycle/codex/journey-map/frameworks/jtbd-timeline/archive/v0.1/SKILL.md +210 -0
- package/packs/customer-lifecycle/codex/journey-map/frameworks/service-blueprint/ALIGNMENT-PAGE.md +86 -0
- package/packs/customer-lifecycle/codex/journey-map/frameworks/service-blueprint/CHANGELOG.md +13 -0
- package/packs/customer-lifecycle/codex/journey-map/frameworks/service-blueprint/SKILL.md +175 -0
- package/packs/customer-lifecycle/codex/journey-map/frameworks/service-blueprint/archive/v0.0/SKILL.md +171 -0
- package/packs/customer-lifecycle/codex/journey-map/frameworks/service-blueprint/archive/v0.1/SKILL.md +171 -0
- package/packs/customer-lifecycle/codex/journey-map/frameworks/user-story-map/ALIGNMENT-PAGE.md +86 -0
- package/packs/customer-lifecycle/codex/journey-map/frameworks/user-story-map/CHANGELOG.md +13 -0
- package/packs/customer-lifecycle/codex/journey-map/frameworks/user-story-map/SKILL.md +195 -0
- package/packs/customer-lifecycle/codex/journey-map/frameworks/user-story-map/archive/v0.0/SKILL.md +191 -0
- package/packs/customer-lifecycle/codex/journey-map/frameworks/user-story-map/archive/v0.1/SKILL.md +191 -0
- package/packs/customer-lifecycle/codex/lifecycle-metrics/ALIGNMENT-PAGE.md +88 -0
- package/packs/customer-lifecycle/codex/lifecycle-metrics/CHANGELOG.md +19 -0
- package/packs/customer-lifecycle/codex/lifecycle-metrics/SKILL.md +75 -0
- package/packs/customer-lifecycle/codex/lifecycle-metrics/archive/v0.0/SKILL.md +74 -0
- package/packs/customer-lifecycle/codex/lifecycle-metrics/archive/v0.1/SKILL.md +53 -0
- package/packs/customer-lifecycle/codex/lifecycle-metrics/archive/v0.2/SKILL.md +54 -0
- package/packs/customer-lifecycle/codex/onboarding-map/ALIGNMENT-PAGE.md +88 -0
- package/packs/customer-lifecycle/codex/onboarding-map/CHANGELOG.md +19 -0
- package/packs/customer-lifecycle/codex/onboarding-map/SKILL.md +77 -0
- package/packs/customer-lifecycle/codex/onboarding-map/archive/v0.0/SKILL.md +76 -0
- package/packs/customer-lifecycle/codex/onboarding-map/archive/v0.1/SKILL.md +55 -0
- package/packs/customer-lifecycle/codex/onboarding-map/archive/v0.2/SKILL.md +56 -0
- package/packs/customer-lifecycle/codex/retention-map/ALIGNMENT-PAGE.md +90 -0
- package/packs/customer-lifecycle/codex/retention-map/CHANGELOG.md +19 -0
- package/packs/customer-lifecycle/codex/retention-map/SKILL.md +75 -0
- package/packs/customer-lifecycle/codex/retention-map/archive/v0.0/SKILL.md +76 -0
- package/packs/customer-lifecycle/codex/retention-map/archive/v0.1/SKILL.md +53 -0
- package/packs/customer-lifecycle/codex/retention-map/archive/v0.2/SKILL.md +54 -0
- package/packs/customer-lifecycle/codex/transaction-map/ALIGNMENT-PAGE.md +88 -0
- package/packs/customer-lifecycle/codex/transaction-map/CHANGELOG.md +19 -0
- package/packs/customer-lifecycle/codex/transaction-map/SKILL.md +77 -0
- package/packs/customer-lifecycle/codex/transaction-map/archive/v0.0/SKILL.md +76 -0
- package/packs/customer-lifecycle/codex/transaction-map/archive/v0.1/SKILL.md +55 -0
- package/packs/customer-lifecycle/codex/transaction-map/archive/v0.2/SKILL.md +56 -0
- package/packs/devtool/claude/devtool-adoption/ALIGNMENT-PAGE.md +90 -0
- package/packs/devtool/claude/devtool-adoption/CHANGELOG.md +25 -0
- package/packs/devtool/claude/devtool-adoption/SKILL.md +78 -0
- package/packs/devtool/claude/devtool-adoption/archive/v0.0/SKILL.md +74 -0
- package/packs/devtool/claude/devtool-adoption/archive/v0.1/SKILL.md +45 -0
- package/packs/devtool/claude/devtool-adoption/archive/v0.2/SKILL.md +44 -0
- package/packs/devtool/claude/devtool-adoption/archive/v0.3/SKILL.md +53 -0
- package/packs/devtool/claude/devtool-adoption/archive/v0.4/SKILL.md +77 -0
- package/packs/devtool/claude/devtool-docs-audit/ALIGNMENT-PAGE.md +84 -0
- package/packs/devtool/claude/devtool-docs-audit/CHANGELOG.md +9 -0
- package/packs/devtool/claude/devtool-docs-audit/SKILL.md +24 -0
- package/packs/devtool/claude/devtool-docs-audit/archive/v0.0/SKILL.md +47 -0
- package/packs/devtool/claude/devtool-dx-journey/ALIGNMENT-PAGE.md +88 -0
- package/packs/devtool/claude/devtool-dx-journey/CHANGELOG.md +13 -0
- package/packs/devtool/claude/devtool-dx-journey/SKILL.md +43 -0
- package/packs/devtool/claude/devtool-dx-journey/archive/v0.0/SKILL.md +66 -0
- package/packs/devtool/claude/devtool-dx-journey/archive/v0.1/SKILL.md +37 -0
- package/packs/devtool/claude/devtool-integration-map/ALIGNMENT-PAGE.md +88 -0
- package/packs/devtool/claude/devtool-integration-map/CHANGELOG.md +13 -0
- package/packs/devtool/claude/devtool-integration-map/SKILL.md +43 -0
- package/packs/devtool/claude/devtool-integration-map/archive/v0.0/SKILL.md +66 -0
- package/packs/devtool/claude/devtool-integration-map/archive/v0.1/SKILL.md +37 -0
- package/packs/devtool/claude/devtool-monetization/ALIGNMENT-PAGE.md +90 -0
- package/packs/devtool/claude/devtool-monetization/CHANGELOG.md +25 -0
- package/packs/devtool/claude/devtool-monetization/SKILL.md +78 -0
- package/packs/devtool/claude/devtool-monetization/archive/v0.0/SKILL.md +74 -0
- package/packs/devtool/claude/devtool-monetization/archive/v0.1/SKILL.md +45 -0
- package/packs/devtool/claude/devtool-monetization/archive/v0.2/SKILL.md +44 -0
- package/packs/devtool/claude/devtool-monetization/archive/v0.3/SKILL.md +53 -0
- package/packs/devtool/claude/devtool-monetization/archive/v0.4/SKILL.md +77 -0
- package/packs/devtool/claude/devtool-positioning/ALIGNMENT-PAGE.md +90 -0
- package/packs/devtool/claude/devtool-positioning/CHANGELOG.md +25 -0
- package/packs/devtool/claude/devtool-positioning/SKILL.md +78 -0
- package/packs/devtool/claude/devtool-positioning/archive/v0.0/SKILL.md +74 -0
- package/packs/devtool/claude/devtool-positioning/archive/v0.1/SKILL.md +45 -0
- package/packs/devtool/claude/devtool-positioning/archive/v0.2/SKILL.md +44 -0
- package/packs/devtool/claude/devtool-positioning/archive/v0.3/SKILL.md +53 -0
- package/packs/devtool/claude/devtool-positioning/archive/v0.4/SKILL.md +77 -0
- package/packs/devtool/claude/devtool-user-map/ALIGNMENT-PAGE.md +90 -0
- package/packs/devtool/claude/devtool-user-map/CHANGELOG.md +25 -0
- package/packs/devtool/claude/devtool-user-map/SKILL.md +78 -0
- package/packs/devtool/claude/devtool-user-map/archive/v0.0/SKILL.md +74 -0
- package/packs/devtool/claude/devtool-user-map/archive/v0.1/SKILL.md +45 -0
- package/packs/devtool/claude/devtool-user-map/archive/v0.2/SKILL.md +44 -0
- package/packs/devtool/claude/devtool-user-map/archive/v0.3/SKILL.md +53 -0
- package/packs/devtool/claude/devtool-user-map/archive/v0.4/SKILL.md +77 -0
- package/packs/devtool/claude/devtool-workflow/ALIGNMENT-PAGE.md +86 -0
- package/packs/devtool/claude/devtool-workflow/CHANGELOG.md +9 -0
- package/packs/devtool/claude/devtool-workflow/SKILL.md +32 -0
- package/packs/devtool/claude/devtool-workflow/archive/v0.0/SKILL.md +51 -0
- package/packs/devtool/codex/devtool-adoption/ALIGNMENT-PAGE.md +90 -0
- package/packs/devtool/codex/devtool-adoption/CHANGELOG.md +25 -0
- package/packs/devtool/codex/devtool-adoption/SKILL.md +72 -0
- package/packs/devtool/codex/devtool-adoption/archive/v0.0/SKILL.md +76 -0
- package/packs/devtool/codex/devtool-adoption/archive/v0.1/SKILL.md +47 -0
- package/packs/devtool/codex/devtool-adoption/archive/v0.2/SKILL.md +46 -0
- package/packs/devtool/codex/devtool-adoption/archive/v0.3/SKILL.md +55 -0
- package/packs/devtool/codex/devtool-adoption/archive/v0.4/SKILL.md +71 -0
- package/packs/devtool/codex/devtool-docs-audit/ALIGNMENT-PAGE.md +84 -0
- package/packs/devtool/codex/devtool-docs-audit/CHANGELOG.md +9 -0
- package/packs/devtool/codex/devtool-docs-audit/SKILL.md +26 -0
- package/packs/devtool/codex/devtool-docs-audit/archive/v0.0/SKILL.md +49 -0
- package/packs/devtool/codex/devtool-dx-journey/ALIGNMENT-PAGE.md +88 -0
- package/packs/devtool/codex/devtool-dx-journey/CHANGELOG.md +13 -0
- package/packs/devtool/codex/devtool-dx-journey/SKILL.md +45 -0
- package/packs/devtool/codex/devtool-dx-journey/archive/v0.0/SKILL.md +68 -0
- package/packs/devtool/codex/devtool-dx-journey/archive/v0.1/SKILL.md +39 -0
- package/packs/devtool/codex/devtool-integration-map/ALIGNMENT-PAGE.md +88 -0
- package/packs/devtool/codex/devtool-integration-map/CHANGELOG.md +13 -0
- package/packs/devtool/codex/devtool-integration-map/SKILL.md +45 -0
- package/packs/devtool/codex/devtool-integration-map/archive/v0.0/SKILL.md +68 -0
- package/packs/devtool/codex/devtool-integration-map/archive/v0.1/SKILL.md +39 -0
- package/packs/devtool/codex/devtool-monetization/ALIGNMENT-PAGE.md +90 -0
- package/packs/devtool/codex/devtool-monetization/CHANGELOG.md +25 -0
- package/packs/devtool/codex/devtool-monetization/SKILL.md +72 -0
- package/packs/devtool/codex/devtool-monetization/archive/v0.0/SKILL.md +76 -0
- package/packs/devtool/codex/devtool-monetization/archive/v0.1/SKILL.md +47 -0
- package/packs/devtool/codex/devtool-monetization/archive/v0.2/SKILL.md +46 -0
- package/packs/devtool/codex/devtool-monetization/archive/v0.3/SKILL.md +55 -0
- package/packs/devtool/codex/devtool-monetization/archive/v0.4/SKILL.md +71 -0
- package/packs/devtool/codex/devtool-positioning/ALIGNMENT-PAGE.md +90 -0
- package/packs/devtool/codex/devtool-positioning/CHANGELOG.md +25 -0
- package/packs/devtool/codex/devtool-positioning/SKILL.md +72 -0
- package/packs/devtool/codex/devtool-positioning/archive/v0.0/SKILL.md +76 -0
- package/packs/devtool/codex/devtool-positioning/archive/v0.1/SKILL.md +47 -0
- package/packs/devtool/codex/devtool-positioning/archive/v0.2/SKILL.md +46 -0
- package/packs/devtool/codex/devtool-positioning/archive/v0.3/SKILL.md +55 -0
- package/packs/devtool/codex/devtool-positioning/archive/v0.4/SKILL.md +71 -0
- package/packs/devtool/codex/devtool-user-map/ALIGNMENT-PAGE.md +90 -0
- package/packs/devtool/codex/devtool-user-map/CHANGELOG.md +25 -0
- package/packs/devtool/codex/devtool-user-map/SKILL.md +72 -0
- package/packs/devtool/codex/devtool-user-map/archive/v0.0/SKILL.md +76 -0
- package/packs/devtool/codex/devtool-user-map/archive/v0.1/SKILL.md +47 -0
- package/packs/devtool/codex/devtool-user-map/archive/v0.2/SKILL.md +46 -0
- package/packs/devtool/codex/devtool-user-map/archive/v0.3/SKILL.md +55 -0
- package/packs/devtool/codex/devtool-user-map/archive/v0.4/SKILL.md +71 -0
- package/packs/devtool/codex/devtool-workflow/ALIGNMENT-PAGE.md +86 -0
- package/packs/devtool/codex/devtool-workflow/CHANGELOG.md +9 -0
- package/packs/devtool/codex/devtool-workflow/SKILL.md +34 -0
- package/packs/devtool/codex/devtool-workflow/archive/v0.0/SKILL.md +53 -0
- package/packs/docs-health/PACK.md +22 -0
- package/packs/docs-health/claude/hygiene/SKILL.md +224 -0
- package/packs/docs-health/claude/hygiene/references/documentation-templates.md +247 -0
- package/packs/docs-health/claude/reconcile-dev-docs/ALIGNMENT-PAGE.md +86 -0
- package/packs/docs-health/claude/reconcile-dev-docs/CHANGELOG.md +9 -0
- package/packs/docs-health/claude/reconcile-dev-docs/SKILL.md +149 -0
- package/packs/docs-health/claude/reconcile-dev-docs/archive/v0.0/SKILL.md +182 -0
- package/packs/docs-health/codex/hygiene/SKILL.md +225 -0
- package/packs/docs-health/codex/hygiene/references/documentation-templates.md +248 -0
- package/packs/docs-health/codex/reconcile-dev-docs/ALIGNMENT-PAGE.md +86 -0
- package/packs/docs-health/codex/reconcile-dev-docs/CHANGELOG.md +9 -0
- package/packs/docs-health/codex/reconcile-dev-docs/SKILL.md +151 -0
- package/packs/docs-health/codex/reconcile-dev-docs/agents/openai.yaml +7 -0
- package/packs/docs-health/codex/reconcile-dev-docs/archive/v0.0/SKILL.md +184 -0
- package/packs/exec-loop/PACK.md +23 -0
- package/packs/exec-loop/claude/exec/CHANGELOG.md +18 -0
- package/packs/exec-loop/claude/exec/SKILL.md +180 -0
- package/packs/exec-loop/claude/exec/archive/v0.0/SKILL.md +179 -0
- package/packs/exec-loop/claude/exec/archive/v0.1/SKILL.md +180 -0
- package/packs/exec-loop/claude/exec/archive/v0.2/SKILL.md +180 -0
- package/packs/exec-loop/claude/ship/CHANGELOG.md +27 -0
- package/packs/exec-loop/claude/ship/SKILL.md +193 -0
- package/packs/exec-loop/claude/ship/archive/v0.0/SKILL.md +178 -0
- package/packs/exec-loop/claude/ship/archive/v0.1/SKILL.md +178 -0
- package/packs/exec-loop/claude/ship/archive/v0.2/SKILL.md +179 -0
- package/packs/exec-loop/claude/ship/archive/v0.3/SKILL.md +187 -0
- package/packs/exec-loop/claude/ship/archive/v0.4/SKILL.md +193 -0
- package/packs/exec-loop/claude/ship-end/CHANGELOG.md +15 -0
- package/packs/exec-loop/claude/ship-end/SKILL.md +108 -0
- package/packs/exec-loop/claude/ship-end/archive/v0.0/SKILL.md +103 -0
- package/packs/exec-loop/claude/ship-end/archive/v0.1/SKILL.md +103 -0
- package/packs/exec-loop/codex/exec/CHANGELOG.md +18 -0
- package/packs/exec-loop/codex/exec/SKILL.md +180 -0
- package/packs/exec-loop/codex/exec/agents/openai.yaml +7 -0
- package/packs/exec-loop/codex/exec/archive/v0.0/SKILL.md +180 -0
- package/packs/exec-loop/codex/exec/archive/v0.1/SKILL.md +181 -0
- package/packs/exec-loop/codex/exec/archive/v0.2/SKILL.md +180 -0
- package/packs/exec-loop/codex/ship/CHANGELOG.md +27 -0
- package/packs/exec-loop/codex/ship/SKILL.md +128 -0
- package/packs/exec-loop/codex/ship/agents/openai.yaml +7 -0
- package/packs/exec-loop/codex/ship/archive/v0.0/SKILL.md +122 -0
- package/packs/exec-loop/codex/ship/archive/v0.1/SKILL.md +123 -0
- package/packs/exec-loop/codex/ship/archive/v0.2/SKILL.md +123 -0
- package/packs/exec-loop/codex/ship/archive/v0.3/SKILL.md +124 -0
- package/packs/exec-loop/codex/ship/archive/v0.4/SKILL.md +128 -0
- package/packs/exec-loop/codex/ship-end/CHANGELOG.md +15 -0
- package/packs/exec-loop/codex/ship-end/SKILL.md +99 -0
- package/packs/exec-loop/codex/ship-end/agents/openai.yaml +7 -0
- package/packs/exec-loop/codex/ship-end/archive/v0.0/SKILL.md +94 -0
- package/packs/exec-loop/codex/ship-end/archive/v0.1/SKILL.md +96 -0
- package/packs/exec-profile/PACK.md +21 -0
- package/packs/exec-profile/claude/patch-exec-profile/SKILL.md +66 -0
- package/packs/game/claude/game-audience/ALIGNMENT-PAGE.md +90 -0
- package/packs/game/claude/game-audience/CHANGELOG.md +21 -0
- package/packs/game/claude/game-audience/SKILL.md +82 -0
- package/packs/game/claude/game-audience/archive/v0.0/SKILL.md +78 -0
- package/packs/game/claude/game-audience/archive/v0.1/SKILL.md +48 -0
- package/packs/game/claude/game-audience/archive/v0.2/SKILL.md +57 -0
- package/packs/game/claude/game-audience/archive/v0.3/SKILL.md +81 -0
- package/packs/game/claude/game-comparables/ALIGNMENT-PAGE.md +90 -0
- package/packs/game/claude/game-comparables/CHANGELOG.md +21 -0
- package/packs/game/claude/game-comparables/SKILL.md +82 -0
- package/packs/game/claude/game-comparables/archive/v0.0/SKILL.md +78 -0
- package/packs/game/claude/game-comparables/archive/v0.1/SKILL.md +48 -0
- package/packs/game/claude/game-comparables/archive/v0.2/SKILL.md +57 -0
- package/packs/game/claude/game-comparables/archive/v0.3/SKILL.md +81 -0
- package/packs/game/claude/game-core-loop/ALIGNMENT-PAGE.md +88 -0
- package/packs/game/claude/game-core-loop/CHANGELOG.md +9 -0
- package/packs/game/claude/game-core-loop/SKILL.md +47 -0
- package/packs/game/claude/game-core-loop/archive/v0.0/SKILL.md +70 -0
- package/packs/game/claude/game-fantasy/ALIGNMENT-PAGE.md +86 -0
- package/packs/game/claude/game-fantasy/CHANGELOG.md +21 -0
- package/packs/game/claude/game-fantasy/SKILL.md +81 -0
- package/packs/game/claude/game-fantasy/archive/v0.0/SKILL.md +78 -0
- package/packs/game/claude/game-fantasy/archive/v0.1/SKILL.md +48 -0
- package/packs/game/claude/game-fantasy/archive/v0.2/SKILL.md +57 -0
- package/packs/game/claude/game-fantasy/archive/v0.3/SKILL.md +80 -0
- package/packs/game/claude/game-genre-map/ALIGNMENT-PAGE.md +90 -0
- package/packs/game/claude/game-genre-map/CHANGELOG.md +21 -0
- package/packs/game/claude/game-genre-map/SKILL.md +82 -0
- package/packs/game/claude/game-genre-map/archive/v0.0/SKILL.md +78 -0
- package/packs/game/claude/game-genre-map/archive/v0.1/SKILL.md +48 -0
- package/packs/game/claude/game-genre-map/archive/v0.2/SKILL.md +57 -0
- package/packs/game/claude/game-genre-map/archive/v0.3/SKILL.md +81 -0
- package/packs/game/claude/game-launch/ALIGNMENT-PAGE.md +88 -0
- package/packs/game/claude/game-launch/CHANGELOG.md +21 -0
- package/packs/game/claude/game-launch/SKILL.md +82 -0
- package/packs/game/claude/game-launch/archive/v0.0/SKILL.md +78 -0
- package/packs/game/claude/game-launch/archive/v0.1/SKILL.md +48 -0
- package/packs/game/claude/game-launch/archive/v0.2/SKILL.md +57 -0
- package/packs/game/claude/game-launch/archive/v0.3/SKILL.md +81 -0
- package/packs/game/claude/game-playtest-metrics/ALIGNMENT-PAGE.md +90 -0
- package/packs/game/claude/game-playtest-metrics/CHANGELOG.md +9 -0
- package/packs/game/claude/game-playtest-metrics/SKILL.md +47 -0
- package/packs/game/claude/game-playtest-metrics/archive/v0.0/SKILL.md +70 -0
- package/packs/game/claude/game-prototype-test/ALIGNMENT-PAGE.md +86 -0
- package/packs/game/claude/game-prototype-test/CHANGELOG.md +9 -0
- package/packs/game/claude/game-prototype-test/SKILL.md +55 -0
- package/packs/game/claude/game-prototype-test/archive/v0.0/SKILL.md +70 -0
- package/packs/game/claude/game-roadmap/ALIGNMENT-PAGE.md +86 -0
- package/packs/game/claude/game-roadmap/CHANGELOG.md +9 -0
- package/packs/game/claude/game-roadmap/SKILL.md +25 -0
- package/packs/game/claude/game-roadmap/archive/v0.0/SKILL.md +51 -0
- package/packs/game/claude/game-store-page-test/ALIGNMENT-PAGE.md +90 -0
- package/packs/game/claude/game-store-page-test/CHANGELOG.md +21 -0
- package/packs/game/claude/game-store-page-test/SKILL.md +82 -0
- package/packs/game/claude/game-store-page-test/archive/v0.0/SKILL.md +78 -0
- package/packs/game/claude/game-store-page-test/archive/v0.1/SKILL.md +48 -0
- package/packs/game/claude/game-store-page-test/archive/v0.2/SKILL.md +57 -0
- package/packs/game/claude/game-store-page-test/archive/v0.3/SKILL.md +81 -0
- package/packs/game/claude/game-workflow/ALIGNMENT-PAGE.md +84 -0
- package/packs/game/claude/game-workflow/CHANGELOG.md +9 -0
- package/packs/game/claude/game-workflow/SKILL.md +33 -0
- package/packs/game/claude/game-workflow/archive/v0.0/SKILL.md +55 -0
- package/packs/game/codex/game-audience/ALIGNMENT-PAGE.md +90 -0
- package/packs/game/codex/game-audience/CHANGELOG.md +21 -0
- package/packs/game/codex/game-audience/SKILL.md +76 -0
- package/packs/game/codex/game-audience/archive/v0.0/SKILL.md +80 -0
- package/packs/game/codex/game-audience/archive/v0.1/SKILL.md +50 -0
- package/packs/game/codex/game-audience/archive/v0.2/SKILL.md +59 -0
- package/packs/game/codex/game-audience/archive/v0.3/SKILL.md +75 -0
- package/packs/game/codex/game-comparables/ALIGNMENT-PAGE.md +90 -0
- package/packs/game/codex/game-comparables/CHANGELOG.md +21 -0
- package/packs/game/codex/game-comparables/SKILL.md +76 -0
- package/packs/game/codex/game-comparables/archive/v0.0/SKILL.md +80 -0
- package/packs/game/codex/game-comparables/archive/v0.1/SKILL.md +50 -0
- package/packs/game/codex/game-comparables/archive/v0.2/SKILL.md +59 -0
- package/packs/game/codex/game-comparables/archive/v0.3/SKILL.md +75 -0
- package/packs/game/codex/game-core-loop/ALIGNMENT-PAGE.md +88 -0
- package/packs/game/codex/game-core-loop/CHANGELOG.md +9 -0
- package/packs/game/codex/game-core-loop/SKILL.md +49 -0
- package/packs/game/codex/game-core-loop/archive/v0.0/SKILL.md +72 -0
- package/packs/game/codex/game-fantasy/ALIGNMENT-PAGE.md +86 -0
- package/packs/game/codex/game-fantasy/CHANGELOG.md +21 -0
- package/packs/game/codex/game-fantasy/SKILL.md +75 -0
- package/packs/game/codex/game-fantasy/archive/v0.0/SKILL.md +80 -0
- package/packs/game/codex/game-fantasy/archive/v0.1/SKILL.md +50 -0
- package/packs/game/codex/game-fantasy/archive/v0.2/SKILL.md +59 -0
- package/packs/game/codex/game-fantasy/archive/v0.3/SKILL.md +74 -0
- package/packs/game/codex/game-genre-map/ALIGNMENT-PAGE.md +90 -0
- package/packs/game/codex/game-genre-map/CHANGELOG.md +21 -0
- package/packs/game/codex/game-genre-map/SKILL.md +76 -0
- package/packs/game/codex/game-genre-map/archive/v0.0/SKILL.md +80 -0
- package/packs/game/codex/game-genre-map/archive/v0.1/SKILL.md +50 -0
- package/packs/game/codex/game-genre-map/archive/v0.2/SKILL.md +59 -0
- package/packs/game/codex/game-genre-map/archive/v0.3/SKILL.md +75 -0
- package/packs/game/codex/game-launch/ALIGNMENT-PAGE.md +88 -0
- package/packs/game/codex/game-launch/CHANGELOG.md +21 -0
- package/packs/game/codex/game-launch/SKILL.md +76 -0
- package/packs/game/codex/game-launch/archive/v0.0/SKILL.md +80 -0
- package/packs/game/codex/game-launch/archive/v0.1/SKILL.md +50 -0
- package/packs/game/codex/game-launch/archive/v0.2/SKILL.md +59 -0
- package/packs/game/codex/game-launch/archive/v0.3/SKILL.md +75 -0
- package/packs/game/codex/game-playtest-metrics/ALIGNMENT-PAGE.md +90 -0
- package/packs/game/codex/game-playtest-metrics/CHANGELOG.md +9 -0
- package/packs/game/codex/game-playtest-metrics/SKILL.md +49 -0
- package/packs/game/codex/game-playtest-metrics/archive/v0.0/SKILL.md +72 -0
- package/packs/game/codex/game-prototype-test/ALIGNMENT-PAGE.md +86 -0
- package/packs/game/codex/game-prototype-test/CHANGELOG.md +9 -0
- package/packs/game/codex/game-prototype-test/SKILL.md +49 -0
- package/packs/game/codex/game-prototype-test/archive/v0.0/SKILL.md +72 -0
- package/packs/game/codex/game-roadmap/ALIGNMENT-PAGE.md +86 -0
- package/packs/game/codex/game-roadmap/CHANGELOG.md +9 -0
- package/packs/game/codex/game-roadmap/SKILL.md +27 -0
- package/packs/game/codex/game-roadmap/archive/v0.0/SKILL.md +53 -0
- package/packs/game/codex/game-store-page-test/ALIGNMENT-PAGE.md +90 -0
- package/packs/game/codex/game-store-page-test/CHANGELOG.md +21 -0
- package/packs/game/codex/game-store-page-test/SKILL.md +76 -0
- package/packs/game/codex/game-store-page-test/archive/v0.0/SKILL.md +80 -0
- package/packs/game/codex/game-store-page-test/archive/v0.1/SKILL.md +50 -0
- package/packs/game/codex/game-store-page-test/archive/v0.2/SKILL.md +59 -0
- package/packs/game/codex/game-store-page-test/archive/v0.3/SKILL.md +75 -0
- package/packs/game/codex/game-workflow/ALIGNMENT-PAGE.md +84 -0
- package/packs/game/codex/game-workflow/CHANGELOG.md +9 -0
- package/packs/game/codex/game-workflow/SKILL.md +35 -0
- package/packs/game/codex/game-workflow/archive/v0.0/SKILL.md +57 -0
- package/packs/gitops/PACK.md +22 -0
- package/packs/gitops/claude/commit-and-push-by-feature/CHANGELOG.md +9 -0
- package/packs/gitops/claude/commit-and-push-by-feature/SKILL.md +69 -0
- package/packs/gitops/claude/commit-and-push-by-feature/archive/v0.0/SKILL.md +68 -0
- package/packs/gitops/claude/sync/CHANGELOG.md +27 -0
- package/packs/gitops/claude/sync/SKILL.md +175 -0
- package/packs/gitops/claude/sync/archive/v0.0/SKILL.md +118 -0
- package/packs/gitops/claude/sync/archive/v0.1/SKILL.md +125 -0
- package/packs/gitops/claude/sync/archive/v0.2/SKILL.md +137 -0
- package/packs/gitops/claude/sync/archive/v0.3/SKILL.md +167 -0
- package/packs/gitops/codex/commit-and-push-by-feature/CHANGELOG.md +9 -0
- package/packs/gitops/codex/commit-and-push-by-feature/SKILL.md +56 -0
- package/packs/gitops/codex/commit-and-push-by-feature/agents/openai.yaml +7 -0
- package/packs/gitops/codex/commit-and-push-by-feature/archive/v0.0/SKILL.md +55 -0
- package/packs/gitops/codex/sync/CHANGELOG.md +27 -0
- package/packs/gitops/codex/sync/SKILL.md +149 -0
- package/packs/gitops/codex/sync/agents/openai.yaml +7 -0
- package/packs/gitops/codex/sync/archive/v0.0/SKILL.md +96 -0
- package/packs/gitops/codex/sync/archive/v0.1/SKILL.md +102 -0
- package/packs/gitops/codex/sync/archive/v0.2/SKILL.md +114 -0
- package/packs/gitops/codex/sync/archive/v0.3/SKILL.md +142 -0
- package/packs/guided-walkthrough/PACK.md +22 -0
- package/packs/guided-walkthrough/claude/guide/CHANGELOG.md +9 -0
- package/packs/guided-walkthrough/claude/guide/SKILL.md +110 -0
- package/packs/guided-walkthrough/claude/guide/archive/v0.0/SKILL.md +130 -0
- package/packs/guided-walkthrough/claude/uat-guide/ALIGNMENT-PAGE.md +88 -0
- package/packs/guided-walkthrough/claude/uat-guide/CHANGELOG.md +18 -0
- package/packs/guided-walkthrough/claude/uat-guide/SKILL.md +141 -0
- package/packs/guided-walkthrough/claude/uat-guide/archive/v0.0/SKILL.md +152 -0
- package/packs/guided-walkthrough/claude/uat-guide/archive/v0.1/SKILL.md +136 -0
- package/packs/guided-walkthrough/claude/uat-guide/archive/v0.2/SKILL.md +141 -0
- package/packs/guided-walkthrough/codex/guide/CHANGELOG.md +9 -0
- package/packs/guided-walkthrough/codex/guide/SKILL.md +70 -0
- package/packs/guided-walkthrough/codex/guide/agents/openai.yaml +7 -0
- package/packs/guided-walkthrough/codex/guide/archive/v0.0/SKILL.md +90 -0
- package/packs/guided-walkthrough/codex/uat-guide/ALIGNMENT-PAGE.md +88 -0
- package/packs/guided-walkthrough/codex/uat-guide/CHANGELOG.md +18 -0
- package/packs/guided-walkthrough/codex/uat-guide/SKILL.md +142 -0
- package/packs/guided-walkthrough/codex/uat-guide/agents/openai.yaml +7 -0
- package/packs/guided-walkthrough/codex/uat-guide/archive/v0.0/SKILL.md +131 -0
- package/packs/guided-walkthrough/codex/uat-guide/archive/v0.1/SKILL.md +141 -0
- package/packs/guided-walkthrough/codex/uat-guide/archive/v0.2/SKILL.md +142 -0
- package/packs/knowledge-check/PACK.md +21 -0
- package/packs/knowledge-check/claude/quiz-me/CHANGELOG.md +5 -0
- package/packs/knowledge-check/claude/quiz-me/SKILL.md +107 -0
- package/packs/knowledge-check/codex/quiz-me/CHANGELOG.md +5 -0
- package/packs/knowledge-check/codex/quiz-me/SKILL.md +109 -0
- package/packs/knowledge-check/codex/quiz-me/agents/openai.yaml +7 -0
- package/packs/monorepo/PACK.md +95 -0
- package/packs/monorepo/claude/affected/CHANGELOG.md +9 -0
- package/packs/monorepo/claude/affected/SKILL.md +67 -0
- package/packs/monorepo/claude/affected/archive/v0.0/SKILL.md +95 -0
- package/packs/monorepo/claude/mono-detect/CHANGELOG.md +9 -0
- package/packs/monorepo/claude/mono-detect/SKILL.md +69 -0
- package/packs/monorepo/claude/mono-detect/archive/v0.0/SKILL.md +95 -0
- package/packs/monorepo/claude/mono-exec/CHANGELOG.md +9 -0
- package/packs/monorepo/claude/mono-exec/SKILL.md +115 -0
- package/packs/monorepo/claude/mono-exec/archive/v0.0/SKILL.md +114 -0
- package/packs/monorepo/claude/mono-guard/CHANGELOG.md +9 -0
- package/packs/monorepo/claude/mono-guard/SKILL.md +131 -0
- package/packs/monorepo/claude/mono-guard/archive/v0.0/SKILL.md +159 -0
- package/packs/monorepo/claude/mono-plan/ALIGNMENT-PAGE.md +84 -0
- package/packs/monorepo/claude/mono-plan/CHANGELOG.md +9 -0
- package/packs/monorepo/claude/mono-plan/SKILL.md +156 -0
- package/packs/monorepo/claude/mono-plan/archive/v0.0/SKILL.md +172 -0
- package/packs/monorepo/claude/mono-ship/SKILL.md +121 -0
- package/packs/monorepo/claude/scaffold/CHANGELOG.md +9 -0
- package/packs/monorepo/claude/scaffold/SKILL.md +95 -0
- package/packs/monorepo/claude/scaffold/archive/v0.0/SKILL.md +95 -0
- package/packs/monorepo/codex/affected/CHANGELOG.md +9 -0
- package/packs/monorepo/codex/affected/SKILL.md +38 -0
- package/packs/monorepo/codex/affected/agents/openai.yaml +7 -0
- package/packs/monorepo/codex/affected/archive/v0.0/SKILL.md +66 -0
- package/packs/monorepo/codex/mono-detect/CHANGELOG.md +9 -0
- package/packs/monorepo/codex/mono-detect/SKILL.md +71 -0
- package/packs/monorepo/codex/mono-detect/agents/openai.yaml +7 -0
- package/packs/monorepo/codex/mono-detect/archive/v0.0/SKILL.md +97 -0
- package/packs/monorepo/codex/mono-exec/CHANGELOG.md +9 -0
- package/packs/monorepo/codex/mono-exec/SKILL.md +117 -0
- package/packs/monorepo/codex/mono-exec/agents/openai.yaml +7 -0
- package/packs/monorepo/codex/mono-exec/archive/v0.0/SKILL.md +116 -0
- package/packs/monorepo/codex/mono-guard/CHANGELOG.md +9 -0
- package/packs/monorepo/codex/mono-guard/SKILL.md +133 -0
- package/packs/monorepo/codex/mono-guard/agents/openai.yaml +7 -0
- package/packs/monorepo/codex/mono-guard/archive/v0.0/SKILL.md +161 -0
- package/packs/monorepo/codex/mono-plan/ALIGNMENT-PAGE.md +84 -0
- package/packs/monorepo/codex/mono-plan/CHANGELOG.md +9 -0
- package/packs/monorepo/codex/mono-plan/SKILL.md +52 -0
- package/packs/monorepo/codex/mono-plan/agents/openai.yaml +7 -0
- package/packs/monorepo/codex/mono-plan/archive/v0.0/SKILL.md +76 -0
- package/packs/monorepo/codex/mono-ship/SKILL.md +121 -0
- package/packs/monorepo/codex/mono-ship/agents/openai.yaml +7 -0
- package/packs/monorepo/codex/scaffold/CHANGELOG.md +9 -0
- package/packs/monorepo/codex/scaffold/SKILL.md +50 -0
- package/packs/monorepo/codex/scaffold/agents/openai.yaml +7 -0
- package/packs/monorepo/codex/scaffold/archive/v0.0/SKILL.md +50 -0
- package/packs/monorepo/scripts/lane-spec-validate.sh +253 -0
- package/packs/monorepo/scripts/mono-detect.sh +270 -0
- package/packs/monorepo/scripts/monorepo-validate.sh +278 -0
- package/packs/ord/PACK.md +33 -0
- package/packs/ord/claude/ord-align/SKILL.md +57 -0
- package/packs/ord/claude/ord-scan/SKILL.md +57 -0
- package/packs/ord/claude/ord-ship/CHANGELOG.md +9 -0
- package/packs/ord/claude/ord-ship/SKILL.md +67 -0
- package/packs/ord/claude/ord-ship/archive/v0.0/SKILL.md +67 -0
- package/packs/ord/codex/ord-align/SKILL.md +57 -0
- package/packs/ord/codex/ord-scan/SKILL.md +57 -0
- package/packs/ord/codex/ord-ship/CHANGELOG.md +10 -0
- package/packs/ord/codex/ord-ship/SKILL.md +67 -0
- package/packs/ord/codex/ord-ship/archive/v0.0/SKILL.md +67 -0
- package/packs/product-design/PACK.md +29 -0
- package/packs/product-design/claude/brainstorm/ALIGNMENT-PAGE.md +86 -0
- package/packs/product-design/claude/brainstorm/CHANGELOG.md +15 -0
- package/packs/product-design/claude/brainstorm/SKILL.md +98 -0
- package/packs/product-design/claude/brainstorm/archive/v0.0/SKILL.md +111 -0
- package/packs/product-design/claude/brainstorm/archive/v0.1/SKILL.md +87 -0
- package/packs/product-design/claude/consolidate-variations/ALIGNMENT-PAGE.md +88 -0
- package/packs/product-design/claude/consolidate-variations/CHANGELOG.md +50 -0
- package/packs/product-design/claude/consolidate-variations/SKILL.md +131 -0
- package/packs/product-design/claude/consolidate-variations/archive/v0.0/SKILL.md +141 -0
- package/packs/product-design/claude/consolidate-variations/archive/v0.1/SKILL.md +116 -0
- package/packs/product-design/claude/consolidate-variations/archive/v0.2/SKILL.md +116 -0
- package/packs/product-design/claude/consolidate-variations/archive/v0.3/SKILL.md +124 -0
- package/packs/product-design/claude/consolidate-variations/archive/v0.4/SKILL.md +138 -0
- package/packs/product-design/claude/consolidate-variations/archive/v0.5/SKILL.md +142 -0
- package/packs/product-design/claude/consolidate-variations/archive/v0.6/SKILL.md +142 -0
- package/packs/product-design/claude/consolidate-variations/archive/v0.7/SKILL.md +142 -0
- package/packs/product-design/claude/consolidate-variations/archive/v0.8/SKILL.md +144 -0
- package/packs/product-design/claude/consolidate-variations/archive/v0.9/SKILL.md +145 -0
- package/packs/product-design/claude/design-system/ALIGNMENT-PAGE.md +86 -0
- package/packs/product-design/claude/design-system/CHANGELOG.md +9 -0
- package/packs/product-design/claude/design-system/SKILL.md +156 -0
- package/packs/product-design/claude/design-system/archive/v0.0/SKILL.md +187 -0
- package/packs/product-design/claude/feature-interview/ALIGNMENT-PAGE.md +86 -0
- package/packs/product-design/claude/feature-interview/CHANGELOG.md +23 -0
- package/packs/product-design/claude/feature-interview/SKILL.md +148 -0
- package/packs/product-design/claude/feature-interview/archive/v0.0/SKILL.md +162 -0
- package/packs/product-design/claude/feature-interview/archive/v0.1/SKILL.md +121 -0
- package/packs/product-design/claude/feature-interview/archive/v0.2/SKILL.md +124 -0
- package/packs/product-design/claude/feature-interview/archive/v0.3/SKILL.md +133 -0
- package/packs/product-design/claude/prototype/ALIGNMENT-PAGE.md +88 -0
- package/packs/product-design/claude/prototype/CHANGELOG.md +55 -0
- package/packs/product-design/claude/prototype/SKILL.md +196 -0
- package/packs/product-design/claude/prototype/archive/v0.0/SKILL.md +208 -0
- package/packs/product-design/claude/prototype/archive/v0.1/SKILL.md +175 -0
- package/packs/product-design/claude/prototype/archive/v0.10/SKILL.md +208 -0
- package/packs/product-design/claude/prototype/archive/v0.2/SKILL.md +175 -0
- package/packs/product-design/claude/prototype/archive/v0.3/SKILL.md +183 -0
- package/packs/product-design/claude/prototype/archive/v0.4/SKILL.md +197 -0
- package/packs/product-design/claude/prototype/archive/v0.5/SKILL.md +201 -0
- package/packs/product-design/claude/prototype/archive/v0.6/SKILL.md +201 -0
- package/packs/product-design/claude/prototype/archive/v0.7/SKILL.md +201 -0
- package/packs/product-design/claude/prototype/archive/v0.8/SKILL.md +203 -0
- package/packs/product-design/claude/prototype/archive/v0.9/SKILL.md +204 -0
- package/packs/product-design/claude/spec-interview/ALIGNMENT-PAGE.md +86 -0
- package/packs/product-design/claude/spec-interview/CHANGELOG.md +51 -0
- package/packs/product-design/claude/spec-interview/SKILL.md +156 -0
- package/packs/product-design/claude/spec-interview/archive/v0.0/SKILL.md +187 -0
- package/packs/product-design/claude/spec-interview/archive/v0.1/SKILL.md +139 -0
- package/packs/product-design/claude/spec-interview/archive/v0.2/SKILL.md +147 -0
- package/packs/product-design/claude/spec-interview/archive/v0.3/SKILL.md +161 -0
- package/packs/product-design/claude/spec-interview/archive/v0.4/SKILL.md +165 -0
- package/packs/product-design/claude/spec-interview/archive/v0.5/SKILL.md +165 -0
- package/packs/product-design/claude/spec-interview/archive/v0.6/SKILL.md +165 -0
- package/packs/product-design/claude/spec-interview/archive/v0.7/SKILL.md +167 -0
- package/packs/product-design/claude/spec-interview/archive/v0.8/SKILL.md +168 -0
- package/packs/product-design/claude/spec-interview/archive/v0.9/SKILL.md +170 -0
- package/packs/product-design/claude/ui-interview/ALIGNMENT-PAGE.md +88 -0
- package/packs/product-design/claude/ui-interview/CHANGELOG.md +59 -0
- package/packs/product-design/claude/ui-interview/SKILL.md +138 -0
- package/packs/product-design/claude/ui-interview/archive/v0.0/SKILL.md +140 -0
- package/packs/product-design/claude/ui-interview/archive/v0.1/SKILL.md +115 -0
- package/packs/product-design/claude/ui-interview/archive/v0.10/SKILL.md +147 -0
- package/packs/product-design/claude/ui-interview/archive/v0.11/SKILL.md +152 -0
- package/packs/product-design/claude/ui-interview/archive/v0.2/SKILL.md +115 -0
- package/packs/product-design/claude/ui-interview/archive/v0.3/SKILL.md +123 -0
- package/packs/product-design/claude/ui-interview/archive/v0.4/SKILL.md +125 -0
- package/packs/product-design/claude/ui-interview/archive/v0.5/SKILL.md +139 -0
- package/packs/product-design/claude/ui-interview/archive/v0.6/SKILL.md +143 -0
- package/packs/product-design/claude/ui-interview/archive/v0.7/SKILL.md +143 -0
- package/packs/product-design/claude/ui-interview/archive/v0.8/SKILL.md +143 -0
- package/packs/product-design/claude/ui-interview/archive/v0.9/SKILL.md +145 -0
- package/packs/product-design/claude/user-flow-map/ALIGNMENT-PAGE.md +88 -0
- package/packs/product-design/claude/user-flow-map/CHANGELOG.md +5 -0
- package/packs/product-design/claude/user-flow-map/SKILL.md +160 -0
- package/packs/product-design/claude/user-flow-map/agents/openai.yaml +7 -0
- package/packs/product-design/claude/ux-variations/ALIGNMENT-PAGE.md +88 -0
- package/packs/product-design/claude/ux-variations/CHANGELOG.md +67 -0
- package/packs/product-design/claude/ux-variations/SKILL.md +170 -0
- package/packs/product-design/claude/ux-variations/archive/v0.0/SKILL.md +233 -0
- package/packs/product-design/claude/ux-variations/archive/v0.1/SKILL.md +148 -0
- package/packs/product-design/claude/ux-variations/archive/v0.10/SKILL.md +179 -0
- package/packs/product-design/claude/ux-variations/archive/v0.11/SKILL.md +179 -0
- package/packs/product-design/claude/ux-variations/archive/v0.12/SKILL.md +180 -0
- package/packs/product-design/claude/ux-variations/archive/v0.13/SKILL.md +184 -0
- package/packs/product-design/claude/ux-variations/archive/v0.2/SKILL.md +148 -0
- package/packs/product-design/claude/ux-variations/archive/v0.3/SKILL.md +156 -0
- package/packs/product-design/claude/ux-variations/archive/v0.4/SKILL.md +159 -0
- package/packs/product-design/claude/ux-variations/archive/v0.5/SKILL.md +159 -0
- package/packs/product-design/claude/ux-variations/archive/v0.6/SKILL.md +173 -0
- package/packs/product-design/claude/ux-variations/archive/v0.7/SKILL.md +177 -0
- package/packs/product-design/claude/ux-variations/archive/v0.8/SKILL.md +177 -0
- package/packs/product-design/claude/ux-variations/archive/v0.9/SKILL.md +177 -0
- package/packs/product-design/codex/brainstorm/ALIGNMENT-PAGE.md +86 -0
- package/packs/product-design/codex/brainstorm/CHANGELOG.md +15 -0
- package/packs/product-design/codex/brainstorm/SKILL.md +85 -0
- package/packs/product-design/codex/brainstorm/agents/openai.yaml +7 -0
- package/packs/product-design/codex/brainstorm/archive/v0.0/SKILL.md +106 -0
- package/packs/product-design/codex/brainstorm/archive/v0.1/SKILL.md +82 -0
- package/packs/product-design/codex/consolidate-variations/ALIGNMENT-PAGE.md +88 -0
- package/packs/product-design/codex/consolidate-variations/CHANGELOG.md +50 -0
- package/packs/product-design/codex/consolidate-variations/SKILL.md +126 -0
- package/packs/product-design/codex/consolidate-variations/agents/openai.yaml +7 -0
- package/packs/product-design/codex/consolidate-variations/archive/v0.0/SKILL.md +137 -0
- package/packs/product-design/codex/consolidate-variations/archive/v0.1/SKILL.md +111 -0
- package/packs/product-design/codex/consolidate-variations/archive/v0.2/SKILL.md +111 -0
- package/packs/product-design/codex/consolidate-variations/archive/v0.3/SKILL.md +119 -0
- package/packs/product-design/codex/consolidate-variations/archive/v0.4/SKILL.md +133 -0
- package/packs/product-design/codex/consolidate-variations/archive/v0.5/SKILL.md +137 -0
- package/packs/product-design/codex/consolidate-variations/archive/v0.6/SKILL.md +137 -0
- package/packs/product-design/codex/consolidate-variations/archive/v0.7/SKILL.md +137 -0
- package/packs/product-design/codex/consolidate-variations/archive/v0.8/SKILL.md +139 -0
- package/packs/product-design/codex/consolidate-variations/archive/v0.9/SKILL.md +140 -0
- package/packs/product-design/codex/design-system/ALIGNMENT-PAGE.md +86 -0
- package/packs/product-design/codex/design-system/CHANGELOG.md +9 -0
- package/packs/product-design/codex/design-system/SKILL.md +156 -0
- package/packs/product-design/codex/design-system/agents/openai.yaml +7 -0
- package/packs/product-design/codex/design-system/archive/v0.0/SKILL.md +188 -0
- package/packs/product-design/codex/feature-interview/ALIGNMENT-PAGE.md +86 -0
- package/packs/product-design/codex/feature-interview/CHANGELOG.md +25 -0
- package/packs/product-design/codex/feature-interview/SKILL.md +151 -0
- package/packs/product-design/codex/feature-interview/agents/openai.yaml +7 -0
- package/packs/product-design/codex/feature-interview/archive/v0.0/SKILL.md +162 -0
- package/packs/product-design/codex/feature-interview/archive/v0.1/SKILL.md +172 -0
- package/packs/product-design/codex/feature-interview/archive/v0.2/SKILL.md +129 -0
- package/packs/product-design/codex/feature-interview/archive/v0.3/SKILL.md +136 -0
- package/packs/product-design/codex/prototype/ALIGNMENT-PAGE.md +88 -0
- package/packs/product-design/codex/prototype/CHANGELOG.md +55 -0
- package/packs/product-design/codex/prototype/SKILL.md +195 -0
- package/packs/product-design/codex/prototype/agents/openai.yaml +7 -0
- package/packs/product-design/codex/prototype/archive/v0.0/SKILL.md +208 -0
- package/packs/product-design/codex/prototype/archive/v0.1/SKILL.md +174 -0
- package/packs/product-design/codex/prototype/archive/v0.10/SKILL.md +207 -0
- package/packs/product-design/codex/prototype/archive/v0.2/SKILL.md +174 -0
- package/packs/product-design/codex/prototype/archive/v0.3/SKILL.md +182 -0
- package/packs/product-design/codex/prototype/archive/v0.4/SKILL.md +196 -0
- package/packs/product-design/codex/prototype/archive/v0.5/SKILL.md +200 -0
- package/packs/product-design/codex/prototype/archive/v0.6/SKILL.md +200 -0
- package/packs/product-design/codex/prototype/archive/v0.7/SKILL.md +200 -0
- package/packs/product-design/codex/prototype/archive/v0.8/SKILL.md +202 -0
- package/packs/product-design/codex/prototype/archive/v0.9/SKILL.md +203 -0
- package/packs/product-design/codex/spec-interview/ALIGNMENT-PAGE.md +86 -0
- package/packs/product-design/codex/spec-interview/CHANGELOG.md +51 -0
- package/packs/product-design/codex/spec-interview/SKILL.md +159 -0
- package/packs/product-design/codex/spec-interview/agents/openai.yaml +7 -0
- package/packs/product-design/codex/spec-interview/archive/v0.0/SKILL.md +191 -0
- package/packs/product-design/codex/spec-interview/archive/v0.1/SKILL.md +142 -0
- package/packs/product-design/codex/spec-interview/archive/v0.2/SKILL.md +150 -0
- package/packs/product-design/codex/spec-interview/archive/v0.3/SKILL.md +164 -0
- package/packs/product-design/codex/spec-interview/archive/v0.4/SKILL.md +168 -0
- package/packs/product-design/codex/spec-interview/archive/v0.5/SKILL.md +168 -0
- package/packs/product-design/codex/spec-interview/archive/v0.6/SKILL.md +168 -0
- package/packs/product-design/codex/spec-interview/archive/v0.7/SKILL.md +170 -0
- package/packs/product-design/codex/spec-interview/archive/v0.8/SKILL.md +171 -0
- package/packs/product-design/codex/spec-interview/archive/v0.9/SKILL.md +173 -0
- package/packs/product-design/codex/ui-interview/ALIGNMENT-PAGE.md +88 -0
- package/packs/product-design/codex/ui-interview/CHANGELOG.md +61 -0
- package/packs/product-design/codex/ui-interview/SKILL.md +179 -0
- package/packs/product-design/codex/ui-interview/agents/openai.yaml +7 -0
- package/packs/product-design/codex/ui-interview/archive/v0.0/SKILL.md +179 -0
- package/packs/product-design/codex/ui-interview/archive/v0.1/SKILL.md +153 -0
- package/packs/product-design/codex/ui-interview/archive/v0.10/SKILL.md +188 -0
- package/packs/product-design/codex/ui-interview/archive/v0.11/SKILL.md +193 -0
- package/packs/product-design/codex/ui-interview/archive/v0.2/SKILL.md +156 -0
- package/packs/product-design/codex/ui-interview/archive/v0.3/SKILL.md +164 -0
- package/packs/product-design/codex/ui-interview/archive/v0.4/SKILL.md +166 -0
- package/packs/product-design/codex/ui-interview/archive/v0.5/SKILL.md +180 -0
- package/packs/product-design/codex/ui-interview/archive/v0.6/SKILL.md +184 -0
- package/packs/product-design/codex/ui-interview/archive/v0.7/SKILL.md +184 -0
- package/packs/product-design/codex/ui-interview/archive/v0.8/SKILL.md +184 -0
- package/packs/product-design/codex/ui-interview/archive/v0.9/SKILL.md +186 -0
- package/packs/product-design/codex/user-flow-map/ALIGNMENT-PAGE.md +88 -0
- package/packs/product-design/codex/user-flow-map/CHANGELOG.md +5 -0
- package/packs/product-design/codex/user-flow-map/SKILL.md +160 -0
- package/packs/product-design/codex/user-flow-map/agents/openai.yaml +7 -0
- package/packs/product-design/codex/ux-variations/ALIGNMENT-PAGE.md +88 -0
- package/packs/product-design/codex/ux-variations/CHANGELOG.md +67 -0
- package/packs/product-design/codex/ux-variations/SKILL.md +256 -0
- package/packs/product-design/codex/ux-variations/agents/openai.yaml +7 -0
- package/packs/product-design/codex/ux-variations/archive/v0.0/SKILL.md +318 -0
- package/packs/product-design/codex/ux-variations/archive/v0.1/SKILL.md +234 -0
- package/packs/product-design/codex/ux-variations/archive/v0.10/SKILL.md +263 -0
- package/packs/product-design/codex/ux-variations/archive/v0.11/SKILL.md +265 -0
- package/packs/product-design/codex/ux-variations/archive/v0.12/SKILL.md +266 -0
- package/packs/product-design/codex/ux-variations/archive/v0.13/SKILL.md +270 -0
- package/packs/product-design/codex/ux-variations/archive/v0.2/SKILL.md +234 -0
- package/packs/product-design/codex/ux-variations/archive/v0.3/SKILL.md +242 -0
- package/packs/product-design/codex/ux-variations/archive/v0.4/SKILL.md +245 -0
- package/packs/product-design/codex/ux-variations/archive/v0.5/SKILL.md +245 -0
- package/packs/product-design/codex/ux-variations/archive/v0.6/SKILL.md +245 -0
- package/packs/product-design/codex/ux-variations/archive/v0.7/SKILL.md +259 -0
- package/packs/product-design/codex/ux-variations/archive/v0.8/SKILL.md +263 -0
- package/packs/product-design/codex/ux-variations/archive/v0.9/SKILL.md +263 -0
- package/packs/product-testing/PACK.md +22 -0
- package/packs/product-testing/claude/dogfood/ALIGNMENT-PAGE.md +86 -0
- package/packs/product-testing/claude/dogfood/CHANGELOG.md +19 -0
- package/packs/product-testing/claude/dogfood/SKILL.md +157 -0
- package/packs/product-testing/claude/dogfood/archive/v0.0/SKILL.md +173 -0
- package/packs/product-testing/claude/dogfood/archive/v0.1/SKILL.md +142 -0
- package/packs/product-testing/claude/dogfood/archive/v0.2/SKILL.md +157 -0
- package/packs/product-testing/claude/uat/ALIGNMENT-PAGE.md +88 -0
- package/packs/product-testing/claude/uat/CHANGELOG.md +51 -0
- package/packs/product-testing/claude/uat/SKILL.md +223 -0
- package/packs/product-testing/claude/uat/archive/v0.0/SKILL.md +241 -0
- package/packs/product-testing/claude/uat/archive/v0.1/SKILL.md +208 -0
- package/packs/product-testing/claude/uat/archive/v0.2/SKILL.md +216 -0
- package/packs/product-testing/claude/uat/archive/v0.3/SKILL.md +230 -0
- package/packs/product-testing/claude/uat/archive/v0.4/SKILL.md +234 -0
- package/packs/product-testing/claude/uat/archive/v0.5/SKILL.md +234 -0
- package/packs/product-testing/claude/uat/archive/v0.6/SKILL.md +234 -0
- package/packs/product-testing/claude/uat/archive/v0.7/SKILL.md +236 -0
- package/packs/product-testing/claude/uat/archive/v0.8/SKILL.md +237 -0
- package/packs/product-testing/claude/uat/archive/v0.9/SKILL.md +237 -0
- package/packs/product-testing/codex/dogfood/ALIGNMENT-PAGE.md +86 -0
- package/packs/product-testing/codex/dogfood/CHANGELOG.md +19 -0
- package/packs/product-testing/codex/dogfood/SKILL.md +156 -0
- package/packs/product-testing/codex/dogfood/archive/v0.0/SKILL.md +173 -0
- package/packs/product-testing/codex/dogfood/archive/v0.1/SKILL.md +141 -0
- package/packs/product-testing/codex/dogfood/archive/v0.2/SKILL.md +156 -0
- package/packs/product-testing/codex/uat/ALIGNMENT-PAGE.md +88 -0
- package/packs/product-testing/codex/uat/CHANGELOG.md +51 -0
- package/packs/product-testing/codex/uat/SKILL.md +221 -0
- package/packs/product-testing/codex/uat/archive/v0.0/SKILL.md +240 -0
- package/packs/product-testing/codex/uat/archive/v0.1/SKILL.md +206 -0
- package/packs/product-testing/codex/uat/archive/v0.2/SKILL.md +214 -0
- package/packs/product-testing/codex/uat/archive/v0.3/SKILL.md +228 -0
- package/packs/product-testing/codex/uat/archive/v0.4/SKILL.md +232 -0
- package/packs/product-testing/codex/uat/archive/v0.5/SKILL.md +232 -0
- package/packs/product-testing/codex/uat/archive/v0.6/SKILL.md +232 -0
- package/packs/product-testing/codex/uat/archive/v0.7/SKILL.md +234 -0
- package/packs/product-testing/codex/uat/archive/v0.8/SKILL.md +235 -0
- package/packs/product-testing/codex/uat/archive/v0.9/SKILL.md +235 -0
- package/packs/project-fleet/PACK.md +19 -0
- package/packs/project-fleet/claude/clone-spec-store/ALIGNMENT-PAGE.md +84 -0
- package/packs/project-fleet/claude/clone-spec-store/CHANGELOG.md +9 -0
- package/packs/project-fleet/claude/clone-spec-store/SKILL.md +245 -0
- package/packs/project-fleet/claude/clone-spec-store/archive/v0.0/SKILL.md +262 -0
- package/packs/project-fleet/claude/skill-inventory/ALIGNMENT-PAGE.md +84 -0
- package/packs/project-fleet/claude/skill-inventory/CHANGELOG.md +5 -0
- package/packs/project-fleet/claude/skill-inventory/SKILL.md +86 -0
- package/packs/project-fleet/claude/skill-inventory/scripts/skill-inventory.sh +527 -0
- package/packs/project-fleet/codex/clone-spec-store/ALIGNMENT-PAGE.md +84 -0
- package/packs/project-fleet/codex/clone-spec-store/CHANGELOG.md +9 -0
- package/packs/project-fleet/codex/clone-spec-store/SKILL.md +259 -0
- package/packs/project-fleet/codex/clone-spec-store/archive/v0.0/SKILL.md +276 -0
- package/packs/project-fleet/codex/project-fleet/ALIGNMENT-PAGE.md +84 -0
- package/packs/project-fleet/codex/project-fleet/CHANGELOG.md +9 -0
- package/packs/project-fleet/codex/project-fleet/SKILL.md +206 -0
- package/packs/project-fleet/codex/project-fleet/agents/openai.yaml +3 -0
- package/packs/project-fleet/codex/project-fleet/archive/v0.0/SKILL.md +227 -0
- package/packs/project-fleet/codex/skill-inventory/ALIGNMENT-PAGE.md +84 -0
- package/packs/project-fleet/codex/skill-inventory/CHANGELOG.md +5 -0
- package/packs/project-fleet/codex/skill-inventory/SKILL.md +86 -0
- package/packs/project-fleet/codex/skill-inventory/agents/openai.yaml +7 -0
- package/packs/project-fleet/codex/skill-inventory/scripts/skill-inventory.sh +527 -0
- package/packs/project-fleet/codex/spin-off/ALIGNMENT-PAGE.md +84 -0
- package/packs/project-fleet/codex/spin-off/CHANGELOG.md +9 -0
- package/packs/project-fleet/codex/spin-off/SKILL.md +141 -0
- package/packs/project-fleet/codex/spin-off/archive/v0.0/SKILL.md +157 -0
- package/packs/release-ops/PACK.md +23 -0
- package/packs/release-ops/claude/branch-lifecycle/ALIGNMENT-PAGE.md +84 -0
- package/packs/release-ops/claude/branch-lifecycle/CHANGELOG.md +9 -0
- package/packs/release-ops/claude/branch-lifecycle/SKILL.md +158 -0
- package/packs/release-ops/claude/branch-lifecycle/archive/v0.0/SKILL.md +182 -0
- package/packs/release-ops/claude/deploy/SKILL.md +152 -0
- package/packs/release-ops/claude/release/ALIGNMENT-PAGE.md +84 -0
- package/packs/release-ops/claude/release/CHANGELOG.md +9 -0
- package/packs/release-ops/claude/release/SKILL.md +95 -0
- package/packs/release-ops/claude/release/archive/v0.0/SKILL.md +119 -0
- package/packs/release-ops/codex/branch-lifecycle/ALIGNMENT-PAGE.md +84 -0
- package/packs/release-ops/codex/branch-lifecycle/CHANGELOG.md +9 -0
- package/packs/release-ops/codex/branch-lifecycle/SKILL.md +160 -0
- package/packs/release-ops/codex/branch-lifecycle/archive/v0.0/SKILL.md +184 -0
- package/packs/release-ops/codex/deploy/SKILL.md +70 -0
- package/packs/release-ops/codex/deploy/agents/openai.yaml +7 -0
- package/packs/release-ops/codex/release/ALIGNMENT-PAGE.md +84 -0
- package/packs/release-ops/codex/release/CHANGELOG.md +9 -0
- package/packs/release-ops/codex/release/SKILL.md +49 -0
- package/packs/release-ops/codex/release/agents/openai.yaml +7 -0
- package/packs/release-ops/codex/release/archive/v0.0/SKILL.md +73 -0
- package/packs/remotion/PACK.md +21 -0
- package/packs/remotion/claude/video-build/ALIGNMENT-PAGE.md +84 -0
- package/packs/remotion/claude/video-build/CHANGELOG.md +9 -0
- package/packs/remotion/claude/video-build/SKILL.md +121 -0
- package/packs/remotion/claude/video-build/archive/v0.0/SKILL.md +149 -0
- package/packs/remotion/claude/video-script/ALIGNMENT-PAGE.md +84 -0
- package/packs/remotion/claude/video-script/CHANGELOG.md +9 -0
- package/packs/remotion/claude/video-script/SKILL.md +117 -0
- package/packs/remotion/claude/video-script/archive/v0.0/SKILL.md +145 -0
- package/packs/remotion/claude/youtube-format-research/ALIGNMENT-PAGE.md +88 -0
- package/packs/remotion/claude/youtube-format-research/CHANGELOG.md +21 -0
- package/packs/remotion/claude/youtube-format-research/SKILL.md +183 -0
- package/packs/remotion/claude/youtube-format-research/archive/v0.0/SKILL.md +189 -0
- package/packs/remotion/claude/youtube-format-research/archive/v0.1/SKILL.md +158 -0
- package/packs/remotion/claude/youtube-format-research/archive/v0.2/SKILL.md +167 -0
- package/packs/remotion/claude/youtube-format-research/archive/v0.3/SKILL.md +182 -0
- package/packs/remotion/codex/video-build/ALIGNMENT-PAGE.md +84 -0
- package/packs/remotion/codex/video-build/CHANGELOG.md +9 -0
- package/packs/remotion/codex/video-build/SKILL.md +121 -0
- package/packs/remotion/codex/video-build/archive/v0.0/SKILL.md +149 -0
- package/packs/remotion/codex/video-script/ALIGNMENT-PAGE.md +84 -0
- package/packs/remotion/codex/video-script/CHANGELOG.md +9 -0
- package/packs/remotion/codex/video-script/SKILL.md +117 -0
- package/packs/remotion/codex/video-script/archive/v0.0/SKILL.md +145 -0
- package/packs/remotion/codex/youtube-format-research/ALIGNMENT-PAGE.md +88 -0
- package/packs/remotion/codex/youtube-format-research/CHANGELOG.md +21 -0
- package/packs/remotion/codex/youtube-format-research/SKILL.md +183 -0
- package/packs/remotion/codex/youtube-format-research/archive/v0.0/SKILL.md +189 -0
- package/packs/remotion/codex/youtube-format-research/archive/v0.1/SKILL.md +158 -0
- package/packs/remotion/codex/youtube-format-research/archive/v0.2/SKILL.md +167 -0
- package/packs/remotion/codex/youtube-format-research/archive/v0.3/SKILL.md +182 -0
- package/packs/repo-maintenance/PACK.md +22 -0
- package/packs/repo-maintenance/claude/bootstrap-repo/CHANGELOG.md +13 -0
- package/packs/repo-maintenance/claude/bootstrap-repo/SKILL.md +95 -0
- package/packs/repo-maintenance/claude/bootstrap-repo/archive/v0.0/SKILL.md +93 -0
- package/packs/repo-maintenance/claude/bootstrap-repo/archive/v0.1/SKILL.md +95 -0
- package/packs/repo-maintenance/claude/env-setup/CHANGELOG.md +5 -0
- package/packs/repo-maintenance/claude/env-setup/SKILL.md +69 -0
- package/packs/repo-maintenance/codex/bootstrap-repo/CHANGELOG.md +13 -0
- package/packs/repo-maintenance/codex/bootstrap-repo/SKILL.md +97 -0
- package/packs/repo-maintenance/codex/bootstrap-repo/agents/openai.yaml +7 -0
- package/packs/repo-maintenance/codex/bootstrap-repo/archive/v0.0/SKILL.md +95 -0
- package/packs/repo-maintenance/codex/bootstrap-repo/archive/v0.1/SKILL.md +97 -0
- package/packs/repo-maintenance/codex/env-setup/CHANGELOG.md +5 -0
- package/packs/repo-maintenance/codex/env-setup/SKILL.md +71 -0
- package/packs/repo-maintenance/codex/env-setup/agents/openai.yaml +7 -0
- package/packs/report-gen/PACK.md +21 -0
- package/packs/report-gen/claude/report-website/ALIGNMENT-PAGE.md +84 -0
- package/packs/report-gen/claude/report-website/CHANGELOG.md +9 -0
- package/packs/report-gen/claude/report-website/SKILL.md +116 -0
- package/packs/report-gen/claude/report-website/archive/v0.0/SKILL.md +137 -0
- package/packs/report-gen/codex/report-website/ALIGNMENT-PAGE.md +84 -0
- package/packs/report-gen/codex/report-website/CHANGELOG.md +9 -0
- package/packs/report-gen/codex/report-website/SKILL.md +116 -0
- package/packs/report-gen/codex/report-website/archive/v0.0/SKILL.md +137 -0
- package/packs/research-admin/PACK.md +21 -0
- package/packs/research-admin/claude/research-roadmap/ALIGNMENT-PAGE.md +86 -0
- package/packs/research-admin/claude/research-roadmap/CHANGELOG.md +77 -0
- package/packs/research-admin/claude/research-roadmap/SKILL.md +445 -0
- package/packs/research-admin/claude/research-roadmap/archive/v0.0/SKILL.md +444 -0
- package/packs/research-admin/claude/research-roadmap/archive/v0.1/SKILL.md +446 -0
- package/packs/research-admin/claude/research-roadmap/archive/v0.10/SKILL.md +462 -0
- package/packs/research-admin/claude/research-roadmap/archive/v0.11/SKILL.md +464 -0
- package/packs/research-admin/claude/research-roadmap/archive/v0.12/SKILL.md +464 -0
- package/packs/research-admin/claude/research-roadmap/archive/v0.13/SKILL.md +471 -0
- package/packs/research-admin/claude/research-roadmap/archive/v0.14/SKILL.md +471 -0
- package/packs/research-admin/claude/research-roadmap/archive/v0.15/SKILL.md +471 -0
- package/packs/research-admin/claude/research-roadmap/archive/v0.2/SKILL.md +413 -0
- package/packs/research-admin/claude/research-roadmap/archive/v0.3/SKILL.md +433 -0
- package/packs/research-admin/claude/research-roadmap/archive/v0.4/SKILL.md +437 -0
- package/packs/research-admin/claude/research-roadmap/archive/v0.5/SKILL.md +439 -0
- package/packs/research-admin/claude/research-roadmap/archive/v0.6/SKILL.md +453 -0
- package/packs/research-admin/claude/research-roadmap/archive/v0.7/SKILL.md +457 -0
- package/packs/research-admin/claude/research-roadmap/archive/v0.8/SKILL.md +457 -0
- package/packs/research-admin/claude/research-roadmap/archive/v0.9/SKILL.md +457 -0
- package/packs/research-admin/codex/research-roadmap/ALIGNMENT-PAGE.md +86 -0
- package/packs/research-admin/codex/research-roadmap/CHANGELOG.md +74 -0
- package/packs/research-admin/codex/research-roadmap/SKILL.md +466 -0
- package/packs/research-admin/codex/research-roadmap/agents/openai.yaml +7 -0
- package/packs/research-admin/codex/research-roadmap/archive/v0.0/SKILL.md +463 -0
- package/packs/research-admin/codex/research-roadmap/archive/v0.1/SKILL.md +465 -0
- package/packs/research-admin/codex/research-roadmap/archive/v0.10/SKILL.md +481 -0
- package/packs/research-admin/codex/research-roadmap/archive/v0.11/SKILL.md +485 -0
- package/packs/research-admin/codex/research-roadmap/archive/v0.12/SKILL.md +485 -0
- package/packs/research-admin/codex/research-roadmap/archive/v0.13/SKILL.md +492 -0
- package/packs/research-admin/codex/research-roadmap/archive/v0.14/SKILL.md +492 -0
- package/packs/research-admin/codex/research-roadmap/archive/v0.15/SKILL.md +492 -0
- package/packs/research-admin/codex/research-roadmap/archive/v0.2/SKILL.md +432 -0
- package/packs/research-admin/codex/research-roadmap/archive/v0.3/SKILL.md +452 -0
- package/packs/research-admin/codex/research-roadmap/archive/v0.4/SKILL.md +456 -0
- package/packs/research-admin/codex/research-roadmap/archive/v0.5/SKILL.md +458 -0
- package/packs/research-admin/codex/research-roadmap/archive/v0.6/SKILL.md +472 -0
- package/packs/research-admin/codex/research-roadmap/archive/v0.7/SKILL.md +476 -0
- package/packs/research-admin/codex/research-roadmap/archive/v0.8/SKILL.md +476 -0
- package/packs/research-admin/codex/research-roadmap/archive/v0.9/SKILL.md +476 -0
- package/packs/session-analytics/PACK.md +23 -0
- package/packs/session-analytics/claude/analyze-sessions/ALIGNMENT-PAGE.md +88 -0
- package/packs/session-analytics/claude/analyze-sessions/CHANGELOG.md +13 -0
- package/packs/session-analytics/claude/analyze-sessions/SKILL.md +130 -0
- package/packs/session-analytics/claude/analyze-sessions/archive/v0.0/SKILL.md +131 -0
- package/packs/session-analytics/claude/analyze-sessions/archive/v0.1/SKILL.md +108 -0
- package/packs/session-analytics/claude/prompt-history-backfill/ALIGNMENT-PAGE.md +86 -0
- package/packs/session-analytics/claude/prompt-history-backfill/CHANGELOG.md +12 -0
- package/packs/session-analytics/claude/prompt-history-backfill/SKILL.md +110 -0
- package/packs/session-analytics/claude/prompt-history-backfill/archive/v0.0/SKILL.md +100 -0
- package/packs/session-analytics/claude/session-triage/CHANGELOG.md +9 -0
- package/packs/session-analytics/claude/session-triage/SKILL.md +92 -0
- package/packs/session-analytics/claude/session-triage/archive/v0.0/SKILL.md +119 -0
- package/packs/session-analytics/codex/analyze-sessions/ALIGNMENT-PAGE.md +88 -0
- package/packs/session-analytics/codex/analyze-sessions/CHANGELOG.md +13 -0
- package/packs/session-analytics/codex/analyze-sessions/SKILL.md +130 -0
- package/packs/session-analytics/codex/analyze-sessions/agents/openai.yaml +7 -0
- package/packs/session-analytics/codex/analyze-sessions/archive/v0.0/SKILL.md +132 -0
- package/packs/session-analytics/codex/analyze-sessions/archive/v0.1/SKILL.md +108 -0
- package/packs/session-analytics/codex/prompt-history-backfill/ALIGNMENT-PAGE.md +86 -0
- package/packs/session-analytics/codex/prompt-history-backfill/CHANGELOG.md +12 -0
- package/packs/session-analytics/codex/prompt-history-backfill/SKILL.md +110 -0
- package/packs/session-analytics/codex/prompt-history-backfill/agents/openai.yaml +7 -0
- package/packs/session-analytics/codex/prompt-history-backfill/archive/v0.0/SKILL.md +100 -0
- package/packs/session-analytics/codex/session-triage/CHANGELOG.md +9 -0
- package/packs/session-analytics/codex/session-triage/SKILL.md +93 -0
- package/packs/session-analytics/codex/session-triage/agents/openai.yaml +7 -0
- package/packs/session-analytics/codex/session-triage/archive/v0.0/SKILL.md +121 -0
- package/packs/skill-dev/PACK.md +24 -0
- package/packs/skill-dev/claude/create-agentic-skill/CHANGELOG.md +9 -0
- package/packs/skill-dev/claude/create-agentic-skill/SKILL.md +91 -0
- package/packs/skill-dev/claude/create-agentic-skill/archive/v0.0/SKILL.md +91 -0
- package/packs/skill-dev/claude/create-local-skill/CHANGELOG.md +9 -0
- package/packs/skill-dev/claude/create-local-skill/SKILL.md +91 -0
- package/packs/skill-dev/claude/create-local-skill/archive/v0.0/SKILL.md +86 -0
- package/packs/skill-dev/claude/skill-interview/ALIGNMENT-PAGE.md +84 -0
- package/packs/skill-dev/claude/skill-interview/CHANGELOG.md +9 -0
- package/packs/skill-dev/claude/skill-interview/SKILL.md +118 -0
- package/packs/skill-dev/claude/skill-interview/archive/v0.0/SKILL.md +133 -0
- package/packs/skill-dev/claude/targeted-skill-builder/ALIGNMENT-PAGE.md +84 -0
- package/packs/skill-dev/claude/targeted-skill-builder/CHANGELOG.md +17 -0
- package/packs/skill-dev/claude/targeted-skill-builder/SKILL.md +116 -0
- package/packs/skill-dev/claude/targeted-skill-builder/archive/v0.0/SKILL.md +140 -0
- package/packs/skill-dev/claude/targeted-skill-builder/archive/v0.1/SKILL.md +116 -0
- package/packs/skill-dev/claude/targeted-skill-builder/archive/v0.2/SKILL.md +116 -0
- package/packs/skill-dev/codex/create-agentic-skill/CHANGELOG.md +9 -0
- package/packs/skill-dev/codex/create-agentic-skill/SKILL.md +93 -0
- package/packs/skill-dev/codex/create-agentic-skill/archive/v0.0/SKILL.md +93 -0
- package/packs/skill-dev/codex/create-local-skill/CHANGELOG.md +9 -0
- package/packs/skill-dev/codex/create-local-skill/SKILL.md +80 -0
- package/packs/skill-dev/codex/create-local-skill/archive/v0.0/SKILL.md +75 -0
- package/packs/skill-dev/codex/skill-interview/ALIGNMENT-PAGE.md +84 -0
- package/packs/skill-dev/codex/skill-interview/CHANGELOG.md +9 -0
- package/packs/skill-dev/codex/skill-interview/SKILL.md +119 -0
- package/packs/skill-dev/codex/skill-interview/archive/v0.0/SKILL.md +134 -0
- package/packs/skill-dev/codex/targeted-skill-builder/ALIGNMENT-PAGE.md +84 -0
- package/packs/skill-dev/codex/targeted-skill-builder/CHANGELOG.md +17 -0
- package/packs/skill-dev/codex/targeted-skill-builder/SKILL.md +118 -0
- package/packs/skill-dev/codex/targeted-skill-builder/agents/openai.yaml +7 -0
- package/packs/skill-dev/codex/targeted-skill-builder/archive/v0.0/SKILL.md +142 -0
- package/packs/skill-dev/codex/targeted-skill-builder/archive/v0.1/SKILL.md +118 -0
- package/packs/skill-dev/codex/targeted-skill-builder/archive/v0.2/SKILL.md +118 -0
- package/packs/teardown/PACK.md +22 -0
- package/packs/teardown/claude/decommission/ALIGNMENT-PAGE.md +84 -0
- package/packs/teardown/claude/decommission/CHANGELOG.md +9 -0
- package/packs/teardown/claude/decommission/SKILL.md +90 -0
- package/packs/teardown/claude/decommission/archive/v0.0/SKILL.md +114 -0
- package/packs/teardown/claude/desk-flip/ALIGNMENT-PAGE.md +84 -0
- package/packs/teardown/claude/desk-flip/CHANGELOG.md +17 -0
- package/packs/teardown/claude/desk-flip/SKILL.md +103 -0
- package/packs/teardown/claude/desk-flip/archive/v0.0/SKILL.md +123 -0
- package/packs/teardown/claude/desk-flip/archive/v0.1/SKILL.md +103 -0
- package/packs/teardown/claude/desk-flip/archive/v0.2/SKILL.md +103 -0
- package/packs/teardown/codex/decommission/ALIGNMENT-PAGE.md +84 -0
- package/packs/teardown/codex/decommission/CHANGELOG.md +9 -0
- package/packs/teardown/codex/decommission/SKILL.md +42 -0
- package/packs/teardown/codex/decommission/agents/openai.yaml +7 -0
- package/packs/teardown/codex/decommission/archive/v0.0/SKILL.md +66 -0
- package/packs/teardown/codex/desk-flip/ALIGNMENT-PAGE.md +84 -0
- package/packs/teardown/codex/desk-flip/CHANGELOG.md +17 -0
- package/packs/teardown/codex/desk-flip/SKILL.md +103 -0
- package/packs/teardown/codex/desk-flip/archive/v0.0/SKILL.md +124 -0
- package/packs/teardown/codex/desk-flip/archive/v0.1/SKILL.md +103 -0
- package/packs/teardown/codex/desk-flip/archive/v0.2/SKILL.md +103 -0
- package/packs/vard/PACK.md +33 -0
- package/packs/vard/claude/vard-align/SKILL.md +57 -0
- package/packs/vard/claude/vard-scan/SKILL.md +56 -0
- package/packs/vard/claude/vard-ship/SKILL.md +63 -0
- package/packs/vard/codex/vard-align/SKILL.md +57 -0
- package/packs/vard/codex/vard-scan/SKILL.md +56 -0
- package/packs/vard/codex/vard-ship/SKILL.md +63 -0
- package/packs/website-polish/PACK.md +21 -0
- package/packs/website-polish/claude/icon-handler/ALIGNMENT-PAGE.md +84 -0
- package/packs/website-polish/claude/icon-handler/CHANGELOG.md +9 -0
- package/packs/website-polish/claude/icon-handler/SKILL.md +152 -0
- package/packs/website-polish/claude/icon-handler/archive/v0.0/SKILL.md +173 -0
- package/packs/website-polish/codex/icon-handler/ALIGNMENT-PAGE.md +84 -0
- package/packs/website-polish/codex/icon-handler/CHANGELOG.md +9 -0
- package/packs/website-polish/codex/icon-handler/SKILL.md +152 -0
- package/packs/website-polish/codex/icon-handler/agents/openai.yaml +7 -0
- package/packs/website-polish/codex/icon-handler/archive/v0.0/SKILL.md +173 -0
- package/packs/youtube-ops/PACK.md +28 -0
- package/packs/youtube-ops/claude/youtube/CHANGELOG.md +19 -0
- package/packs/youtube-ops/claude/youtube/SKILL.md +142 -0
- package/packs/youtube-ops/claude/youtube/archive/v0.0/SKILL.md +111 -0
- package/packs/youtube-ops/claude/youtube-audit/ALIGNMENT-PAGE.md +86 -0
- package/packs/youtube-ops/claude/youtube-audit/CHANGELOG.md +25 -0
- package/packs/youtube-ops/claude/youtube-audit/SKILL.md +354 -0
- package/packs/youtube-ops/claude/youtube-audit/archive/v0.0/SKILL.md +367 -0
- package/packs/youtube-ops/claude/youtube-audit/archive/v0.1/SKILL.md +311 -0
- package/packs/youtube-ops/claude/youtube-audit/archive/v0.2/SKILL.md +334 -0
- package/packs/youtube-ops/claude/youtube-audit/archive/v0.3/SKILL.md +343 -0
- package/packs/youtube-ops/claude/youtube-audit/archive/v0.4/SKILL.md +354 -0
- package/packs/youtube-ops/claude/youtube-cadence-diagnosis/ALIGNMENT-PAGE.md +88 -0
- package/packs/youtube-ops/claude/youtube-cadence-diagnosis/CHANGELOG.md +21 -0
- package/packs/youtube-ops/claude/youtube-cadence-diagnosis/SKILL.md +129 -0
- package/packs/youtube-ops/claude/youtube-cadence-diagnosis/archive/v0.0/SKILL.md +126 -0
- package/packs/youtube-ops/claude/youtube-cadence-diagnosis/archive/v0.1/SKILL.md +103 -0
- package/packs/youtube-ops/claude/youtube-cadence-diagnosis/archive/v0.2/SKILL.md +112 -0
- package/packs/youtube-ops/claude/youtube-cadence-diagnosis/archive/v0.3/SKILL.md +128 -0
- package/packs/youtube-ops/claude/youtube-channel-audit/ALIGNMENT-PAGE.md +86 -0
- package/packs/youtube-ops/claude/youtube-channel-audit/CHANGELOG.md +21 -0
- package/packs/youtube-ops/claude/youtube-channel-audit/SKILL.md +119 -0
- package/packs/youtube-ops/claude/youtube-channel-audit/archive/v0.0/SKILL.md +117 -0
- package/packs/youtube-ops/claude/youtube-channel-audit/archive/v0.1/SKILL.md +94 -0
- package/packs/youtube-ops/claude/youtube-channel-audit/archive/v0.2/SKILL.md +103 -0
- package/packs/youtube-ops/claude/youtube-channel-audit/archive/v0.3/SKILL.md +118 -0
- package/packs/youtube-ops/claude/youtube-competitive-research/ALIGNMENT-PAGE.md +88 -0
- package/packs/youtube-ops/claude/youtube-competitive-research/CHANGELOG.md +21 -0
- package/packs/youtube-ops/claude/youtube-competitive-research/SKILL.md +185 -0
- package/packs/youtube-ops/claude/youtube-competitive-research/archive/v0.0/SKILL.md +191 -0
- package/packs/youtube-ops/claude/youtube-competitive-research/archive/v0.1/SKILL.md +160 -0
- package/packs/youtube-ops/claude/youtube-competitive-research/archive/v0.2/SKILL.md +169 -0
- package/packs/youtube-ops/claude/youtube-competitive-research/archive/v0.3/SKILL.md +184 -0
- package/packs/youtube-ops/claude/youtube-concept-research/ALIGNMENT-PAGE.md +88 -0
- package/packs/youtube-ops/claude/youtube-concept-research/CHANGELOG.md +21 -0
- package/packs/youtube-ops/claude/youtube-concept-research/SKILL.md +244 -0
- package/packs/youtube-ops/claude/youtube-concept-research/archive/v0.0/SKILL.md +242 -0
- package/packs/youtube-ops/claude/youtube-concept-research/archive/v0.1/SKILL.md +211 -0
- package/packs/youtube-ops/claude/youtube-concept-research/archive/v0.2/SKILL.md +220 -0
- package/packs/youtube-ops/claude/youtube-concept-research/archive/v0.3/SKILL.md +243 -0
- package/packs/youtube-ops/claude/youtube-description-optimizer/ALIGNMENT-PAGE.md +86 -0
- package/packs/youtube-ops/claude/youtube-description-optimizer/CHANGELOG.md +21 -0
- package/packs/youtube-ops/claude/youtube-description-optimizer/SKILL.md +176 -0
- package/packs/youtube-ops/claude/youtube-description-optimizer/archive/v0.0/SKILL.md +182 -0
- package/packs/youtube-ops/claude/youtube-description-optimizer/archive/v0.1/SKILL.md +151 -0
- package/packs/youtube-ops/claude/youtube-description-optimizer/archive/v0.2/SKILL.md +160 -0
- package/packs/youtube-ops/claude/youtube-description-optimizer/archive/v0.3/SKILL.md +175 -0
- package/packs/youtube-ops/claude/youtube-peer-benchmark/ALIGNMENT-PAGE.md +88 -0
- package/packs/youtube-ops/claude/youtube-peer-benchmark/CHANGELOG.md +21 -0
- package/packs/youtube-ops/claude/youtube-peer-benchmark/SKILL.md +384 -0
- package/packs/youtube-ops/claude/youtube-peer-benchmark/archive/v0.0/SKILL.md +391 -0
- package/packs/youtube-ops/claude/youtube-peer-benchmark/archive/v0.1/SKILL.md +365 -0
- package/packs/youtube-ops/claude/youtube-peer-benchmark/archive/v0.2/SKILL.md +374 -0
- package/packs/youtube-ops/claude/youtube-peer-benchmark/archive/v0.3/SKILL.md +386 -0
- package/packs/youtube-ops/claude/youtube-portfolio/ALIGNMENT-PAGE.md +86 -0
- package/packs/youtube-ops/claude/youtube-portfolio/CHANGELOG.md +21 -0
- package/packs/youtube-ops/claude/youtube-portfolio/SKILL.md +103 -0
- package/packs/youtube-ops/claude/youtube-portfolio/archive/v0.0/SKILL.md +109 -0
- package/packs/youtube-ops/claude/youtube-portfolio/archive/v0.1/SKILL.md +78 -0
- package/packs/youtube-ops/claude/youtube-portfolio/archive/v0.2/SKILL.md +87 -0
- package/packs/youtube-ops/claude/youtube-portfolio/archive/v0.3/SKILL.md +102 -0
- package/packs/youtube-ops/claude/youtube-search-positioning/ALIGNMENT-PAGE.md +88 -0
- package/packs/youtube-ops/claude/youtube-search-positioning/CHANGELOG.md +21 -0
- package/packs/youtube-ops/claude/youtube-search-positioning/SKILL.md +127 -0
- package/packs/youtube-ops/claude/youtube-search-positioning/archive/v0.0/SKILL.md +125 -0
- package/packs/youtube-ops/claude/youtube-search-positioning/archive/v0.1/SKILL.md +102 -0
- package/packs/youtube-ops/claude/youtube-search-positioning/archive/v0.2/SKILL.md +111 -0
- package/packs/youtube-ops/claude/youtube-search-positioning/archive/v0.3/SKILL.md +126 -0
- package/packs/youtube-ops/claude/youtube-title-thumbnail-audit/ALIGNMENT-PAGE.md +86 -0
- package/packs/youtube-ops/claude/youtube-title-thumbnail-audit/CHANGELOG.md +21 -0
- package/packs/youtube-ops/claude/youtube-title-thumbnail-audit/SKILL.md +130 -0
- package/packs/youtube-ops/claude/youtube-title-thumbnail-audit/archive/v0.0/SKILL.md +128 -0
- package/packs/youtube-ops/claude/youtube-title-thumbnail-audit/archive/v0.1/SKILL.md +105 -0
- package/packs/youtube-ops/claude/youtube-title-thumbnail-audit/archive/v0.2/SKILL.md +114 -0
- package/packs/youtube-ops/claude/youtube-title-thumbnail-audit/archive/v0.3/SKILL.md +129 -0
- package/packs/youtube-ops/claude/youtube-vid-research/ALIGNMENT-PAGE.md +88 -0
- package/packs/youtube-ops/claude/youtube-vid-research/CHANGELOG.md +21 -0
- package/packs/youtube-ops/claude/youtube-vid-research/SKILL.md +171 -0
- package/packs/youtube-ops/claude/youtube-vid-research/archive/v0.0/SKILL.md +177 -0
- package/packs/youtube-ops/claude/youtube-vid-research/archive/v0.1/SKILL.md +146 -0
- package/packs/youtube-ops/claude/youtube-vid-research/archive/v0.2/SKILL.md +155 -0
- package/packs/youtube-ops/claude/youtube-vid-research/archive/v0.3/SKILL.md +170 -0
- package/packs/youtube-ops/claude/youtube-video-audit/ALIGNMENT-PAGE.md +86 -0
- package/packs/youtube-ops/claude/youtube-video-audit/CHANGELOG.md +21 -0
- package/packs/youtube-ops/claude/youtube-video-audit/SKILL.md +277 -0
- package/packs/youtube-ops/claude/youtube-video-audit/archive/v0.0/SKILL.md +275 -0
- package/packs/youtube-ops/claude/youtube-video-audit/archive/v0.1/SKILL.md +252 -0
- package/packs/youtube-ops/claude/youtube-video-audit/archive/v0.2/SKILL.md +261 -0
- package/packs/youtube-ops/claude/youtube-video-audit/archive/v0.3/SKILL.md +276 -0
- package/packs/youtube-ops/claude/youtube-video-prelaunch-audit/ALIGNMENT-PAGE.md +86 -0
- package/packs/youtube-ops/claude/youtube-video-prelaunch-audit/CHANGELOG.md +9 -0
- package/packs/youtube-ops/claude/youtube-video-prelaunch-audit/SKILL.md +272 -0
- package/packs/youtube-ops/claude/youtube-video-prelaunch-audit/archive/v0.0/SKILL.md +272 -0
- package/packs/youtube-ops/codex/youtube/CHANGELOG.md +19 -0
- package/packs/youtube-ops/codex/youtube/SKILL.md +142 -0
- package/packs/youtube-ops/codex/youtube/archive/v0.0/SKILL.md +111 -0
- package/packs/youtube-ops/codex/youtube-audit/ALIGNMENT-PAGE.md +86 -0
- package/packs/youtube-ops/codex/youtube-audit/CHANGELOG.md +25 -0
- package/packs/youtube-ops/codex/youtube-audit/SKILL.md +356 -0
- package/packs/youtube-ops/codex/youtube-audit/archive/v0.0/SKILL.md +369 -0
- package/packs/youtube-ops/codex/youtube-audit/archive/v0.1/SKILL.md +313 -0
- package/packs/youtube-ops/codex/youtube-audit/archive/v0.2/SKILL.md +336 -0
- package/packs/youtube-ops/codex/youtube-audit/archive/v0.3/SKILL.md +345 -0
- package/packs/youtube-ops/codex/youtube-audit/archive/v0.4/SKILL.md +356 -0
- package/packs/youtube-ops/codex/youtube-cadence-diagnosis/ALIGNMENT-PAGE.md +88 -0
- package/packs/youtube-ops/codex/youtube-cadence-diagnosis/CHANGELOG.md +21 -0
- package/packs/youtube-ops/codex/youtube-cadence-diagnosis/SKILL.md +129 -0
- package/packs/youtube-ops/codex/youtube-cadence-diagnosis/archive/v0.0/SKILL.md +126 -0
- package/packs/youtube-ops/codex/youtube-cadence-diagnosis/archive/v0.1/SKILL.md +103 -0
- package/packs/youtube-ops/codex/youtube-cadence-diagnosis/archive/v0.2/SKILL.md +112 -0
- package/packs/youtube-ops/codex/youtube-cadence-diagnosis/archive/v0.3/SKILL.md +128 -0
- package/packs/youtube-ops/codex/youtube-channel-audit/ALIGNMENT-PAGE.md +86 -0
- package/packs/youtube-ops/codex/youtube-channel-audit/CHANGELOG.md +21 -0
- package/packs/youtube-ops/codex/youtube-channel-audit/SKILL.md +119 -0
- package/packs/youtube-ops/codex/youtube-channel-audit/archive/v0.0/SKILL.md +117 -0
- package/packs/youtube-ops/codex/youtube-channel-audit/archive/v0.1/SKILL.md +94 -0
- package/packs/youtube-ops/codex/youtube-channel-audit/archive/v0.2/SKILL.md +103 -0
- package/packs/youtube-ops/codex/youtube-channel-audit/archive/v0.3/SKILL.md +118 -0
- package/packs/youtube-ops/codex/youtube-competitive-research/ALIGNMENT-PAGE.md +88 -0
- package/packs/youtube-ops/codex/youtube-competitive-research/CHANGELOG.md +21 -0
- package/packs/youtube-ops/codex/youtube-competitive-research/SKILL.md +185 -0
- package/packs/youtube-ops/codex/youtube-competitive-research/archive/v0.0/SKILL.md +191 -0
- package/packs/youtube-ops/codex/youtube-competitive-research/archive/v0.1/SKILL.md +160 -0
- package/packs/youtube-ops/codex/youtube-competitive-research/archive/v0.2/SKILL.md +169 -0
- package/packs/youtube-ops/codex/youtube-competitive-research/archive/v0.3/SKILL.md +184 -0
- package/packs/youtube-ops/codex/youtube-concept-research/ALIGNMENT-PAGE.md +88 -0
- package/packs/youtube-ops/codex/youtube-concept-research/CHANGELOG.md +21 -0
- package/packs/youtube-ops/codex/youtube-concept-research/SKILL.md +236 -0
- package/packs/youtube-ops/codex/youtube-concept-research/archive/v0.0/SKILL.md +242 -0
- package/packs/youtube-ops/codex/youtube-concept-research/archive/v0.1/SKILL.md +211 -0
- package/packs/youtube-ops/codex/youtube-concept-research/archive/v0.2/SKILL.md +220 -0
- package/packs/youtube-ops/codex/youtube-concept-research/archive/v0.3/SKILL.md +235 -0
- package/packs/youtube-ops/codex/youtube-description-optimizer/ALIGNMENT-PAGE.md +86 -0
- package/packs/youtube-ops/codex/youtube-description-optimizer/CHANGELOG.md +21 -0
- package/packs/youtube-ops/codex/youtube-description-optimizer/SKILL.md +176 -0
- package/packs/youtube-ops/codex/youtube-description-optimizer/archive/v0.0/SKILL.md +182 -0
- package/packs/youtube-ops/codex/youtube-description-optimizer/archive/v0.1/SKILL.md +151 -0
- package/packs/youtube-ops/codex/youtube-description-optimizer/archive/v0.2/SKILL.md +160 -0
- package/packs/youtube-ops/codex/youtube-description-optimizer/archive/v0.3/SKILL.md +175 -0
- package/packs/youtube-ops/codex/youtube-peer-benchmark/ALIGNMENT-PAGE.md +88 -0
- package/packs/youtube-ops/codex/youtube-peer-benchmark/CHANGELOG.md +21 -0
- package/packs/youtube-ops/codex/youtube-peer-benchmark/SKILL.md +103 -0
- package/packs/youtube-ops/codex/youtube-peer-benchmark/archive/v0.0/SKILL.md +108 -0
- package/packs/youtube-ops/codex/youtube-peer-benchmark/archive/v0.1/SKILL.md +77 -0
- package/packs/youtube-ops/codex/youtube-peer-benchmark/archive/v0.2/SKILL.md +86 -0
- package/packs/youtube-ops/codex/youtube-peer-benchmark/archive/v0.3/SKILL.md +102 -0
- package/packs/youtube-ops/codex/youtube-portfolio/ALIGNMENT-PAGE.md +86 -0
- package/packs/youtube-ops/codex/youtube-portfolio/CHANGELOG.md +21 -0
- package/packs/youtube-ops/codex/youtube-portfolio/SKILL.md +103 -0
- package/packs/youtube-ops/codex/youtube-portfolio/archive/v0.0/SKILL.md +109 -0
- package/packs/youtube-ops/codex/youtube-portfolio/archive/v0.1/SKILL.md +78 -0
- package/packs/youtube-ops/codex/youtube-portfolio/archive/v0.2/SKILL.md +87 -0
- package/packs/youtube-ops/codex/youtube-portfolio/archive/v0.3/SKILL.md +102 -0
- package/packs/youtube-ops/codex/youtube-search-positioning/ALIGNMENT-PAGE.md +88 -0
- package/packs/youtube-ops/codex/youtube-search-positioning/CHANGELOG.md +21 -0
- package/packs/youtube-ops/codex/youtube-search-positioning/SKILL.md +127 -0
- package/packs/youtube-ops/codex/youtube-search-positioning/archive/v0.0/SKILL.md +125 -0
- package/packs/youtube-ops/codex/youtube-search-positioning/archive/v0.1/SKILL.md +102 -0
- package/packs/youtube-ops/codex/youtube-search-positioning/archive/v0.2/SKILL.md +111 -0
- package/packs/youtube-ops/codex/youtube-search-positioning/archive/v0.3/SKILL.md +126 -0
- package/packs/youtube-ops/codex/youtube-title-thumbnail-audit/ALIGNMENT-PAGE.md +86 -0
- package/packs/youtube-ops/codex/youtube-title-thumbnail-audit/CHANGELOG.md +21 -0
- package/packs/youtube-ops/codex/youtube-title-thumbnail-audit/SKILL.md +130 -0
- package/packs/youtube-ops/codex/youtube-title-thumbnail-audit/archive/v0.0/SKILL.md +128 -0
- package/packs/youtube-ops/codex/youtube-title-thumbnail-audit/archive/v0.1/SKILL.md +105 -0
- package/packs/youtube-ops/codex/youtube-title-thumbnail-audit/archive/v0.2/SKILL.md +114 -0
- package/packs/youtube-ops/codex/youtube-title-thumbnail-audit/archive/v0.3/SKILL.md +129 -0
- package/packs/youtube-ops/codex/youtube-vid-research/ALIGNMENT-PAGE.md +88 -0
- package/packs/youtube-ops/codex/youtube-vid-research/CHANGELOG.md +21 -0
- package/packs/youtube-ops/codex/youtube-vid-research/SKILL.md +171 -0
- package/packs/youtube-ops/codex/youtube-vid-research/archive/v0.0/SKILL.md +177 -0
- package/packs/youtube-ops/codex/youtube-vid-research/archive/v0.1/SKILL.md +146 -0
- package/packs/youtube-ops/codex/youtube-vid-research/archive/v0.2/SKILL.md +155 -0
- package/packs/youtube-ops/codex/youtube-vid-research/archive/v0.3/SKILL.md +170 -0
- package/packs/youtube-ops/codex/youtube-video-audit/ALIGNMENT-PAGE.md +86 -0
- package/packs/youtube-ops/codex/youtube-video-audit/CHANGELOG.md +21 -0
- package/packs/youtube-ops/codex/youtube-video-audit/SKILL.md +277 -0
- package/packs/youtube-ops/codex/youtube-video-audit/archive/v0.0/SKILL.md +275 -0
- package/packs/youtube-ops/codex/youtube-video-audit/archive/v0.1/SKILL.md +252 -0
- package/packs/youtube-ops/codex/youtube-video-audit/archive/v0.2/SKILL.md +261 -0
- package/packs/youtube-ops/codex/youtube-video-audit/archive/v0.3/SKILL.md +276 -0
- package/packs/youtube-ops/codex/youtube-video-prelaunch-audit/ALIGNMENT-PAGE.md +86 -0
- package/packs/youtube-ops/codex/youtube-video-prelaunch-audit/CHANGELOG.md +9 -0
- package/packs/youtube-ops/codex/youtube-video-prelaunch-audit/SKILL.md +272 -0
- package/packs/youtube-ops/codex/youtube-video-prelaunch-audit/archive/v0.0/SKILL.md +272 -0
- package/scripts/pack.sh +1170 -0
- package/scripts/skill-links.sh +214 -0
- package/src/cli/lifecycle.mjs +925 -0
- package/src/cli/pack-normalization.mjs +488 -0
- package/src/cli/project-config.mjs +313 -0
- package/src/cli/run-pack-script.mjs +323 -0
package/README.md
ADDED
|
@@ -0,0 +1,451 @@
|
|
|
1
|
+
# Agentic Skills
|
|
2
|
+
|
|
3
|
+
A shared skill library for Claude Code and OpenAI Codex.
|
|
4
|
+
|
|
5
|
+
The library now uses a two-layer model:
|
|
6
|
+
|
|
7
|
+
- **Global core skills** are domain-neutral and safe to expose in every project.
|
|
8
|
+
- **Project-local packs** hold domain-specific workflows such as business apps, video games, and developer tools.
|
|
9
|
+
|
|
10
|
+
This keeps game research out of B2B SaaS sessions, and keeps business-product assumptions out of game and devtool projects.
|
|
11
|
+
|
|
12
|
+
## Prerequisites
|
|
13
|
+
|
|
14
|
+
- **Node.js 18+** for the `skillpacks` npm CLI and package build.
|
|
15
|
+
- **bash** shell (macOS, Linux, or WSL on Windows) for `./init.sh`, `scripts/pack.sh`, and the remaining shell-backed `skillpacks` commands.
|
|
16
|
+
- **jq** for git-checkout `scripts/pack.sh` write commands and `skillpacks install-deck` materialization: `brew install jq` (macOS) or `apt install jq` (Debian/Ubuntu). Node-owned `skillpacks` project commands do not require `jq`.
|
|
17
|
+
- **Claude Code** or **OpenAI Codex** installed on your machine
|
|
18
|
+
- **pnpm** (optional, for running tests): `npm install -g pnpm`
|
|
19
|
+
|
|
20
|
+
For a guided first-use walkthrough, see [`docs/QUICKSTART.md`](docs/QUICKSTART.md).
|
|
21
|
+
|
|
22
|
+
## Install Paths
|
|
23
|
+
|
|
24
|
+
### Source checkout
|
|
25
|
+
|
|
26
|
+
The source-checkout path is available today and remains supported:
|
|
27
|
+
|
|
28
|
+
```bash
|
|
29
|
+
git clone <this-repo-url> ~/agentic-skills
|
|
30
|
+
cd ~/agentic-skills
|
|
31
|
+
./init.sh
|
|
32
|
+
```
|
|
33
|
+
|
|
34
|
+
Project-local packs are installed from the checkout:
|
|
35
|
+
|
|
36
|
+
```bash
|
|
37
|
+
cd ~/my-project
|
|
38
|
+
~/agentic-skills/scripts/pack.sh install devtool
|
|
39
|
+
~/agentic-skills/scripts/pack.sh install game
|
|
40
|
+
~/agentic-skills/scripts/pack.sh status
|
|
41
|
+
```
|
|
42
|
+
|
|
43
|
+
### npm CLI
|
|
44
|
+
|
|
45
|
+
After the first public package is published, users can install from the current project directory without cloning this repository:
|
|
46
|
+
|
|
47
|
+
```bash
|
|
48
|
+
cd ~/my-project
|
|
49
|
+
npx skillpacks install devtool
|
|
50
|
+
npx skillpacks install code-quality
|
|
51
|
+
npx skillpacks install-deck game-afps
|
|
52
|
+
npx skillpacks status
|
|
53
|
+
```
|
|
54
|
+
|
|
55
|
+
`npx skillpacks` writes the same project-local files as `scripts/pack.sh`: `.agents/project.json`, `.claude/skills/*`, and `.codex/skills/*`. Package semver such as `skillpacks@0.1.0` selects the bundled skill snapshot; individual skill pins still use each skill's `version:` value through `skillpacks pin <skill> <version>`.
|
|
56
|
+
|
|
57
|
+
## Initialization
|
|
58
|
+
|
|
59
|
+
```bash
|
|
60
|
+
./init.sh
|
|
61
|
+
```
|
|
62
|
+
|
|
63
|
+
`init.sh` initializes only the global core skills:
|
|
64
|
+
|
|
65
|
+
- `global/claude/*` → `~/.claude/skills/*`
|
|
66
|
+
- `global/codex/*` → `~/.codex/skills/*`
|
|
67
|
+
|
|
68
|
+
It does **not** install `packs/*` globally.
|
|
69
|
+
|
|
70
|
+
To remove repo-managed global skill installs:
|
|
71
|
+
|
|
72
|
+
```bash
|
|
73
|
+
./init.sh --uninstall
|
|
74
|
+
```
|
|
75
|
+
|
|
76
|
+
## Project Packs
|
|
77
|
+
|
|
78
|
+
Project packs are enabled per repository.
|
|
79
|
+
|
|
80
|
+
```bash
|
|
81
|
+
scripts/pack.sh list
|
|
82
|
+
scripts/pack.sh recommend
|
|
83
|
+
scripts/pack.sh install business-discovery
|
|
84
|
+
scripts/pack.sh install business-growth
|
|
85
|
+
scripts/pack.sh install business-ops
|
|
86
|
+
scripts/pack.sh install game
|
|
87
|
+
scripts/pack.sh install devtool
|
|
88
|
+
scripts/pack.sh install creator-foundation
|
|
89
|
+
scripts/pack.sh install youtube-ops
|
|
90
|
+
scripts/pack.sh install code-quality
|
|
91
|
+
scripts/pack.sh install agentic-skills-bench
|
|
92
|
+
scripts/pack.sh install monorepo
|
|
93
|
+
scripts/pack.sh install remotion
|
|
94
|
+
scripts/pack.sh install project-fleet
|
|
95
|
+
scripts/pack.sh install alignment-loop
|
|
96
|
+
scripts/pack.sh install design-system
|
|
97
|
+
scripts/pack.sh which design-system
|
|
98
|
+
scripts/pack.sh status
|
|
99
|
+
scripts/pack.sh remove game
|
|
100
|
+
scripts/pack.sh remove design-system
|
|
101
|
+
```
|
|
102
|
+
|
|
103
|
+
`scripts/pack.sh install <name>` accepts either a pack name or a skill name from any pack. Pack names install every skill in the pack. Skill names install only that one project-local skill and record it under `.agents/project.json` `enabled_skills`.
|
|
104
|
+
|
|
105
|
+
The npm CLI also supports equivalent project-local installs after publication: `npx skillpacks install <pack-or-skill>`, `npx skillpacks remove <pack-or-skill>`, `npx skillpacks refresh`, `npx skillpacks doctor`, and deck installation from manifest metadata including `npx skillpacks install-deck vard`, `npx skillpacks install-deck ord`, `npx skillpacks install-deck business-afps`, `npx skillpacks install-deck devtool-afps`, and `npx skillpacks install-deck game-afps`.
|
|
106
|
+
|
|
107
|
+
`scripts/pack.sh list-packs` is an internal subcommand used by Codex `$exec` routing (see `global/codex/exec/SKILL.md`). It prints enabled packs from `.agents/project.json` one per line with no decoration, distinct from the human-facing `list` above; prefer `list` or `status` for interactive use.
|
|
108
|
+
|
|
109
|
+
Claude users can run `/pack` with no arguments, and Codex users can run `$pack` with no arguments. If `.agents/project.json` exists, the skill refreshes local skill roots from that committed project designation. If it is missing, the assistant inspects the repository, recommends a pack, and asks before installing.
|
|
110
|
+
|
|
111
|
+
`scripts/pack.sh which <skill>` shows which pack provides a skill and whether it is installed. `scripts/pack.sh refresh` recreates local skill roots; it does not by itself force an active CLI skill registry to reload. Claude Code watches existing `.claude/skills` roots and supports `/reload-skills`; `/clear` starts a new empty-context conversation and can also pick up refreshed skills. Restart Claude Code if `.claude/skills` did not exist when the session started or the skill is still invisible. In Codex, start a fresh Codex CLI session if the `$` skill list stays stale.
|
|
112
|
+
|
|
113
|
+
Pack installation creates local repo-managed skill roots in the current project. Active installs expose the canonical `SKILL.md` and exclude `archive/`:
|
|
114
|
+
|
|
115
|
+
```text
|
|
116
|
+
.claude/skills/<skill>/SKILL.md
|
|
117
|
+
.codex/skills/<skill>/SKILL.md
|
|
118
|
+
```
|
|
119
|
+
|
|
120
|
+
It also writes:
|
|
121
|
+
|
|
122
|
+
```json
|
|
123
|
+
{
|
|
124
|
+
"project_type": "game",
|
|
125
|
+
"enabled_packs": ["game"],
|
|
126
|
+
"skill_pack_version": 1
|
|
127
|
+
}
|
|
128
|
+
```
|
|
129
|
+
|
|
130
|
+
to `.agents/project.json`.
|
|
131
|
+
|
|
132
|
+
For mixed monorepos, keep `project_type` as the default designation, set `enabled_packs` to the union of local packs needed by the repo, and add scoped routing:
|
|
133
|
+
|
|
134
|
+
```json
|
|
135
|
+
{
|
|
136
|
+
"project_type": "devtool",
|
|
137
|
+
"enabled_packs": ["devtool", "business-discovery", "business-growth"],
|
|
138
|
+
"skill_pack_version": 1,
|
|
139
|
+
"project_scopes": [
|
|
140
|
+
{
|
|
141
|
+
"path": "apps/pitwall-local",
|
|
142
|
+
"project_type": "devtool",
|
|
143
|
+
"packs": ["devtool"],
|
|
144
|
+
"purpose": "Pitwall Local / OSS developer utility work."
|
|
145
|
+
},
|
|
146
|
+
{
|
|
147
|
+
"path": "apps/pitwall-calcllm",
|
|
148
|
+
"project_type": "business-app",
|
|
149
|
+
"packs": ["business-discovery", "business-growth"],
|
|
150
|
+
"purpose": "CalcLLM-powered connected edition research, GTM, monetization, and SaaS product work."
|
|
151
|
+
}
|
|
152
|
+
]
|
|
153
|
+
}
|
|
154
|
+
```
|
|
155
|
+
|
|
156
|
+
Git-checkout `scripts/pack.sh` commands preserve existing `project_scopes` and `notes` fields when `jq` is available. The npm `skillpacks` Node-owned commands preserve `project_scopes`, `notes`, `pinned_versions`, `enabled_skills`, `skill_updates`, and `agent_mode` without requiring `jq`.
|
|
157
|
+
|
|
158
|
+
Pack commands also write `.agents/.pack.lock` owner metadata and automatically remove stale locks whose recorded process is no longer running.
|
|
159
|
+
|
|
160
|
+
`.agents/project.json` also accepts an optional `agent_mode` field (`"claude-only" | "codex-only" | "hybrid"`) that names the Phase 11 operating mode for the project. Set or clear it with `scripts/pack.sh set-mode <claude-only|codex-only|hybrid|unset>`; the value is preserved across `install`, `remove`, and `refresh`. `SKILLS_AGENT_MODE` overrides the file for the current shell, and `scripts/agent-mode.sh` resolves the effective mode (env > project.json > empty). See `docs/operating-modes.md`.
|
|
161
|
+
|
|
162
|
+
If an assistant does not discover project-local skills, use the global `pack` or `research-roadmap` skill as the launcher. The pack files still stay project-local.
|
|
163
|
+
|
|
164
|
+
For workflow ordering, lead-in recommendations, and overlay dependencies, see [`docs/pack-workflow-matrix.md`](docs/pack-workflow-matrix.md).
|
|
165
|
+
|
|
166
|
+
## Repository Structure
|
|
167
|
+
|
|
168
|
+
```text
|
|
169
|
+
agentic-skills/
|
|
170
|
+
├── global/
|
|
171
|
+
│ ├── claude/<name>/SKILL.md
|
|
172
|
+
│ └── codex/<name>/SKILL.md
|
|
173
|
+
├── packs/
|
|
174
|
+
│ ├── business-{discovery,growth,ops}/{claude,codex}/<name>/SKILL.md
|
|
175
|
+
│ ├── code-quality/{claude,codex}/<name>/SKILL.md
|
|
176
|
+
│ ├── game/{claude,codex}/<name>/SKILL.md
|
|
177
|
+
│ ├── devtool/{claude,codex}/<name>/SKILL.md
|
|
178
|
+
│ ├── creator-foundation/{claude,codex}/<name>/SKILL.md
|
|
179
|
+
│ ├── youtube-ops/{claude,codex}/<name>/SKILL.md
|
|
180
|
+
│ ├── agentic-skills-bench/{claude,codex}/<name>/SKILL.md
|
|
181
|
+
│ ├── monorepo/{claude,codex}/<name>/SKILL.md
|
|
182
|
+
│ ├── remotion/{claude,codex}/<name>/SKILL.md
|
|
183
|
+
│ ├── project-fleet/{claude,codex}/<name>/SKILL.md
|
|
184
|
+
│ └── *-kanban/{claude,codex}/<name>/SKILL.md
|
|
185
|
+
├── scripts/
|
|
186
|
+
│ ├── catalog/
|
|
187
|
+
│ ├── pack.sh
|
|
188
|
+
│ ├── skill-deps.sh
|
|
189
|
+
│ ├── skill-mirror-parity-audit.sh
|
|
190
|
+
│ ├── skill-pack-routing-audit.sh
|
|
191
|
+
│ └── skill-versions.sh
|
|
192
|
+
├── apps/
|
|
193
|
+
│ └── skills-showcase/
|
|
194
|
+
├── packages/
|
|
195
|
+
│ └── skillpacks/
|
|
196
|
+
├── init.sh
|
|
197
|
+
└── docs/
|
|
198
|
+
```
|
|
199
|
+
|
|
200
|
+
The repository root is private workspace metadata. The publishable `skillpacks` package lives in `packages/skillpacks/`, while the public Skills Showcase app and its data generators live in `apps/skills-showcase/`.
|
|
201
|
+
|
|
202
|
+
## Global Core
|
|
203
|
+
|
|
204
|
+
The global surface is intentionally small and domain-neutral. `./init.sh` installs six skills under `global/claude/` (mirrored under `global/codex/`):
|
|
205
|
+
|
|
206
|
+
```text
|
|
207
|
+
codebase-status, idea-scope-brief, init-agentic-skills, pack,
|
|
208
|
+
provision-agentic-config, skills
|
|
209
|
+
```
|
|
210
|
+
|
|
211
|
+
### Codex-only global skill
|
|
212
|
+
|
|
213
|
+
One global skill ships only under `global/codex/` (no `global/claude/` mirror):
|
|
214
|
+
|
|
215
|
+
```text
|
|
216
|
+
afps-status
|
|
217
|
+
```
|
|
218
|
+
|
|
219
|
+
`$afps-status` summarizes AFPS product-workflow progress from existing artifacts and recommends the next concrete skill command. It is read-mostly reconciliation, not a competing workflow state system.
|
|
220
|
+
|
|
221
|
+
### `delegate` moved to the `agent-bridge` pack
|
|
222
|
+
|
|
223
|
+
`delegate` is **no longer global** — it lives in `packs/agent-bridge/claude/delegate`. Install it with `scripts/pack.sh install agent-bridge`. It remains **Claude-only** with no Codex mirror.
|
|
224
|
+
|
|
225
|
+
`/delegate` is the synchronous, in-session sibling of `/handoff --target=codex`: it drafts and approves a packet via `scripts/approved-plan.sh`, then invokes `codex exec "<target-skill> --execute-approved"` live from Claude. It is `hybrid`-only by design. Codex users should not expect a `$delegate` — drive hybrid delegation from the Claude side, or use `/handoff --target=codex` for the async variant. See `packs/agent-bridge/claude/delegate/SKILL.md` and `docs/operating-modes.md`.
|
|
226
|
+
|
|
227
|
+
## Packs
|
|
228
|
+
|
|
229
|
+
### Business Packs
|
|
230
|
+
|
|
231
|
+
For SaaS, marketplaces, productivity tools, business applications, and enterprise workflows.
|
|
232
|
+
|
|
233
|
+
Install only the current lane:
|
|
234
|
+
|
|
235
|
+
```text
|
|
236
|
+
business-discovery: icp, enterprise-icp, competitive-analysis, customer-feedback,
|
|
237
|
+
value-prop-canvas, lean-canvas, positioning
|
|
238
|
+
|
|
239
|
+
customer-lifecycle: journey-map, onboarding-map, conversion-map,
|
|
240
|
+
transaction-map, retention-map, expansion-map, lifecycle-metrics
|
|
241
|
+
|
|
242
|
+
business-growth: hook-model, growth-model, metrics, gtm, monetization,
|
|
243
|
+
landing-copy, pmf-assessment, experiment
|
|
244
|
+
|
|
245
|
+
business-ops: assumption-tracker, cohort-review, retro, risk-register,
|
|
246
|
+
burn-rate, runway-model, investor-update, reconcile-research,
|
|
247
|
+
mvp-gap, scale-audit, platform-strategy
|
|
248
|
+
```
|
|
249
|
+
|
|
250
|
+
`scripts/pack.sh install business-app` remains a compatibility alias that installs all four, but narrow installs are preferred for context size.
|
|
251
|
+
|
|
252
|
+
|
|
253
|
+
### Game
|
|
254
|
+
|
|
255
|
+
For video games and playable entertainment projects.
|
|
256
|
+
|
|
257
|
+
```text
|
|
258
|
+
game-workflow, game-audience, game-fantasy, game-genre-map,
|
|
259
|
+
game-comparables, game-core-loop, game-prototype-test,
|
|
260
|
+
game-store-page-test, game-playtest-metrics, game-roadmap, game-launch
|
|
261
|
+
```
|
|
262
|
+
|
|
263
|
+
The game workflow validates desire, fantasy, core loops, replayability, store-page pull, and launch channels.
|
|
264
|
+
|
|
265
|
+
### Devtool
|
|
266
|
+
|
|
267
|
+
For developer-facing tools, libraries, SDKs, CLIs, APIs, and infrastructure products.
|
|
268
|
+
|
|
269
|
+
```text
|
|
270
|
+
devtool-workflow, devtool-user-map, devtool-integration-map,
|
|
271
|
+
devtool-dx-journey, devtool-adoption, devtool-positioning,
|
|
272
|
+
devtool-monetization, devtool-docs-audit
|
|
273
|
+
```
|
|
274
|
+
|
|
275
|
+
The devtool workflow validates developer adoption, integration fit, documentation clarity, trust, and team conversion.
|
|
276
|
+
|
|
277
|
+
### Creator Media Packs
|
|
278
|
+
|
|
279
|
+
For YouTube channels, non-YouTube creator platforms, founder-led media, product-led content, creator portfolios, and recurring shows.
|
|
280
|
+
|
|
281
|
+
```text
|
|
282
|
+
creator-foundation: research-directory-conventions,
|
|
283
|
+
creator-platform-capability-matrix, creator-evidence-schema,
|
|
284
|
+
creator-presence-dossier, creator-positioning, content-programming,
|
|
285
|
+
series-spec, product-led-media-map, creator-metrics-review
|
|
286
|
+
|
|
287
|
+
youtube-ops: youtube-audit, youtube-channel-audit, youtube-video-audit,
|
|
288
|
+
youtube-vid-research, youtube-competitive-research,
|
|
289
|
+
youtube-title-thumbnail-audit, youtube-description-optimizer,
|
|
290
|
+
youtube-portfolio, youtube-peer-benchmark, youtube-search-positioning,
|
|
291
|
+
youtube-cadence-diagnosis
|
|
292
|
+
```
|
|
293
|
+
|
|
294
|
+
`scripts/pack.sh install creator-media` remains a compatibility alias that installs `creator-foundation` and `youtube-ops`. Use `remotion` for `youtube-format-research`, `video-script`, and `video-build`.
|
|
295
|
+
|
|
296
|
+
LinkedIn-first evidence work uses the `creator-foundation` matrix/schema/dossier path:
|
|
297
|
+
|
|
298
|
+
```text
|
|
299
|
+
creator-platform-capability-matrix -> creator-evidence-schema -> creator-presence-dossier
|
|
300
|
+
```
|
|
301
|
+
|
|
302
|
+
The baseline is owner exports, manual snapshots, public unauthenticated captures, and user-provided files. Paid APIs, logged-in scraping, bot-protection bypass, private-data collection, private relationship graph extraction, paywall access, and access-control circumvention are out of scope; analytics are unavailable unless owner-provided, admin-provided, or already authorized.
|
|
303
|
+
|
|
304
|
+
### Project Fleet
|
|
305
|
+
|
|
306
|
+
For control repositories managing many downstream repos, clone/spec-store portfolios, or bounded spin-offs.
|
|
307
|
+
|
|
308
|
+
```text
|
|
309
|
+
clone-spec-store, project-fleet, spin-off
|
|
310
|
+
```
|
|
311
|
+
|
|
312
|
+
### Alignment Loop
|
|
313
|
+
|
|
314
|
+
For lightweight operator-agent calibration before committing to a full spec-interview pipeline.
|
|
315
|
+
|
|
316
|
+
```text
|
|
317
|
+
taste-calibration, destination-doc, vertical-slice-splitter
|
|
318
|
+
```
|
|
319
|
+
|
|
320
|
+
Default flow:
|
|
321
|
+
|
|
322
|
+
```text
|
|
323
|
+
taste-calibration -> destination-doc -> vertical-slice-splitter -> implementation
|
|
324
|
+
```
|
|
325
|
+
|
|
326
|
+
### Remotion
|
|
327
|
+
|
|
328
|
+
For Remotion-oriented video production from reference format analysis through scripting and build planning.
|
|
329
|
+
|
|
330
|
+
```text
|
|
331
|
+
youtube-format-research, video-script, video-build
|
|
332
|
+
```
|
|
333
|
+
|
|
334
|
+
Install alongside `creator-foundation` and, when YouTube evidence is needed, `youtube-ops` for the full creator strategy to Remotion production path.
|
|
335
|
+
|
|
336
|
+
### Code Quality
|
|
337
|
+
|
|
338
|
+
For behavior-preserving refactors, type hygiene, import honesty, dependency-boundary cleanup, and module organization.
|
|
339
|
+
|
|
340
|
+
```text
|
|
341
|
+
extract-shared-types, quality-sweep
|
|
342
|
+
```
|
|
343
|
+
|
|
344
|
+
`extract-shared-types` moves shared type definitions into dedicated `types/` files without runtime behavior changes. `quality-sweep` orchestrates a behavior-preserving cleanup campaign across duplication, type hygiene, dead code, dependency boundaries, defensive error handling, legacy paths, and comments — audit-only by default, with optional `fix` or `full` modes.
|
|
345
|
+
|
|
346
|
+
### Monorepo
|
|
347
|
+
|
|
348
|
+
For pnpm workspace monorepos that may use Turborepo and need package-aware execution, guardrails, and shipping.
|
|
349
|
+
|
|
350
|
+
```bash
|
|
351
|
+
scripts/pack.sh install monorepo
|
|
352
|
+
```
|
|
353
|
+
|
|
354
|
+
```text
|
|
355
|
+
mono-detect, mono-exec, mono-guard, mono-ship
|
|
356
|
+
```
|
|
357
|
+
|
|
358
|
+
The monorepo pack uses an augmentation injection pattern: it adds workspace detection, lane-spec generation, branch-backed package dispatch, consolidation/PR review, boundary checks, package-scoped validation, and transitive-dependent validation around the existing `exec` and `ship` skills. This differs from the former `*-kanban` duplication pattern; PoketoWork kanban packs are currently hibernated while Poketo.work is being rebuilt.
|
|
359
|
+
|
|
360
|
+
Lane dispatch uses a JSON + Markdown mirror:
|
|
361
|
+
|
|
362
|
+
```text
|
|
363
|
+
.agents/lane-specs.json -> machine-readable lifecycle, package lanes, owns, must_not_edit, depends_on, branch
|
|
364
|
+
tasks/lane-specs.md -> committed human-readable mirror
|
|
365
|
+
```
|
|
366
|
+
|
|
367
|
+
Lane lifecycle values are `draft`, `approved`, `dispatched`, `integrated`, and `failed`. Specs and roadmap phases may use YAML frontmatter package-scope tags:
|
|
368
|
+
|
|
369
|
+
```yaml
|
|
370
|
+
---
|
|
371
|
+
packages: [api, web]
|
|
372
|
+
scope: cross-cutting
|
|
373
|
+
---
|
|
374
|
+
```
|
|
375
|
+
|
|
376
|
+
Use `scope: package-scoped` for package-contained work, `scope: cross-cutting` for shared-package or multi-package work, and `scope: root-only` for root config, scripts, docs, or repository policy.
|
|
377
|
+
|
|
378
|
+
### Hibernated Kanban Packs
|
|
379
|
+
|
|
380
|
+
PoketoWork kanban packs are hibernated while Poketo.work is being rebuilt. Their source is preserved under `archive/hibernated-packs/2026-06-poketowork-rebuild/`, but they are not active install targets and should not be recommended until the service/API is stable, the auth contract is known, and smoke tests are updated.
|
|
381
|
+
|
|
382
|
+
## Moved Skills
|
|
383
|
+
|
|
384
|
+
Former global business/product skills now live in narrower project packs. `business-app` remains a compatibility alias for all four business packs.
|
|
385
|
+
|
|
386
|
+
```bash
|
|
387
|
+
scripts/pack.sh install business-discovery
|
|
388
|
+
scripts/pack.sh install customer-lifecycle
|
|
389
|
+
scripts/pack.sh install business-growth
|
|
390
|
+
scripts/pack.sh install business-ops
|
|
391
|
+
```
|
|
392
|
+
|
|
393
|
+
Creator-media and YouTube work is similarly split between `creator-foundation`, `youtube-ops`, and `remotion`. Fleet/portfolio work moved from global core into `project-fleet`.
|
|
394
|
+
|
|
395
|
+
## Version Pinning
|
|
396
|
+
|
|
397
|
+
Skills can be pinned to an archived version. When a skill's version is bumped, the old `SKILL.md` is archived to `archive/<version>/SKILL.md` within the skill directory.
|
|
398
|
+
|
|
399
|
+
```bash
|
|
400
|
+
# Archive current version before bumping
|
|
401
|
+
bash scripts/skill-archive.sh global/claude/ship
|
|
402
|
+
|
|
403
|
+
# Pin a pack skill to an archived version
|
|
404
|
+
scripts/pack.sh pin devtool-adoption v0.0
|
|
405
|
+
scripts/pack.sh unpin devtool-adoption
|
|
406
|
+
|
|
407
|
+
# Pin a global skill during initialization
|
|
408
|
+
./init.sh --pin ship=v0.0
|
|
409
|
+
|
|
410
|
+
# Audit archive integrity
|
|
411
|
+
bash scripts/skill-archive-audit.sh
|
|
412
|
+
bash scripts/skill-archive-audit.sh --json
|
|
413
|
+
bash scripts/skill-archive-audit.sh --strict
|
|
414
|
+
```
|
|
415
|
+
|
|
416
|
+
See [`docs/skill-versioning.md`](docs/skill-versioning.md) for the full versioning convention.
|
|
417
|
+
|
|
418
|
+
## Validation
|
|
419
|
+
|
|
420
|
+
```bash
|
|
421
|
+
./scripts/skill-deps.sh --broken
|
|
422
|
+
./scripts/skill-mirror-parity-audit.sh
|
|
423
|
+
./scripts/skill-pack-routing-audit.sh
|
|
424
|
+
./scripts/skill-versions.sh --missing
|
|
425
|
+
pnpm --dir tests test
|
|
426
|
+
```
|
|
427
|
+
|
|
428
|
+
`skill-deps.sh`, `skill-pack-routing-audit.sh`, and `skill-versions.sh` scan `global/` and `packs/`; `skill-mirror-parity-audit.sh` checks mirrored pack skill pairs under `packs/`.
|
|
429
|
+
|
|
430
|
+
Live agent behavior tests are opt-in because they invoke authenticated CLIs and may spend model budget:
|
|
431
|
+
|
|
432
|
+
```bash
|
|
433
|
+
pnpm --dir tests test:live # Claude + Codex when both are installed
|
|
434
|
+
pnpm --dir tests test:live:claude # Claude only
|
|
435
|
+
pnpm --dir tests test:live:codex # Codex only
|
|
436
|
+
```
|
|
437
|
+
|
|
438
|
+
The live harness runs in temporary git repositories, requests structured JSON from `claude -p` or `codex exec`, and validates skill behavior such as `analyze-sessions` versus `session-triage` routing. Routine `pnpm --dir tests test` does not run live model calls.
|
|
439
|
+
|
|
440
|
+
## Troubleshooting
|
|
441
|
+
|
|
442
|
+
| Symptom | Fix |
|
|
443
|
+
| --- | --- |
|
|
444
|
+
| Skill installed but not visible | Restart Claude Code or start a fresh Codex session |
|
|
445
|
+
| `jq required for write operations` | Install jq: `brew install jq` or `apt install jq` |
|
|
446
|
+
| Skills out of date after git pull | `scripts/pack.sh doctor` then `scripts/pack.sh refresh` |
|
|
447
|
+
| Broken skill references | `./scripts/skill-deps.sh --broken` |
|
|
448
|
+
|
|
449
|
+
For detailed recovery procedures, see [`docs/troubleshooting.md`](docs/troubleshooting.md).
|
|
450
|
+
|
|
451
|
+
For a complete script command index, see [`docs/scripts-reference.md`](docs/scripts-reference.md).
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
#!/usr/bin/env node
|
|
2
|
+
|
|
3
|
+
import { runSkillpacksCli } from '../src/cli/run-pack-script.mjs';
|
|
4
|
+
|
|
5
|
+
try {
|
|
6
|
+
const exitCode = await runSkillpacksCli(process.argv.slice(2));
|
|
7
|
+
process.exitCode = exitCode;
|
|
8
|
+
} catch (error) {
|
|
9
|
+
const message = error instanceof Error ? error.message : String(error);
|
|
10
|
+
console.error(`skillpacks: ${message}`);
|
|
11
|
+
process.exit(1);
|
|
12
|
+
}
|