plugins marketplace
← All plugins

lumen-funnel

v1.9.1

|

Claude Code1 skill

by tonone-aiMIT2.6kupdated 10 hours ago

Source

git clone https://github.com/jeremylongshore/claude-code-plugins-plus-skills

Clone the source, then follow the repository's marketplace instructions for your runtime. The plugin root is plugins/ai-agency/tonone/skills/lumen-funnel/ inside the repository.

Layout

plugins/ai-agency/tonone/skills/lumen-funnel/
├── .claude-plugin/plugin.json
└── SKILL.md

Skills1

lumen-funnelSKILL.md

Use when asked to analyze a funnel, find where users drop off, diagnose low conversion or activation rates, design a metrics framework, set up OKRs, or measure whether a feature is working. Examples: "analyze our funnel", "why is activation low", "where are users dropping off", "design OKRs for this quarter", "is this feature working", "set up metrics for this launch".

Manifests1

plugins/ai-agency/tonone/skills/lumen-funnel/.claude-plugin/plugin.json
{
  "name": "lumen-funnel",
  "version": "1.9.1",
  "description": "|",
  "author": {
    "name": "tonone-ai",
    "url": "https://tonone.ai"
  },
  "repository": "https://github.com/tonone-ai/tonone",
  "license": "MIT",
  "type": "skill",
  "keywords": [
    "lumen",
    "skill"
  ]
}