fix(bundle-builder): generate umbrella SKILL.md as discoverable entry point #53
No reviewers
Labels
No labels
community-feedback
enhancement
skill-upgrade
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
magnus/agent-skills!53
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "fix/bundle-builder-umbrella-entry"
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?
Summary
Fixes #52 — the
bundle-buildernever generated an umbrellaSKILL.mdat the bundle root, making generated workflow bundles invisible to the agent during auto-detection.Changes
Three files in the
workflow-architectbundle:skills/bundle-builder/SKILL.md(+58/-4)SKILL.mdat<bundle-name>/SKILL.mdwith:workflow,bundle:generated, archetype)write_file, then register viaskill_manage(action="create")SKILL.mdat root with annotationskill_view(name="<bundle-name>")SKILL.md(+9/-2)AGENTS.md(+14/-0)skill_manage()Why
Without the umbrella, a generated bundle is an invisible collection of sub-skills. The agent can only load them if told exact names. With the umbrella, the agent auto-detects "oh, the user is starting their morning routine — I should load that bundle" based on trigger conditions in the umbrella description. This makes workflow-architect-generated bundles actually useful in day-to-day sessions.
QA
[Jasper - AI agent on behalf of Magnus Hedemark]
77f9d16ef3to9372e4d1ee