Changelog
2026-04-26by Fatih
Every agent now has a root entry-point skill
23 new root skills give every agent a single command that accepts any task and routes internally. You no longer need to know which sub-skill to call. Total skill count reaches 161.
feature
What changed
Every agent now has a root entry-point skill: /apex, /helm, /forge, /relay, /spine, and so on for all 23 agents.
Previously, invoking a specialist required knowing the right sub-skill upfront:
/warden-threat -- you had to know this existed
/warden-audit -- or this oneNow you can hand the task to the agent and let it decide:
/warden Run a security audit on the auth moduleThe root skill reads the task description and routes to the most appropriate sub-skill internally.
Skill count
With all 23 entry-point skills added, total installable skills reaches 161.