party-invite | Skill Performance & Reviews | TopRankSkills

TopRank Skills

Home / Skills / tools / party-invite

party-invite

maintained by erikdrouhard

star 0 account_tree 0 verified_user MIT License
bolt View GitHub

name: party-invite description: Generate personalized party invitation emails. Use when user wants to create a party invite, send a party invitation, or write an invite email for an event or celebration.

Party Invite Generator

Generate party invitations using the template in assets/invite-template.txt.

Usage

Run the script with the guest's details:

python scripts/generate_invite.py --name "NAME" --date "DATE" --dress-code "DRESS_CODE"

Required arguments:

  • --name / -n — Guest's name
  • --date / -d — Party date and time
  • --dress-code / -c — Dress code

Optional:

  • --output-dir / -o — Where to save (default: current directory)

Example

python scripts/generate_invite.py \
  --name "Sarah" \
  --date "Saturday, February 15th at 7pm" \
  --dress-code "Smart Casual"

Creates party-invite-sarah.md with the personalized invitation.

Workflow

  1. Collect from user: name, date, dress code
  2. Run the script with those values
  3. Show user the generated invite file

chat Comments (0)

chat_bubble_outline

No comments yet. Be the first to share your thoughts!

Skill Details

GitHub Stars 0
GitHub Forks 0
Created Jan 2026
Last Updated 4个月前
tools tools productivity tools

Related Skills

planning-with-files
chevron_right
agent-browser
chevron_right
building-agents
chevron_right
notebooklm
chevron_right
grafana
chevron_right

Build your own?

Join 12,000+ developers contributing to the Claude ecosystem.