skill-creator

Create and validate structured skill units with frontmatter and directory scaffolding.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/opensourceways/geo-workflow --skill skill-creator-opensourceways
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/opensourceways/geo-workflow/tree/main/.claude/skills/skill-creator
Command: npx skills add https://github.com/opensourceways/geo-workflow --skill skill-creator-opensourceways

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Authors and structures specialized skill units for agentskills.io, ensuring consistent metadata, discoverability, and validation.

Core Features & Use Cases

  • Metadata validation via a script to enforce naming and description rules.
  • Structured directory scaffolding with scripts/, references/, and assets/.
  • Template-based SKILL.md generation and progressive disclosure for large procedures.
  • Supports tooling to audit and upgrade existing skills.

Quick Start

Create a new skill directory named skill-creator, add scripts/, references/, and assets/, and finalize the SKILL.md with proper frontmatter.

Frequently Asked Questions about skill-creator

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

FAQPage Schema
How do I create structured skill units with correct metadata for agent workflows?

To create structured skill units, scaffold a flat directory with scripts, references, and assets subfolders, then finalize the SKILL.md with proper frontmatter to ensure deterministic agent workflow execution and metadata discoverability.

How do I validate agentskills metadata for directory structure and frontmatter correctness?

You validate agentskills metadata by running a CLI validation script that enforces naming conventions, description formats, and flat folder structure, ensuring your skill meets the ecosystem's machine-readable discovery requirements.

What is the required folder structure for building agent skills?

The required folder structure for building agent skills is a flat directory layout containing dedicated scripts, references, and assets subdirectories alongside a SKILL.md file for progressive disclosure and guidance templates.

Can I use a CLI script to audit and upgrade existing agent skills?

Yes, you can use the included CLI validation script to audit existing agent skills, enforcing frontmatter correctness and structural directory rules to upgrade them for current ecosystem standards.

Do I need automation tooling to scaffold documentation for new agent skills?

You do not need external automation tooling to scaffold documentation; template-based SKILL.md generation is supported natively to structure professional agent skills and provide progressive disclosure for large procedures.