Claude-skill-registry course-content-locked
Restore access to purchased course content. Use when a customer has paid but content is locked, missing, or inaccessible.
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/course-content-locked" ~/.claude/skills/majiayu000-claude-skill-registry-course-content-locked && rm -rf "$T"
manifest:
skills/data/course-content-locked/SKILL.mdsource content
Course Content Locked or Unavailable
Response Patterns (from samples)
Common openings:
- "Hi,"
- "Hello,"
- "Hi there,"
Common core lines:
- "Hi,"
- "Best,"
- "Hello,"
Common closings:
- "Best,"
- "Thanks for the heads up! Everything should be back up and running smoothly now. Let us know if that's not the case."
- "Your original purchase price will be removed from the upgrade to the full unrestricted version if you should choose to upgrade."
Phrases That Work (4-gram frequency)
- "let me know if" — 91 (17.5%)
- "me know if you" — 77 (14.8%)
- "to access the course" — 52 (10%)
- "know if you have" — 50 (9.6%)
- "thanks for the heads" — 50 (9.6%)
- "for the heads up" — 50 (9.6%)
- "at the top of" — 50 (9.6%)
- "you ll need to" — 49 (9.4%)
- "if you have any" — 48 (9.2%)
- "let us know if" — 46 (8.8%)
Tone Guidance (observed)
- Openings trend toward: "Hi,"
- 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.