skill-creator

Generate SKILL.md templates and resource scaffolds for Claude skills.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Creating new AI skills can be complex, requiring adherence to specific structures and best practices for optimal performance. This skill streamlines the development process, providing a clear guide and tools to build, validate, and package effective skills for Claude, making you a more efficient AI developer.

Core Features & Use Cases

  • Skill Initialization: Quickly set up new skill directories with templates for SKILL.md and essential resource folders (scripts/, references/, assets/).
  • Structured Guidance: Learn best practices for writing clear, effective skill instructions and organizing bundled resources for optimal AI consumption and context management.
  • Automated Validation & Packaging: Ensure your skill meets all structural and content requirements, then easily package it into a distributable .zip file.
  • Use Case: An AI developer wants to create a new skill to integrate Claude with a proprietary internal API. This skill guides them through defining the API's workflow, writing clear instructions, and packaging the necessary scripts and documentation, ensuring the new skill is robust and usable.

Quick Start

Use the skill-creator skill to initialize a new skill named 'my-api-connector' in the 'skills/private' directory.

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 AI skill for Claude with the proper structure?

Creating a new AI skill requires generating a SKILL.md template with YAML frontmatter, structured body sections, and optional resource folders for scripts, references, and assets. skill-creator automates this scaffolding, generating complete templates and validating structural requirements so your skill integrates seamlessly with Claude.

What should be included in a skill's SKILL.md file and resource folders?

A skill's SKILL.md must include YAML frontmatter with name and description, structured instruction sections, and optional bundled resources like scripts, references, and assets organized in dedicated folders. skill-creator generates these templates and provides naming conventions to ensure resources are properly formatted and contextualized for Claude.

How do I validate and package a Claude skill for distribution?

Validation ensures your skill meets structural and content requirements through automated checks integrated with quick_validate. After validation passes, skill-creator packages the skill into a distributable .zip file containing your SKILL.md, scripts, and resources ready for deployment.

Can I use skill-creator to update an existing skill across different domains?

Yes, skill-creator applies to both new skill initialization and updating existing ones. It supports skills across domains—workflows, tool integrations, domain knowledge, and bundled resources—using consistent naming conventions and validation hooks regardless of your skill's specialized purpose.

What's the fastest way to set up a skill that integrates an external API?

Use skill-creator to initialize a new skill directory with templates for SKILL.md and resource folders. Then define your API's workflow in the structured sections, write integration scripts in the scripts/ folder, and add API documentation to references/, ensuring all components pass automated validation before packaging.

Do I need prior experience with skill development to use skill-creator?

skill-creator provides structured guidance on best practices for writing skill instructions and organizing bundled resources, making it accessible for developers new to AI skill creation. It eliminates guesswork about structure and requirements by generating validated templates that follow Claude skill conventions.