Skip to content

Bundle scripts, references, and schemas inside each skill for standalone installation#10

Merged
AvdLee merged 2 commits intomainfrom
fix/self-contained-skills
Mar 25, 2026
Merged

Bundle scripts, references, and schemas inside each skill for standalone installation#10
AvdLee merged 2 commits intomainfrom
fix/self-contained-skills

Conversation

@AvdLee
Copy link
Copy Markdown
Owner

@AvdLee AvdLee commented Mar 24, 2026

Summary

  • Each skill now bundles its own copies of the scripts, references, and schemas it needs, so skills work correctly after standalone installation (via npx skills add --skill, cp -R skills/, or single-skill plugin install).
  • Previously, all six skills referenced shared resources at the repo root (scripts/, references/, schemas/) via ../../ paths. Those paths broke when only the skill folder was copied during installation.
  • Root-level canonical copies remain for repo documentation, CI, and AGENTS.md references. CONTRIBUTING.md now documents the sync table mapping root files to their skill copies.

Test plan

  • Verify each skill's SKILL.md has no remaining ../../ path references
  • Verify the README Skill Structure section matches the actual file tree
  • Spot-check that bundled scripts are identical to root-level originals
  • Install a single skill standalone and confirm scripts/references resolve

…one installation

Skills referenced shared resources (scripts/, references/, schemas/) via paths
outside their own folder. When installed standalone via `npx skills add --skill`
or `cp -R skills/`, those external paths broke because only the skill folder
is copied.

Each skill now bundles its own copies of the scripts, references, and schemas
it needs. Root-level canonical copies remain for repo documentation and CI.
CONTRIBUTING.md documents which root files map to which skills.
@AvdLee AvdLee force-pushed the fix/self-contained-skills branch from e1911a3 to d29b85b Compare March 25, 2026 10:34
@AvdLee AvdLee merged commit 76e54df into main Mar 25, 2026
@AvdLee AvdLee deleted the fix/self-contained-skills branch March 25, 2026 10:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant