skill-creator

Create Claude skill skeletons with SKILL.md and bundled resources.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/towry/dots --skill skill-creator-towry
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/towry/dots/tree/main/conf/claude-local-marketplace/skills/skill-creator
Command: npx skills add https://github.com/towry/dots --skill skill-creator-towry

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This skill provides a structured, step-by-step guide for creating new Claude Skills, enabling users to extend the AI's capabilities with specialized knowledge, workflows, and tool integrations. It simplifies the skill development process, making it efficient and reliable.

Core Features & Use Cases

  • Skill Initialization: Automates the creation of new skill directories with templates for SKILL.md, scripts/, references/, and assets/, ensuring a consistent starting point.
  • Best Practices Guidance: Offers clear instructions on writing effective skill descriptions, structuring content, managing context efficiently, and adhering to imperative writing style.
  • Iterative Development: Supports a workflow for continuous improvement and refinement of skills based on real-world usage and user feedback, ensuring skills remain relevant and effective.

Quick Start

Create a new skill named 'data-analyzer' in the 'skills/public' directory, generating the default skill structure and example files.

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 with a standardized structure?

Create a Claude skill by generating a skill directory with SKILL.md frontmatter (name and description), required Markdown instructions, and optional bundled resources like scripts and references. This ensures consistent structure and adherence to Progressive Disclosure Design Principles across your skill implementations.

What's the best way to structure skill documentation and content organization?

Organize skill documentation with imperative writing, clear instructions, efficient context management, and a SKILL.md file containing YAML frontmatter. Include scripts, references, and assets directories to bundle resources, following best practices for skill descriptions and content hierarchy.

Can I automate the skill creation process for multiple Claude skills?

Yes, skill creation can be automated by templating new skill directories with default SKILL.md files, scripts folders, and example resource files. This workflow supports batch initialization of skills with consistent structure, enabling efficient management of multiple specialized capabilities.

How do I extend Claude's capabilities with domain-specific knowledge and tool integrations?

Build Claude skills that bundle domain knowledge, workflows, and tool integrations into skill directories. Each skill packages specialized instructions, scripts, and references to add focused capabilities that extend Claude's functionality for specific use cases or workflows.

What's required before developing a new Claude skill?

Before development, understand the skill's intended task, target domain, required tool integrations, and the structured template format: SKILL.md with YAML frontmatter, Markdown instructions, and optional scripts and resource directories that form your skill's foundation.

How do I refine and improve a Claude skill based on real-world usage?

Support iterative development by updating skill documentation, refining instructions, and adjusting bundled resources based on user feedback and practical application. This continuous improvement cycle ensures skills remain effective and aligned with evolving user needs.