skill-authoring-workflow

Convert rough notes into compliant SKILL.md files and run validation.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/GP-SoftwareDivision/genova_ai --skill skill-authoring-workflow-gp-softwaredivision
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-authoring-workflow
Source: https://github.com/GP-SoftwareDivision/genova_ai/tree/main/.agents/skills/skill-authoring-workflow
Command: npx skills add https://github.com/GP-SoftwareDivision/genova_ai --skill skill-authoring-workflow-gp-softwaredivision

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires python3, bash, zip.

What problem does it solve?

Turns rough notes, workshop content, or half-baked prompt dumps into compliant, publish-ready SKILL.md assets that pass validation and belong in the repository.

Core Features & Use Cases

  • Preflight and deconfliction: scans for overlapping or duplicate skills to avoid conflicts.
  • Draft-to-validate pipeline: converts raw material into a SKILL.md with required frontmatter and sections, then runs metadata and trigger validations.
  • Integration readiness: updates repository docs and skill catalog after creation or update.

Quick Start

Run the guided authoring workflow to convert rough notes into a compliant 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 notes into a compliant SKILL.md file?

To convert rough notes into a compliant SKILL.md file, use a guided authoring workflow that drafts required frontmatter and sections from raw material, then runs metadata and trigger validations to ensure repository compliance.

What does skill frontmatter validation check for in a repository?

Frontmatter validation checks for required metadata fields like name, description, intent, and type, enforces correct section ordering, verifies metadata limits, and runs cross-reference checks to ensure repository standards are met.

How do I prevent duplicate skills when authoring workflow content?

To prevent duplicate skills when authoring workflow content, run a preflight deconfliction scan that identifies overlapping or existing skills in the repository before you draft new material.

Do I need Python and Bash to run skill validation workflows?

Yes, you need Python3, Bash, and Zip installed in your environment to execute the repository scripts, run the draft-to-validate pipeline, and package the compliant skill files.

What is the best way to update existing skills without breaking repo standards?

The best way to update existing skills without breaking repo standards is running a preflight and validation workflow that enforces frontmatter validity, section order, and cross-references before commit.

Why does my skill fail validation after updating frontmatter?

Skill validation fails after updating frontmatter when required fields like name, description, intent, or type are missing, exceed metadata limits, or violate enforced section order and cross-reference checks.