creator

Coordinate SKILL.md creation, evaluation, and packaging in the my-skills repository.

Updated Feb 23, 2026
One-click install
npx skills add https://github.com/justcyl/my-skills --skill creator
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: creator
Source: https://github.com/justcyl/my-skills/tree/main/skills-manager/creator
Command: npx skills add https://github.com/justcyl/my-skills --skill creator

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Enables teams to design, validate, and optimize Skill Units within the my-skills repository by coordinating the creation of SKILL.md, populating references and scripts, defining evaluation flows, and packaging for distribution.

Core Features & Use Cases

  • Define and rewrite the root SKILL.md for a skill, including associated references and scripts.
  • Design evaluation plans (evals, benchmarks) and review workflows to iterate on skills.
  • Optimize and package skills for delivery, ensuring alignment with repository workflows and manager routing.

Quick Start

Create a minimal creator skill skeleton with SKILL.md, references, and scripts, then initialize the first eval cycle.

Frequently Asked Questions about creator

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

FAQPage Schema
How do I design and structure a SKILL.md workflow for a new skill?

To design a SKILL.md workflow, you need to define the root markdown file, populate associated references and scripts, and establish evaluation flows to validate the skill logic before packaging.

What is the best way to package skills for repository distribution?

The best way to package skills is to optimize the root SKILL.md alongside its references and scripts, ensuring alignment with repository workflows and manager routing for smooth delivery.

How do I set up evaluation plans and benchmarks to test a skill?

Setting up evaluation plans involves defining test sets and review workflows to iterate on the skill, validating its performance against established benchmarks before final packaging.

Can I use YAML and Anthropic dependencies to coordinate skill creation?

Yes, you can use YAML and Anthropic dependencies to orchestrate the end-to-end creation process, coordinating interviews, SKILL.md design, and test set initialization within the repository.

What is included in a minimal creator skill skeleton?

A minimal creator skill skeleton includes the root SKILL.md file, associated references, scripts, and the initialized setup for the first evaluation cycle to start testing immediately.