Claude-skill-registry discount-code-request
Respond to discount or coupon requests. Use when a customer asks for a promo code or special pricing.
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/discount-code-request" ~/.claude/skills/majiayu000-claude-skill-registry-discount-code-request && rm -rf "$T"
manifest:
skills/data/discount-code-request/SKILL.mdsource content
Discount Code Request
Response Patterns (from samples)
Common openings:
- "Hey,"
- "Hi there,"
- "Hello,"
Common core lines:
- "Thanks for reaching out!"
- "Best,"
- "Thanks for your interest in the course!"
Common closings:
- "Best,"
- "I hope you’ll still consider enrolling in our training. If you have any other questions or if there’s anything else I can assist you with, please let me know."
- "Alternatively, if you'd like to start with either the Basic or Standard Testing packages now, you'll have the opportunity to upgrade to the Pro Testing package later on for the current difference in pricing between it and your initial purchase tier."
Phrases That Work (4-gram frequency)
- "thanks for reaching out" — 65 (16.8%)
- "https www totaltypescript com" — 50 (12.9%)
- "let me know if" — 43 (11.1%)
- "me know if you" — 38 (9.8%)
- "if you have any" — 34 (8.8%)
- "interest in the course" — 29 (7.5%)
- "is no longer available" — 29 (7.5%)
- "for your interest in" — 27 (7%)
- "know if you have" — 26 (6.7%)
- "to upgrade to the" — 26 (6.7%)
Tone Guidance (observed)
- Openings trend toward: "Hey,"
- Closings often include: "Best,"
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.