skill-creator

Create valid Skill Unit directories with SKILL.md YAML frontmatter and packaging.

Updated May 6, 2025
One-click install
npx skills add https://github.com/rodrigo-altissimo/qiartificial --skill skill-creator-rodrigo-altissimo
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/rodrigo-altissimo/qiartificial/tree/main/.claude/skills/skill-creator
Command: npx skills add https://github.com/rodrigo-altissimo/qiartificial --skill skill-creator-rodrigo-altissimo

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This skill solves the problem of users not knowing how to structure and document a new Skill Unit so Claude can discover it and apply it reliably.

Core Features & Use Cases

  • Skill discovery readiness: Defines how to write correct YAML frontmatter with a clear name and description.
  • Operational guidance: Explains how Claude should use the Markdown body as procedural instructions after the skill triggers.
  • Reusable resource organization: Guides when to include scripts, references, and assets and how to place them for on-demand loading.
  • Packaging and validation workflow: Provides a repeatable process for creating, editing, validating, and packaging skills for distribution.

Quick Start

Initialize a new skill directory, then edit its SKILL.md frontmatter and instructions to match the intended workflow and use cases.

Frequently Asked Questions about skill-creator

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

FAQPage Schema
How do I structure a Claude skill directory for reliable activation?

Claude skill development requires authoring a SKILL.md file with correct YAML frontmatter for skill discovery readiness, followed by Markdown procedural instructions that guide Claude's operational workflow after the skill triggers.

How do I package and validate a Claude skill for distribution?

Packaging a Claude skill for distribution involves a repeatable workflow of creating, editing, and validating the skill directory structure and metadata conventions, ultimately producing a distributable zip file via validation-enabled packaging.

What is YAML frontmatter used for in Claude skills?

YAML frontmatter enables skill discovery readiness by defining a clear name and description in the SKILL.md file, allowing Claude to properly identify and trigger the modular skill bundle during automation workflows.

When should I include scripts and references in a skill bundle?

Include scripts, references, and assets in a skill bundle when the specialized procedure requires reusable resources, organizing them within the expected directory structure to enable on-demand loading during operational execution.

Can I iteratively update and redistribute a packaged Claude skill?

Iteratively updating and redistributing a packaged Claude skill is supported by editing the SKILL.md frontmatter and instructions, then re-running the validation-enabled packaging workflow to produce a new distributable zip file.