skill-creator

Generate Claude Code custom skills with SKILL.md files and YAML frontmatter.

Updated Feb 8, 2026
One-click install
npx skills add https://github.com/rollrat/.skills --skill skill-creator-rollrat
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/rollrat/.skills/tree/main/skill-creator
Command: npx skills add https://github.com/rollrat/.skills --skill skill-creator-rollrat

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates the creation of new Claude Code custom skills, ensuring adherence to your predefined standards and saving you setup time.

Core Features & Use Cases

  • Automated Skill Generation: Creates new skill directories and SKILL.md files based on user-provided name and description.
  • Standard Rule Enforcement: Automatically includes critical rules like Korean output, mandatory date commands, and Windows compatibility.
  • Use Case: Quickly scaffold a new skill for summarizing web articles by running /skill-creator web-summarizer "Summarize web articles into concise Korean notes".

Quick Start

Use the skill creator to generate a new skill named 'my-new-skill' with the description 'This skill does something amazing'.

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 new Claude Code custom skill automatically?

To generate a new Claude Code custom skill, provide a skill name and description to automatically scaffold a new directory and SKILL.md file with predefined YAML frontmatter and Markdown body.

What rules are enforced when creating SKILL.md files for Claude Code?

Creating SKILL.md files enforces critical rules including Korean language output, mandatory date acquisition via Bash commands, Windows environment compatibility, and agent execution best practices.

Does the skill creator work with Windows environments and Obsidian?

Yes, the skill creator supports Windows environment compatibility and Obsidian integration, ensuring generated custom skills operate correctly within these specific platforms and knowledge bases.

What's the best way to scaffold a Claude Code skill for web summarization?

The best way to scaffold a Claude Code skill is running the skill creator with a name and description, such as generating a web-summarizer skill for concise Korean notes.

Do I need any dependencies to automate Claude Code skill creation?

No dependencies are required to automate Claude Code skill creation, as the skill creator independently generates the directory structure and SKILL.md file without external packages.

Why does my generated Claude Code skill require Bash commands for dates?

Generated Claude Code skills require Bash commands for mandatory date acquisition to ensure accurate timestamping and context awareness during agent execution and task processing.