writer-skill-creator

Generate SKILL.md, structure.yaml, and requirements.yaml from document templates.

8|2|Updated Jan 20, 2026
One-click install
npx skills add https://github.com/TTAWDTT/skill-writer --skill writer-skill-creator
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: writer-skill-creator
Source: https://github.com/TTAWDTT/skill-writer/tree/main/backend/data/skills/writer_skill_creator
Command: npx skills add https://github.com/TTAWDTT/skill-writer --skill writer-skill-creator

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill eliminates the manual, error-prone process of converting document templates into fully defined Skill units by analyzing templates and producing the required Skill artefacts.

Core Features & Use Cases

  • Template analysis: extract structure, required fields and suggested validation from a template.
  • Skill generation: generate SKILL.md, structure.yaml, and requirements.yaml and place them under backend/data/skills/.
  • Quick integration: deploy a new document type to Skill Writer without writing YAML by hand.

Quick Start

Provide a document template or a description of the document structure and this Skill will output a ready-to-use Skill folder with all necessary files.

Frequently Asked Questions about writer-skill-creator

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

FAQPage Schema
How do I convert a document template into a Skill configuration automatically?

To convert a document template into a Skill configuration automatically, provide the template to this tool to analyze its structure and generate the required SKILL.md, structure.yaml, and requirements.yaml files without manual coding.

What is the best way to generate YAML frontmatter and structure definitions from a template?

Generating YAML frontmatter and structure definitions from a template is done by parsing the template structure to extract required fields, producing a ready-to-use Skill folder with corresponding structure.yaml and requirements.yaml files.

Do I need to write YAML by hand to add new document types to Skill Writer?

You do not need to write YAML by hand to add new document types to Skill Writer, because this automation tool analyzes your template and outputs the necessary Skill artifacts directly into the backend/data/skills/ directory.

Can I use a template description instead of a full document to generate Skill artifacts?

You can use a description of the document structure instead of a full template to generate Skill artifacts, allowing the tool to parse the provided structural details and produce the required YAML configuration files.

What types of documents are supported for turning into ready Skill units?

Supported document types for turning into ready Skill units include patents and project reports, as the tool parses their template structures to produce corresponding configuration and requirements definitions.

Why does manual template conversion cause errors and how is it avoided?

Manual template conversion causes errors due to hand-coding YAML files, which is avoided by using automated template analysis to extract fields and generate accurate Skill configuration files directly.