pmpo-skill-creator

Generate production-ready Agent Skills with PMPO orchestration and agentskills.io validation.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires python3, and includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

PMPO Skill Creator automates the creation of production-ready Agent Skills using PMPO orchestration. It reduces manual boilerplate, ensures consistency across prompts, agents, references, schemas, and platform adapters, and accelerates time-to-deploy.

Core Features & Use Cases

  • Automates the end-to-end skill generation from intent to deployment, including SKILL.md, CLAUDE.md, AGENTS.md, prompts, agents, references, schemas, and scripts.
  • Supports three modes: create, clone, extend, enabling from-scratch creation, domain-adaptation, and capability expansion.
  • Validates against agentskills.io spec and platform requirements (Claude Code, OpenCode), with lifecycle hooks and state management to enable multi-platform distribution.

Quick Start

Provide a concise intent and run the PMPO Skill Creator to generate a complete production-ready skill.

Frequently Asked Questions about pmpo-skill-creator

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

FAQPage Schema
How do I automate agent skill generation and reduce manual boilerplate?

Automating agent skill generation eliminates manual boilerplate by orchestrating the end-to-end creation of production-ready skills. It covers architecture, state management, and multi-platform deployment to accelerate time-to-deploy.

What's the best way to create production-ready skills for Claude Code and OpenCode?

The best way to create production-ready skills is using a PMPO-driven generator that validates against agentskills.io spec and platform requirements. It enforces JSON schemas, lifecycle scripts, and frontmatter across all generated artifacts for Claude Code and OpenCode.

Can I clone and extend an existing skill architecture instead of building from scratch?

Yes, you can clone and extend existing skill architectures instead of building from scratch. The generator supports three modes—create, clone, and extend—enabling domain-adaptation and capability expansion while maintaining PMPO phase contracts.

Does skill generation require Python 3 to run the lifecycle scripts?

Yes, skill generation requires Python 3 to execute the lifecycle scripts and orchestration logic. The environment dependency ensures the generated artifacts properly enforce state management and PMPO phase contracts.

What files and artifacts are included when automating skill creation?

Automating skill creation generates SKILL.md, CLAUDE.md, AGENTS.md, prompts, agents, references, schemas, and scripts. These artifacts enforce frontmatter, JSON schemas, and platform adapters for multi-platform distribution.

When do I need PMPO phase contracts for multi-platform skill deployment?

You need PMPO phase contracts for multi-platform skill deployment when distributing across Claude Code and OpenCode. The contracts enforce state management and lifecycle hooks to ensure consistency across platforms.