skill-creator

Creates, audits, and optimizes modular AgentSkills with standardized directory structures and validated Markdown frontmatter.

Updated Mar 26, 2026
One-click install
npx skills add https://github.com/tedtv1007-ctrl/milk-skills-library --skill skill-creator-tedtv1007-ctrl
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/tedtv1007-ctrl/milk-skills-library/tree/main/skill-creator
Command: npx skills add https://github.com/tedtv1007-ctrl/milk-skills-library --skill skill-creator-tedtv1007-ctrl

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This skill addresses the complexity of designing, maintaining, and auditing modular AI agent capabilities, ensuring they are efficient, context-aware, and follow best practices.

Core Features & Use Cases

  • Skill Lifecycle Management: Provides a structured workflow for creating, editing, and packaging new skills from scratch.
  • Quality Assurance: Includes auditing tools to clean up stale content, restructure directories, and validate skills against the official AgentSkills specification.
  • Use Case: Use this skill when you need to transform a repetitive manual task into a reusable agent capability or when you need to improve an existing skill's performance by optimizing its context usage.

Quick Start

Use the skill-creator to initialize a new skill named data-analyzer with scripts and references support.

Frequently Asked Questions about skill-creator

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

FAQPage Schema
How do I build and structure modular AI agent skills from scratch?

You can build modular AI agent skills by creating structured skill directories, validating YAML frontmatter, and implementing progressive disclosure patterns. This approach ensures scalable, standardized, and context-aware agent capabilities end-to-end.

What is progressive disclosure for AI agent context management?

Progressive disclosure for AI agent context management is a pattern that optimizes context loading to ensure agents only receive necessary information. This minimizes token usage, maintains efficiency, and improves overall skill performance.

How do I validate YAML frontmatter for agent skills?

You validate YAML frontmatter for agent skills by auditing them against the official AgentSkills specification. This quality assurance process checks compliance with standardized naming conventions and ensures proper resource organization.

Can I use skill-creator to restructure and clean up stale skill directories?

Yes, you can use it to restructure and clean up stale skill directories. The skill includes auditing tools designed to clean up stale content and reorganize resources for optimized agent capabilities.

Does skill-creator support initializing skills with scripts and references support?

Yes, skill-creator supports initializing skills with scripts and references support. You can initialize a new skill with these components to transform repetitive manual tasks into reusable agent capabilities.

Why does standardized naming convention matter for scalable agent capabilities?

Standardized naming conventions matter for scalable agent capabilities because they ensure compliance with the official AgentSkills specification. This standardization facilitates efficient maintenance, auditing, and modular skill development.