skill-creator

Create SKILL.md files with frontmatter and run eval assertions.

3|Updated Jan 14, 2023
One-click install
npx skills add https://github.com/e-xode/vue-ssr --skill skill-creator-e-xode
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/e-xode/vue-ssr/tree/main/.claude/skills/skill-creator
Command: npx skills add https://github.com/e-xode/vue-ssr --skill skill-creator-e-xode

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

It streamlines the end-to-end process of creating new skills and iteratively improving existing ones by running evals and tightening the skill description so it triggers accurately.

Core Features & Use Cases

  • Skill scaffolding workflow: Captures intent, writes SKILL.md with required frontmatter, and establishes a correct folder layout for references and optional evals.
  • Evals-driven improvement: Creates evals/evals.json test cases, evaluates trigger behavior, and iterates until assertions pass.
  • Description optimization: Rewrites discriminating, pushy descriptions with anti-triggers and enforces the stated description budget and minimum length rules.

Quick Start

Use the skill-creator to create or revise a Vue SSR Starter Kit skill by updating its SKILL.md frontmatter and evals/evals.json, then re-run evals and optimize the description for correct triggering.

Frequently Asked Questions about skill-creator

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

FAQPage Schema
How do I create and test new skills for a Vue SSR project?

To create new skills for a Vue SSR project, you can scaffold a SKILL.md file with required frontmatter, define test cases in evals/evals.json, and iterate based on test outcomes to validate behavior.

How do I optimize a skill description to improve trigger accuracy?

Optimizing a skill description involves rewriting it to be discriminating and pushy by adding anti-triggers, while enforcing the stated description budget and minimum length rules for accurate triggering.

What is the best way to structure a workflow orchestration skill using frontmatter?

Structuring a workflow orchestration skill requires writing a SKILL.md file with enforced frontmatter fields and establishing a correct folder layout for references and optional evals.

How do evals help with refining and improving existing skills?

Evals refine existing skills by creating evals/evals.json test cases that evaluate trigger behavior, allowing you to iterate until all behavior validation assertions pass.

Can I use this skill creation workflow to coordinate with claude-anthropic for project-specific conventions?

Yes, the skill creation workflow can coordinate with claude-anthropic to enforce project-specific conventions while validating behavior using eval assertions without modifying unrelated project governance.

When should I run regression checks during the skill scaffolding workflow?

You should run regression checks by re-running evals after updating a SKILL.md file and evals/evals.json, ensuring behavior validation assertions pass and the description triggers correctly.