ToolMaster document-writer

Generate structured documents — reports, briefs, proposals, guides, case summaries. Use when creating any substantial written deliverable from research or data.

install
source · Clone the upstream repo
git clone https://github.com/techieharry/ToolMaster
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/techieharry/ToolMaster "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/document-writer" ~/.claude/skills/techieharry-toolmaster-document-writer && rm -rf "$T"
manifest: skills/document-writer/SKILL.md
source content

Document Writer

Structure (adapt per document type)

Brief / Summary

  • Context — why this document exists (1-2 sentences)
  • Key points — 3-5 bullets, most important first
  • Recommendation — what to do next

Report

  • Executive summary — full report in 1 paragraph
  • Background — what the reader needs to know
  • Findings — organized by theme, not chronologically
  • Analysis — what the findings mean
  • Recommendations — specific next steps with owners and timelines

Proposal

  • Problem — what needs solving (from the reader's perspective)
  • Solution — what you're proposing
  • Scope — what's included and what's not
  • Timeline — milestones, not just end date
  • Cost — transparent breakdown

Rules

  • Lead with the conclusion, not the methodology
  • One idea per paragraph
  • Use specific numbers, not "significant" or "substantial"
  • If referencing data, cite the source
  • Match the reader's expertise level