skill-creator

Generate structured SKILL.md files with frontmatter and starter resource templates.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/rderakhshan/Self-evolving-Deep-Agent --skill skill-creator-rderakhshan
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/rderakhshan/Self-evolving-Deep-Agent/tree/main/examples/skills/skill-creator
Command: npx skills add https://github.com/rderakhshan/Self-evolving-Deep-Agent --skill skill-creator-rderakhshan

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill provides a concise, repeatable blueprint for creating new skills that extend agent capabilities, reducing onboarding time and ensuring consistent structure across Skill Units.

Core Features & Use Cases

  • Structured frontmatter templates: Provides a ready-to-use SKILL.md frontmatter with required name and description fields.
  • Resource scaffolding: Outlines optional scripts/, references/, and assets/ directories with starter templates to accelerate skill creation.
  • Guided workflows: Includes recommended patterns for organizing skills (workflow-based, task-based, reference/guidelines, capabilities-based).

Quick Start

Initialize a new skill using the provided script and guidance in this skill unit's documentation.

Frequently Asked Questions about skill-creator

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

FAQPage Schema
How do I create a new skill with standardized structure and documentation?

Skill creation uses a structured SKILL.md template with required frontmatter fields (name, description) and optional directories (scripts/, references/, assets/). The skill-creator generates this scaffolding to enforce consistency across skill units and accelerate development from initial setup through validation.

What should be included in a skill's frontmatter and directory structure?

Frontmatter requires name and description fields. Optional resource directories include scripts/ for automation, references/ for documentation, and assets/ for supporting files. This organization pattern applies across workflow-based, task-based, reference, and capabilities-based skill designs.

Can I use templates to bootstrap new skills efficiently?

Yes. The skill-creator provides starter templates and guided workflows that outline recommended patterns for organizing skills. These templates reduce onboarding time and ensure consistent structure when extending agent capabilities across different skill types.

What workflows does skill creation support?

Skill creation supports four organizational patterns: workflow-based (sequential steps), task-based (discrete actions), reference/guidelines (documentation-heavy), and capabilities-based (feature definitions). Templates guide selection based on your skill's primary function.

Do I need prior experience to create a structured skill?

The standardized frontmatter and starter templates lower entry barriers. The skill-creator provides a repeatable blueprint that handles scaffolding, so you focus on core logic rather than structure. No specialized prerequisites are required beyond familiarity with your skill's domain.