skill-creator

Automate repeatable workflows into installable Claude skills with SKILL.md structure.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Create a self-contained workflow-to-skill bridge by turning any repeatable process into an installable Claude Skill that runs end-to-end when triggered.

Core Features & Use Cases

  • Turn a repeatable workflow into a fully runnable skill with structured phases (extraction, design, build, install, verify).
  • Generates a consistent SKILL.md skeleton plus optional supporting files (scripts/, references/, assets/) to codify the process.
  • Enables quick capture of SOPs into deployable automation, reducing manual setup time.

Quick Start

Describe the repeatable process and triggers, and Skill Creator will build, install, and verify the new skill end-to-end.

Frequently Asked Questions about skill-creator

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

FAQPage Schema
How do I turn a manual workflow into an installable Claude skill?

To turn a manual workflow into an installable Claude skill, describe your repeatable process and its triggers. The skill creator extracts the workflow, designs structured phases, builds a SKILL.md skeleton with optional supporting files, and verifies the installation end-to-end.

What is the best way to automate a repeatable SOP using Claude?

Automating a repeatable SOP using Claude involves capturing the manual process into a structured skill format. This tool applies extraction, design, build, install, and verify phases to generate a runnable SKILL.md skeleton plus optional scripts, references, and assets for deterministic execution.

Can I include custom scripts and reference assets when generating a Claude skill?

Yes, you can include custom scripts and reference assets when generating a Claude skill. The skill creator organizes a root SKILL.md file alongside optional scripts, references, and assets directories to fully codify the process and support deterministic execution.

Do I need to manually write SKILL.md frontmatter fields to create a runnable skill?

No, you do not need to manually write SKILL.md frontmatter fields. The skill creator automatically satisfies the required frontmatter fields including name, description, and user-invocable fields while building the skill skeleton.

Does the skill creation process support workflows from any domain?

Yes, the skill creation process supports workflows from any domain. It applies to any repeatable and manual workflow across domains, capturing the process steps to automate execution and reduce manual setup time.

What are the limitations of automating a workflow into a Claude skill?

A limitation of automating a workflow into a Claude skill is that the process must be repeatable and manual. Workflows that are highly dynamic, non-deterministic, or lack clear step-by-step triggers cannot be effectively codified into a runnable skill skeleton.