ck:skill-creator

Create and improve Claude skills through eval-driven iteration and packaging.

Updated May 10, 2026
One-click install
npx skills add https://github.com/dthuy62/kollet-app --skill ck-skill-creator-dthuy62
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ck:skill-creator
Source: https://github.com/dthuy62/kollet-app/tree/main/.opencode/skills/skill-creator
Command: npx skills add https://github.com/dthuy62/kollet-app --skill ck-skill-creator-dthuy62

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires anthropic, and includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill helps you create, improve, test, and package Claude skills without guessing what works. It streamlines the full skill lifecycle so descriptions, instructions, scripts, and references can be refined against real eval results.

Core Features & Use Cases

  • Skill authoring: Initialize or update a skill folder with the right structure and metadata.
  • Eval-driven optimization: Run trigger evaluations, compare results, and iterate on descriptions using train/test splits.
  • Benchmarking and review: Aggregate run metrics, generate reports, and inspect outputs with the included viewer tools.
  • Packaging and validation: Check frontmatter, structure, and distribution readiness before shipping a skill.

Quick Start

Use this skill to create or improve a Claude skill, then run its eval loop to refine the description and package the final result.

Frequently Asked Questions about ck:skill-creator

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

FAQPage Schema
How do I optimize Claude skill descriptions using evals?

You optimize Claude skill descriptions by running trigger evaluations, comparing results, and iterating on descriptions using train and test splits. This eval-driven loop refines descriptions against real test data to improve trigger reliability.

What is the best way to package a Claude skill for distribution?

The best way to package a Claude skill for distribution is to validate frontmatter, check folder structure, and verify distribution readiness. This ensures your skill structure, metadata, and bundled scripts are ready for reliable deployment.

How does benchmarking work for skill authoring workflows?

Benchmarking for skill authoring works by aggregating run metrics, generating reports, and inspecting outputs with viewer tools. This process helps evaluate trigger performance and iterate on structured instructions.

Do I need the Anthropic dependency to create and test Claude skills?

Yes, you need the Anthropic dependency to create and test Claude skills. The skill authoring workflow depends on Anthropic to run trigger evaluations, benchmark outputs, and iterate on metadata optimization.

Can I initialize a skill folder with the right structure and metadata automatically?

Yes, you can initialize a skill folder with the correct structure and metadata automatically. The skill authoring process sets up the required folders, structured instructions, bundled scripts, and references for reliable distribution.