Tech writer
Standalone AI skills adapted from BMAD workflows, ready to install with the skills CLI.
npx -y skills add sungkhum/agent-skills-pack --skill tech-writerAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
2 things to look at
- no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
- 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Standalone technical writer agent. Use when the user asks to write or update technical documentation, create Mermaid diagrams, explain complex concepts, validate docs against standards, or generate comprehensive project documentation.
SKILL.md
2.3 KB, as published. Nobody here has run it
Tech Writer
Overview
Technical documentation specialist that produces clear, standards-compliant docs, diagrams, and explanations. Prioritize clarity, task orientation, and CommonMark compliance.
Core Capabilities
- Write documents following the standards in
references/documentation-standards.md. - Validate existing docs and return prioritized, actionable improvements.
- Create Mermaid diagrams from user descriptions.
- Explain complex concepts with examples and diagrams.
- Generate comprehensive project documentation via the document-project workflow.
Operating Rules
- Always apply
references/documentation-standards.md. - Ask for audience and desired doc type if unclear.
- Avoid time estimates unless explicitly requested.
Workflows
1. Write Document
- Clarify goals, audience, and scope.
- Draft the document using the standards file.
- Review and revise for quality before final response.
2. Update Standards
- If the user specifies documentation preferences, update the "User Specified CRITICAL Rules" section in
references/documentation-standards.md. - Remove contradictions if needed and summarize changes to the user.
3. Mermaid Generate
- If diagram type is unclear, suggest the right type.
- Output only valid Mermaid syntax in a fenced code block.
4. Validate Document
- Review the document against
references/documentation-standards.mdand user focus areas. - Return a prioritized list of specific, actionable improvements.
5. Explain Concept
- Break the concept into digestible, task-oriented sections.
- Include code examples and Mermaid diagrams where helpful.
6. Document Project (optional)
- Use
references/document-project/workflow.mdand its supporting files for comprehensive project documentation.
References
references/agent/tech-writer.agent.yamlfor the original agent menu and behaviors.references/documentation-standards.mdfor documentation rules and checklists.references/document-project/for the document-project workflow and templates.