skill-creator

Generate standardized AGENT Skill templates with YAML frontmatter and hyphen-case naming.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/AP3X-Dev/AGENT --skill skill-creator-ap3x-dev
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/AP3X-Dev/AGENT/tree/main/vendor/deepagents/libs/deepagents-cli/examples/skills/skill-creator
Command: npx skills add https://github.com/AP3X-Dev/AGENT --skill skill-creator-ap3x-dev

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

The Skill Creator helps teams and developers design, scaffold, and validate new Skills for AGENT, enabling rapid creation of modular, reusable skill units with clean structure and guidance for bundled resources (scripts, references, and assets).

Core Features & Use Cases

  • Generate SKILL.md templates and frontmatter for new Skills, accelerating onboarding and consistency.
  • Provide example resource scaffolding (scripts/, references/, assets/) to streamline integration into agent workflows.
  • Offer validation utilities to ensure naming conventions, frontmatter completeness, and structural integrity across Skill units.

Use cases include enabling domain-specific skills, rapid prototyping of agent capabilities, and maintaining standardization across multiple teams.

Quick Start

  • Run init_skill.py to create a new skill skeleton, then customize SKILL.md and add resources under scripts/, references/, and assets/.

Frequently Asked Questions about skill-creator

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

FAQPage Schema
How do I generate standardized skill templates with YAML frontmatter?

Generate standardized skill templates with YAML frontmatter by running the init_skill.py script to create a new skill skeleton, then customize the SKILL.md file and add resources under scripts/, references/, and assets/ directories.

What is the best way to scaffold agent skills for rapid prototyping?

Scaffold agent skills for rapid prototyping by using the Skill Creator to generate SKILL.md templates, provide example resource scaffolding for scripts and assets, and enforce structural integrity across modular skill units.

How does validation for skill naming conventions and structure work?

Validation for skill naming conventions and structure works through included CLI scripts that enforce hyphen-case naming, verify YAML frontmatter completeness for name and description fields, and check structural integrity across skill units.

Do I need YAML to create and validate new agent skills?

Yes, you need YAML to create and validate new agent skills because the Skill Creator enforces YAML frontmatter with required name and description fields, and the YAML dependency ensures proper parsing and structural validation across units.

Can I use this skill creation tool for domain-specific automation across teams?

Yes, you can use this skill creation tool for domain-specific automation across teams because it applies across domains to support rapid skill prototyping, documentation scaffolding, and maintains standardization across multiple teams.