ck:skill-creator

Automate creation, evaluation, and packaging of Claude skills.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Reduces the friction of authoring, testing, and publishing Claude skills by providing a repeatable, eval-driven workflow that ensures skills trigger correctly, behave deterministically, and meet benchmarked quality and security criteria.

Core Features & Use Cases

  • Eval-driven iteration: Run parallel with-skill and baseline evaluations, aggregate results, and iterate on descriptions to improve trigger precision.
  • Benchmarking & analysis: Aggregate metrics, generate human-readable benchmark reports, and run post-hoc analyzer and comparator agents to identify improvements.
  • Packaging & validation: Initialize skill templates, validate frontmatter and structure, package skills for distribution, and provide scripts for description optimization and report generation.
  • Use Case: Skill authors creating new or refining existing skills can automate trigger tests, grade outputs, optimize descriptions, and produce distributable skill packages.

Quick Start

Run the skill-creator workflow to initialize a skill folder, evaluate trigger accuracy, iterate the description using the improvement loop, and package the validated skill for distribution.

Frequently Asked Questions about ck:skill-creator

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

FAQPage Schema
How do I automate Claude skill creation and ensure consistent trigger behavior?

Automating Claude skill creation involves using an eval-driven workflow to initialize skill templates, run parallel baseline evaluations, and iterate on descriptions to ensure consistent trigger behavior. This process validates frontmatter and structure before packaging.

What is the best way to benchmark and evaluate Claude skills for trigger precision?

Benchmarking Claude skills requires running parallel with-skill and baseline evaluations, aggregating metrics, and generating human-readable reports. Post-hoc analyzer and comparator agents identify improvements for trigger precision and deterministic behavior.

How do I package and validate Claude skills for distribution?

Packaging Claude skills for distribution uses validation scripts to check frontmatter and structure integrity. You initialize a skill template, validate the folder structure, and run packaging scripts to produce a distributable skill package.

Do I need the anthropic dependency to use skill development and evaluation workflows?

Yes, the anthropic dependency is required to run model-driven description refinement and evaluation workflows. It provides the necessary framework to execute parallel evaluations, grade outputs, and optimize trigger behavior.

Why does my Claude skill fail to trigger correctly during evaluation?

Claude skills fail to trigger correctly when descriptions lack precision or structure is invalid. Running trigger tests, grading outputs against baselines, and applying model-driven description refinement improves trigger accuracy and deterministic execution.

Can I optimize skill descriptions automatically using model-driven evaluation?

Yes, you can optimize skill descriptions automatically through model-driven description refinement. The improvement loop runs trigger tests, evaluates outputs, and iterates descriptions to achieve benchmarked quality and security criteria.