Skill Creator

Create new skills with a standardized folder structure and SKILL.md frontmatter.

Updated Jan 10, 2026
One-click install
npx skills add https://github.com/Derakons/ERP --skill skill-creator-derakons
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Skill Creator
Source: https://github.com/Derakons/ERP/tree/main/.agent/skills/skill-creator
Command: npx skills add https://github.com/Derakons/ERP --skill skill-creator-derakons

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Provides a reproducible blueprint for creating, structuring, and documenting new skills to extend the agent's capabilities, ensuring consistency and maintainability.

Core Features & Use Cases

  • Standardized folder structure under .agent/skills/[skill-name]/ including SKILL.md.
  • Frontmatter contract requiring name and description for discovery.
  • Optional directories (scripts/, references/, assets/) to support implementation and documentation.
  • Guidance for drafting, validating, and registering new skills to the agent.

Quick Start

Create a new skill folder under .agent/skills/ named after the skill, then add a SKILL.md frontmatter with name and description and place optional scripts, references, or assets 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 create and document new agent skills with a standardized structure?

To create new agent skills, build a reproducible blueprint using a standardized folder structure under .agent/skills/[skill-name]/ and add a top-level SKILL.md file with required name and description frontmatter to ensure consistency and maintainability.

What is the required frontmatter for skill discovery and registration?

Skill discovery requires a frontmatter contract in your SKILL.md file that includes at least the name and description fields. This standardized metadata allows the agent to automatically find and register the new skill capabilities.

What folder structure should I use for agent skill creation frameworks?

Agent skill creation uses a standardized folder structure featuring a top-level SKILL.md file alongside optional directories for scripts/, references/, and assets/ to support implementation, documentation, and necessary validation rules.

Do I need any external dependencies or components to build a skill template?

No external dependencies or components are required to build a skill template. You only need to generate the reproducible folder structure and draft the SKILL.md frontmatter to meet the validation rules for quality and safety.

When should I use optional directories like scripts and references in skill documentation?

Use optional directories like scripts/, references/, and assets/ when your skill requires supporting implementation code, external documentation, or media files to function properly and pass validation rules within the agent framework.