skill-creator

Create and improve Claude/Cowork skills with standardized SKILL.md workflows.

Updated Jul 23, 2025
One-click install
npx skills add https://github.com/ha-giwan1203/GIWANOS_AgentOS --skill skill-creator-ha-giwan1203
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/ha-giwan1203/GIWANOS_AgentOS/tree/main/90_%EA%B3%B5%ED%86%B5%EA%B8%B0%EC%A4%80/%EC%8A%A4%ED%82%AC/skill-creator-merged
Command: npx skills add https://github.com/ha-giwan1203/GIWANOS_AgentOS --skill skill-creator-ha-giwan1203

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

The Skill Creator provides a structured, repeatable process for turning user requests into reusable Claude/Cowork skills. It guides you to define frontmatter, build a discoverable SKILL.md, assemble optional resources, and establish evaluation loops so skills can be iterated, tested, and packaged reliably.

Core Features & Use Cases

  • Capture intent, trigger conditions, and outputs with a standardized frontmatter and modular body that loads on activation.
  • Reference a pattern catalog and domain guides to ensure consistent architecture and extensibility (patterns, tiered loading, and bundled resources).
  • Iterate through evaluation loops (evals, grader, and benchmark tooling) and packaging steps to produce ready-to-deploy .skill files.
  • Harness automation workflows (draft, improve, eval, optimize, package, harness) to continuously improve skill quality and adoption.

Quick Start

Create a new skill by adding SKILL.md with frontmatter and a concise body, then add a small eval set and run the evaluation loop to iterate toward a polished skill.

Frequently Asked Questions about skill-creator

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

FAQPage Schema
How do I create reusable Claude skills from a prompt request?

To create reusable Claude skills, you define standardized frontmatter and a concise SKILL.md body that loads on activation, then add an evaluation set and run an evaluation loop to iterate toward a polished, deployable skill.

What is the best way to package and test a Claude skill for deployment?

Packaging and testing a Claude skill involves running end-to-end improvement loops with evals, graders, and benchmark tooling, then using automation workflows to draft, optimize, and package the final .skill file for deployment.

Does the skill creation workflow support automated prompt engineering evaluations?

Yes, the skill creation workflow supports automated prompt engineering evaluations by orchestrating end-to-end improvement loops that utilize evals, gradader logic, and benchmark tooling to continuously iterate and optimize skill quality.

Can I use pyyaml to configure skill frontmatter and resource directories?

You can use pyyaml to configure skill frontmatter and assemble optional resource directories, establishing a modular architecture that ensures consistent structure and extensibility for your Claude skills.

When should I not use an automated evaluation loop for skill development?

You should avoid using automated evaluation loops for skill development when your skill lacks a defined output format or testable trigger condition, as the grader and benchmark tooling require concrete criteria to iterate and measure reliability effectively.