A sequential routing pipeline to compose two installed skills into a single integrated agent capability.
Setup
- Check for the existence of
.agents/skills/,.claude/skills/, or.cursor/rules/to locate the target skills directory. - Note if a
.gaia/directory is present in the workspace root.
Routing Table
Execute these steps in order to perform a skill fusion:
| Step | Action | Reference |
|---|---|---|
| 1 | Detect -- find and confirm the two source skills | reference/detect.md |
| 2 | Compose -- read sources and apply the fusion prompt | reference/compose.md |
| 3 | Name -- propose, validate, and select a target name | reference/name.md |
| 4 | Register -- write the files and log the fusion event | reference/register.md |