skill-creator

Transform user prompts into ready-to-run Agent Skill scaffolds.

Updated Sep 6, 2025
One-click install
npx skills add https://github.com/yyoonchul/agent-rules --skill skill-creator-yyoonchul
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/yyoonchul/agent-rules/tree/main/agent-skills/skills/skill-creator
Command: npx skills add https://github.com/yyoonchul/agent-rules --skill skill-creator-yyoonchul

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Create or update Agent Skills for Claude Code, Codex, and other Skill-compatible clients by transforming user prompts into ready-to-run skill folders with standardized frontmatter, structured resources, and responsive scaffolding.

Core Features & Use Cases

  • Automates generation and validation of SKILL.md frontmatter with required name and description.
  • Generates or updates agents/openai.yaml for UI metadata and integration points.
  • Scaffolds resource directories (scripts, references, assets) and provides starter templates for quick-start implementation.
  • Supports design, revision, and deployment workflows for new or updated skills across multiple clients.

Quick Start

Provide a user prompt and let this tool generate a ready-to-run Skill folder with SKILL.md, agents/openai.yaml, and optional resource directories.

Frequently Asked Questions about skill-creator

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

FAQPage Schema
How do I create an Agent Skill scaffold from a prompt?

To create an Agent Skill scaffold, provide a user prompt and the tool generates a ready-to-run folder with validated SKILL.md frontmatter, agents/openai.yaml, and structured resource directories.

What is YAML frontmatter validation for Claude Code skills?

YAML frontmatter validation checks that the generated SKILL.md file contains the required name and description fields, ensuring the skill is correctly recognized by Claude Code and other Skill-compatible clients.

Does this skill scaffolding tool work with Codex and other compatible clients?

Yes, the skill scaffolding tool works with Codex and other Skill-compatible clients by generating standard agents/openai.yaml UI metadata and structured directories to support deployment across multiple platforms.

How do I set up resource directories for prompt-engineering agent skills?

The tool automatically scaffolds resource directories for scripts, references, and assets, providing starter templates that allow you to quickly implement and organize your prompt-engineering agent skills.

Can I update existing agent skills instead of creating new ones?

Yes, you can update existing agent skills by transforming your new prompts into revised scaffolds, supporting design, revision, and deployment workflows for both new and updated skill folders.

Do I need the yaml dependency to generate SKILL.md files?

Yes, the yaml dependency is required to validate and parse the YAML frontmatter in the generated SKILL.md files, ensuring the required name and description fields are correctly structured.