πŸ”Ž GrowthLens

July 1, 2026 Β· View on GitHub

πŸ”Ž GrowthLens

AI-agent skills that turn any URL into a business teardown β€” for marketers, growth & business analysts.

License: MIT Skills Stars PRs welcome Works with Claude Code Β· Cursor


GrowthLens is a curated pack of Agent Skills that give your AI coding agent the judgment of a growth strategist. Point it at a competitor, a landing page, or an online school β€” and get a structured teardown instead of a vague summary.

Skills are the missing piece for non-engineers. You don't write code; you give your agent a repeatable method. GrowthLens packages the methods marketers and analysts actually use β€” competitor teardowns, funnel audits, pricing analysis, offer breakdowns β€” as plug-in skills.

The problem

Marketers and analysts run the same analyses over and over β€” break down this competitor, audit this funnel, is this priced right, why isn't this page converting β€” and AI agents are great at the work. But ask a raw agent to "analyze this competitor" and you get a shallow summary of the homepage. There's no method, no structure, no prioritized output.

GrowthLens fixes that. Each skill is a battle-tested methodology the agent follows step by step, ending in a consistent, structured report.

✨ See it in action

You:   Analyze this competitor for me: lumio-lms.example
       β€” I sell to solo course creators and want to know where they're exposed.

Agent: [ competitor-teardown skill activates ]

       # Competitor Teardown β€” Lumio LMS
       ## TL;DR
       - Positions for AGENCIES, not solo creators.
       - Seat-based SaaS, \$99–\$499/mo, enterprise gated (sales-led).
       - Strong agency case studies; weak self-serve onboarding.
       - 🎯 Biggest opening: they've abandoned solo creators β€” that's your lane.
       ...
       ## 9. Strengths & vulnerabilities  (full table)
       ## Strategic read  (where to attack, in 2 sentences)

πŸ‘‰ Read the full example output β†’

πŸš€ Quick start

Option A β€” Claude Code plugin (one command)

In Claude Code:

/plugin marketplace add fjilvi-afk/growthlens
/plugin install growthlens@growthlens

Then just ask: "Do a pricing analysis of stripe.com/pricing" β€” the right skill activates automatically.

Option B β€” Any agent (clone & point)

git clone https://github.com/fjilvi-afk/growthlens.git
  • Cursor / other agents: open the repo and tell your agent to read the relevant skills/<name>/SKILL.md before the task, or copy a skill's folder into your agent's skills directory.
  • Claude Code (manual): copy any skill folder into ~/.claude/skills/ to make it always available.

Each skill triggers on plain requests β€” "audit this funnel", "break down their offer", "who is this product for?" β€” so you rarely have to name the skill.

πŸ“š The skill catalog

15 skills, grouped by what you're analyzing. Click any skill to read its method.

πŸ₯Š Competitive & market analysis

SkillWhat it doesBest for
competitor-teardownFull strategic teardown of a competitor from their siteBattlecards, market maps
business-model-teardownReverse-engineer how a company makes money (Business Model Canvas)Understanding the economics
pricing-analysisDecode tiers, value metric, anchoring & monetization gapsPricing & packaging decisions
positioning-messaging-auditAudit & rewrite positioning and homepage messagingSharpening your message

🎯 Funnel & conversion

SkillWhat it doesBest for
funnel-auditMap the acquisition→conversion funnel and find the leaksLifting conversion / lead-gen
landing-ux-reviewConversion-focused, scored UX review of a landing pageCRO, pre-launch checks
ad-creative-analysisBreak down ad hook, angle & awareness level; remix variationsPaid-social & ad research
social-proof-auditAudit trust signals & flag fake/manipulative tacticsCredibility & trust on a page
email-nurture-teardownMap an email sequence: timing, goals, angles, soft→hard-sell arcNurture, onboarding & launch emails

πŸ‘₯ Audience & content

SkillWhat it doesBest for
icp-segmentationDefine the ICP & ranked audience segments (jobs-to-be-done)Targeting & personas
seo-content-gapFind topics/intents competitors cover and you don'tContent strategy
review-miningExtract voice-of-customer insights & copy angles from reviewsVoC, competitor weaknesses

πŸͺœ Offer & info-product

SkillWhat it doesBest for
offer-teardownMap the value ladder & grade the offer's strengthInfo-products, courses, DTC
online-school-audit ⭐Flagship: end-to-end teardown of a course/coaching businessEdTech & creator competitive research
webinar-funnel-teardownBreak down a webinar/masterclass funnel: reg page β†’ pitch β†’ offer β†’ follow-upCourse & coaching launch funnels

πŸ‘€ Who this is for

  • Marketers & growth specialists who want repeatable, structured analysis from an AI agent.
  • Business & competitive analysts breaking down competitors, funnels, and pricing.
  • Founders & solopreneurs sizing up a market before they build.

No engineering background required. If you can copy a folder and type a request, you can use GrowthLens.

βš™οΈ How it works

Every skill is a folder with a SKILL.md file: YAML frontmatter (a name and a description that tells the agent when to use it) plus a Markdown method the agent follows. Agents load skills progressively β€” only the small description is read up front, and the full method loads when a skill actually fires. Long frameworks live in each skill's references/ folder. This follows the open Agent Skills specification, so the same skills work across compatible agents.

πŸ—ΊοΈ Roadmap

GrowthLens is phase one of a small ecosystem for AI-assisted business analysis:

  • Phase 1 β€” growthlens (this repo): the curated skill pack. βœ…
  • Phase 2 β€” growthlens-report: a CLI/web tool that turns a landing-page URL into a structured PDF report.
  • Phase 3 β€” growthlens-mcp: an MCP server for competitive & business analysis your agent can call directly.

Star the repo to follow along. ⭐

🀝 Contributing

Got a teardown framework or an audit you run by hand? Turn it into a skill β€” you don't need to code. The contributing guide has a copy-paste template and a 7-step checklist. Good first contributions: a new analysis skill, sharper methods for an existing one, or reporting a skill that misbehaves.

πŸ“„ License

MIT β€” free to use, modify, and share. Built by @fjilvi-afk and contributors.