skill-creator

Create modular agent skills with structured directories and validation workflows.

19|2|Updated May 14, 2026
One-click install
npx skills add https://github.com/syhya/mlsys26-flashinfer-contest --skill skill-creator-syhya
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/syhya/mlsys26-flashinfer-contest/tree/main/full-agent/dsa/agent/.agents/skills/skill-creator
Command: npx skills add https://github.com/syhya/mlsys26-flashinfer-contest --skill skill-creator-syhya

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This skill streamlines the creation, organization, and distribution of specialized agent capabilities, ensuring that new skills are modular, context-efficient, and easy to maintain.

Core Features & Use Cases

  • Standardized Skill Architecture: Provides a consistent structure for scripts, references, and assets to keep the context window clean.
  • Validation and Packaging: Automates the verification of YAML frontmatter and directory structure, packaging skills into distributable formats.
  • Use Case: Use this skill when you need to build a new tool for an agent, such as a custom data-processing workflow or a domain-specific knowledge base, ensuring it follows best practices for progressive disclosure.

Quick Start

Use the skill-creator to initialize a new skill named data-processor in the current directory.

Frequently Asked Questions about skill-creator

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

FAQPage Schema
How do I package an AI agent skill for distribution?

You package an AI agent skill by validating its YAML frontmatter and directory structure, then bundling the scripts, references, and assets into a standardized distributable format.

What is the standardized directory structure for building modular agent skills?

A standardized structure for modular agent skills organizes components into dedicated directories for scripts, references, and assets to maintain a clean context window and ensure reusability.

Do I need pyyaml to validate skill metadata?

Yes, pyyaml is required as a dependency to parse and validate the YAML frontmatter metadata that ensures your packaged skill complies with structural requirements.

How does progressive disclosure help manage context in agent development?

Progressive disclosure in agent development manages context by loading only necessary modular scripts and references on demand, keeping the context window clean and context-efficient.

Can I use this skill to automate a custom data-processing workflow?

Yes, you can use this skill to design and package a custom data-processing workflow by providing a structured template for reusable scripts and domain-specific reference documentation.