CommunityArte e Designgithub.com

clamp-sh/analytics-skills

Agent skills that teach Claude, Cursor, and other AI agents to read web analytics like a senior analyst. Diagnose traffic changes, judge channel quality, and read funnels without the usual rookie mistakes. Works with any analytics source; first-class support for Clamp MCP.

Funciona comClaude Code~Codex CLICursor
npx skills add https://github.com/clamp-sh/analytics-skills/tree/main

Ask in your favorite AI

Open a new chat with this agent skill pre-loaded.

Documentação

analytics-skills

Agent skills that teach Claude, Cursor, and other AI agents to read web analytics like a senior analyst. Diagnose traffic changes, judge channel quality, and read funnels without the usual rookie mistakes. Works with any analytics source; first-class support for Clamp MCP.

What's in the box

SkillWhat it does
analytics-profile-setupOne-time interview that captures your business context (model, primary conversion, traffic range, ICP, data stack) into a local analytics-profile.md. Every other skill reads this file so answers are calibrated to your industry and scale. Run this first.
analytics-diagnostic-methodThe spine. Five-step method: load profile, frame the question, build a MECE hypothesis tree, triangulate, present with the Pyramid Principle. Covers signal vs noise and Simpson's paradox. Referenced by every other skill.
traffic-change-diagnosisDrill path for "why did traffic change". Fingerprints for tracking regressions, bot spikes, deploy-correlated drops, campaign ramps, SEO decay, and platform changes. Measurement checks first, always.
channel-and-funnel-qualityVolume × engagement × conversion as a matrix. Vanity-traffic detection. Expected drop-off ranges per funnel step type. Mix-shift handling. Industry-specific benchmarks.
metric-context-and-benchmarksWhat's a good bounce / engagement / duration / CVR / churn / LTV:CAC / activation, by model. When each metric lies. Minimum sample sizes before trusting a rate.

Install

Pick whichever fits your setup. All three install the same skills.

Claude Code, plugin (recommended)

# Add the marketplace once
/plugin marketplace add clamp-sh/analytics-skills

# Install
/plugin install analytics-skills@clamp-sh

Skills become available as /analytics-skills:<name> and are auto-invoked when the task matches.

Any agent (Cursor, Claude Code, Copilot, others)

Install via Vercel's open skills CLI:

npx skills add clamp-sh/analytics-skills

Works with any tool that supports the Agent Skills spec.

Claude Code, standalone (no plugin machinery)

Clone into your personal skills directory:

git clone https://github.com/clamp-sh/analytics-skills.git /tmp/analytics-skills
cp -R /tmp/analytics-skills/skills/* ~/.claude/skills/

Or run the bundled installer which symlinks each skill (so git pull updates them):

git clone https://github.com/clamp-sh/analytics-skills.git ~/.analytics-skills
~/.analytics-skills/scripts/install-personal.sh

For a single project, clone into .claude/skills/ inside the repo instead.

claude.ai

Build the per-skill zips and upload each via Settings → Features → Skills:

./scripts/build-claude-ai-zips.sh
# Produces dist/analytics-diagnostic-method.zip etc.

Pre-built zips for each release are also attached to the GitHub release page.

Usage

These are model-invoked skills. You don't need to call them by name; just ask real analytics questions and Claude will load the relevant skill.

First run, on a new project:

Set me up. I want the skills calibrated to my business.

This loads analytics-profile-setup, walks a 5-minute interview, and writes analytics-profile.md to the repo root. Every subsequent question gets industry-aware answers.

After setup, ask real questions:

Traffic dropped 30% on Tuesday. What happened?

Loads traffic-change-diagnosis. Walks the hypothesis tree (measurement → time-shape → channel → cohort → content), pulls numbers from your analytics source, returns a diagnosis. Not a screenshot of a chart.

Is our signup funnel broken? Pricing → checkout is converting at 14%.

Loads channel-and-funnel-quality and metric-context-and-benchmarks. Compares against expected step drop-off, slices by cohort, flags whether 14% is low, normal, or suspicious given your sample size and model.

Our bounce rate is 68%. Is that bad?

Loads metric-context-and-benchmarks. Handles the GA4 vs UA definition gotcha, looks up the relevant page-type range, flags the sample-size caveat if needed.

Works best with Clamp MCP

The skills are analytics-agnostic but include Clamp-specific tool call-outs. If you have Clamp MCP connected, the agent knows exactly which tool to reach for at each step of the method (get_overview, get_top_referrers, create_funnel, etc.).

Using a different analytics source? The method still applies; only the tool names change.

Contributing

Issues and PRs welcome. Skills live under skills/<name>/SKILL.md. See the Agent Skills spec for the file format.

Style rules for this repo:

  • Front-load the key use case in the skill description (first 200 chars decide whether it gets loaded).
  • Keep SKILL.md under 400 lines. Move long reference tables into sibling .md files.
  • Methodology first, tool names second. A skill that only works with one analytics product is less valuable than one that works everywhere.
  • No em dashes.

License

MIT. See LICENSE.

Habilidades Relacionadas

arelfruitful261/PersonaLingo

Generate personalized IELTS speaking corpora using AI and RAG technology to improve preparation and target specific band scores.

community

refoundai/building-with-llms

Help users build effective AI applications. Use when someone is building with LLMs, writing prompts, designing AI features, implementing RAG, creating agents, running evals, or trying to improve AI output quality.

community

quiescencycommonrush642/goal-prompt-builder

Build precise goal prompts for Claude CLI agents using a five-section template to ensure audit-friendly execution and efficient token usage.

community

alirezarezvani/senior-backend

Designs and implements backend systems including REST APIs, microservices, database architectures, authentication flows, and security hardening. Use when the user asks to "design REST APIs", "optimize database queries", "implement authentication", "build microservices", "review backend code", "set up GraphQL", "handle database migrations", or "load test APIs". Covers Node.js/Express/Fastify development, PostgreSQL optimization, API security, and backend architecture patterns.

community

Zenine/resume-intelligence-hub

AI-agent skill that bootstraps a personal career intelligence hub — a single source of truth for resumes, interview prep, and grant applications, plus a career compass for stretch targets, gap analysis, and quarterly plans. Cross-IDE via AGENTS.md.

community

michaelreik/vibe-starter

Vibe-coding starter kit: Next.js + Supabase + Vercel template + Claude Code skills for end-to-end setup

community