dogent/plugins/dogent/skills/doc-template-creator/SKILL.md
Create or optimize Dogent document templates in the standard template-skill directory format. Use whenever the user asks to create a new document template, improve an existing template, restructure template metadata, or rewrite template guidance for Dogent's `.dogent/templates`, `~/.dogent/templates`, or built-in `dogent/templates` locations.
npx skillsauth add magicbowen/dogent doc-template-creatorInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Create or optimize Dogent document templates as skill-style directories.
.dogent/templates/<name>/.~/.dogent/templates/<name>/.dogent/templates/<name>/ only when the task explicitly targets a built-in template.Every template must use this structure:
<template-root>/
├── SKILL.md
├── templates/ # optional but recommended
├── examples/ # optional
└── assets/ # optional
SKILL.md must contain YAML frontmatter.name and description.SKILL.md as the human-facing entry point that explains the template's purpose, background, key precautions, and the meaning of the companion files.templates/*.md.examples/.assets/, and reference them clearly from SKILL.md.@file references or @@template references in the brief, treat them as important source context for designing the new template.namedescriptiondescription as a single-line scalar on the same line as description:. Do not place the value on the next line and do not use block-scalar YAML for this field.## Introduction section for human readers so the entry point clearly communicates purpose, background, and precautions.templates/, examples/, and assets/ so readers know how to use them.Use this pattern unless the user has a better reason to vary it:
---
name: consultant_proposal
description: Consultant proposal template for project scoping and commercial terms.
---
# Consultant Proposal
## Introduction
- Purpose:
- Background:
- Precautions:
## Writing Requirements
- ...
## Companion Files
- `templates/proposal_structure.md`: ...
- `examples/sample_proposal.md`: ...
And the reusable structure file should usually live in:
templates/proposal_structure.md
SKILL.md with YAML frontmatter plus the main writing guidance and companion-file references.templates/*.md for reusable output structures.examples/ and assets/ only when they add concrete value.templates/, examples/, or assets/ references..md format.SKILL.md and templates/.development
A framework for producing high-quality technical blog posts that balance technical depth, readability, and professional rigor.
development
A resume format optimized for experienced technical professionals that emphasizes work experience, measurable impact, and leadership.
testing
Produce a credible, reproducible research report grounded in high-quality sources with verifiable citations and clear separation of evidence, analysis, and recommendations.
testing
General-purpose template for professional documents when no specialized template is selected.