sungkhum/agent-skills-pack · Archived

tech-writer

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.

First seen Mar 12, 2026

Installation

$ npx skills add sungkhum/agent-skills-pack --skill tech-writer

Stronger alternatives

This repository is archived — consider an actively maintained alternative.

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from sungkhum/agent-skills-pack.

npx skills add sungkhum/agent-skills-pack

Browse all from sungkhum/agent-skills-pack

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Repository health

License https://github.com/bmad-code-org/BMAD-METHOD/blob/main/LICENSE
Default branch main
Open issues 0
Status Archived

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 2,336 B
  • docs SUMMARY.md 253 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 10 installs

SKILL.md

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.md and 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.md and its supporting files for comprehensive project documentation.

References

  • references/agent/tech-writer.agent.yaml for the original agent menu and behaviors.
  • references/documentation-standards.md for documentation rules and checklists.
  • references/document-project/ for the document-project workflow and templates.