skill-creator

Create AI agent skill directories with standardized SKILL.md frontmatter.

Updated May 17, 2026
One-click install
npx skills add https://github.com/cheetah-alo/NegritaOS --skill skill-creator-cheetah-alo
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/cheetah-alo/NegritaOS/tree/main/.codex/skills/skill-creator
Command: npx skills add https://github.com/cheetah-alo/NegritaOS --skill skill-creator-cheetah-alo

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill solves the problem of how to consistently create new AI agent skills with proper structure, discoverable metadata, and repeatable patterns.

Core Features & Use Cases

  • Skill creation guidance: Defines when a reusable skill should be created versus when a reference is enough.
  • Standardized SKILL.md authoring: Enforces required frontmatter fields (name, description, license, metadata) and promotes consistent structure.
  • Reusable organizational conventions: Provides rules for naming and for choosing between assets/ (templates/schemas) and references/ (local documentation links).

Quick Start

Use the skill-creator to draft a new skills/your-skill-name/SKILL.md when you need an AI-ready, governance-first instruction entry for a repeatable workflow.

Frequently Asked Questions about skill-creator

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

FAQPage Schema
How do I create reusable AI agent skills with standardized governance?

To create reusable AI agent skills with standardized governance, generate a new skill directory containing a SKILL.md file with required YAML frontmatter, operational instructions, and organizational naming conventions to ensure consistent AI loading.

What is the best way to structure workflow templates for AI agents?

The best way to structure workflow templates for AI agents is to separate static schemas into an assets directory and link local documentation into a references directory, encoding decision rules directly within the operational instructions of SKILL.md.

When should I create a new skill versus just using a reference document?

You should create a new skill when repeated patterns need standardized guidance, project conventions require strict documentation, and workflow decision rules must be encoded for AI loading, rather than relying on simple reference documents.

What YAML frontmatter fields are required for an AI-ready SKILL.md file?

The required YAML frontmatter fields for an AI-ready SKILL.md file are name, description, license, and metadata, which enforce a consistent Skill structure and satisfy discoverability requirements for agent loading.

How do I document project conventions for AI agent workflow execution?

Document project conventions for AI agent workflow execution by drafting a governance-first SKILL.md entry that encodes workflow decision rules, applies standardized naming, and integrates assets or references for repeatable patterns.

Can I use local documentation links inside a skill directory structure?

Yes, you can use local documentation links inside a skill directory structure by placing them in the references directory, reserving the assets directory for templates and schemas needed during workflow execution.