skill-creator

Create and iterate AI skill definitions with evaluation workflows.

9|2|Updated Mar 18, 2026
One-click install
npx skills add https://github.com/AllBeingsFuture/AllBeingsFuture --skill skill-creator-allbeingsfuture
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/AllBeingsFuture/AllBeingsFuture/tree/main/electron/embedded-assets/skills/skill-creator
Command: npx skills add https://github.com/AllBeingsFuture/AllBeingsFuture --skill skill-creator-allbeingsfuture

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

The Skill Creator removes the friction of designing, testing, and iterating AI skills by providing a structured workflow for drafting SKILL.md, generating test prompts, running paired with-skill and baseline evaluations, grading outputs, and producing benchmark reports. It centralizes the evaluation lifecycle so creators can move from a draft to a validated, packaged skill with measurable improvements and reproducible runs.

Core Features & Use Cases

  • Guided Skill Authoring: Walks the user through intent capture, required inputs/outputs, trigger phrasing, and writing the SKILL.md frontmatter and body.
  • Test Generation & Execution: Produces realistic test prompts, orchestrates paired with-skill and baseline runs, captures timing and token usage, and saves iteration workspaces.
  • Evaluation & Benchmarking: Drafts assertions, runs graders, aggregates metrics into benchmarks (pass rates, time, tokens), surfaces high-variance or nondiscriminating evals, and generates a viewer for human review.
  • Improvement Loop & Packaging: Guides iterative revisions, suggests bundling reusable scripts, and packages skills into distributable .skill files.
  • Use Case Example: Build a new CSV-cleaning skill, create 3 test prompts, run iteration-1 with both with-skill and baseline runs, grade outputs, and produce a benchmark report for the user to review.

Quick Start

Create a new skill draft, add two realistic test prompts, run paired evaluations (with_skill and without_skill), then open the generated review to inspect outputs and benchmark metrics.

Frequently Asked Questions about skill-creator

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

FAQPage Schema
What is the best way to benchmark prompt engineering iterations?

Testing AI skills requires running paired with-skill and baseline evaluations to compare performance. The process captures timing and token usage, runs graders against assertions, and aggregates pass rates into a benchmark report to identify measurable improvements.

Can I package scripts and references into a distributable skill file?

Evaluation and benchmarking for prompt engineering works by orchestrating paired test runs, drafting assertions, and running automated graders. It aggregates metrics like pass rates, time, and token usage to surface high-variance or nondiscriminating evals for human review.

How do I generate test prompts and run baseline evaluations for a new skill?

Yes, you can bundle reusable scripts and references into a distributable skill file without external network communication. The packaging process guides iterative revisions and bundles components into a standalone format for deployment.

What are the limitations of automated skill grading and benchmarking?

You generate realistic test prompts and run baseline evaluations by orchestrating paired with-skill and without-skill runs. The workflow captures timing and token usage, saves iteration workspaces, and produces a viewer for reviewing outputs and benchmark metrics.

What is automated skill evaluation and when do I need it?

Automated skill evaluation uses deterministic and qualitative assessments to validate skill definitions. It drafts assertions, runs graders, captures timing and token usage, and aggregates pass rates into benchmark reports to ensure reproducible runs.