skill-creator

Create modular AI skills with SKILL.md structure and optional resources.

88|16|Updated Feb 12, 2026
One-click install
npx skills add https://github.com/drpedapati/sciclaw --skill skill-creator-drpedapati
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/drpedapati/sciclaw/tree/main/workspace/skills/skill-creator
Command: npx skills add https://github.com/drpedapati/sciclaw --skill skill-creator-drpedapati

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Designers and engineers struggle to create modular, reusable AI skills and maintain consistent packaging practices across projects. This skill provides a concise framework to guide the design, structuring, and packaging of Skills with optional resources.

Core Features & Use Cases

  • Clear frontmatter-driven metadata for skill discovery and triggering.
  • Guidance on folder structure (skill-name/, SKILL.md, and optional scripts/, references/, assets/).
  • Step-by-step workflow for initializing, editing, and packaging skills with validated metadata.

Quick Start

Use the Skill Creator to initialize a new skill template, then customize SKILL.md and populate optional 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 package AI skills with scripts and assets?

To package AI skills, use a framework that enforces frontmatter metadata and outlines a required SKILL.md structure alongside optional folders for scripts, references, and assets to ensure proper modular packaging.

What is the required folder structure for creating modular agent skills?

The required folder structure for creating modular agent skills centers on a root skill-name directory containing a SKILL.md file, complemented by optional scripts, references, and assets subdirectories for organizing resources.

How do I standardize skill templates for a development team?

Standardize skill templates for a development team by applying a step-by-step workflow that initializes new skills with validated frontmatter fields and a consistent SKILL.md layout for uniform creation.

Does frontmatter metadata drive skill discovery and triggering?

Yes, frontmatter metadata drives skill discovery and triggering by providing clear, validated fields that allow systems to accurately identify and execute modular AI skills based on user intent.

What is the best way to build a reusable AI skill library?

The best way to build a reusable AI skill library is to use a concise framework that guides skill design, enforces consistent frontmatter metadata, and structures optional resources like scripts and references for maintainability.

Can I initialize a new skill template and customize it later?

Yes, you can initialize a new skill template to generate the foundational SKILL.md and folder structure, then customize the content and populate optional scripts, references, and assets as needed.