skill-creator

Package recurring workflows into validated skills with frontmatter and indexing.

33|10|Updated Apr 30, 2026
One-click install
npx skills add https://github.com/andreaswasita/copilot-cowork-dojo --skill skill-creator-andreaswasita
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/andreaswasita/copilot-cowork-dojo/tree/main/skills/skill-creator
Command: npx skills add https://github.com/andreaswasita/copilot-cowork-dojo --skill skill-creator-andreaswasita

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps teams convert recurring task patterns into formal, reusable skills that can be discovered, tested, and refined across sessions.

Core Features & Use Cases

  • Templates for frontmatter + workflow documentation
  • Supports testing, indexing, and gradual promotion of skills
  • Encourages iterative improvement based on real scenarios

Quick Start

Identify a workflow that recurs 3+ times and draft a frontmatter-backed skill entry for it.

Frequently Asked Questions about skill-creator

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

FAQPage Schema
How do I convert recurring workflows into reusable skills?

To convert recurring workflows into reusable skills, you package the process into a formal skill definition with valid frontmatter, a clearly defined trigger, test guidance, and indexing into skills.md. This requires identifying a workflow that recurs three or more times.

What is frontmatter and why is it needed for skill creation?

Frontmatter is required metadata for skill creation, containing the skill name and description. It serves as the validated header for your workflow documentation, enabling proper indexing and discovery of the formal skill definition in skills.md.

How to package a formal skill definition for indexing?

To package a formal skill definition, draft a frontmatter-backed skill entry with a name and description, define a clear trigger, provide test guidance, and index the entry into skills.md. This process converts recurring task patterns into validated skills for discovery.

When do I need to formalize a workflow into a skill definition?

You need to formalize a workflow into a skill definition when a task pattern recurs three or more times across sessions. This recurring pattern indicates the workflow is ready to be packaged with frontmatter, tested, and indexed for iterative improvement based on real scenarios.

Does skill creation work without providing test guidance?

Skill creation requires test guidance as part of the formal skill definition. Along with valid frontmatter, a defined trigger, and indexing into skills.md, test guidance ensures the packaged workflow is validated and supports gradual promotion and iterative improvement across real scenarios.

What's the best way to index skills for discovery?

The best way to index skills for discovery is to package the workflow into a formal skill definition and index it into skills.md. This requires valid frontmatter with a name and description, a clearly defined trigger, and test guidance to ensure proper indexing.