skill-authoring-workflow

Generate and validate repository skill files from raw content.

Updated Mar 16, 2026
One-click install
npx skills add https://github.com/RebelHawk-TK/DeepThinkTrader --skill skill-authoring-workflow-rebelhawk-tk
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-authoring-workflow
Source: https://github.com/RebelHawk-TK/DeepThinkTrader/tree/main/.agents/skills/skill-authoring-workflow
Command: npx skills add https://github.com/RebelHawk-TK/DeepThinkTrader --skill skill-authoring-workflow-rebelhawk-tk

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Turn raw PM content into a compliant, publish-ready skill within the repository, ensuring standards are followed and updates remain consistent.

Core Features & Use Cases

  • Preflight and duplicate-checks to ensure no conflicting skills are added.
  • Guided generation and validation workflows with scripts to build, test, and verify SKILL.md.
  • Clear definitions of done and cross-reference validation to keep the catalog reliable.

Quick Start

Turn rough notes or workshop content into a compliant skills/<skill-name>/SKILL.md asset, then run the validation script before committing.

Frequently Asked Questions about skill-authoring-workflow

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

FAQPage Schema
How do I validate SKILL.md frontmatter before publishing to a repository?

To validate SKILL.md frontmatter before publishing, use an automated workflow that enforces required fields like name, description, and intent while checking metadata size limits and section order. This ensures repository standards are met before committing new skills.

What's the best way to turn raw PM content into a compliant repository skill?

The best way to turn raw PM content into a compliant repository skill is using a guided generation workflow with preflight and duplicate-checks. It transforms rough notes into a validated SKILL.md asset, ensuring frontmatter validity and cross-reference resolution before publishing.

Can I automate skill creation from workshop notes without breaking repository standards?

Yes, you can automate skill creation from workshop notes without breaking repository standards by applying a validation workflow. It automatically applies preflight checks, enforces section order, and verifies metadata size limits to generate a compliant SKILL.md file.

How do cross-reference validation scripts work when updating existing repository skills?

Cross-reference validation scripts work when updating existing repository skills by resolving internal links and dependencies before committing. This ensures that updates remain consistent and the skill catalog stays reliable without introducing broken references.

Why does my new skill fail the preflight duplicate-check during generation?

Your new skill fails the preflight duplicate-check during generation because the workflow detects a conflicting skill name or intent already published in the repository. This prevents adding overlapping skills and maintains catalog reliability before you proceed with validation.