skill-creator

Generate structured SKILL.md templates with YAML frontmatter and Markdown bodies.

2|Updated Oct 25, 2025
One-click install
npx skills add https://github.com/AnthonyKazyaka/plugin-marketplace --skill skill-creator-anthonykazyaka
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/AnthonyKazyaka/plugin-marketplace/tree/main/skills/skill-creator
Command: npx skills add https://github.com/AnthonyKazyaka/plugin-marketplace --skill skill-creator-anthonykazyaka

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Users struggle to create effective, token-efficient AI skills that truly extend Claude's capabilities. This Skill provides a structured process and best practices to overcome this, ensuring skills are concise, well-structured, and performant, ultimately saving development time and improving AI agent performance.

Core Features & Use Cases

  • Step-by-step Skill Creation: Guides through understanding, planning, implementing, and validating new skills.
  • Best Practices & Patterns: Teaches principles like "Concise is Key" and "Progressive Disclosure" for optimal skill design and token efficiency.
  • Resource Bundling: Explains how to effectively use scripts/, references/, and assets/ for complex and repetitive tasks.
  • Use Case: A developer wants to create a new skill to automate their company's internal API interactions. This skill guides them through defining the API calls, structuring the SKILL.md, and bundling necessary scripts and documentation, ensuring the new skill is robust and easy for Claude to use.

Quick Start

I want to create a new skill called 'api-integrator'. Guide me through the process, starting with understanding the skill's purpose.

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 from scratch?

Creating a Claude skill involves defining its purpose, structuring a SKILL.md file with YAML frontmatter (name and description), writing the Markdown body, and organizing optional directories like scripts/, references/, and assets/. This Skill guides you through each step—from planning to validation—ensuring your skill is concise, token-efficient, and ready for Claude to use effectively.

What are best practices for designing AI skills?

Effective AI skill design prioritizes being concise to save tokens, uses progressive disclosure to avoid overwhelming Claude with unnecessary detail, and bundles related resources—scripts, documentation, and assets—into reusable modules. This Skill teaches these patterns so your skills perform well and remain maintainable as they evolve.

How do I structure a SKILL.md file?

A SKILL.md requires YAML frontmatter with name and description fields, followed by Markdown content explaining the skill's purpose and usage. You can add supporting directories (scripts/, references/, assets/) for complex tasks. This Skill provides templates and scaffolds that enforce these requirements and guide you through populating each section.

Can I automate repetitive workflows with a custom skill?

Yes. Custom skills let you package repeatable processes—like API interactions, multi-step workflows, or domain-specific logic—into structured templates that Claude can reliably execute. This Skill shows how to bundle scripts and documentation so Claude understands your workflow and applies it consistently.

What's the difference between a well-designed skill and a poorly-designed one?

A well-designed skill is token-efficient, uses progressive disclosure to reveal complexity only when needed, and bundles resources logically. A poorly-designed skill overwhelms Claude with unnecessary detail or scatters related logic across unstructured documentation. This Skill teaches you to recognize and apply these distinctions so your skills remain performant and easy for Claude to understand.