Implement skill dependency tracking and resolution #5
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Problem
Skills may depend on other skills, env vars, or system packages, but there's no dependency graph or auto-resolution.
Acceptance Criteria
Technical Notes
requires: [skill-a, skill-b]requires_env: [API_KEY],requires_packages: [jq]Test Plan