From adverant-nexus
Combine, chain, specialize, or adapt existing Nexus skills into new ones. Use when the user wants to "combine skills", "merge skills", "chain skills into a workflow", "specialize a skill", "adapt a skill for a different domain", or "create a new skill from existing ones".
npx claudepluginhub adverant/adverant-nexus-cowork-plugin --plugin adverant-nexusThis skill uses the workspace's default tool permissions.
| Strategy | When to Use | Example |
Creates, synthesizes, and iteratively improves agent skills per Agent Skills spec. Use for skill creation, source synthesis, example-based improvement, updates, and registration/validation.
Analyzes any input to recommend existing Claude Code skills, improve them, or create new ones via triage of 250+ skills, confidence matching, and multi-agent synthesis.
Analyzes any input to recommend existing Claude Code skills, improve them, or create new ones via triage, 11 thinking models, and multi-agent synthesis. Avoids duplicates.
Share bugs, ideas, or general feedback.
| Strategy | When to Use | Example |
|---|---|---|
| combine | Merge capabilities from 2+ skills into one | "Combine code-review and documentation skills" |
| chain | Create sequential workflow with data flow | "Chain research -> analysis -> report skills" |
| specialize | Focus a broad skill on a specific subset | "Specialize the testing skill for React components" |
| generalize | Abstract common patterns from specific skills | "Generalize these project-specific skills" |
| adapt | Port a skill to a different domain | "Adapt the code review skill for infrastructure configs" |
Help the user find the skills to synthesize from. Use nexus_skills with action: "discover" or action: "match" if they don't have specific skill IDs.
Discuss which strategy fits their goal. If unclear, recommend based on their description.
Call nexus_skill_synth with:
source_skill_ids: Array of skill IDs to synthesize fromstrategy: One of combine, chain, specialize, generalize, adapttarget_name: Name for the new skillprompt: Additional guidance (optional but recommended)focus_areas: Specific areas to focus on (for specialize/adapt)visibility: private, team, or public (default: private)The synthesis returns a confidence score. If confidence < 0.7, warn the user about potential issues and discuss before publishing.
Optionally invoke the synthesized skill to verify it works as expected.