- Home
- Skills
- Ttawdtt
- Skill Writer
- Writer Skill Creator
writer_skill_creator_skill
- Python
2
GitHub Stars
1
Bundled Files
2 months ago
Catalog Refreshed
4 months ago
First Indexed
Readme & install
Copy the install command, review bundled files from the catalogue, and read any extended description pulled from the listing source.
Installation
Preview and clipboard use veilstrat where the catalogue uses aiagentskills.
npx veilstrat add skill ttawdtt/skill-writer --skill writer_skill_creator- SKILL.md5.2 KB
Overview
This skill creates a new document-writing skill from a user-provided template or description. It analyzes template structure, infers required input fields and validation rules, and generates a complete skill configuration ready for integration. The output focuses on clear sections, field requirements, and writing guidance for each part of the document.
How this skill works
You provide a template text, a template file path, or an oral description of the document structure and its use case. The skill parses headings, placeholders, numbering, and instructions to extract section hierarchy, word limits, required vs optional parts, and logical relationships. It then produces a structured configuration set: a human-facing guidance file, a sections definition, and a fields specification with collection strategy and validation rules.
When to use it
- Adding a new document type to the system (patent, report, thesis, etc.).
- Converting a legacy or paper template into a digital, guided writing flow.
- Standardizing document collection and validation for teams or clients.
- Automating form-driven drafting when templates contain many placeholders.
- Creating evaluation points and writing guidance for reviewers.
Best practices
- Provide a clean template sample or clear verbal outline to improve accuracy.
- Highlight placeholders (e.g., [Project Name], ____ ) and any explicit word counts in the template.
- Specify which fields are mandatory and which can be optional or conditional.
- Review inferred word limits and adjust core vs ancillary lengths for your domain.
- Test the generated skill with sample inputs to validate field collection flow.
Example use cases
- Create a patent-application skill from an existing patent template, extracting invention title, technical field, background, and claims.
- Generate a project completion report skill that enforces required executive summary, outcomes, and budget reconciliation fields.
- Turn a thesis chapter template into a guided writing skill with section-level word limits and reviewer evaluation points.
- Convert a grant application form into a structured skill that collects core applicant info and supporting sections.
- Produce a company policy document skill that enforces sections, optional appendices, and approval signoffs.
FAQ
Paste template text, provide a local file path, or describe the structure verbally; plain text and common document formats are supported when provided as text.
How are word limits determined if not specified?
The skill infers sensible defaults by section importance: core sections get larger ranges, explanatory parts shorter ranges, and short headings minimal limits.