skill-creator

Generate Claude skill scaffolds with structured SKILL.md frontmatter and resource bundles.

Updated May 7, 2026
One-click install
npx skills add https://github.com/Andre-cardia/nivel-ia --skill skill-creator-andre-cardia
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/Andre-cardia/nivel-ia/tree/main/.claude/skills/skill-creator
Command: npx skills add https://github.com/Andre-cardia/nivel-ia --skill skill-creator-andre-cardia

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Skills for Claude are often created in ad-hoc ways lacking a standard template and reusability. This guide provides a clear, repeatable framework to design, document, and package modular skills with a consistent entry point and reusable resources.

Core Features & Use Cases

  • Structured SKILL.md frontmatter and body to separate metadata from instructions.
  • Reusable resource patterns: scripts/, references/, and assets/ to support deterministic tasks, reference docs, and output templates.
  • Packaging and validation workflows to produce distributable skill bundles and maintain quality.

Quick Start

Run the init_skill.py script to generate a new skill scaffold and customize it.

Frequently Asked Questions about skill-creator

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

FAQPage Schema
How do I structure YAML frontmatter when packaging Claude skills?

Organize reusable skill resources by creating dedicated directories for scripts, references, and assets. This pattern supports deterministic task execution, houses reference documentation, and provides output templates within the skill bundle.

What is the recommended directory structure for bundled skill resources?

Organize reusable skill resources by creating dedicated directories for scripts, references, and assets. This pattern supports deterministic task execution, houses reference documentation, and provides output templates within the skill bundle.

How do I generate a new skill scaffold to start building a template?

Use a structured skill template to design, document, and package modular skills with a consistent entry point. This framework replaces ad-hoc creation methods, ensuring robust skill design and reusable resource patterns for reliable execution.

Why does my skill packaging workflow lack reproducibility?

Skill packaging lacks reproducibility when created ad-hoc without a standard template. Applying structured validation workflows to check YAML frontmatter correctness and directory organization ensures bundles are maintained and distributed consistently.