skill-creator

Create installable Claude skills with SKILL.md structure and scripts.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Turn repeatable processes into end-to-end Claude skills that automate setup, packaging, and installation.

Core Features & Use Cases

  • Create a complete skill structure for any SOP, including frontmatter, guidance, and optional references, scripts, and assets.
  • Generate an end-to-end workflow that extracts the process, builds the skill, installs it to ~/.claude/skills, and validates end-to-end execution.
  • Use cases include standardizing onboarding workflows, data processing pipelines, and routine operational tasks.

Quick Start

Describe the process you want to automate, then trigger the skill to extract, assemble, install, and test the runnable skill.

Frequently Asked Questions about skill-creator

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

FAQPage Schema
How do I automate a repeatable process into a Claude skill?

To automate a repeatable process into a Claude skill, describe your step-by-step workflow with defined inputs and outputs. The skill extracts the process, generates the required frontmatter and folder structure, installs it to ~/.claude/skills, and validates end-to-end execution.

What do I need to create a custom skill from an SOP?

Creating a custom skill from an SOP requires a defined name and description in the frontmatter, a step-by-step process with clear inputs and outputs, and a folder structure including SKILL.md. Optional references, scripts, and assets can also be included.

How does skill installation work for Claude workflow automation?

Skill installation works by assembling the extracted process, frontmatter, and assets into a complete folder structure, then deploying it directly to ~/.claude/skills/<skill-name>. This produces a fully installed, runnable Claude skill validated end-to-end.

Can I use this to standardize onboarding workflows and data pipelines?

Yes, you can use this to standardize onboarding workflows, data processing pipelines, and routine operational tasks. It captures repeatable operations from trigger to deployment and turns them into fully installed, runnable skills.

What is the best way to package operational tasks into runnable skills?

The best way to package operational tasks into runnable skills is to provide the process details and trigger the skill to extract, assemble, install, and test the runnable skill. This generates an end-to-end workflow automating setup and packaging.

Why does my custom skill require a specific folder structure?

Your custom skill requires a specific folder structure to ensure proper installation and execution at ~/.claude/skills/<skill-name>. This structure must include SKILL.md and frontmatter with a defined name and description to function correctly as a runnable skill.