Conversion copywriting
Skill bg-szy/TOP-SKILLS/skills/marketplace/conversion-copywriting
全球最大的 Claude Code 技能聚合库 · 收录 3900+ 来自 12+ 来源的技能,提供在线搜索与趋势分析看板 / The world's largest Claude Code skill aggregation hub — 3900+ skills from 12+ sources with online search and trend dashboard
npx -y skills add bg-szy/TOP-SKILLS --skill conversion-copywritingAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
2 things to look at
- no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
- 4 stars4 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Generate conversion-optimized page copy using VOC research, competitor insights, and proven structures. Use when creating or revising landing pages, service pages, or marketing content.
SKILL.md
4.0 KB, as published. Nobody here has run it
Conversion Copywriting Skill
Purpose
Generate copy that converts visitors into customers by speaking their language with verified claims.
CRITICAL PRINCIPLES (Non-Negotiable)
1. UNIQUE - No Plagiarism
Every piece of content must be original. The verification system checks for:
- Common marketing phrases used verbatim
- Template-like language
- Generic claims without specifics Requirement: 95%+ uniqueness score
2. VERIFIABLE - 100% Backed Claims
Every claim must be traceable to:
- Business Consistency Master (NAP, licenses, credentials)
- VOC Research (customer quotes)
- Public records (ABN, awards) Requirement: Zero unverifiable credential claims
3. AUTHENTIC - Real Customer Voice
All "customer language" must come from:
- Actual VOC research quotes
- Real testimonials with permission
- Documented support interactions
Section Structure (Proven)
Homepage
1. Hero - Grab attention with customer-centric headline
2. Problem - Address their pain using VOC language
3. Value Props - 3-4 key benefits (specific, not vague)
4. Proof - Testimonials, stats, case studies
5. Process - How it works in 3-5 steps
6. FAQ - Common questions (from real customer data)
7. CTA - Final push to action
Services Page
1. Hero - What we do best
2. Services Overview - Brief list
3. Service Details - Deep dive each service
4. Process - How we work together
5. Pricing Teaser - Starting from / Get a quote
6. Proof - Relevant testimonials
7. CTA - Get started
About Page
1. Hero - Who we are in one sentence
2. Story - Origin story, why we started
3. Team - Key people with photos
4. Values - 3-5 core values
5. Credentials - Licenses, certifications, awards
6. CTA - Connect with us
Tone & Voice Guidelines
Conversational (Default)
Write like you're talking to a friend who needs help.
- Use "you" and "we"
- Short sentences
- Active voice
- Questions okay
Professional
For B2B, legal, medical, finance.
- More formal language
- Industry terminology (explained)
- Data-driven claims
Friendly
For consumer services.
- Warm and approachable
- Empathetic language
- Personal touches
BANNED Phrases (Never Use)
leverage, synergy, optimize, utilize, cutting-edge,
state-of-the-art, best-in-class, world-class,
game-changer, disruptive, innovative, paradigm shift,
holistic, seamless, robust, scalable, empower,
thought leader, bleeding edge, next-generation
Jargon Replacements
leverage → use
utilize → use
optimize → improve
facilitate → help
implement → use
comprehensive → complete
innovative → new
seamless → smooth
robust → strong
scalable → grows with you
Verification Process
Before Publishing
- Extract all claims from copy
- Cross-reference with Consistency Master
- Verify statistics have sources
- Check credential claims against licenses
- Confirm customer quotes are from VOC
Verification Report
Every piece of copy includes:
- Uniqueness score (must be 95%+)
- Verified claims count
- Unverified claims (must be 0 critical)
- Warnings (acceptable if addressed)
When to Use
- Creating new landing pages
- Rewriting existing pages
- Generating email copy
- Creating ad copy
- Writing proposals
Integration Points
src/lib/copywriting/conversion-copywriting-engine.ts- Main enginegenerated_page_copytable - Storagepage_copy_templatestable - Templates- VOC Research Skill - Quote source
- Competitor Analysis Skill - Insights source
- Business Consistency Skill - Claim verification
Output Format
{
"page_type": "homepage",
"meta_title": "50-60 chars",
"meta_description": "150-160 chars",
"sections": [...],
"verification": {
"uniqueness_score": 97,
"verified_claims": 12,
"unverified_claims": 0,
"passed": true
}
}