create-skill

Generate a complete Agent Skill package with PMPO orchestration from a plain description.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates the generation of a complete, production-ready Agent Skill package from a plain description using PMPO orchestration, eliminating manual scaffolding and boilerplate.

Core Features & Use Cases

  • Auto-generates a complete skill directory in dist/<skill-name>/ with core files (SKILL.md, CLAUDE.md, AGENTS.md)
  • Includes PMPO phase controllers, agent definitions, reference materials, JSON schemas, and state management scripts
  • Provides lifecycle hooks and platform-specific outputs for deployment and integration
  • Supports optional resources (references, assets, and scripts) for extended tooling

Quick Start

Describe your skill requirements and run the create-skill command to generate the full package.

Frequently Asked Questions about create-skill

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

FAQPage Schema
How do I generate a complete agent skill package from a plain description?

Generating a complete agent skill package requires providing a plain description to the PMPO orchestration system, which auto-scaffolds core files, phase controllers, and state management scripts into a production-ready directory.

What files and artifacts are included when auto-generating agent capabilities?

Auto-generating agent capabilities produces a skill directory containing SKILL.md, CLAUDE.md, AGENTS.md, PMPO phase controllers, agent definitions, JSON schemas, state management scripts, and lifecycle hooks for deployment.

Does the generated skill package support platform-specific deployment outputs?

Yes, the generated skill package supports platform-specific deployment outputs. It provides optional platform-specific files and lifecycle hooks designed for integrating reusable agent capabilities across multiple deployment environments.

Can I use PMPO orchestration to scaffold reusable agent capabilities across platforms?

Yes, you can use PMPO orchestration to scaffold reusable agent capabilities across platforms. It targets teams by generating standardized core files, schemas, and artifacts from a plain description for cross-platform deployment.

What is the best way to eliminate manual scaffolding and boilerplate for agent skill development?

The best way to eliminate manual scaffolding and boilerplate in agent skill development is using a PMPO orchestration generator that auto-creates a production-ready package with schemas, state management scripts, and lifecycle hooks.