skill-create-flow

Generate a self-contained SKILL.md and accompanying artifacts from a skill concept.

50|3|Updated Jan 30, 2026
One-click install
npx skills add https://github.com/okwinds/miscellany --skill skill-create-flow
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-create-flow
Source: https://github.com/okwinds/miscellany/tree/main/agent/skills/skill-create-flow
Command: npx skills add https://github.com/okwinds/miscellany --skill skill-create-flow

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Solves the problem of turning vague skill ideas into production-ready SKILL.md and artifacts by providing a standalone, repeatable workflow.

Core Features & Use Cases

  • Standalone workflow: separates methodology discovery from packaging to produce self-contained Skill units.
  • Artifact generation: outputs SKILL.md plus optional artifacts like examples/, tests/, index_entry.json, and CHANGELOG.md for iteration.
  • Broad applicability: suitable for procedural, methodical skills such as debugging, code reviews, writing spec documents, or architecture decisions.

Quick Start

Draft a new skill concept, run the skill-create-flow, and obtain a ready-to-use SKILL.md plus a starter set of artifacts. For example: "Create a skill for code reviews and generate SKILL.md, 1 tiny example, and 3 eval prompts."

Frequently Asked Questions about skill-create-flow

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

FAQPage Schema
How do I turn a vague idea into a production-ready agent skill?

Generating a SKILL.md and accompanying artifacts requires no external dependencies, utilizing a lightweight frontmatter contract that enables immediate packaging of procedural workflows with minimal setup.

What artifacts are generated when packaging procedural agent skills?

Packaging procedural agent skills generates a SKILL.md file alongside optional artifacts including examples/, tests/, index_entry.json, and CHANGELOG.md to support iteration and validation.

Can I use this workflow to create skills for code reviews and debugging?

Yes, you can use this workflow to create skills for code reviews, debugging, writing spec documents, and architecture decisions because it targets broad procedural and methodical skill creation.

What is the best way to build repeatable agent skills quickly?

The best way to build repeatable agent skills quickly is to draft a skill concept, run a creation flow, and obtain a ready-to-use SKILL.md with a starter set of artifacts like examples and eval prompts.

Do I need external dependencies to generate a SKILL.md and eval prompts?

Generating a SKILL.md and eval prompts requires no external dependencies, utilizing a lightweight frontmatter contract that enables immediate packaging of procedural workflows with minimal setup.