clone-skill

Clone an existing Agent Skill and adapt it for a new domain.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Clone existing Agent Skill and adapt it for a new domain, preserving PMPO architecture, state management, and hooks while replacing domain-specific content.

Core Features & Use Cases

  • Preserves PMPO architecture and state management to ensure consistency across domains.
  • Domain adaptation automation by substituting domain-specific prompts, adapters, and references.
  • Validation against the original skill spec to ensure functional parity and safety.

Quick Start

Provide the source skill path, new skill name, and target domain to generate a cloned skill ready for adaptation.

Frequently Asked Questions about clone-skill

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

FAQPage Schema
How do I clone an existing agent skill for a new domain?

To clone an agent skill for a new domain, provide the source skill path, new skill name, and target domain. The tool replicates the original structure and substitutes domain-specific content to generate a ready-to-adapt skill.

What is PMPO architecture preservation during skill domain adaptation?

PMPO architecture preservation during skill domain adaptation maintains the original state management, prompts, and reference patterns while replacing domain-specific content. This ensures functional consistency and safety across different domain variants.

Can I automate domain adaptation for PMPO-based agent skills?

Yes, you can automate domain adaptation for PMPO-based agent skills. The process substitutes domain-specific prompts, adapters, and references automatically, enabling rapid deployment of domain-specific variants while preserving the underlying architecture.

Does the cloned skill validation check functional parity against the original spec?

Yes, cloned skill validation checks functional parity against the original skill spec. This validation mechanism ensures that the newly generated domain variant maintains safety and functional equivalence with the original skill.

What do I need to provide to generate a cloned skill ready for adaptation?

To generate a cloned skill ready for adaptation, you need to provide the source skill path, the new skill name, and the target domain. These inputs allow the tool to replicate structure and substitute domain-specific content automatically.

When should I use skill cloning instead of building a new agent skill from scratch?

Use skill cloning instead of building from scratch when fabricating domain-specific variants of PMPO-based skills. It preserves architecture, state management, and hooks while enabling rapid deployment and consistency across multiple domains.