skill-creator

Create, edit, and audit AgentSkills with standardized SKILL.md frontmatter.

Updated Jan 31, 2026
One-click install
npx skills add https://github.com/zyj18860969891-byte/openclaw-railway --skill skill-creator-zyj18860969891-byte
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/zyj18860969891-byte/openclaw-railway/tree/main/skills/skill-creator
Command: npx skills add https://github.com/zyj18860969891-byte/openclaw-railway --skill skill-creator-zyj18860969891-byte

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Create, edit, and audit AgentSkills to maintain consistent skill definitions across Skill units, ensuring clear structure and accountability.

Core Features & Use Cases

  • Standardized SKILL.md frontmatter with required name and description, plus a well-structured Markdown body.
  • Guidance for organizing resource directories (scripts/, references/, assets/) to support scalable and maintainable skills.
  • Tools and patterns for auditing, tidying, and improving existing skills and skill directories, aligned with the AgentSkills spec.

Quick Start

Run the init_skill.py tool to scaffold a new skill directory, then customize SKILL.md and 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 create a new AgentSkill from scratch?

To create a new AgentSkill, run the init_skill.py tool to scaffold a new skill directory, then customize the required SKILL.md frontmatter and body. Add supporting resources like scripts or references as needed to complete the skill definition.

What is the required structure for a SKILL.md file?

A SKILL.md file requires frontmatter including a name and description, followed by a well-structured Markdown body. This standardization ensures consistent skill definitions and clear accountability across all AgentSkill units.

How do I audit and tidy an existing skill directory?

You audit an existing skill directory by validating the SKILL.md frontmatter and restructuring files into organized directories like references/ or scripts/. This tidying process aligns existing skills with the AgentSkills spec for maintainability.

How should I organize resources like scripts and references in a skill?

Organize skill resources by moving files into dedicated directories such as scripts/, references/, or assets/. This structural guidance supports scalable and maintainable skill directories by separating code from documentation.

Does the skill creation workflow support adding custom assets?

Yes, the skill creation workflow supports adding custom assets by placing them in the assets/ directory. This ensures all supplementary resources are properly organized alongside scripts and references within the skill directory structure.

What's the best way to maintain consistent skill definitions across multiple units?

The best way to maintain consistent skill definitions is to use standardized SKILL.md frontmatter with required name and description fields, and follow established guidelines for organizing resource directories to ensure clear structure and accountability.