opensquad-skill-creator

Create, modify, and benchmark Opensquad skills with SKILL.md generation.

Updated Mar 25, 2026
One-click install
npx skills add https://github.com/FredericoMatsuoka/porsche-search-glow --skill opensquad-skill-creator-fredericomatsuoka
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: opensquad-skill-creator
Source: https://github.com/FredericoMatsuoka/porsche-search-glow/tree/main/skills/opensquad-skill-creator
Command: npx skills add https://github.com/FredericoMatsuoka/porsche-search-glow --skill opensquad-skill-creator-fredericomatsuoka

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Opensquad Skill Creator enables teams to design, test, and iteratively improve Opensquad skills, reducing cycle time from concept to validated capability.

Core Features & Use Cases

  • Create new Opensquad skills, modify and improve existing skills, and measure skill performance.
  • Run evaluations and benchmarks to quantify skill effectiveness and identify improvement opportunities.
  • Generate and organize SKILL.md bodies along with test prompts and eval artifacts to support repeatable experimentation.
  • Supports all Opensquad skill types: MCP integrations, custom scripts, hybrid, and prompt-based skills.

Quick Start

Draft a new skill, generate its SKILL.md, and set up a minimal eval to begin iterative improvement.

Frequently Asked Questions about opensquad-skill-creator

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

FAQPage Schema
How do I create and test a new prompt-based skill?

To create and test a new prompt-based skill, use Opensquad Skill Creator to draft the capability, generate a SKILL.md file, and run evaluation loops with test prompts to measure effectiveness before deployment.

What is the best way to benchmark existing skill performance?

The best way to benchmark skill performance is to run evaluation loops that quantify effectiveness using generated test prompts and performance metrics, identifying specific opportunities for iterative improvement.

Can I use this to modify MCP and hybrid skills?

Yes, you can modify MCP and hybrid skills. Opensquad Skill Creator supports all skill types end-to-end, allowing you to update custom scripts, integrations, and prompt-based capabilities while maintaining performance benchmarks.

Do I need pyyaml to generate a SKILL.md file?

Yes, you need pyyaml installed as a dependency. The skill creation and benchmarking process relies on pyyaml to parse configurations and generate the structured YAML front matter required in the SKILL.md output.

How does an evaluation loop work for skill iteration?

An evaluation loop works by executing generated test prompts against the skill, collecting performance metrics, and producing evaluation artifacts that document workflow results to guide the next iteration of modifications.

What to do when skill benchmarking does not show improvements?

When skill benchmarking shows no improvements, review the generated evaluation artifacts and test prompts to identify bottlenecks, then modify the SKILL.md workflows and rerun the performance metrics evaluation loop.