extend-skill

Extend existing Agent Skills with new components without deleting or renaming files.

Updated Mar 27, 2026
One-click install
npx skills add https://github.com/GQAdonis/turboquant-rs --skill extend-skill
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: extend-skill
Source: https://github.com/GQAdonis/turboquant-rs/tree/main/.opencode/skills/pmpo-skill-creator/skills/extend
Command: npx skills add https://github.com/GQAdonis/turboquant-rs --skill extend-skill

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Non-destructive extension to an existing Agent Skill by adding new domain adapters, sub-skills, schemas, or platform support without altering current functionality.

Core Features & Use Cases

  • Non-destructive enhancements that introduce new components while preserving existing files and behavior.
  • Supports multiple extension types: Domain, Sub-skill, Schema, Platform, Agent, and Phase, each updating references to keep the skill coherent.
  • Maintains strict change discipline by never deleting or renaming existing files; extensions are integrated via references and new components.

Quick Start

Provide the target skill path, extension type, and extension details to apply a non-destructive upgrade.

Frequently Asked Questions about extend-skill

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I add new domain adapters to an existing agent skill without breaking current functionality?

Applying non-destructive updates involves identifying the target skill path, selecting an extension type such as Domain or Sub-skill, and outlining exact additions. This guarantees no existing files are deleted or renamed while updating SKILL.md references.

What types of extensions can I apply when upgrading an agent skill?

Supported extension types include Domain, Sub-skill, Schema, Platform, Agent, and Phase. Each type integrates new components by updating references to keep the skill coherent while strictly avoiding alterations to existing files.

How do I update SKILL.md references after adding a new schema or sub-skill?

When adding a new schema or sub-skill, update SKILL.md references to reflect the exact additions. This ensures the extension remains non-destructive and the overall agent skill stays coherent after integrating the new components.

Does extending an agent skill require modifying or deleting original files?

No, extending an agent skill maintains strict change discipline by never deleting or renaming existing files. Enhancements are introduced by adding new components and updating references, preserving the original behavior entirely.

What are the limitations of non-destructive skill extensions?

The primary limitation of non-destructive skill extensions is that existing files cannot be deleted or renamed. You must integrate all additions purely through new components and reference updates within the SKILL.md file.