skill-creator

Create, evaluate, and improve agent skills with quality scoring rubrics.

3.3k|382|Updated Mar 13, 2026
One-click install
npx skills add https://github.com/himself65/finance-skills --skill skill-creator-himself65
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/himself65/finance-skills/tree/main/plugins/skill-creator/skills/skill-creator
Command: npx skills add https://github.com/himself65/finance-skills --skill skill-creator-himself65

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve? Writing agent skills that trigger correctly and produce consistent output is hard: descriptions under-trigger, instructions over-script the model, and quality varies wildly. This Skill guides the full lifecycle of building, scoring, and iterating on SKILL.md-based agent skills against a 10-dimension quality rubric distilled from 140+ production skills. ## Core Features & Use Cases - Create new skills: Step-by-step guidance through architecture planning (Linear, Router, Methodology, Widget, API Wrapper patterns), SKILL.md authoring, reference file creation, and pre-delivery quality checks. - Evaluate existing skills: Scores skills across 10 dimensions (trigger quality, defaults coverage, instruction design, output contract, and more) with a 1-10 scale and comparison against reference skills. - Improve weak skills: Produces ranked improvement proposals and applies targeted patches after user approval. - Use Case: You keep manually running the same multi-step analysis workflow. Ask the agent to turn it into a skill, and it will plan the architecture, write the SKILL.md with proper frontmatter and detection flows, create reference files, and score the result before delivery. ## Quick Start Ask the agent to create a new skill for your repeated workflow, or to evaluate and score an existing skill's quality.

Frequently Asked Questions about skill-creator

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

FAQPage Schema
How do I create a new agent skill with SKILL.md?▼

Define the task, target user, tools, inputs, and outputs first, then choose an architecture pattern (Linear, Router, Methodology, Widget, or API Wrapper). Write YAML frontmatter with name and description, add numbered workflow steps, and defer deep content to reference files.

How to evaluate the quality of an existing agent skill?▼

Score the skill against a 10-dimension rubric covering trigger quality, defaults coverage, instruction design, reference strategy, dynamic calling, output contract, error handling, code quality, conciseness, and domain accuracy. Scores of 70+ indicate production quality.

What makes a good SKILL.md description field?▼

A good description names what the skill does, the categories of requests it serves, and the distinctive vocabulary users will use, all under 1024 characters. Avoid listing near-synonymous phrasings and point to sibling skills for neighboring requests.

Does skill-creator work on Claude.ai or only CLI agents?▼

Evaluation and planning work on Claude.ai, but creating skill files requires a CLI-based agent such as Claude Code. The skill detects available tools at runtime and adapts with fallback paths.

When should content go in reference files instead of SKILL.md?▼

Keep SKILL.md under roughly 250 lines with workflow, decision tables, defaults, and the output contract. Move detailed API documentation, code templates over 20 lines, formulas, troubleshooting, and dated datasets into reference files.

Why does my skill over-trigger or produce rigid output?▼

Over-triggering usually comes from a generic description or capitalized MUST/NEVER warnings that current models over-apply. State each constraint once in plain words with its reason, and rewrite the description around intent categories.