Documentation Index
Fetch the complete documentation index at: https://smithers.sh/llms.txt
Use this file to discover all available pages before exploring further.
0.16.6
Patch release: generated.smithers/package.json now includes the
skills dependency that the bundled workflow components import from.
Fixes
smithers 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.