skill-creator

Design and structure Codex Skills with resource directories and templates.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Create and update AgentSkills by providing a standardized process to design, structure, and package skills with scripts, references, and assets.

Core Features & Use Cases

  • Guidance for designing, structuring, and packaging skills.
  • Templates and starter scaffolds to bootstrap new skills through an initializer.
  • Methods for organizing resources (scripts, references, assets) for repeatable workflows.

Quick Start

Run the Skill Initializer to create a new skill directory and tailor SKILL.md, then add 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 structure and package Codex skills for agents?

To structure and package Codex skills, use standardized scaffolds for resource directories like scripts, references, and assets. This enforces consistent workflows and modular design by organizing resources and utilizing progressive disclosure to keep context lean.

What is progressive disclosure in skill design?

Progressive disclosure in skill design is a pattern to keep agent context lean. It structures modular skills with resource directories and templates so agents load only necessary information, enabling consistent workflows without overwhelming the context window.

How do I create a new skill directory and generate SKILL.md?

To create a new skill directory and generate SKILL.md, run the Skill Initializer. This starter scaffold bootstraps new skills, enforces frontmatter with name and description, and allows you to tailor the structure and add resources as needed.

Do I need frontmatter when building modular skills?

Yes, frontmatter is required when building modular skills. The creation process enforces frontmatter containing the skill name and description to ensure proper structuring and packaging for agents, maintaining consistency across workflows.

What's the best way to organize scripts and references for agent workflows?

The best way to organize scripts and references for agent workflows is using standardized resource directories. Packaging skills with dedicated scaffolds for scripts, references, and assets enables repeatable workflows and modular skill design.