skill-creator

Automate the end-to-end workflow for creating, testing, and iterating Claude skills.

13|1|Updated Feb 3, 2026
One-click install
npx skills add https://github.com/OliverSieweke/occhio --skill skill-creator-oliversieweke
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/OliverSieweke/occhio/tree/main/skills/skill-creator
Command: npx skills add https://github.com/OliverSieweke/occhio --skill skill-creator-oliversieweke

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This guide provides a repeatable workflow for creating, refining, and evaluating Claude skills, helping teams structure their skill development lifecycle and reduce ad-hoc iterations.

Core Features & Use Cases

  • Draft new skills from scratch and refine existing ones.
  • Define evaluation loops, test prompts, and benchmarking to improve triggering accuracy.
  • Generate SKILL.md content and supporting resources (scripts, references, assets) and iterate based on feedback.

Quick Start

Draft an initial SKILL.md with name and description, then iterate by adding resources as you test and improve the skill.

Frequently Asked Questions about skill-creator

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

FAQPage Schema
How do I create and test Claude skills?

To create and test Claude skills, you can automate the end-to-end workflow for drafting, running evals, and iterating on SKILL.md files to ensure safe and discoverable content.

What is the best way to structure Claude skills for triggering accuracy?

The best way to structure Claude skills for triggering accuracy is to enforce a structured layout with YAML frontmatter, a Markdown body, and optional directories, then optimize descriptions through benchmarking.

How does evaluating Claude skills improve the workflow?

Evaluating Claude skills improves the workflow by defining evaluation loops and running test prompts, which helps refine existing skills and reduce ad-hoc iterations during the development lifecycle.

Can I use this workflow to refine existing skills and not just draft new ones?

Yes, you can use this workflow to refine existing skills, as it applies to drafting new skills, running evals, and generating supporting resources like scripts and references based on feedback.

What should I do if my Claude skill descriptions are not triggering correctly?

If your Claude skill descriptions are not triggering correctly, you should implement evaluation loops and benchmarking to test prompts and optimize the descriptions for better accuracy.