Claude-skill-registry event-sponsorship-request
Handle event sponsorship inquiries. Use when organizers ask for sponsorship or support for conferences or hackathons.
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/event-sponsorship-request" ~/.claude/skills/majiayu000-claude-skill-registry-event-sponsorship-request && rm -rf "$T"
manifest:
skills/data/event-sponsorship-request/SKILL.mdsource content
Event Sponsorship Request
Response Patterns (from samples)
Common openings:
- "Hey Stepan,"
- "Hey Danny,"
- "Since there's no instructor assignment configured for this app, I'll note that this is a business development inquiry that should be routed to whoever handles partnerships and sponsorships at the company level. This is outside the scope of product support."
Common core lines:
Common closings:
- "Best,"
- "Since there's no instructor assignment configured for this app, I'll note that this is a business development inquiry that should be routed to whoever handles partnerships and sponsorships at the company level. This is outside the scope of product support."
- "Thanks for reaching out. I'm afraid I'm unavailable for this right now. Good luck on your event!"
Phrases That Work (4-gram frequency)
- "support any questions related" — 12 (34.3%)
- "any questions related to" — 12 (34.3%)
- "questions related to the" — 11 (31.4%)
- "related to the course" — 11 (31.4%)
- "to the course and" — 11 (31.4%)
- "the course and platform" — 11 (31.4%)
- "course and platform functionality" — 11 (31.4%)
- "and platform functionality but" — 11 (31.4%)
- "platform functionality but you" — 11 (31.4%)
- "directly on x bluesky" — 11 (31.4%)
Tone Guidance (observed)
- Openings trend toward: "Hey Stepan,"
- 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.