agentsclimarketplace

Business letter

Skill searayca/claude-skills/skills/business_letter

Reusable slash-command skills for Claude Code — document generation, changelogs, post-mortems, copyright headers, and more

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.

What its author says it does

Copied from the file, not written here

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

SKILL.md

1.4 KB, 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

Keep looking

Skills are one crate of 328,083. 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.