Skip to main content
Changelog
v0.9.22026-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 one

Now you can hand the task to the agent and let it decide:

/warden Run a security audit on the auth module

The 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.