skill-creator

Scaffold Codex skills with SKILL.md templates and UI metadata.

1|Updated Dec 1, 2025
One-click install
npx skills add https://github.com/SatoryKono/BioactivityDataAcquisition --skill skill-creator-satorykono
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/SatoryKono/BioactivityDataAcquisition/tree/main/docs/skills/global/.system/skill-creator
Command: npx skills add https://github.com/SatoryKono/BioactivityDataAcquisition --skill skill-creator-satorykono

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

The Skill Creator helps teams design, scaffold, and standardize new Codex skills by providing a repeatable template, UI metadata, and resource structure so skills can be built quickly and consistently.

Core Features & Use Cases

  • Provides a SKILL.md template and a ready-to-edit scaffold for new skills.
  • Generates UI-facing metadata (agents/openai.yaml) and optional resource folders (scripts, references, assets).
  • Enables consistent validation and iteration during skill development.

Quick Start

Create a new skill with the Skill Initializer and customize SKILL.md and resources 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 a new Codex skill with a standard directory structure?

To create a Codex skill, use a scaffolding template that generates a SKILL.md file, UI metadata in agents/openai.yaml, and optional resource folders. This provides a repeatable structure for rapid iteration and consistent onboarding.

What is the best way to scaffold YAML frontmatter for skill metadata?

The best way to scaffold YAML frontmatter is using a skill initialization template that automatically generates valid name and description fields. This ensures your UI metadata meets quality and validation standards from the start.

Can I update an existing Codex skill without breaking its resource organization?

Yes, you can update an existing Codex skill by applying the scaffold to modify SKILL.md and agents/openai.yaml while preserving existing resource folders. The process includes validation steps to guarantee safe integration and prevent structural breaks.

Do I need YAML to standardize skill templates for my team?

Yes, YAML is required to define the UI-facing metadata in agents/openai.yaml and ensure valid frontmatter. Standardizing with YAML templates allows your team to build skills quickly and consistently with reliable validation.

What folders are generated when scaffolding automation guidelines for a new skill?

Scaffolding automation guidelines generates optional resource folders including scripts, references, and assets alongside the core SKILL.md. This structure organizes resources effectively to support reproducible workflows and rapid iteration.