.smithers/package.json now includes the
skills dependency that the bundled workflow components import from.
Fixes
bunx smithers-orchestrator workflow grill-me(and other skill-backed workflows) on a fresh init..smithers/components/GrillMe.tsximportsskills/grill-me/SKILL.mdfrommattpocock/skills, butrenderPackageJsonin@smithers-orchestrator/clinever declared the package in the generated.smithers/package.json.bun installinside.smithers/had nothing to fetch, so the SKILL.md import dangled and workflow loading blew up withCannot find module 'skills/grill-me/SKILL.md'. The generated deps now include"skills": "github:mattpocock/skills", matching the monorepo’s own.smithers.