skill-creator

Create Skill Units with SKILL.md frontmatter and optional resource directories.

4|2|Updated Mar 26, 2026
One-click install
npx skills add https://github.com/bitan-del/gods-eye --skill skill-creator-bitan-del
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/bitan-del/gods-eye/tree/main/skills/skill-creator
Command: npx skills add https://github.com/bitan-del/gods-eye --skill skill-creator-bitan-del

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires yaml.

What problem does it solve?

Create, edit, audit, and tidy AgentSkills by generating a clean SKILL.md frontmatter and optional resource scaffolding, ensuring consistency with the AgentSkills spec.

Core Features & Use Cases

  • Guidance to structure SKILL.md, plan reusable resources (scripts, references, assets), and apply best practices for modular skills.
  • Templates and scaffolding to bootstrap new skills and orchestrate improvements, reviews, or reorganizations.
  • Use case: when asked to author a new skill, tidy an existing one, or validate a skill directory against the spec.

Quick Start

Run the skill initializer to scaffold a new skill and populate SKILL.md and resource folders as needed.

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 AgentSkill with valid SKILL.md frontmatter?

To create an AgentSkill, generate a SKILL.md file with valid frontmatter containing a name and description, add a body for instructions, and optionally include scripts, references, and assets directories for modular skill resources.

What is the AgentSkills spec and when do I need it?

The AgentSkills spec defines the structured format for AgentSkills, requiring valid frontmatter and a body for instructions. You need it when authoring, auditing, or restructuring skill directories to ensure conformance and proper loading by Codex.

Can I validate an existing skill directory against the AgentSkills spec?

Yes, you can validate an existing skill directory against the AgentSkills spec using packaging and validation scripts that check for valid frontmatter, required fields, and proper directory organization.

How do I tidy and reorganize an existing AgentSkill directory?

To tidy an existing AgentSkill directory, audit the SKILL.md frontmatter for conformance, restructure optional resource folders like scripts, references, and assets, and apply best practices for modular skill organization.

What's the best way to scaffold a new skill with templates and frontmatter?

The best way to scaffold a new skill is to run the skill initializer, which generates a clean SKILL.md frontmatter and optional resource scaffolding, ensuring consistency with the AgentSkills spec from the start.

Do I need YAML to package and validate AgentSkills?

Yes, YAML is required as a dependency to parse and validate the frontmatter in SKILL.md files, ensuring the structured instructions conform to the AgentSkills spec during packaging.