Agent skill
lesson-content-question
Answer lesson-specific content questions. Use when a customer asks about a lesson, code example, or concept in a course.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/data/lesson-content-question
Metadata
Additional technical details for this skill
- metrics
- sample_size: 414 avg_thread_length: 2.5 top_phrases: - phrase: "thanks for reaching out" count: 49 percent: 11.8 - phrase: "insights can help others" count: 47 percent: 11.4 - phrase: "can help others too" count: 46 percent: 11.1 - phrase: "your questions and insights" count: 43 percent: 10.4 - phrase: "questions and insights can" count: 43 percent: 10.4 - phrase: "and insights can help" count: 43 percent: 10.4 - phrase: "plus your questions and" count: 42 percent: 10.1 - phrase: "hope this helps best" count: 39 percent: 9.4 - phrase: "help others too i" count: 38 percent: 9.2 - phrase: "others too i hope" count: 38 percent: 9.2
- validation
- required_phrases: - "thanks for reaching out" forbidden_patterns: [] max_length: 500
- sample size
- 414
- related skills
-
[ "pricing-inquiry", "installment-payment-option", "continuing-education-credits", "api-documentation-question", "technical-issue-course-content" ] - trigger phrases
-
[ "answer lesson", "lesson specific", "specific content" ]
SKILL.md
Lesson Content Question
Response Patterns (from samples)
Common openings:
- "Hi,"
- "Hey there,"
- "Hello,"
Common core lines:
- ">>"
- "Best,"
- ">"
Common closings:
- "Best,"
- "Thanks!"
- "If you have coding questions, you can ask them in the community Discord channel we've set up here."
Phrases That Work (4-gram frequency)
- "thanks for reaching out" — 49 (11.8%)
- "insights can help others" — 47 (11.4%)
- "can help others too" — 46 (11.1%)
- "your questions and insights" — 43 (10.4%)
- "questions and insights can" — 43 (10.4%)
- "and insights can help" — 43 (10.4%)
- "plus your questions and" — 42 (10.1%)
- "hope this helps best" — 39 (9.4%)
- "help others too i" — 38 (9.2%)
- "others too i hope" — 38 (9.2%)
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.
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?