skill-creator

Create and package self-contained AI skills with standardized SKILL.md templates.

103|14|Updated Feb 22, 2026
One-click install
npx skills add https://github.com/szsip239/teamclaw --skill skill-creator-szsip239
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/szsip239/teamclaw/tree/main/data/skills/skill-creator
Command: npx skills add https://github.com/szsip239/teamclaw --skill skill-creator-szsip239

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

Skill creators struggle with inconsistent structures and setup when building AI skills. This skill provides a standardized template, frontmatter requirements, and starter resources to streamline initial setup and ensure consistency across teams.

Core Features & Use Cases

  • Standardized skill scaffolding with SKILL.md frontmatter and a ready-made resource layout (scripts/, references/, assets/).
  • Guidance and examples for organizing reusable resources, packaging, and iteration workflows.
  • Quick-start templates and example resources to jumpstart skill development.

Quick Start

Initialize a new skill using the provided template and customize SKILL.md and resources (scripts/, references/, assets/) 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 scaffold a new AI skill with a consistent directory structure?

To scaffold an AI skill, use a standardized template that enforces YAML frontmatter requirements and provides a ready-made directory layout including scripts, references, and assets folders. This ensures consistent implementation and streamlines initial setup.

What is included in the standard packaging for a self-contained AI skill?

Standard packaging for a self-contained AI skill includes a structured SKILL.md body with YAML frontmatter, alongside bundled resources organized into scripts, references, and assets directories to facilitate scalable skill development.

Do I need specific dependencies to create and package AI skills?

You do not need specific external dependencies to create and package AI skills. The skill provides quick-start templates and example resources natively, allowing you to initialize and customize your skill without external packages.

What's the best way to structure SKILL.md frontmatter for skill development?

The best way to structure SKILL.md frontmatter is to enforce required YAML fields for name and description. This standardized frontmatter targets consistent skill implementation and outlines necessary metadata for initial setup.

Can I use these templates to update existing AI skills instead of starting new ones?

Yes, you can use the provided templates to update existing AI skills. The skill targets both starting new skills and updating existing ones by outlining frontmatter requirements and resource organization for consistent iteration workflows.