skill-creator

Create and refine modular Claude skills with structured frontmatter and resources.

1|1|Updated Jun 8, 2025
One-click install
npx skills add https://github.com/SALDAPAL/microclaw --skill skill-creator-saldapal
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/SALDAPAL/microclaw/tree/main/skills/built-in/skill-creator
Command: npx skills add https://github.com/SALDAPAL/microclaw --skill skill-creator-saldapal

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This guide helps practitioners define and package modular Claude skills to extend capabilities with domain knowledge, workflows, and tool integrations.

Core Features & Use Cases

  • Structured frontmatter and body to define skills
  • Guidance on organizing optional resources (scripts, references, assets)
  • Best practices for packaging, versioning, and progressive disclosure

Quick Start

Initialize a new skill using the provided tooling, then tailor SKILL.md and resources to fit specific needs.

Frequently Asked Questions about skill-creator

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

FAQPage Schema
How do I create modular Claude skills with structured frontmatter?

To create modular Claude skills, define structured frontmatter containing the name and description, then build a body with structured guidance. This enforces proper skill-development workflows and packaging standards.

What is progressive disclosure in skill-development workflows?

Progressive disclosure in skill-development workflows organizes optional resources like scripts, references, and assets so users access detailed guidance only when needed, keeping the core skill concise.

How do I package Claude skills to extend capabilities with domain knowledge?

Package Claude skills by aligning them with established packaging steps, versioning best practices, and progressive disclosure. This combines frontmatter, body guidance, and optional resources into a deployable module.

Can I update existing Claude skills without breaking current workflows?

Yes, you can refine existing Claude skills by updating the structured frontmatter, body guidance, or optional resources like scripts and references. This maintains modular compatibility while extending capabilities.

Do I need external dependencies to manage skill-development packaging?

No external dependencies are required to manage skill-development packaging. The workflow relies on internal frontmatter enforcement and structured resource organization to define and package modular Claude skills.

What is the best way to organize optional resources for Claude skills?

The best way to organize optional resources for Claude skills is separating scripts, references, and assets into structured directories. This aligns with progressive disclosure and ensures clean modularity.