Source: codeFindings.md Section 6 (Low Priority)
dependencies vs dev-dependencies distinction (like npm). Useful when skills have test/development-only tooling that should not be installed in production agent environments.
dependencies:
production-skill: github.com/org/prod@v1.0.0
dev-dependencies:
test-helper: github.com/org/test@v1.0.0
Source: codeFindings.md Section 6 (Low Priority)
dependenciesvsdev-dependenciesdistinction (like npm). Useful when skills have test/development-only tooling that should not be installed in production agent environments.