← スキル一覧に戻る

party-invite
by erikdrouhard
⭐ 0🍴 0📅 2026年1月19日
SKILL.md
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
- Collect from user: name, date, dress code
- Run the script with those values
- Show user the generated invite file
スコア
総合スコア
40/100
リポジトリの品質指標に基づく評価
✓SKILL.md
SKILL.mdファイルが含まれている
+20
○LICENSE
ライセンスが設定されている
0/10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
レビュー
💬
レビュー機能は近日公開予定です