skill-creator

Guide creation of Claude skills with SKILL.md and YAML frontmatter.

Updated Sep 29, 2025
One-click install
npx skills add https://github.com/fercracix33/poli2-clean-architecture --skill skill-creator-fercracix33
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/fercracix33/poli2-clean-architecture/tree/main/.claude/skills/skill-creator
Command: npx skills add https://github.com/fercracix33/poli2-clean-architecture --skill skill-creator-fercracix33

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill eliminates the guesswork and inefficiency in creating effective Claude Skills, providing structured processes and proven patterns for skill development.

Core Features & Use Cases

  • Skill Development Framework: Complete step-by-step process from understanding to packaging skills.
  • Design Patterns: Proven progressive disclosure patterns for efficient context management.
  • Use Case: Imagine you want to create a new Skill for processing financial reports. Use this Skill to learn the proper structure, identify reusable components, and package it for distribution.

Quick Start

Use the skill-creator to get guidance on building a new skill for analyzing customer feedback data.

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 with YAML frontmatter and Markdown instructions?

Claude Skills require a SKILL.md file with YAML frontmatter (name and description) followed by Markdown instructions. The frontmatter defines metadata, while the body contains step-by-step guidance. Organize bundled resources—scripts, references, and assets—in dedicated folders alongside the main file for proper distribution.

What's the process for creating a Claude Skill from scratch?

Start by identifying your use case and target domain. Define the Skill's purpose, design progressive disclosure patterns for context efficiency, draft clear Markdown instructions, structure YAML metadata, and bundle any supporting resources. This Skill provides a complete step-by-step framework to guide you from concept through packaging.

Can I use this to update or extend an existing Claude Skill?

Yes. This Skill applies to both creating new Skills and updating existing ones. It helps you refine instructions, reorganize bundles, enhance YAML metadata, and integrate new workflows or tool integrations into your current Skill design across any domain or API.

What design patterns reduce context overhead in Claude Skills?

Progressive disclosure patterns minimize unnecessary context by presenting information incrementally—revealing details only when needed. This Skill teaches proven patterns that manage context efficiently while maintaining full functionality across specialized workflows and tool integrations.

How should I organize bundled resources like scripts and references in a Skill?

Group scripts, references, and assets into clearly labeled bundle folders alongside your SKILL.md file. Proper organization ensures your Skill distributes cleanly, remains maintainable, and integrates seamlessly when users import it. This Skill guides the complete packaging structure.

What metadata and documentation are required for a valid Claude Skill?

A valid Claude Skill requires a SKILL.md file with YAML frontmatter containing name and description, followed by concise Markdown instructions. Properly organized bundled resources complete the package. This Skill ensures you satisfy all functional requirements for skill metadata and documentation.