skill-authoring-workflow

Convert PM content into validated SKILL.md files with repository checks.

Updated Mar 30, 2026
One-click install
npx skills add https://github.com/MiDouTech/myTapd --skill skill-authoring-workflow-midoutech
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-authoring-workflow
Source: https://github.com/MiDouTech/myTapd/tree/main/.claude/skills/skill-authoring-workflow
Command: npx skills add https://github.com/MiDouTech/myTapd --skill skill-authoring-workflow-midoutech

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This workflow converts rough product-management content—workshop notes, prompt dumps, and half-finished drafts—into compliant, publish-ready SKILL.md assets that pass the repository's structural and metadata checks, preventing broken references and inconsistent catalogs.

Core Features & Use Cases

  • Guided creation paths: support for a guided wizard, content-first generator, or manual tightening depending on how complete the source material is.
  • Repo-native validation: integration with repository scripts to find existing skills, add new ones, run build/test checks, and enforce a strict definition of done (frontmatter, section order, metadata limits).
  • Packaging and integration: steps to update README catalogs, run metadata checks, and optionally package skills for distribution.
  • Use Case: turn a set of workshop notes into a new skill folder, run the test and metadata checks, and add the skill to the README with correct counts and links.

Quick Start

Draft a new skill from research/pricing-workshop-notes.md and run the repository validation scripts and packaging steps to produce a publish-ready SKILL.md.

Frequently Asked Questions about skill-authoring-workflow

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

FAQPage Schema
How do I turn workshop notes into publish-ready SKILL.md files?

To turn workshop notes into publish-ready SKILL.md files, use a guided creation workflow that converts raw PM content into validated assets. It enforces frontmatter rules, section ordering, and metadata limits while running repository scripts for structural checks.

What is the best way to validate skill metadata limits and frontmatter rules?

The best way to validate skill metadata limits and frontmatter rules is through repo-native validation scripts. This process checks structural compliance, enforces a strict definition of done, and prevents broken references in your skill catalog.

Can I update README catalogs automatically when adding new skills?

Yes, you can update README catalogs when adding new skills. The workflow includes packaging and integration steps to add the skill to the README with correct counts and links after running metadata checks.

How do I package skills for distribution from half-finished drafts?

To package skills for distribution from half-finished drafts, use a content-first generator or manual tightening path. This workflow runs build and test checks, enforces section ordering, and produces a publish-ready SKILL.md asset.

Why do my skill authoring workflows fail structural checks?

Skill authoring workflows fail structural checks due to inconsistent frontmatter, incorrect section ordering, or exceeding metadata limits. Running repository validation scripts identifies these errors and enforces a strict definition of done before publishing.

Do I need existing documentation to create a new skill folder?

No, you do not need existing documentation to create a new skill folder. The workflow supports a guided wizard for incomplete source material, allowing you to draft skills directly from raw prompt dumps or workshop notes.