Skip to content

Releases: adrianwedd/lemonsqueezy-claude-skills

v1.0.0 - Initial Public Release

Choose a tag to compare

@adrianwedd adrianwedd released this 06 Jan 03:41

🎉 Initial Public Release

Lemon Squeezy Claude Skills - Automate your Lemon Squeezy operations with Claude Code.


📦 What's Included

6 Production-Ready Skills

  1. customer-lookup - Find customer purchase history instantly
  2. sales-dashboard - Revenue metrics and business analytics
  3. create-discount-code - Generate promotional codes with usage limits
  4. refund-order - Process full or partial refunds instantly
  5. resend-receipt - Resend download links (solves #1 support request)
  6. discount-analytics - Marketing attribution and promo code ROI

Complete Documentation

  • README.md - Project overview and quick start
  • GETTING-STARTED.md - Step-by-step setup guide
  • docs/COMPLETE-GUIDE.md - Master reference (1,100 lines)
  • docs/API-REFERENCE.md - Lemon Squeezy API details
  • docs/TROUBLESHOOTING.md - Common issues and solutions
  • docs/EXAMPLES.md - Real-world usage scenarios
  • CONTRIBUTING.md - Contribution guidelines

⚡ Performance Impact

Time Saved:

  • Launch week: 15-20 hours
  • Ongoing: 5 hours/week (~260 hours/year)

Speed Improvements:

  • Customer lookup: 12x faster (2 min → 10 sec)
  • Refund processing: 6x faster (3 min → 30 sec)
  • Sales reporting: 40x faster (20 min → 30 sec)
  • Marketing analytics: 30x faster (60 min → 2 min)

🚀 Quick Start

# Clone repository
git clone https://github.com/adrianwedd/lemonsqueezy-claude-skills.git

# Copy skills to your project
cp -r lemonsqueezy-claude-skills/skills/ your-project/.claude/skills/

# Configure credentials
cp lemonsqueezy-claude-skills/examples/.dev.vars.example your-project/.dev.vars
# Edit .dev.vars with your Lemon Squeezy API key and Store ID

Read the full guide: GETTING-STARTED.md


📋 Requirements

  • Claude Code (CLI or IDE integration)
  • Lemon Squeezy account with API access
  • API Key with required permissions:
    • ✅ Read: stores, products, orders, customers, subscriptions, discounts
    • ✅ Write: discounts, refunds

Platform support: macOS, Linux, Windows


🔐 Security

  • ✅ Environment variables protected (.dev.vars gitignored)
  • ✅ API key security guidelines included
  • ✅ No sensitive data in examples or documentation
  • ✅ Production deployment checklist

📄 License

MIT License - Free to use, modify, and distribute.


💬 Support


Made with ❤️ for the Claude Code community