skill-creator

Generate a new skill directory with SKILL.md frontmatter and optional folders for scripts, references, assets.

5|Updated Feb 4, 2026
One-click install
npx skills add https://github.com/gabrielkoerich/skills --skill skill-creator-gabrielkoerich
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/gabrielkoerich/skills/tree/main/skill-creator
Command: npx skills add https://github.com/gabrielkoerich/skills --skill skill-creator-gabrielkoerich

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Developers often need to create new skills within the repository with a consistent structure. This skill provides a repeatable scaffold that enforces SKILL.md frontmatter, optional folders, and a publish-ready layout.

Core Features & Use Cases

  • Scaffold a new skill directory with SKILL.md frontmatter and a default skeleton.
  • Create optional folders (scripts/, references/, assets/) and an agents/openai.yaml manifest.
  • Standardize publishing patterns for Claude Code, OpenCode, and OpenClaw workflows.

Quick Start

Run ./scripts/init-skill.sh <skill-name> "<description>" to generate a ready-to-use skill skeleton.

Frequently Asked Questions about skill-creator

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

FAQPage Schema
How do I scaffold a new skill directory with standardized frontmatter?

To scaffold a new skill directory with standardized frontmatter, run the init-skill.sh script with a skill name and description to generate a ready-to-use skeleton containing SKILL.md and optional folders.

What is the best way to standardize skill publishing patterns across multiple environments?

Standardizing skill publishing patterns across multiple environments involves creating an agents/openai.yaml manifest that prepares the scaffolded repository structure for Claude Code, OpenCode, and OpenClaw workflows.

Do I need yaml manifests to validate a local skill structure before publishing?

Yes, you need yaml manifests like agents/openai.yaml to define publishing patterns and validate the skill structure with skill-lint before deploying to local agent environments.

Can I generate optional folders for scripts, references, and assets automatically?

Yes, you can generate optional folders for scripts, references, and assets automatically by running the scaffold script, which creates these directories alongside the default skill skeleton.

How does skill-lint validate the generated repository structure?

Skill-lint validates the generated repository structure by checking that the SKILL.md frontmatter and yaml manifest conform to standardized naming, description, and publishing patterns required by target environments.

What limitations exist when creating local skills for OpenCode and OpenClaw?

Limitations when creating local skills for OpenClaw and OpenCode include relying on a basic scaffold that enforces strict frontmatter and yaml patterns, which may require manual adjustments for non-standard publishing workflows.