π GrowthLens
July 1, 2026 Β· View on GitHub
π GrowthLens
AI-agent skills that turn any URL into a business teardown β for marketers, growth & business analysts.
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.mdbefore 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
| Skill | What it does | Best for |
|---|---|---|
| competitor-teardown | Full strategic teardown of a competitor from their site | Battlecards, market maps |
| business-model-teardown | Reverse-engineer how a company makes money (Business Model Canvas) | Understanding the economics |
| pricing-analysis | Decode tiers, value metric, anchoring & monetization gaps | Pricing & packaging decisions |
| positioning-messaging-audit | Audit & rewrite positioning and homepage messaging | Sharpening your message |
π― Funnel & conversion
| Skill | What it does | Best for |
|---|---|---|
| funnel-audit | Map the acquisitionβconversion funnel and find the leaks | Lifting conversion / lead-gen |
| landing-ux-review | Conversion-focused, scored UX review of a landing page | CRO, pre-launch checks |
| ad-creative-analysis | Break down ad hook, angle & awareness level; remix variations | Paid-social & ad research |
| social-proof-audit | Audit trust signals & flag fake/manipulative tactics | Credibility & trust on a page |
| email-nurture-teardown | Map an email sequence: timing, goals, angles, softβhard-sell arc | Nurture, onboarding & launch emails |
π₯ Audience & content
| Skill | What it does | Best for |
|---|---|---|
| icp-segmentation | Define the ICP & ranked audience segments (jobs-to-be-done) | Targeting & personas |
| seo-content-gap | Find topics/intents competitors cover and you don't | Content strategy |
| review-mining | Extract voice-of-customer insights & copy angles from reviews | VoC, competitor weaknesses |
πͺ Offer & info-product
| Skill | What it does | Best for |
|---|---|---|
| offer-teardown | Map the value ladder & grade the offer's strength | Info-products, courses, DTC |
| online-school-audit β | Flagship: end-to-end teardown of a course/coaching business | EdTech & creator competitive research |
| webinar-funnel-teardown | Break down a webinar/masterclass funnel: reg page β pitch β offer β follow-up | Course & 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.