skill-creator

Design, structure, and package modular Codex skills with SKILL.md frontmatter.

Updated Feb 1, 2026
One-click install
npx skills add https://github.com/Sugamdeol/moltbot-with-pollinations.ai --skill skill-creator-sugamdeol
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/Sugamdeol/moltbot-with-pollinations.ai/tree/main/skills/skill-creator
Command: npx skills add https://github.com/Sugamdeol/moltbot-with-pollinations.ai --skill skill-creator-sugamdeol

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires yaml, and includes scripts (resource) components.

What problem does it solve?

Crafting and packaging Codex skills can be verbose and repetitive. This Skill provides a clear pattern for designing, structuring, and packaging modular skills with optional resources (scripts, references, assets) to streamline reuse and deployment.

Core Features & Use Cases

  • Guides how to model skills with common patterns: Workflow-Based, Task-Based, Reference/Guidelines, and Capabilities-Based structures.
  • Demonstrates how to bundle reusable resources (scripts, references, assets) and how to decide when to include them.
  • Use Cases: create a new skill skeleton, organize multi-domain knowledge, and prepare a skill for packaging as a .skill file.

Quick Start

Create a new skill skeleton named your-skill with scripts and references folders and a starter SKILL.md frontmatter.

Frequently Asked Questions about skill-creator

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

FAQPage Schema
How do I package modular skills for deployment?

Designing modular skills involves choosing patterns like Workflow-Based, Task-Based, or Reference/Guidelines structures. You organize resources such as scripts and assets, then bundle them with frontmatter metadata into a .skill file for deployment.

What is the best way to structure reusable scripts and references in a skill?

Organize reusable scripts and references by separating them into distinct folders within your skill directory. Include them when your skill's workflow pattern or task-based logic requires external execution or supplementary documentation.

Can I use YAML frontmatter to define skill metadata?

Yes, you use YAML frontmatter to define skill metadata by including required name and description fields. This metadata structures the skill for packaging and ensures it correctly extends Codex capabilities.

When do I need a .skill file format for my automation workflow?

You need a .skill file format when packaging modular skills to extend Codex capabilities across domains like automation or data. It bundles your scripts, references, and SKILL.md frontmatter into a deployable unit.

Does creating a new skill from scratch require specific design patterns?

Creating a new skill from scratch recommends following specific design patterns like Workflow-Based, Task-Based, or Capabilities-Based structures. These patterns guide how to model skills and organize multi-domain resources effectively.

Why does my skill skeleton need separate folders for assets and references?

Your skill skeleton needs separate folders for assets and references to logically organize multi-domain knowledge and streamline reuse. Bundling these resources properly prepares the skill for final .skill packaging.