integrate-skill
Integrate Skill
Overview
This meta-skill formalizes the process of taking an existing skill from any source -- an external repository, a temp/ holding directory, a standalone file, or another project -- and decomposing it into the composable skill architecture. Source skills are rarely structured for composability. They bundle strategy, writing, platform knowledge, and workflow logic into a single file. This skill breaks that monolith apart, maps each piece to the right plugin and category, and delegates actual skill generation to skill-forge:create-skill.
Core Principle: Integration is decomposition. A source skill that "does everything" becomes multiple focused pieces that compose well. Nothing from the source gets dropped; everything gets placed.
When to Use
Use this skill when:
- Migrating a skill from an external project into the marketplace
- Importing a skill from the
temp/holding directory - Reproducing a skill from another Claude project or prompt collection
- Converting a monolithic workflow into composable skills
- Porting platform-specific automation into the architecture