fork_skill
Create an independent copy of an existing skill under a new name, enabling specialized variants while preserving the original. Both versions remain available for listing and use.
Instructions
Create an independent copy of a skill under a new name. Use this when you want a specialized variant (e.g. listing-writer-luxury) while keeping the original unchanged. Both versions appear in list_skills.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Source skill to fork | |
| fork_name | No | Name for the fork (default: {name}-custom). Use something descriptive like listing-writer-luxury. |