skill-authoring-workflow

Convert rough notes into compliant SKILL.md files using repository scripts.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Turn rough notes, workshop content, or half-baked prompts into compliant, publish-ready PM skills that pass repository validation.

Core Features & Use Cases

  • Automates the creation and validation of PM skill assets from notes.
  • Enforces frontmatter requirements (name, description, intent, type) and keeps section order.
  • Supports repo-native workflows via scripts (build-a-skill.sh, add-a-skill.sh, test-a-skill.sh) and ensures catalog integration.

Quick Start

Use the guided wizard to draft a new skill with build-a-skill.sh and then validate it with test-a-skill.sh.

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 rough notes into a compliant SKILL.md file for repository publishing?

To turn rough notes into a compliant SKILL.md file, use a guided authoring workflow that automates drafting, enforces frontmatter correctness, validates section order, and ensures catalog integration before publishing.

How does frontmatter validation work when authoring a new skill?

Frontmatter validation works by checking that required fields like name, description, intent, and type are present and correctly formatted, ensuring the skill asset passes repository metadata checks before publishing.

What's the best way to preflight validate a skill before submitting it to the repository?

The best way to preflight validate a skill is to run repo-native validation scripts like test-a-skill.sh and check-skill-metadata.py, which verify frontmatter correctness, section order, and trigger compliance before catalog integration.

Does the skill authoring workflow support adding new skills directly to the catalog?

Yes, the skill authoring workflow supports adding new skills directly to the catalog by using the repo-native add-a-skill.sh script, which integrates the validated SKILL.md file into the repository catalog.

Can I use build-a-skill.sh to draft a skill from workshop content and prompts?

Yes, you can use build-a-skill.sh to draft a skill from workshop content and prompts, as the authoring workflow transforms half-baked inputs into a structured SKILL.md file ready for validation.

Why does my skill fail repository validation after updating the frontmatter?

A skill fails repository validation after updating frontmatter when required fields are missing, section order is incorrect, or metadata triggers do not pass the check-skill-triggers.py and check-skill-metadata.py scripts.