skill-creator

Create and refine Claude skills with SKILL.md templates and bundled resources.

1|Updated Feb 2, 2026
One-click install
npx skills add https://github.com/micaelmalta/agentic --skill skill-creator-micaelmalta
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/micaelmalta/agentic/tree/main/skills/skill-creator
Command: npx skills add https://github.com/micaelmalta/agentic --skill skill-creator-micaelmalta

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This skill provides a guided framework for creating new skills or updating existing ones to extend Claude's capabilities. It encapsulates best practices, templates, and organizational patterns to help teams design, document, and package skills efficiently.

Core Features & Use Cases

  • Structured SKILL.md templates: Enforces consistent frontmatter with name and description and a clear body structure.
  • Bundled resources guidance: Suggests organizing scripts, references, and assets to support deterministic execution and knowledge sharing.
  • Packaging & governance: Supports standard workflows for skill initialization, validation, and packaging to ensure quality and reusability.
  • Use Case: A product team wants to introduce a new Claude skill for a domain, documents it with SKILL.md, and packages it as a .skill file for distribution.

Quick Start

Initialize a new skill using the standard template, then customize SKILL.md and populate scripts/, references/, and 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 a Claude skill using a structured template?

To create a Claude skill, initialize a new project using a standard SKILL.md template, then customize the frontmatter and body structure while populating scripts, references, and assets directories as needed.

What is the correct SKILL.md structure and frontmatter format for packaging skills?

The correct SKILL.md structure requires consistent frontmatter containing the name and description fields, followed by a clear body structure. This enforces discipline and supports deterministic execution during skill packaging.

How do I organize scripts, references, and assets for a new skill?

Organize scripts, references, and assets into their respective bundled directories within the skill package. This structure supports deterministic execution, knowledge reuse, and proper resource distribution.

Does this skill creation workflow support team environments for rapid design?

Yes, this workflow supports team environments by encapsulating best practices and reusable templates, allowing teams to rapidly design, document, and package new or updated skills across multiple domains.

What is the best way to package a skill for distribution?

The best way to package a skill for distribution is to follow standard workflows for initialization and validation, ensuring frontmatter discipline and proper resource organization before generating the final skill package.

Why does my skill execution fail after packaging?

Skill execution often fails due to inconsistent frontmatter, an improperly structured SKILL.md body, or disorganized bundled resources like scripts and assets. Enforcing structural discipline ensures deterministic execution.