create-skill

Scaffold new Codex skills with SKILL.md frontmatter and resource folders.

1|Updated Apr 26, 2026
One-click install
npx skills add https://github.com/Ariz0na45/business-os-lite --skill create-skill-ariz0na45
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: create-skill
Source: https://github.com/Ariz0na45/business-os-lite/tree/main/.claude/skills/create-skill
Command: npx skills add https://github.com/Ariz0na45/business-os-lite --skill create-skill-ariz0na45

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Creating consistent scaffolds for new Codex skills to accelerate production and reduce setup time.

Core Features & Use Cases

  • Generates a ready-to-edit SKILL.md frontmatter with name and description.
  • Creates optional resource directories (steps, resources, scripts) and example placeholders.
  • Provides a starter skeleton for input/output project structure to standardize data flow.

Quick Start

Run bun scripts/init-skill.ts <skill-name> --path <path> to scaffold a new skill with optional resources and example placeholders.

Frequently Asked Questions about create-skill

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

FAQPage Schema
How do I scaffold a new Codex skill with the correct project structure?

Scaffolding a new Codex skill involves running an automation script that generates a standardized project structure. This process creates a ready-to-edit SKILL.md frontmatter and optional resource directories to accelerate skill production.

What is included in the standard Codex skill template?

A standard Codex skill template includes a SKILL.md file with required name and description frontmatter. It also generates optional resource folders for steps, resources, and scripts, plus a starter skeleton for input and output directories.

How do I automate the setup of frontmatter and resource folders for a modular skill?

You automate the setup of frontmatter and resource folders by executing the skill scaffold script. This automatically applies consistent frontmatter formatting and generates the required modular directories with example placeholders.

Do I need to manually create input and output project directories when designing a skill?

No, you do not need to manually create input and output project directories. The scaffolding process optionally establishes a starter skeleton for these directories to standardize data flow automatically.

What's the best way to standardize new skill creation and reduce setup time?

The best way to standardize new skill creation is to use a scaffolding automation script. It enforces consistent frontmatter, modular resource folders, and predefined project structures, significantly reducing manual setup time.

Can I generate example placeholders for scripts and resources when packaging a skill?

Yes, you can generate example placeholders for scripts and resources. The scaffolding process creates optional resource directories populated with example placeholders to help you start building immediately.