Business letter
Reusable slash-command skills for Claude Code — document generation, changelogs, post-mortems, copyright headers, and more
npx -y skills add searayca/claude-skills --skill business_letterAssembled 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
-
Run the generator script at
~/.claude/tools/generate_letter_docx.py -
Pass the markdown file(s) with
--filesargument -
Pass sender information:
--sender-name— full name--sender-street— street address--sender-city— city, state, zip--sender-phone— phone number--sender-email— email address
-
Add
--opento automatically open the Word document when done -
Optionally use
--output-dirto 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