Agent skill
pricing-inquiry
Answer pricing questions for courses. Use when a customer asks about current price, pricing model, or availability.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/data/pricing-inquiry
Metadata
Additional technical details for this skill
- metrics
- sample_size: 523 avg_thread_length: 2.84 top_phrases: - phrase: "let me know if" count: 90 percent: 17.2 - phrase: "me know if you" count: 86 percent: 16.4 - phrase: "know if you have" count: 86 percent: 16.4 - phrase: "if you have any" count: 53 percent: 10.1 - phrase: "thanks for reaching out" count: 52 percent: 9.9 - phrase: "https www totaltypescript com" count: 50 percent: 9.6 - phrase: "for your interest in" count: 43 percent: 8.2 - phrase: "thanks for your interest" count: 40 percent: 7.6 - phrase: "your interest in the" count: 40 percent: 7.6 - phrase: "interest in the course" count: 40 percent: 7.6
- validation
- required_phrases: - "let me know if" forbidden_patterns: - "(?i)price is \\\\\\\\$" - "(?i)we can (?:do|offer) \\\\\\\\$" - "(?i)discount code" - "(?i)coupon" - "(?i)promo code" - "(?i)custom discount" - "(?i)special discount" max_length: 500
- sample size
- 523
- related skills
-
[ "installment-payment-option", "student-discount-request", "lesson-content-question", "discount-code-request", "course-difficulty-concern" ] - trigger phrases
-
[ "answer pricing", "pricing questions", "questions courses" ]
SKILL.md
Pricing Information
Response Patterns (from samples)
Common openings:
- "Hi,"
- "Hey,"
- "Hello,"
Common core lines:
- "Thanks for reaching out!"
- "Best,"
- "Thanks for your interest in the course!"
Common closings:
- "Best,"
- "Please let me know if you have any further questions!"
- "Let me know if you have any additional questions!"
Phrases That Work (4-gram frequency)
- "let me know if" — 90 (17.2%)
- "me know if you" — 86 (16.4%)
- "know if you have" — 86 (16.4%)
- "if you have any" — 53 (10.1%)
- "thanks for reaching out" — 52 (9.9%)
- "https www totaltypescript com" — 50 (9.6%)
- "for your interest in" — 43 (8.2%)
- "thanks for your interest" — 40 (7.6%)
- "your interest in the" — 40 (7.6%)
- "interest in the course" — 40 (7.6%)
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?