skill-authoring-workflow

Convert rough PM notes into a compliant SKILL.md asset with validation.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/locus-taxy/locus-SD-toolkit --skill skill-authoring-workflow-locus-taxy
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-authoring-workflow
Source: https://github.com/locus-taxy/locus-SD-toolkit/tree/main/skills/skill-authoring-workflow
Command: npx skills add https://github.com/locus-taxy/locus-SD-toolkit --skill skill-authoring-workflow-locus-taxy

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Turning rough PM content, workshop notes, or half-baked prompts into a compliant SKILL.md asset in the repository, ensuring standards are met.

Core Features & Use Cases

  • Guided wizard and supporting scripts to transform notes into a valid skills/<skill-name>/SKILL.md asset.
  • Automated frontmatter validation, required section order, metadata limits, and cross-reference resolution.
  • Multiple creation paths for new skills or updates to existing ones while preserving repository standards.
  • Use when creating or updating a repo skill without breaking standards.

Quick Start

Run the guided wizard to turn rough notes into a compliant, publish-ready skill.

Frequently Asked Questions about skill-authoring-workflow

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

FAQPage Schema
How do I convert rough PM notes into a compliant SKILL.md asset?

To convert rough PM notes into a compliant SKILL.md asset, run the guided wizard which transforms incomplete workshop content into a fully structured skill under skills/<skill-name>/SKILL.md.

What validation checks are enforced when authoring a repo skill?

Repo skill authoring enforces frontmatter validity for name, description, intent, and type, alongside required section order, metadata limits, cross-reference resolution, and README integration checks.

Can I update an existing repo skill without breaking validation standards?

Yes, you can update an existing repo skill without breaking standards by using the skill creation paths designed to preserve repository standards and pass validation checks.

What is the best way to structure incomplete workshop content into a valid skill?

The best way to structure incomplete workshop content into a valid skill is using the guided wizard, which turns half-baked prompts into a fully structured skill compliant with repository standards.

Why does my skill fail validation when creating a repo skill from notes?

Creating a repo skill from notes fails validation when frontmatter metadata limits are exceeded, required section order is incorrect, or cross-reference resolution and README integration checks are incomplete.

Do I need frontmatter metadata to turn half-baked prompts into a publish-ready skill?

Yes, valid frontmatter including name, description, intent, and type is required to turn half-baked prompts into a publish-ready skill that passes validation.