skill-creator

Generate Claude Code skills from plain-language task descriptions.

9|1|Updated Mar 26, 2026
One-click install
npx skills add https://github.com/conorbronsdon/claude-code-skills --skill skill-creator-conorbronsdon
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/conorbronsdon/claude-code-skills/tree/main/skill-creator
Command: npx skills add https://github.com/conorbronsdon/claude-code-skills --skill skill-creator-conorbronsdon

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill removes the friction of designing a new Claude Code skill from scratch by turning a plain-language idea into a structured, installable workflow.

Core Features & Use Cases

  • Skill Planning: Clarifies the command name, trigger, inputs, outputs, and tools needed for the new skill.
  • Artifact Generation: Drafts the SKILL.md instruction file, the command routing file, and the CLAUDE.md additions needed to wire everything together.
  • Use Case: A developer wants a reusable slash command for recurring work such as reviews, reports, or scaffolding, and uses this Skill to generate the complete package in one pass.

Quick Start

Tell this Skill what you want the new Claude Code skill to do, and it will draft the files and wiring needed to install it.

Frequently Asked Questions about skill-creator

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

FAQPage Schema
How do I generate Claude Code skills from a plain-language task description?

To generate Claude Code skills, provide a plain-language task description and the tool clarifies the command name, inputs, outputs, and tools, then drafts the SKILL.md and command routing files.

How do I scaffold slash commands and workflow automation for Claude Code?

Scaffold slash commands by requesting a reusable workflow; the tool drafts the command routing file and CLAUDE.md additions needed to wire the complete installation package together.

What is the process for creating reusable Claude Code workflows from scratch?

Creating reusable workflows involves structured clarification of your desired trigger and outputs, followed by automatic generation of the SKILL.md instruction file and installation wiring.

Does generating Claude Code skills require manual updates to CLAUDE.md?

Generating skills does not require manual CLAUDE.md updates because the tool automatically drafts the necessary additions to wire the new command routing files into your environment.

How does this skill generation tool handle external state changes during scaffolding?

Skill generation handles external state changes by requiring explicit confirmation before proceeding, ensuring safe execution when wiring command routing files and applying updates.

What inputs do I need to provide to scaffold a new Claude Code skill?

To scaffold a skill you provide a plain-language task description, then clarify the desired skill name, trigger conditions, expected inputs, outputs, and required tools.