skill-creator

Creates and optimizes trigger-aware AI skill definitions with reusable workflows.

4|Updated May 9, 2026
One-click install
npx skills add https://github.com/itsmarsss/memento --skill skill-creator-itsmarsss
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/itsmarsss/memento/tree/main/obsidian-wiki/.skills/skill-creator
Command: npx skills add https://github.com/itsmarsss/memento --skill skill-creator-itsmarsss

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill helps you design new skills or iteratively refine existing ones by guiding you through evaluation-driven improvements rather than guessing.

Core Features & Use Cases

  • Skill drafting and restructuring: Turn an intended workflow into a usable SKILL.md with clear triggering intent.
  • Test-and-evaluate loop: Create realistic eval queries, run trigger checks, and quantify performance with variance-aware results.
  • Iterative optimization: Improve the skill based on user review of qualitative outputs and quantitative benchmark deltas.
  • Description optimization: Generate and refine the skill description to improve triggering accuracy without unnecessary verbosity.

Quick Start

Ask for help creating or improving a skill, share what the skill should do and when it should trigger, then ask the Skill to help you write a draft and build an evaluation set.

Frequently Asked Questions about skill-creator

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

FAQPage Schema
How do I improve Claude skill triggering accuracy through automated testing?

You can improve Claude skill triggering accuracy by using evaluation-driven workflows that run trigger checks against realistic test queries and quantify performance with variance-aware benchmark metrics. This allows you to iteratively refine the skill description without guessing.

What is the best way to create an AI skill from scratch?

The best way to create an AI skill from scratch is to define the intended workflow and triggering intent, generate a draft SKILL.md structure, and then build an evaluation set to test its behavior. This ensures the skill is usable and triggers correctly from the start.

How does evaluation benchmarking work for skill description optimization?

Evaluation benchmarking for skill description optimization works by running test queries against your skill, aggregating the results into benchmark deltas, and refining the description to increase correct skill invocation while avoiding unnecessary verbosity.

Can I use pyyaml to structure my AI skill configuration and test cases?

Yes, you need pyyaml installed to use this skill creation workflow. The dependency supports parsing configuration files and structuring test cases for the iteration loop that evaluates and refines your AI skill.

Why does my Claude skill not trigger correctly for certain user queries?

Your Claude skill may not trigger correctly if the description lacks clear triggering intent or is overly verbose. You can fix this by generating realistic eval queries, running trigger checks, and applying iterative description optimization based on quantitative benchmark deltas.