skill-creator

Generate Claude Skill scaffolds with SKILL.md frontmatter and validation utilities.

Updated Oct 30, 2025
One-click install
npx skills add https://github.com/juanelojga/juanelojga-webpage --skill skill-creator-juanelojga
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/juanelojga/juanelojga-webpage/tree/main/.claude/skills/skill-creator
Command: npx skills add https://github.com/juanelojga/juanelojga-webpage --skill skill-creator-juanelojga

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

The Skill Creator provides a framework and tooling to design, document, test, and package Claude Skills from concept to ready-to-use artifacts.

Core Features & Use Cases

  • Generates a SKILL.md frontmatter with required name and description and a rich Markdown body for instructions.
  • Organizes optional resources (scripts/, references/, assets/) to be loaded on demand.
  • Includes utilities for validation, packaging (.skill files), and benchmarking metadata.

Quick Start

Create a new skill scaffold, then iterate by adding tests and refining the description.

Frequently Asked Questions about skill-creator

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

FAQPage Schema
How do I create and package Claude Skills for prompt automation?

You create Claude Skills by codifying user intents into a SKILL.md frontmatter and Markdown body, then package the validated instructions, scripts, and assets into a reusable .skill file.

What is the best way to iterate on prompt-engineering definitions using evaluation results?

The best way to iterate on prompt-engineering definitions is to link evaluation results directly to skill description updates and version history, driving continuous refinement of your prompts.

Does skill packaging require any specific dependencies or environment setup?

Skill packaging requires the PyYAML dependency to handle YAML frontmatter parsing and generation, alongside organizing optional resources like scripts, references, and assets directories.

Can I include custom scripts and references when building a reusable Skill workflow?

Yes, you can include custom scripts and references when building a Skill. These optional resources are organized into dedicated directories to be loaded on demand during execution.

Why does my Skill validation fail when updating the version history?

Skill validation may fail during version updates if the SKILL.md frontmatter lacks required metadata or if the evaluation results are not properly linked to the description updates.