Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
erikdrouhard avatar

Party Invite

  • 1 installs
  • Updated January 19, 2026
  • erikdrouhard/skills-workshop

Generate a personalized party invitation from a name, date, and dress code using a bundled template and Python script.

About

Generates a personalized party invitation file from guest name, date, and dress code via a Python script and template. A user invokes it when they want to create a party invite or invitation email.

  • Runs generate_invite.py with name, date, and dress-code arguments
  • Saves a personalized markdown invite per guest

Party Invite by the numbers

  • 1 all-time installs (skills.sh)
  • Ranked #1,983 of 2,715 Automation & Workflows skills by installs in the Skillselion catalog
  • Data as of Jul 8, 2026 (Skillselion catalog sync)
npx skills add https://github.com/erikdrouhard/skills-workshop --skill party-invite

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs1
Last updatedJanuary 19, 2026
Repositoryerikdrouhard/skills-workshop

What it does

Generate a personalized party invitation from a name, date, and dress code using a bundled template and Python script.

Files

SKILL.mdMarkdownGitHub ↗

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

Related skills

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.