skill-creator

Create and refine Claude Code skills as SKILL.md files with YAML frontmatter.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It helps you rapidly create new Claude Code skills and improve existing ones by turning your goal into a reusable, well-scoped SKILL.md with effective triggering, instructions, and test-based iteration.

Core Features & Use Cases

  • Skill bootstrapping from intent: Converts what you want Claude to do into a draft skill specification, including trigger conditions, expected outputs, and whether to set up test prompts.
  • Iterative refinement loop: Guides you to test prompts, evaluate results, and rewrite the skill based on qualitative feedback until the behavior is reliable.
  • High-quality SKILL.md authoring guidance: Provides concrete structure, writing style, and description tips so discovery and activation work correctly for real user phrases and contexts.

Quick Start

Use the skill-creator skill to draft a new SKILL.md for a workflow you have in mind by answering what the skill should enable, when it should trigger, what output format you expect, and what example tests you want to run.

Frequently Asked Questions about skill-creator

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

FAQPage Schema
How do I create a reusable Claude Code skill from a manual workflow?

To create a reusable Claude Code skill, you define the workflow intent, trigger conditions, and expected output formats so they can be structured into a SKILL.md file with YAML frontmatter.

What is the best way to write YAML frontmatter for skill authoring?

The best way to write YAML frontmatter for skill authoring is to include clear name and description fields, ensuring the description matches real user phrases for correct activation and discovery.

How do I iterate on prompt instructions until the output matches my expected edge cases?

You iterate on prompt instructions by running test prompts, evaluating the qualitative feedback, and rewriting the draft instructions until the generated results reliably match your intended edge cases and formats.

Do I need a testing loop to refine workflow automation instructions?

Yes, an iterative testing loop is required to refine workflow automation instructions, allowing you to evaluate prompt results qualitatively and rewrite the skill definition until the behavior is reliable.

When should I use imperative operational instructions in a SKILL.md file?

You should use imperative operational instructions in a SKILL.md file when you need to transform a semi-structured process into a standalone skill with clear directives that Claude Code can execute reliably.