Claude-skill-registry gift-purchase-option

Guide gift purchases. Use when a customer wants to buy a course for someone else.

install
source · Clone the upstream repo
git clone https://github.com/majiayu000/claude-skill-registry
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/majiayu000/claude-skill-registry "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/data/gift-purchase-option" ~/.claude/skills/majiayu000-claude-skill-registry-gift-purchase-option && rm -rf "$T"
manifest: skills/data/gift-purchase-option/SKILL.md
source content

Gift Purchase Option

Response Patterns (from samples)

Common openings:

  • "Hi,"
  • "Hey Tanguy,"
  • "Hey,"

Common core lines:

  • "Thanks for reaching out!"
  • "Please let me know if you have any further questions!"
  • "I've transferred your license to [EMAIL]."

Common closings:

  • "Please let me know if you have any further questions!"
  • "Please let me know if they have trouble logging in or if you have any further questions!"
  • "Please let me know if your friend has trouble logging in or if you have any further questions!"

Phrases That Work (4-gram frequency)

  • "let me know if" — 28 (59.6%)
  • "if you have any" — 22 (46.8%)
  • "me know if you" — 15 (31.9%)
  • "know if you have" — 15 (31.9%)
  • "please let me know" — 14 (29.8%)
  • "email let me know" — 11 (23.4%)
  • "using that email address" — 11 (23.4%)
  • "you have any further" — 10 (21.3%)
  • "have any further questions" — 10 (21.3%)
  • "license to email let" — 10 (21.3%)

Tone Guidance (observed)

  • Openings trend toward: "Hi,"
  • Closings often include: "Please let me know if you have any further questions!"

What NOT To Do

  • Don't introduce policy details that are not present in the verified response lines above.
  • Don't paraphrase or reframe the customer's question in a way that changes meaning.
  • Don't add refund/discount promises unless they appear in the extracted responses for this topic.

Validation

Draft must:

  • Include at least one of the required phrases from the validation block
  • Stay consistent with the observed response patterns above
  • NOT introduce policy details that are not present in the verified response lines above.