skill-creator

Create and update Claude skills with SKILL.md frontmatter and bundled resources templates.

6|Updated Aug 4, 2025
One-click install
npx skills add https://github.com/pfangueiro/claude-code-agents --skill skill-creator-pfangueiro
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/pfangueiro/claude-code-agents/tree/main/.claude/skills/skill-creator
Command: npx skills add https://github.com/pfangueiro/claude-code-agents --skill skill-creator-pfangueiro

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill provides a structured, efficient framework for creating new AI skills, allowing you to extend Claude's capabilities with specialized knowledge and tools without starting from scratch.

Core Features & Use Cases

  • Guided Skill Development: Walks you through a step-by-step process for defining, structuring, and implementing new skills.
  • Resource Management: Offers best practices for organizing scripts/, references/, and assets/ to maximize efficiency and context management.
  • Validation & Packaging: Ensures your custom skills meet all requirements and are properly packaged for distribution and use.
  • Use Case: You need to integrate Claude with a proprietary internal API. Use this Skill to guide the creation of a new custom skill, ensuring it's well-structured, validated, and ready to automate tasks using your internal tools.

Quick Start

I want to create a new skill for managing customer support tickets. Guide me through the process.

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 new Claude skill from scratch?

Creating a Claude skill involves defining its purpose, structuring required frontmatter (name and description), organizing bundled resources like scripts and references, and packaging it for distribution. This Skill guides you through each step, from initial design through validation, ensuring your skill meets functional requirements and is ready to extend Claude's capabilities.

What's the best way to organize scripts and resources in a custom skill?

Organize skill resources by creating dedicated directories for scripts, references, and assets. This Skill provides best practices for structuring these components to maximize efficiency and context management, ensuring your bundled resources are properly arranged for both functionality and maintainability.

Can I validate and package a custom skill before deployment?

Yes. This Skill enforces required frontmatter fields and provides validation workflows to ensure your custom skill meets all technical and functional requirements before packaging it for distribution and use with Claude.

How do I integrate a proprietary API into a Claude skill?

Use this Skill to design and structure a new custom skill that connects to your proprietary API. It guides you through defining the skill's purpose, organizing scripts for API integration, and validating the implementation so Claude can automate tasks with your internal tools.

What frontmatter fields are required when documenting a new skill?

Required frontmatter fields include name and description. This Skill provides templates and examples showing how to structure these fields along with optional metadata, enabling progressive disclosure of your skill's configuration and capabilities.

Do I need prior skill development experience to create a custom skill?

No. This Skill offers guided, step-by-step scaffolding for skill creation, providing templates and structured frameworks that walk you through design, implementation, and documentation regardless of prior experience with skill development.