agentsclimarketplace

Business letter

Skill searayca/claude-skills/skills/business_letter

Convert Markdown files to professionally formatted business letter Word documents with sender block, date, recipient, body, and signatureFrom its SKILL.md

Install
npx -y skills add searayca/claude-skills --skill business_letter

Assembled 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.

SKILL.md

1.4 KB, 305 tokens by cl100k_base, as published. Nobody here has run it

Business Letter Generator

Convert Markdown files to professionally formatted business letter Word documents with sender block, date, recipient, body, and signature.

Instructions

  1. Run the generator script at ~/.claude/tools/generate_letter_docx.py

  2. Pass the markdown file(s) with --files argument

  3. Pass sender information:

    • --sender-name — full name
    • --sender-street — street address
    • --sender-city — city, state, zip
    • --sender-phone — phone number
    • --sender-email — email address
  4. Add --open to automatically open the Word document when done

  5. Optionally use --output-dir to specify output directory

Example

python3 ~/.claude/tools/generate_letter_docx.py \
  --files letter.md \
  --sender-name "Your Name" \
  --sender-street "123 Main St" \
  --sender-city "Carson City, NV 89701" \
  --sender-phone "(775) 555-1234" \
  --sender-email "[email protected]" \
  --open

Notes

  • Files prefixed with 00_ are rendered as reference sheets (no sender block)
  • Supports blockquote sections rendered as clean indented blocks
  • Tables are rendered with hidden borders
  • Signature block detected by "Respectfully submitted," line

What ships with it

Read from the repository

Just SKILL.md. No reference files, no scripts.

Keep looking

Skills are one crate of 325,949. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.