@yashaiguy/sales-page-copywriting
v1.0.2
Published
Sales page copywriting skill for Claude. Generates high-converting sales page copy using hostile validation methodology with 5 visitor personas across 25 validation angles.
Maintainers
Readme
Sales Page Copywriting - Claude Skill
Battle-tested sales page copy generation using hostile validation methodology
Generate conversion-optimized sales page copy that survives scrutiny from 5 hostile visitor personas across 25 validation angles. No guesswork—only polished, ready-to-implement copy.
What It Does
Sales Page Copywriting is a Claude skill that:
- Captures your product DNA - Extracts core positioning, target audience, and differentiation
- Generates initial copy - Creates 7 critical website sections (hero, problems, solution, benefits, social proof, FAQ, CTA)
- Runs hostile validation - Tests copy against 5 skeptical visitor personas using 25 validation angles
- Rebuilds with objection immunity - Fixes critical conversion killers and credibility gaps
- Outputs polished copy - Delivers final, battle-tested website copy ready for implementation
You receive: A complete website copy document with hero section, problem agitation, solution steps, benefits with proof, social proof templates, FAQ, and final CTA—all validated and optimized.
You don't see: The internal validation process, hostile reviewer feedback, or iteration cycles. Only the final polished output.
Installation
Quick Install via npx
npx @yashaiguy/sales-page-copywritingThis will automatically install the skill to all available Claude locations:
| Platform | Location |
|----------|----------|
| Claude Code (CLI) | ~/.claude/skills/sales-page-copywriting/ |
| Agents (Global/Shared) | ~/.agents/skills/sales-page-copywriting/ |
| Claude Desktop (macOS) | ~/Library/Application Support/Claude/skills/user/sales-page-copywriting/ |
| Claude Desktop (Windows) | %APPDATA%\Claude\skills\user\sales-page-copywriting\ |
| Claude Desktop (Linux) | ~/.config/Claude/skills/user/sales-page-copywriting/ |
Manual Installation
- Clone or download this repository
- Run the installation script:
node bin/install.js
Verify Installation
After installation, restart Claude if it's already running. The skill will be available as /sales-page-copywriting in:
- Claude Code (CLI)
- Claude Desktop app
- Claude.ai (syncs automatically)
Usage
In Claude CLI or Claude.ai
/sales-page-copywritingClaude will then guide you through providing:
- Product description - What your product is and does
- Problem it solves - The specific pain point (not generic category)
- Target audience - Psychographics more than demographics
- Differentiation - What actually makes it different
- Conversion goal - What action you want visitors to take
Example Session
User: /sales-page-copywriting
Claude: I'll help you generate battle-tested sales page copy. Let me gather some information about your product.
**What is your product/service?** (Describe it in one sentence)
User: An AI tool that finds validated product ideas by analyzing real customer pain points across Reddit, Twitter, and forums
Claude: Got it. Let me ask a few more questions...
[Claude asks clarifying questions]
[Claude works internally through validation]
[Claude outputs final polished copy document]What You Get
The final output includes:
1. Strategic Foundation
- Core product DNA
- Market context and competitors
- Common objections identified
2. Complete Website Copy
- Hero Section: Headline, subheadline, CTA, visual direction
- Problem Agitation: 3-4 pain points with emoji bullets in customer voice
- Solution Introduction: How it works in 3-4 simple steps
- Benefits: 3 transformation-focused benefits with micro-proof
- Social Proof: Positioning statement + 3 testimonial types + trust indicators
- Objection Handling: 5-6 pre-emptive FAQ answers
- Final CTA: Urgency mechanism + risk reversal + CTA copy
3. Validation Summary
- Number of objections found and fixed
- Critical failures addressed
- High-priority improvements made
- Approval metrics
4. Implementation Guidance
- A/B test variations to try
- Mobile optimization hierarchy
- Visual priority sections
- Tone/voice guidelines
- Character counts for design
The Validation Process (Behind the Scenes)
Your copy is tested against 5 hostile visitor personas:
- The 8-Second Scanner - Will they immediately bounce?
- The Comparison Tab Hoarder - Why would they choose you vs competitors?
- The Burned Cynic - What triggers their BS detector?
- The Confused Bouncer - What's unclear or confusing?
- The Justified Procrastinator - What lets them delay action?
Each persona analyzes through 5 layers:
- Clarity failures
- Relevance rejections
- Credibility collapse
- Friction discovery
- Competitive disadvantages
= 25 validation angles (5 personas × 5 layers)
The skill identifies Critical Failures (3+ reviewers object) and High Priority issues (2+ reviewers object), then rebuilds the copy until approval criteria are met.
Format Features
- ✅ Emoji pain points - Uses 😤, 😫, 🤯, 😰 in problem agitation
- ✅ Customer voice quotes - Pain points written as internal dialogue
- ✅ Micro-proof for every claim - No unsubstantiated benefits
- ✅ Conversational FAQ - Not corporate speak
- ✅ Honest urgency - No fake scarcity
- ✅ Validation transparency - Shows the rigor behind the copy
Publishing This Skill to npm
If you want to publish your own version:
1. Update package.json
Change the name to your own scoped package:
{
"name": "@yourusername/sales-page-copywriting",
"version": "1.0.0",
...
}2. Create npm Account
Sign up at npmjs.com
3. Login via CLI
npm login4. Publish
npm publish --access public(Scoped packages are private by default, --access public makes them public)
5. Users Can Install
npx @yourusername/sales-page-copywritingPublishing to GitHub
1. Create Repository
cd sales-page-copywriting-skill
git init
git add .
git commit -m "Initial commit: Sales Page Copywriting skill"2. Create GitHub Repo
Go to GitHub and create a new repository named Sales-Page-Copywriting-Skill
3. Push
git remote add origin https://github.com/yashaiguy-dev/Sales-Page-Copywriting-Skill.git
git branch -M main
git push -u origin mainFile Structure
website-copy-generator-skill/
├── package.json # npm configuration
├── README.md # This file
├── bin/
│ └── install.js # Installation script
└── skill/
└── SKILL.md # Main skill file (loaded by Claude)Requirements
- Node.js 14.0.0 or higher
- Claude CLI or Claude.ai access
- npm (for distribution)
Examples
See the examples directory for:
- SaaS product copy example
- E-commerce product copy example
- Service business copy example
Troubleshooting
Skill not showing up in Claude
- Make sure you restarted Claude after installation
- Check that the skill is in at least one of these directories:
- Claude Code:
~/.claude/skills/sales-page-copywriting/ - Agents (Global):
~/.agents/skills/sales-page-copywriting/ - Claude Desktop (macOS):
~/Library/Application Support/Claude/skills/user/sales-page-copywriting/ - Claude Desktop (Windows):
%APPDATA%\Claude\skills\user\sales-page-copywriting\ - Claude Desktop (Linux):
~/.config/Claude/skills/user/sales-page-copywriting/
- Claude Code:
- Verify that
SKILL.mdhas proper frontmatter (name, description)
Installation fails
- Check Node.js version:
node --version(must be ≥14.0.0) - Ensure Claude is installed on your system
- Check write permissions to the Claude directory
- Try running with elevated permissions if necessary
Copy quality issues
The skill is only as good as the input provided:
- Be specific about your product's unique mechanism
- Provide real competitor examples
- Share actual customer objections you've heard
- Define your target audience psychographically
Contributing
Contributions welcome! Areas for improvement:
- Additional validation personas
- Industry-specific copy templates
- Integration with design tools
- A/B testing result tracking
License
MIT License - see LICENSE for details
Author
yashaiguy
Support
- Issues: GitHub Issues
- Discussions: GitHub Discussions
Acknowledgments
Based on proven conversion copywriting principles and hostile validation methodology.
Stop guessing what copy will convert. Start with validated, battle-tested sales page copy.
