Skill Creator

Create custom Claude Skills with a standard SKILL.md structure.

6|1|Updated Feb 10, 2026
One-click install
npx skills add https://github.com/GrizzwaldHouse/cowork-skills --skill skill-creator-grizzwaldhouse
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Skill Creator
Source: https://github.com/GrizzwaldHouse/cowork-skills/tree/main/Skill_Creator
Command: npx skills add https://github.com/GrizzwaldHouse/cowork-skills --skill skill-creator-grizzwaldhouse

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill provides the essential template and guidelines for creating new, standardized Claude Skills, ensuring consistency and ease of development.

Core Features & Use Cases

  • Skill Template: Offers a canonical SKILL.md file to copy and adapt for new skills.
  • Convention Guidance: Outlines best practices for naming, file structure, and portability.
  • Use Case: When you need to add a new capability to Claude, like a "meeting summarizer" or a "code refactoring assistant," you start by using this Skill Creator to generate the foundational SKILL.md and README.md files.

Quick Start

Create a new skill folder and copy the template from this skill.

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 a template?

To create a new Claude Skill, copy the canonical SKILL.md template provided by this meta-skill into a new folder, adapt the content for your specific capability, and follow the established naming conventions for discoverability and maintainability.

What folder structure and file naming conventions should I follow for skill development?

Skill development conventions require a standardized folder structure with a self-contained SKILL.md file, ensuring new skill units adhere to established guidelines for portability, discoverability, and long-term maintainability.

What is a meta-skill and when do I need it for Claude skill development?

A meta-skill provides the foundational templates and guidelines for building other skills; you need it when adding a new capability to Claude, like a meeting summarizer, to ensure standardized SKILL.md and README.md generation.

Can I use the Skill Creator to generate a README and SKILL.md for any custom capability?

Yes, you can use the Skill Creator to generate the foundational SKILL.md and README.md files for any custom capability by copying and adapting the provided meta-template to your specific use case.

What's the best way to ensure my custom skills are self-contained and portable?

The best way to ensure custom skills are self-contained and portable is to use the standardized SKILL.md structure and follow the best practices for folder organization and naming outlined in the skill development guidelines.