skill_creator

Design modular Claude skills using structured SKILL.md templates and resource directories.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/SpecForgeAI/deepagent-bot --skill skill-creator-specforgeai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill_creator
Source: https://github.com/SpecForgeAI/deepagent-bot/tree/main/skills/skill_creator
Command: npx skills add https://github.com/SpecForgeAI/deepagent-bot --skill skill-creator-specforgeai

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill guides teams and individuals through the process of creating effective, modular Claude skills, including structure, resources, and packaging best practices.

Core Features & Use Cases

  • Provides a standard SKILL.md structure with required frontmatter and a concise body for skill guidance
  • Defines reusable resource organization with scripts/, references/, and assets/ directories
  • Demonstrates progressive disclosure principles to load metadata first and load content on demand
  • Includes templates and scaffolding to accelerate skill creation and packaging across domains
  • Use Case: A product-manager or software-engineer wants to add a new skill to enable domain-specific workflows or update an existing skill with guidelines

Quick Start

Run the Skill Initializer to scaffold a new skill and begin customizing SKILL.md.

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 Claude skill from scratch?

To create a Claude skill, use a structured SKILL.md template with required frontmatter and a concise body for guidance, then scaffold optional resources like scripts/ and references/ directories to organize supporting files.

What is progressive disclosure when building modular skills?

Progressive disclosure is a packaging practice for modular skills that loads metadata first and fetches content on demand, ensuring efficient context management within the SKILL.md structure.

What do I need to include in SKILL.md frontmatter?

SKILL.md frontmatter must include a name and description to define the skill, and it supports optional resources directories to hold scripts, references, and assets for domain-specific workflows.

Can I update an existing skill using these guidelines?

Yes, you can update existing skills across domains by applying the structured templates and packaging best practices to refactor the SKILL.md body and reorganize resources.

Does skill creation require yaml dependencies?

Yes, skill creation relies on yaml for parsing and managing the frontmatter metadata required in the SKILL.md file, ensuring proper structured documentation and packaging.

What's the best way to organize resources for a skill?

The best way to organize skill resources is using a standard directory structure with folders for scripts, references, and assets, enabling modular packaging and on-demand content loading.