# Fuse

> Combine two AI agent skills into one. Trigger phrases: /fuse, "fuse these skills", "combine skills", "merge these two skills", "create a fusion skill"

- Skill: `gaia-research/fuse` (Agent Skill, multi-file: 7 files)
- Install (CLI): `npx skillmds@latest add gaia-research/fuse`
- Raw SKILL.md: https://api.skillmd.com/api/skills/gaia-research/fuse/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: AI & ML
- Author: gaia-research (https://skillmd.com/u/gaia-research)
- Updated: 2026-09-22
- Page: https://skillmd.com/skills/gaia-research/fuse

---


A sequential routing pipeline to compose two installed skills into a single integrated agent capability.

## Setup

1. Check for the existence of `.agents/skills/`, `.claude/skills/`, or `.cursor/rules/` to locate the target skills directory.
2. 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](reference/detect.md) |
| 2 | **Compose** -- read sources and apply the fusion prompt | [reference/compose.md](reference/compose.md) |
| 3 | **Name** -- propose, validate, and select a target name | [reference/name.md](reference/name.md) |
| 4 | **Register** -- write the files and log the fusion event | [reference/register.md](reference/register.md) |

