skill-creator

Create, edit, and audit AgentSkills with SKILL.md files for Codex.

2.8k|332|Updated Jan 29, 2026
One-click install
npx skills add https://github.com/moltis-org/moltis --skill skill-creator-moltis-org
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/moltis-org/moltis/tree/main/crates/skills/src/assets/software-development/skill-creator
Command: npx skills add https://github.com/moltis-org/moltis --skill skill-creator-moltis-org

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Create, edit, and audit AgentSkills to ensure well-formed Skill units that can be distributed and loaded by Codex.

Core Features & Use Cases

  • Provides scaffolding templates and guidance for launching new skills from scratch.
  • Supports auditing and tidying up existing SKILL.md files, and reorganizing resources under scripts/, references/, and assets/.
  • Includes patterns for structuring SKILL.md, plus example resources for scripts, references, and assets.

Quick Start

Run the Skill Initializer to scaffold a new skill directory and begin customizing SKILL.md.

Frequently Asked Questions about skill-creator

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

FAQPage Schema
How do I create an AgentSkill from scratch?▼

To create an AgentSkill, run the Skill Initializer to scaffold a new skill directory, then customize the structured SKILL.md body and organize resources under scripts/, references/, and assets/ for a distributable .skill file.

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

A well-formed SKILL.md file requires frontmatter with name and description fields, followed by a structured body that defines the skill's workflow and supports optional resource directories for scripts, references, and assets.

Can I audit existing SKILL.md files to ensure they meet frontmatter requirements?▼

Yes, you can audit and tidy up existing SKILL.md files to verify they satisfy frontmatter requirements, reorganize resources correctly, and maintain well-formed Skill units loadable by Codex.

How do I package a skill into a .skill file for distribution?▼

Packaging a skill into a .skill file involves organizing your SKILL.md and resource directories into a well-formed Skill unit that can be successfully distributed and loaded by Codex.

What's the best way to organize skill resources like scripts and references?▼

The best way to organize skill resources is to reorganize them into dedicated directories for scripts/, references/, and assets/, ensuring robust and auditable workflows within the skill structure.