skill-creator

Creates and packages modular agent skills with SKILL.md templates and validation.

32|5|Updated Mar 13, 2026
One-click install
npx skills add https://github.com/jiayaoqijia/Ottie --skill skill-creator-jiayaoqijia
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/jiayaoqijia/Ottie/tree/main/workspace/skills/meta/skill-creator
Command: npx skills add https://github.com/jiayaoqijia/Ottie --skill skill-creator-jiayaoqijia

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Provides a repeatable blueprint for designing, structuring, and packaging modular agent skills, reducing ambiguity and setup time for developers.

Core Features & Use Cases

  • Structured SKILL.md templates with mandatory name and description frontmatter to enable discovery.
  • Optional bundled resources (scripts/, references/, assets/) to support production-grade skills.
  • Step-by-step skill design workflow from planning to packaging, with validation and iteration.

Quick Start

Use the Skill Creation Process to initialize a new skill template in your project.

Frequently Asked Questions about skill-creator

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

FAQPage Schema
How do I create modular AI agent skills from scratch?

To create modular AI agent skills, use a structured SKILL.md template with mandatory name and description frontmatter, then follow a step-by-step workflow from planning and resource organization to validation and packaging.

What is the correct structure for packaging an AI agent skill?

Packaging an AI agent skill requires a SKILL.md file with compliant frontmatter and body guidance, alongside optional bundled resource directories such as scripts, references, and assets to support production-grade deployment.

What's the best way to design a workflow for reusable agent skills?

The best way to design reusable agent skills is to follow a structured creation process that targets planning, resource organization, initialization, editing, and packaging workflows, ensuring modularity and compliance throughout.

Do I need frontmatter metadata for AI skill discovery?

Yes, you need mandatory name and description frontmatter metadata in your SKILL.md file to enable proper discovery and structuring of modular agent skills within AI systems.

Can I bundle scripts and assets when building agent skills?

Yes, you can bundle optional resource directories containing scripts, references, and assets alongside your SKILL.md file to provide robust support for production-grade AI agent skills.

How does the validation pipeline work for AI skill packaging?

The validation pipeline checks your SKILL.md for compliance with frontmatter requirements and body guidance, verifying the correct structuring of optional resource directories before finalizing the agent skill packaging workflow.