skill-creator

Create modular AI agent skills with a standardized directory structure and validation workflow.

6|Updated Mar 13, 2026
One-click install
npx skills add https://github.com/me2Doc/friendlyclaw --skill skill-creator-me2doc
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/me2Doc/friendlyclaw/tree/main/body/skills/skill-creator
Command: npx skills add https://github.com/me2Doc/friendlyclaw --skill skill-creator-me2doc

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This skill solves the challenge of creating consistent, high-quality, and modular AI agent capabilities by providing a standardized framework for packaging procedural knowledge and tools.

Core Features & Use Cases

  • Standardized Packaging: Ensures all skills follow a uniform directory structure with mandatory metadata and optional resource bundles.
  • Progressive Disclosure: Implements a three-level loading system (Metadata, SKILL.md, Bundled Resources) to optimize context window usage.
  • Use Case: When you need to turn a repetitive manual workflow into a reusable agent capability, use this skill to initialize the directory, structure your scripts and references, and validate the package for distribution.

Quick Start

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

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 agent skills for consistent modular distribution?

To package AI agent skills for consistent modular distribution, use a standardized directory structure that bundles scripts, reference documentation, and metadata, then validate the package through an automated workflow for context-efficient deployment.

What is the best way to structure repetitive workflows into reusable agent capabilities?

The best way to structure repetitive workflows into reusable agent capabilities is applying a three-level progressive disclosure system that optimizes context window usage by separating metadata, markdown documentation, and bundled resources.

How does progressive disclosure optimize context window usage in agent architecture?

Progressive disclosure optimizes context window usage in agent architecture by implementing a three-level loading system for metadata, SKILL.md, and bundled resources, ensuring specialized agent capabilities load only necessary procedural knowledge.

Do I need pyyaml to automate skill validation and development?

You need pyyaml installed in your environment to automate skill validation and development, as this dependency enables the parsing of mandatory metadata required for standardizing modular AI agent skill packaging.

Can I include custom scripts and reference documentation when creating modular AI skills?

You can include custom scripts and reference documentation when creating modular AI skills by initializing a directory structure that supports optional resource bundles alongside mandatory metadata for specialized agent capabilities.

What are the limitations of manually designing agent architecture without standardized packaging?

Manually designing agent architecture without standardized packaging lacks consistent metadata and automated validation, leading to inefficient context window usage and poorly structured procedural knowledge for specialized agent capabilities.