skill-creator

Automate creation, refinement, and benchmarking of Claude skills with iterative evaluations.

Updated Mar 21, 2026
One-click install
npx skills add https://github.com/ManfronEnrico/thesis-manifold --skill skill-creator-manfronenrico
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/ManfronEnrico/thesis-manifold/tree/main/.agents/skills/skill-creator
Command: npx skills add https://github.com/ManfronEnrico/thesis-manifold --skill skill-creator-manfronenrico

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

The Skill Creator provides a structured workflow to design, test, and improve Claude skills by guiding users through drafting SKILL.md, running iterative trigger evaluations, and tracking performance over time.

Core Features & Use Cases

  • Guided Skill Drafting: Helps users articulate intent, desired behavior, and evaluation criteria for a new skill.
  • Iterative Evaluation Loop: Runs prompt-trigger tests, collects metrics, and suggests improvements based on results.
  • Benchmarking & Description Tuning: Generates baseline and improved descriptions, compares performance, and surfaces actionable insights.
  • Multi-Iteration History: Maintains a history of iterations to inform future refinements and ensure generalization.

Quick Start

Draft a SKILL.md, set up an eval plan, run the evaluation loop, and iterate until performance stabilizes.

Frequently Asked Questions about skill-creator

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

FAQPage Schema
How do I automate Claude skill creation and evaluation?

Automate Claude skill creation by drafting a SKILL.md with frontmatter, defining an eval plan, and running an iterative evaluation loop to test trigger accuracy, correctness, and resource usage. This structured workflow helps you rapidly ideate, test, and optimize modular AI capabilities.

What is an iterative evaluation loop for prompt engineering?

An iterative evaluation loop for prompt engineering is a repeatable process that runs prompt-trigger tests, collects performance metrics, and suggests improvements. It allows you to benchmark description tuning and track skill behavior across multiple iterations until performance stabilizes.

Do I need PyYAML to draft and refine AI skills?

Yes, you need PyYAML installed in your environment to support the scripts required by this workflow. The skill relies on these dependencies to automate the creation, refinement, and benchmarking of your modular AI capabilities.

How do I set up an evaluation framework to benchmark AI skills?

Set up an evaluation framework by defining evaluation criteria alongside your SKILL.md instructions. The framework measures triggering accuracy, correctness, and resource usage, generating baseline and improved descriptions to compare performance and surface actionable insights.

Can I track skill performance over multiple iterations?

Yes, you can track skill performance over multiple iterations. The workflow maintains a multi-iteration history of prompt-trigger tests and metrics, ensuring generalization and informing future refinements for your AI skills.

What is the best way to tune skill descriptions for accurate triggering?

The best way to tune skill descriptions is through benchmarking and description tuning. Generate baseline and improved descriptions, compare their performance using the evaluation framework, and apply actionable insights to optimize trigger accuracy.