opensquad-skill-creator

Build, test, and iterate Opensquad skills with SKILL.md and eval loops.

1|Updated Mar 28, 2026
One-click install
npx skills add https://github.com/netbarros/quantum-project --skill opensquad-skill-creator-netbarros
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: opensquad-skill-creator
Source: https://github.com/netbarros/quantum-project/tree/main/skills/opensquad-skill-creator
Command: npx skills add https://github.com/netbarros/quantum-project --skill opensquad-skill-creator-netbarros

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Addresses the lack of a repeatable process for building and improving Opensquad skills by providing a structured workflow.

Core Features & Use Cases

  • Draft and document SKILL.md with frontmatter and body content.
  • Run iterative eval loops across test prompts, collect results, and generate evals.json and benchmarks.
  • Compare skill variants with baseline iterations, and utilize the viewer to review and annotate outputs.

Quick Start

Draft your first SKILL.md skeleton and run an initial evaluation cycle to see how it performs.

Frequently Asked Questions about opensquad-skill-creator

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

FAQPage Schema
How do I build and test skills with a repeatable workflow?▼

Drafting SKILL.md with frontmatter and body content requires validating the frontmatter structure and writing core task descriptions. The skill creator guides this drafting process to ensure valid metadata and proper body formatting.

How do I run iterative eval loops and benchmark skill variants?▼

Running iterative eval loops involves executing test prompts, collecting results into evals.json, and generating benchmarks. You can compare skill variants against baseline iterations and utilize a viewer to review and annotate outputs.

Does the skill creator support MCP, script, hybrid, and prompt skills?▼

Yes, the skill creator supports MCP, script, hybrid, and prompt skills. It guides drafting SKILL.md, running eval automation, and managing a lifecycle loop that includes optional references, assets, and bundled scripts for these skill types.

What is the best way to validate frontmatter and document skill metadata?▼

The best way to validate frontmatter and document skill metadata is using the built-in lifecycle loop workflow. It enforces frontmatter validation requirements while guiding the drafting of body content alongside optional references and bundled scripts.

Do I need pyyaml to automate skill evaluations and generate benchmarks?▼

Yes, you need pyyaml installed to automate skill evaluations and generate benchmarks. The pyyaml dependency handles parsing and validating YAML frontmatter within the SKILL.md files during the eval automation lifecycle.