skill-creator

Create Codex Skills with structured SKILL.md templates and resource scaffolds.

785|169|Updated Aug 8, 2024
One-click install
npx skills add https://github.com/Ohh-889/skyroc-admin --skill skill-creator-ohh-889
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/Ohh-889/skyroc-admin/tree/main/.agents/skills/skill-creator
Command: npx skills add https://github.com/Ohh-889/skyroc-admin --skill skill-creator-ohh-889

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill streamlines the creation and standardization of Codex Skills by providing a guided template, a consistent frontmatter schema, and a ready-to-use resource scaffold for repeatable skill-building.

Core Features & Use Cases

  • Structured SKILL.md templates with mandatory YAML frontmatter (name and description) and a clear body for guidance.
  • Bundled resources blueprint for scripts/, references/, and assets/ to support repeatable skill-building tasks.
  • Tooling and packaging flows (init_skill.py and package_skill.py) that accelerate skill initialization and distribution.
  • Workflow guidance for Skill creation, versioning, and iteration across teams and projects.

Quick Start

Run scripts/init_skill.py <skill-name> --path <destination> to scaffold a new skill and customize SKILL.md.

Frequently Asked Questions about skill-creator

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

FAQPage Schema
How do I bootstrap a Codex skill with standard frontmatter and resources?

To bootstrap a Codex skill, run scripts/init_skill.py <skill-name> --path <destination> to scaffold a new skill. This generates a structured SKILL.md with mandatory YAML frontmatter and a bundled resources blueprint for scripts, references, and assets.

What is the required frontmatter schema for a valid SKILL.md file?

The required frontmatter schema for a valid SKILL.md file includes mandatory name and description fields in YAML format. The file must also contain a valid body for guidance to satisfy packaging readiness and standardization requirements.

Can I organize bundled scripts and references for repeatable skill-building tasks?

Yes, you can organize bundled scripts and references for repeatable skill-building tasks. The skill provides a ready-to-use resource scaffold that structures scripts/, references/, and assets/ directories to support consistent task automation.

What's the best way to package and distribute standardized Codex Skills?

The best way to package and distribute standardized Codex Skills is using the included package_skill.py tooling flow. It accelerates skill initialization, validates frontmatter, and prepares the bundled resources for distribution across teams.

Does this skill creation template support workflow guidance for versioning and iteration?

Yes, the skill creation template supports workflow guidance for versioning and iteration. It provides a consistent frontmatter schema and structured templates to help teams update SKILL.md files and organize resources efficiently across projects.

Why do I need a bundled resources blueprint when creating a new skill?

You need a bundled resources blueprint when creating a new skill to ensure proper organization of scripts, references, and assets. This scaffold supports repeatable skill-building tasks and guarantees packaging readiness for downstream distribution.