skill-creator

Generate Claude Agent Skill SKILL.md files from natural-language descriptions.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes examples (resource) and templates (resource) components.

What problem does it solve?

This meta-skill empowers you to rapidly create new Claude Agent Skills from natural-language descriptions, extending Claude's capabilities and building custom, compliant workflows without manual file creation.

Core Features & Use Cases

  • Automated Skill Generation: Creates complete SKILL.md files with proper YAML frontmatter and structured instructions.
  • Compliance & Best Practices: Ensures all generated skills adhere to the official Claude Agent Skills specification, including progressive disclosure patterns.
  • Use Case: Ask the AI to "Create a skill for validating JSON schemas." It will generate the json-schema-validator skill, complete with purpose, instructions, and dependencies, ready for immediate use.

Quick Start

Use the skill-creator skill to generate a new skill for 'managing AWS S3 buckets'.

Frequently Asked Questions about skill-creator

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate a complete Claude Agent Skill from a natural language description?

Skill-creator generates complete SKILL.md files with proper YAML frontmatter, structured instructions, and progressive-disclosure assets from natural-language descriptions. Provide a task description like 'create a skill for validating JSON schemas' and it produces a ready-to-deploy skill file adhering to the official Claude Agent Skills specification.

What does a generated Skill file include?

Generated SKILL.md files include required frontmatter fields (name and description), optional allowed-tools declarations, structured body sections, examples, templates, and progressive-disclosure assets. All output complies with the official Claude Agent Skills specification for immediate deployment.

Can I use skill-creator to automate the creation of custom workflows?

Yes. Skill-creator automates workflow bootstrap by generating complete, specification-compliant Claude Agent Skills from natural-language descriptions, enabling you to extend Claude's functionality and build custom workflows without manual file creation.

What happens if I don't specify dependencies when creating a skill?

Skill-creator handles skills with no dependencies by generating SKILL.md files with an empty dependencies array. The generated skill remains fully compliant with the Claude Agent Skills specification and ready for deployment.

How does skill-creator ensure generated skills follow best practices?

Skill-creator enforces the official Claude Agent Skills specification by validating required fields, optional allowed-tools, standardized SKILL.md sections, and progressive-disclosure patterns (examples and templates) in all generated output.

Can skill-creator generate multi-file skills with progressive disclosure?

Yes. Skill-creator produces SKILL.md files with support for multi-file progressive disclosure, including examples and templates components that enable step-by-step capability discovery without overwhelming users.