skill-creator

Create, modify, and optimize Claude Code skills with SKILL.md and test cases.

Updated May 29, 2026
One-click install
npx skills add https://github.com/InnoMikitaKutas/accelerator-test-task --skill skill-creator-innomikitakutas
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/InnoMikitaKutas/accelerator-test-task/tree/main/.claude/skills/skill-creator
Command: npx skills add https://github.com/InnoMikitaKutas/accelerator-test-task --skill skill-creator-innomikitakutas

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill provides a structured workflow for creating, editing, and optimizing Claude Code skills, ensuring efficiency and effectiveness in skill development.

Core Features & Use Cases

  • Skill Creation: Guided process for crafting new skills from scratch, including defining intent, writing SKILL.md, and setting up test cases.
  • Skill Modification: Tools and instructions for updating existing skills, iterating based on user feedback, and incorporating test results.
  • Skill Optimization: Features for benchmarking skill performance, comparing different versions, and optimizing descriptions for better triggering accuracy.
  • Use Case: If you have a draft skill and need to refine it based on user feedback, or if you want to improve the description to increase skill invocation rate.

Quick Start

Use the skill-creator skill to create a new skill for generating summaries from text inputs.

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 optimize Claude Code skills efficiently?

To create and optimize Claude Code skills, use a structured development workflow that guides you through writing SKILL.md, setting up test cases, and refining descriptions for better triggering accuracy.

What is the best way to benchmark skill performance and compare versions?

The best way to benchmark skill performance is by running structured test cases against different versions, analyzing the results, and iterating on the feedback to refine the skill's overall behavior.

Do I need Python scripting knowledge to modify and iterate on Claude Code skills?

Yes, basic Python scripting knowledge is required, as the skill modification and benchmarking process involves setting up test cases and running scripts to analyze performance results.

How does description optimization improve skill invocation rates?

Description optimization improves skill invocation rates by refining the descriptive metadata based on benchmarking results, ensuring the skill triggers accurately when users submit relevant prompts.

Can I update an existing draft skill based on user feedback and test results?

Yes, you can update existing draft skills by incorporating user feedback, analyzing test case results, and iterating on the SKILL.md file to improve the skill's effectiveness.

What is a structured development workflow for skill creation from scratch?

A structured skill creation workflow involves defining the intent, writing the SKILL.md file, setting up test cases, benchmarking performance, and refining the descriptions to ensure efficiency.