benxmy

Write Customer Doc — Design skill for Claude Code

Design community

Draft customer-facing documents (feature guides, release notes, alpha/beta materials, KB articles) using Ben's content style library.

How to install Write Customer Doc

Installs to ~/.claude/skills/benxmy-claude-skills-write-customer-doc/SKILL.md

Terminal
mkdir -p ~/.claude/skills/benxmy-claude-skills-write-customer-doc && curl -fsSL https://raw.githubusercontent.com/benxmy/claude-skills/HEAD/skills/write-customer-doc.md -o ~/.claude/skills/benxmy-claude-skills-write-customer-doc/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

What Write Customer Doc does


name: write-customer-doc description: Draft customer-facing documents (feature guides, release notes, alpha/beta materials, KB articles) using Ben's content style library. Outputs as markdown, Word, or both. user-invocable: true allowed-tools:

  • Read(~/.claude/projects//memory/)
  • Read(~/projects/content-style-library.md)
  • Read(~/projects/content-audit-results/*)
  • Read(~/Desktop/*)
  • Glob(~/projects/*)
  • Glob(~/Desktop/*)
  • Grep(~/projects/*)
  • Grep(~/.claude/projects/*/m

Alternatives in Design

  • Canvas Design — Create beautiful visual art in PNG and PDF documents using design philosophy 94.1k ★
  • Doc — Read, create, and edit .docx documents with formatting and layout fidelity 14.6k ★
  • Sadd Architecture — Software Architecture Design Documents 663 ★

Full documentation available on GitHub

View Source Repository