aidlc-writing-skills

Generate SKILL.md frontmatter and inline documentation following AIDLC conventions.

Updated Apr 11, 2026
One-click install
npx skills add https://github.com/CornFedKratos/s3-aidlc --skill aidlc-writing-skills-cornfedkratos
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: aidlc-writing-skills
Source: https://github.com/CornFedKratos/s3-aidlc/tree/main/plugins/s3-aidlc/skills/aidlc-writing-skills
Command: npx skills add https://github.com/CornFedKratos/s3-aidlc --skill aidlc-writing-skills-cornfedkratos

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Writing and validating AIDLC Writing Skills is error-prone and time-consuming; this skill provides a consistent framework for frontmatter, structure, and validation hooks to ensure every new Skill adheres to AIDLC conventions.

Core Features & Use Cases

  • Establishes a minimal SKILL.md with required frontmatter (name, description) and a license block, ensuring compliance with licensing and attribution.
  • Guides the creation of progressive-disclosure content (overview, core patterns, quick-start instructions) and the integration of validation steps (validate_frontmatter.py, validate_skill_structure.py) in the workflow.
  • Supports rapid authoring for new Skills and editing existing ones, with checks for token efficiency, keyword coverage, and safety.

Quick Start

Create a Writing Skill by following the frontmatter and content structure, then run the built-in validation checks.

Frequently Asked Questions about aidlc-writing-skills

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

FAQPage Schema
How do I generate SKILL.md frontmatter for AIDLC skill authoring?

To generate SKILL.md frontmatter for AIDLC skill authoring, use a framework that produces concise metadata blocks and enforces required fields like name, description, and license blocks to ensure structural compliance and attribution.

What is the best way to validate skill structure and frontmatter?

The best way to validate skill structure and frontmatter is to apply TDD-inspired workflows with validation hooks, checking frontmatter syntax, link targets, and risk controls to ensure robust skill units before deployment.

Does AIDLC skill authoring require specific keyword coverage and licensing?

Yes, AIDLC skill authoring requires specific keyword coverage and licensing enforcement. The framework validates that these controls are present in the SKILL.md to ensure compliance and safe reuse.

How do I create progressive-disclosure documentation for new skills?

To create progressive-disclosure documentation for new skills, structure content into overview, core patterns, and quick-start instructions, integrating validation steps directly into the authoring workflow.

Why does my skill fail validation during AIDLC authoring?

Your skill fails validation during AIDLC authoring when frontmatter structure is incomplete, keyword coverage is missing, or token efficiency and safety checks detect errors in the SKILL.md file.

Can I edit existing skills using AIDLC writing conventions?

Yes, you can edit existing skills using AIDLC writing conventions by validating the current frontmatter structure, applying progressive-disclosure content updates, and re-running validation hooks to ensure compliance.