Every agent in this directory works with Claude Code, Cursor, Codex CLI, Gemini CLI, and any harness that reads SKILL.md files. Every entry includes the install command and example prompts you can run immediately.
Worth knowing before you install a lot of these: skills load progressively. At session start the agent sees only each skill's name and description, around 100 tokens each. The full SKILL.md body loads only when the agent decides it's relevant, so a single Claude Code session can host hundreds of skills without bloating the context window.
Sources: gtmagents/gtm-agents · alirezarezvani/claude-skills · VoltAgent/awesome-agent-skills · coreyhaines31/marketingskills · sales-skills/sales · zubair-trabzada/ai-sales-team-claude · louisblythe/Sales-Skills · ComposioHQ/awesome-claude-skills · indranilbanerjee/digital-marketing-pro · modest-curator478/claude-skills · BehiSecc/awesome-claude-skills
Directory overview and install guide
How to install any agent
# Method 1: npx (fastest)
npx skills add [org]/[repo]
# Method 2: Plugin marketplace
/plugin marketplace add [org]/[repo]
/plugin install [skill-name]@[repo]
# Method 3: Git clone
git clone https://github.com/[org]/[repo] ~/.claude/skills/[skill-name]
# Method 4: Direct copy
cp -r [skill-folder] ~/.claude/skills/
# Verify installed
npx skills list
What's in the directory
| Category | Agents |
|---|---|
| Sales, prospecting, and CRM | 14 |
| Outbound and cold email | 8 |
| Marketing and growth | 8 |
| Product and SaaS | 8 |
| CRM, RevOps, and finance | 6 |
| Customer success and retention | 5 |
| Finance, metrics, and strategy | 4 |
| Multi-agent frameworks | 5 |
| Total | 58 |
A few agents appear in two categories because they serve both — those entries are cross-referenced where they repeat.
Sales, prospecting, and CRM agents (14)
1. ai-sales-team-claude
github.com/zubair-trabzada/ai-sales-team-claude
14 skills, 5 parallel agents. Research prospects, qualify leads (BANT + MEDDIC), find decision makers, generate outreach sequences, prepare for meetings, write proposals, produce PDF pipeline reports.
# Install
curl -fsSL https://raw.githubusercontent.com/zubair-trabzada/ai-sales-team-claude/main/install.sh | bash
# Prospect a company (5 parallel agents fire simultaneously)
/sales prospect https://stripe.com
# Returns: fit score, 6 decision makers, BANT score, 4 competitors mapped, 5-email sequence
# Qualify a lead
/sales qualify https://notion.so
# Returns: BANT + MEDDIC scores, qualification summary, recommended next action
# Build outreach sequence
/sales outreach "Linear"
# Meeting prep
/sales prep https://datadog.com
# Write a proposal
/sales proposal "Client Name"
# Map competitors
/sales competitors https://client.com
# Define your ICP
/sales icp "B2B SaaS, 50-200 employees"
2. sales-prospecting (gtmagents)
5 outreach skills. Lead generation, ICP definition, list building, contact discovery, account tiering.
/plugin install sales-prospecting
# Build a prospect list for a specific persona
/sales-prospecting:build-list --persona "VP Sales" --industry saas --size "50-500"
# Find decision makers at a target account
/sales-prospecting:contact-discovery --company "Salesforce" --title "Head of Revenue"
# Build a multi-touch outreach sequence
/sales-prospecting:build-sequence --industry saas --persona "VP Sales"
# Score and tier a prospect list
/sales-prospecting:lead-qualification --icp-from CLAUDE.md --list prospects.csv
3. sales-pipeline (gtmagents)
Pipeline health, coverage analysis, deal velocity, forecasting.
/plugin install sales-pipeline
# Pipeline health check
/sales-pipeline:health-check --crm hubspot
# Returns: stalled deals, missing next steps, close date slippage, coverage ratio
# Forecast prep
/sales-pipeline:forecast-prep --period Q3 --target 500000
# Returns: commit/best-case/upside breakdown, deals most likely to slip
# Deal inspection
/sales-pipeline:deal-inspection "Acme Corp"
# Coverage analysis
/sales-pipeline:coverage --quota 1000000 --period Q3
4. louisblythe/Sales-Skills
github.com/louisblythe/Sales-Skills
Built by Apparate. B2B sales skills for SDRs, AEs, and revenue leaders covering prospecting, discovery, deal execution, pipeline management, and closing.
# Install all
npx add-skill louisblythe/salesskills
# Install specific skills
npx add-skill louisblythe/salesskills --skill pricing-negotiation competitor-alternatives
# Key skills included:
# - discovery-call: SPIN/MEDDIC frameworks, question banks, call structure
# - pricing-negotiation: anchoring, concession strategy, deal desk preparation
# - competitor-alternatives: position against competitors, handle comparison questions
# - decision-maker-mapping: identify buyer, champion, blocker, influencer
# - pipeline-review: deal health scoring, next-step enforcement
# - sales-playbook: ICP definition, messaging, objection handling library
5. enterprise-sales (gtmagents)
Pursuit orchestration, value stories, procurement response.
/plugin install enterprise-sales
# Build a multi-stakeholder pursuit plan
/enterprise-sales:pursuit-plan --account "Acme Corp" --deal-size 200000
# Returns: stakeholder map, champion plan, blockers, procurement response templates
# Build a value story for a specific executive
/enterprise-sales:value-story --persona CFO --roi-target 3x
# Write an RFP response section
/enterprise-sales:rfp-response --section "Security and Compliance"
# Build a mutual action plan
/enterprise-sales:mutual-action-plan --close-date 2026-09-30
6. sales-calls (gtmagents)
Call briefs, live call prompts, post-call analysis.
/plugin install sales-calls
# Pre-call brief
/sales-calls:pre-call-brief "Acme Corp" --contact "CTO"
# Returns: company snapshot, contact research, pain angles, 5 discovery questions, objections
# Live call prompts (paste transcript section for real-time guidance)
/sales-calls:live-prompts --stage discovery
# Post-call analysis
/sales-calls:call-analysis --transcript call-transcript.txt
# Returns: talk/listen ratio, discovery depth score, next step quality, top 3 improvements
# Follow-up email from transcript
/sales-calls:follow-up "Acme Corp" --outcome "interested, wants pricing"
7. sales-coaching (gtmagents)
Call reviews, coaching plans, cohort activation.
/plugin install sales-coaching
# Review a rep's outreach
/sales-coaching:outreach-review --rep "Sarah" --messages last-10-dms.txt
# Returns: pass/fail per message, one coaching priority, rewritten example
# Build a coaching plan
/sales-coaching:coaching-plan --rep "Sarah" --focus "discovery calls"
# Cohort performance review
/sales-coaching:cohort-review --team sdrs --period this-month
8. sales-enablement (gtmagents)
Battlecards, competitive intelligence, sales playbooks, launch plans.
/plugin install sales-enablement
# Build a battlecard
/sales-enablement:battlecard --competitor "Competitor Name"
# Returns: what they do well, where they fall short, win/loss scenarios, the one-liner for calls
# Build a sales playbook
/sales-enablement:playbook --motion outbound --persona "VP Sales"
# Product launch enablement
/sales-enablement:launch-plan --feature "New AI Features" --launch-date 2026-08-01
9. account-management (gtmagents)
Success plans, QBR prep, expansion workflows. Also covered under customer success below.
/plugin install account-management
# QBR preparation
/account-management:qbr-prep "Acme Corp" --contract 120000 --renewal 2026-12-01
# Returns: success metrics to lead with, renewal framing, expansion ask timing
# Customer success plan
/account-management:success-plan "New Customer" --onboarding-week 1
# Expansion opportunity identification
/account-management:expansion-signals "Acme Corp"
10. sales-operations (gtmagents)
Territory planning, capacity planning, compensation governance.
/plugin install sales-operations
# Territory plan
/sales-operations:territory-plan --region "EMEA" --quota 2000000
# Comp plan design
/sales-operations:comp-plan --role AE --ote 120000 --acv 50000
# Returns: base/variable split, quota, accelerators, SPIF options, payout at 50/75/100/125%
# Capacity planning
/sales-operations:capacity-plan --target-arr 5000000 --current-headcount 8
11. buyer-eval
github.com/salespeak-ai/buyer-eval-skill
Structured B2B vendor evaluation. Researches your company, asks domain-expert questions, engages vendor AI agents, scores vendors across 7 dimensions, and produces comparative scorecards with demo prep questions.
git clone https://github.com/salespeak-ai/buyer-eval-skill ~/.claude/skills/buyer-eval-skill
Using buyer-eval, evaluate [VENDOR NAME] as a potential [CATEGORY] solution for our team.
Our requirements: [DESCRIBE]. Evaluate across 7 dimensions. Produce a scorecard and demo prep questions.
12. hubspot-admin-skills
Audit, clean, enrich, and automate HubSpot CRM. Full audit → plan → execute → maintain workflow.
npx skills add hubspot-admin-skills
# Full CRM audit
Run hubspot-admin-skills. Audit my HubSpot CRM.
Find: contacts without companies, deals with no next step, stale records, duplicate companies, stage mismatches.
Return a prioritised fix list and a weekly maintenance checklist.
# Lifecycle automation
Using hubspot-admin-skills, build a lead lifecycle automation.
Trigger: when a contact becomes MQL. Actions: assign owner, send email, create task. Define the SQL threshold.
13. composio-close-crm
github.com/ComposioHQ/awesome-claude-skills
Automate Close CRM — leads, contacts, opportunities, activities, and pipelines via Rube MCP (Composio).
/plugin marketplace add ComposioHQ/awesome-claude-skills
Using the Close CRM automation skill, update all deals in the Discovery stage that have no activity in 7 days.
Flag them as stalled. Create a follow-up task for the owner. Log the action.
Find all leads in Close CRM where company size is over 500 employees and no opportunity has been created.
Create an opportunity for each one with stage = New and assigned to [REP].
14. composio-pipedrive
Automate Pipedrive — deals, contacts, organizations, activities, pipelines.
/plugin marketplace add ComposioHQ/awesome-claude-skills
Using the Pipedrive automation skill:
- Find all deals in Proposal Sent stage older than 14 days
- For each: create a follow-up activity for tomorrow
- Update the deal probability to 60%
- Log a note with today's date and 'Auto-flagged for follow-up'
Outbound and cold email agents (8)
15. coreyhaines31/cold-email
github.com/coreyhaines31/marketingskills
Write B2B cold emails and follow-up sequences that get replies. Signal-led opening lines, multi-touch structure, subject line testing.
npx skills add coreyhaines31/marketingskills --skill cold-email
# Full sequence
Write a cold email sequence for VP Sales at B2B SaaS companies (50-500 employees).
Signal: they just posted a Head of SDR role.
Offer: [describe in one sentence].
5 touches, different angle per touch, subject line variants per email.
# Audit underperforming sequence
Audit this sequence and tell me why it is underperforming.
[PASTE SEQUENCE]
Metrics: open rate 28%, reply rate 1.4%, positive reply 0.6%.
Diagnose the failure point and rewrite the two weakest touches.
# Signal-led opener
Write 3 cold email opener variants for a company that just raised a Series B.
Angle: what the round means for their GTM function. Under 100 words. One question CTA.
16. gtmagents/cold-email-personalization
Research-first personalisation. A 6-step workflow: ICP mapping → signal research → opener generation → sequence build → QA scoring → send.
/plugin install cold-email-personalization
# Signal research before writing
/cold-email-personalization:signal-research "Acme Corp" --contact "Sarah Chen, VP Sales"
# Returns: 2 verified signals from last 90 days, strongest opener angle
# Build personalised opener
/cold-email-personalization:opener --signal "just posted 3 SDR roles" --offer "AI outbound platform"
# QA score before sending
/cold-email-personalization:qa-score --email email-draft.txt
# Returns: score out of 100. Gate: do not send if under 80.
17. email-marketing (gtmagents)
4 automation skills. Email campaigns, lifecycle emails, drip sequences, re-engagement.
/plugin install email-marketing
# Full lifecycle email sequence
/email-marketing:lifecycle-sequence --trigger trial-signup --goal activation --length 7-days
# Returns: 7 emails with subject, preview text, body, send trigger per email
# Re-engagement campaign
/email-marketing:reengagement --segment "churned-30-days" --offer "3-month discount"
# Newsletter edition
/email-marketing:newsletter --topic "AI in B2B Sales" --audience "revenue leaders" --length medium
18. abm-orchestration (gtmagents)
Account-based marketing campaigns. Coordinates 8+ agents: content-strategist → designer → copywriter → email-marketer → social-manager → paid-media → analytics → campaign-manager.
/plugin install abm-orchestration
# Build Tier 1 ABM campaign for a specific account
/abm-orchestration:target-accounts --tier 1 --vertical "financial services"
# Builds: personalised landing page, outreach sequence, LinkedIn ads, direct mail brief
# Account intelligence brief
/abm-orchestration:account-brief --company "Goldman Sachs" --entry-point "Head of Operations"
# Campaign performance review
/abm-orchestration:campaign-review --account "Acme Corp" --period last-quarter
19. marketing-automation (gtmagents)
Workflows, lead scoring, nurture automation. 3 skills.
/plugin install marketing-automation
# Build a lead scoring model
/marketing-automation:lead-scoring --icp-from CLAUDE.md --tool hubspot
# Returns: scoring criteria, threshold for MQL, CRM fields to create
# Nurture sequence for a specific segment
/marketing-automation:nurture --segment "trial-not-activated" --goal activation --touches 5
# Workflow trigger logic
/marketing-automation:workflow --trigger "form-fill" --action "assign + email + task"
20. sequenzy-email-marketing
Operate Sequenzy email marketing workflows for subscribers, campaigns, sequences, and templates.
npx skills add sequenzy-email-marketing
Using sequenzy-email-marketing, build a 5-email onboarding sequence for new trial users.
Goal: activation within 7 days.
Trigger: signup. Each email has a specific micro-CTA that moves toward the activation event.
Output: ready to import into Sequenzy.
21. @clawfu/mcp-skills (marketing)
169 expert-sourced marketing skills as an MCP server with brand memory. Based on Dunford, Schwartz, Ogilvy, and Cialdini frameworks.
npx @clawfu/mcp-skills
# Apply April Dunford positioning framework
Using the Dunford positioning skill, run a competitive positioning session for [PRODUCT].
Work through: competitive alternatives, unique attributes, value, target customers, best market.
# Apply Cialdini persuasion principles to copy
Using the Cialdini principles skill, rewrite this landing page section applying reciprocity and social proof: [PASTE COPY]
# Ogilvy copywriting for ads
Using the Ogilvy copywriting skill, write a long-form ad for [PRODUCT] targeting [ICP].
22. content-marketing (gtmagents)
6 writing skills. Content pipeline, editorial calendar, blog posts, social snippets, distribution strategy.
/plugin install content-marketing
# Full content pipeline
/content-marketing:content-pipeline "thought leadership series on AI in sales"
# Generates: editorial calendar, 3 blog posts, social snippets, distribution strategy
# Blog post
/content-marketing:blog-post --topic "How to Build a Signal-Led Outbound System" --persona "VP Sales" --length 1500
# Social content from a blog post
/content-marketing:social-snippets --source blog-post.md --platforms linkedin twitter
Marketing and growth agents (8)
23. coreyhaines31/marketingskills (full suite)
The official SaaS marketing stack — 40+ skills covering the full B2B marketing surface.
# Install all
npx skills add coreyhaines31/marketingskills
# Or install individual skills via VoltAgent:
npx skills add coreyhaines31/ab-test-setup # A/B test planning and implementation
npx skills add coreyhaines31/ad-creative # Ad headlines, descriptions, primary text
npx skills add coreyhaines31/ai-seo # Optimise for AI-generated answers (AEO)
npx skills add coreyhaines31/analytics-tracking # Set up and audit analytics pipelines
npx skills add coreyhaines31/churn-prevention # Cancellation flows, save offers, payment recovery
npx skills add coreyhaines31/cold-email # B2B cold emails and sequences
npx skills add coreyhaines31/competitor-alternatives # Competitor comparison pages for SEO
npx skills add coreyhaines31/content-strategy # Content planning and topic strategy
npx skills add coreyhaines31/copywriting # Homepage, landing page, conversion copy
npx skills add coreyhaines31/email-sequence # Drip campaigns, lifecycle emails
npx skills add coreyhaines31/free-tool-strategy # Lead gen, SEO value via free tools
npx skills add coreyhaines31/growth-loops # Referral, viral, word-of-mouth growth
npx skills add coreyhaines31/launch-strategy # Product launch, feature announcements
npx skills add coreyhaines31/lead-magnet # Lead magnet creation and optimisation
npx skills add coreyhaines31/onboarding-activation # Post-signup onboarding, time-to-value
npx skills add coreyhaines31/paywall-optimisation # In-app paywalls, upsell modals
npx skills add coreyhaines31/pr-strategy # Earned media, journalist outreach
npx skills add coreyhaines31/prospect-list-building # B2B SaaS prospect list building
npx skills add coreyhaines31/referral-program # Referral and affiliate program design
npx skills add coreyhaines31/revops # Lead lifecycle, marketing-to-sales handoff
npx skills add coreyhaines31/sales-collateral # Pitch decks, one-pagers, demo scripts
npx skills add coreyhaines31/seo-audit # Technical SEO diagnosis
24. digital-marketing-pro
github.com/indranilbanerjee/digital-marketing-pro
158 skills, 25 specialist agents, a 12-part strategy flow. Cowork team-persistent. Built for agencies running 50+ brands. EU AI Act Article 50 ready. AEO/GEO across 6 platforms.
npx skills add indranilbanerjee/digital-marketing-pro
# Or via plugin:
/plugin marketplace add indranilbanerjee/digital-marketing-pro
# The 12-Part Strategy Flow (run in order, each part builds on the last)
/dmp:brand-discovery # Part 1: brand audit, voice, positioning
/dmp:icp-research # Part 2: ICP definition, psychographics, buying triggers
/dmp:competitor-map # Part 3: competitive landscape
/dmp:content-strategy # Part 4: pillar content and distribution
/dmp:seo-aeo-audit # Part 5: SEO + AEO (AI search optimisation)
/dmp:paid-strategy # Part 6: paid acquisition
/dmp:social-strategy # Part 7: organic social
/dmp:email-strategy # Part 8: email and lifecycle
/dmp:cro-audit # Part 9: conversion rate optimisation
/dmp:analytics-setup # Part 10: measurement and attribution
/dmp:growth-model # Part 11: growth model and channel prioritisation
/dmp:execution-calendar # Part 12: 90-day execution plan
# For team use (Cowork): run once to persist brand state
/digital-marketing-pro:cowork-setup
25. alirezarezvani/marketing-skills
43 marketing skills across 8 pods: Content, SEO + AEO, CRO, Channels, Growth, Intelligence, Sales. Includes a context foundation and orchestration router.
/plugin install marketing-skills@claude-code-skills
# Key B2B SaaS marketing skills:
# aeo-skill: E-E-A-T audit, citation tracking across 5 LLMs
# local-seo-manager: GBP/NAP/Map-Pack optimisation
# cro-audit: conversion rate diagnosis, A/B test design
# growth-intelligence: competitor monitoring, signal tracking
# sales-enablement-pod: pitch decks, objection handling, demo scripts
# content-production: brand voice analysis, editorial calendar, long-form
# Brand voice analysis (built-in Python script)
python3 marketing-skill/content-production/scripts/brand_voice_analyzer.py article.txt
# AEO audit (check if you appear in AI-generated answers)
Run aeo-skill. Audit my brand's presence in AI-generated answers for [QUERY CATEGORY].
Check across: ChatGPT, Perplexity, Gemini, Copilot, Google AI Mode.
Return: citation rate, context quality, missing topics, fix priority.
26. coreyhaines31/onboarding-activation
Post-signup onboarding, user activation, first-run experience, time-to-value optimisation. Also covered under customer success below.
npx skills add coreyhaines31/onboarding-activation
# Design an onboarding flow
Using onboarding-activation, design the onboarding flow for [PRODUCT].
New user profile: [DESCRIBE ICP].
Time-to-value target: [N] days.
Return: Week 1 flow, activation event definition, email sequence, in-app prompts, early churn warning signals.
# Audit existing onboarding
Audit our current onboarding. Here is the flow: [DESCRIBE].
Activation rate: [N%]. Time to activation: [N days].
Identify the one step where most users drop off and what to change.
27. coreyhaines31/churn-prevention
Cancellation flows, save offers, failed payment recovery. Also covered under customer success below.
npx skills add coreyhaines31/churn-prevention
# Build a cancellation flow
Build a cancellation flow for [PRODUCT].
Plan tiers: discount offer, pause option, feedback capture, final save.
Return: the cancellation page structure, each modal copy, the email sequence that fires after they cancel.
# Failed payment recovery
Build a failed payment recovery sequence.
Touches: in-app banner, email Day 1/3/7, SMS Day 5 (optional), account lock Day 10.
Return: copy for each touch, urgency escalation logic, what to offer at each step.
# Health score and early warning system
Build a churn health score for [PRODUCT].
5 product signals that predict churn 30-60 days early.
3 non-product signals (NPS, support tickets, stakeholder change).
Health score formula (weighted 0-100). What to do when a customer hits below 60.
28. cognyai/claude-code-marketing-skills
SEO audit, landing page review, competitor analysis, ad copy writer, lead qualification.
git clone https://github.com/cognyai/claude-code-marketing-skills ~/.claude/skills/claude-code-marketing-skills
# SEO audit
Run the SEO audit skill on [WEBSITE URL]. Flag technical issues, content gaps, and quick wins.
# Landing page review
Review this landing page: [URL]. Score the headline, hero, CTA, social proof, and objection handling. Rewrite the weakest element.
# Competitor analysis
Run competitor analysis on [COMPETITOR URL]. Positioning, messaging, pricing signals, ICP targeting, and gaps I can exploit.
# Ad copy
Write 5 Google ad copy variants for [PRODUCT] targeting [ICP]. Headline + description per variant.
29. inhouseseo/superseo-skills
11 SEO skills. Page audits, content briefs, article writing, E-E-A-T audits, semantic gap analysis, featured snippets, topic clusters, link building. Each skill fetches pages and reads top-ranking competitors itself.
/plugin marketplace add inhouseseo/superseo-skills
# Full page SEO audit (fetches competitors automatically)
Run superseo page-audit on [URL]. Compare against top 3 ranking competitors for [TARGET KEYWORD].
# Content brief
Run superseo content-brief for [TOPIC]. Target keyword: [KEYWORD]. ICP: [DESCRIBE].
# Semantic gap analysis
Run superseo semantic-gap for [URL]. Find topics competitors cover that I am missing.
30. naming
Metaphor-driven naming for products, SaaS tools, brands, and projects. Structured process: naming brief → metaphor exploration → candidate generation → anti-slop filtering → weighted rubric → availability checks.
npx skills add naming
Run the naming skill for a new [PRODUCT CATEGORY] SaaS tool.
Target market: [ICP].
Brand personality: [DESCRIBE].
Avoid: generic tech syllables, portmanteaus, made-up words.
Run through the full process: metaphor exploration, 20 candidates, filter through the rubric, check domain/handle availability.
Product and SaaS agents (8)
31. product-manager-skills
Senior PM agent with 6 knowledge domains, 12 templates, 30+ frameworks. Discovery, strategy, delivery, SaaS metrics, PM career coaching (IC to CPO), AI product craft.
/plugin install product-skills@claude-code-skills
# RICE prioritisation (built-in Python script)
python3 product-team/product-manager-toolkit/scripts/rice_prioritizer.py features.csv
# Discovery and opportunity sizing
Using product-manager-skills, run a discovery session for [PROBLEM AREA].
Framework: Torres Opportunity Solution Tree.
Return: opportunity tree, top 3 solutions to test, experiment designs.
# Roadmap communication
Using product-manager-skills, create a roadmap communication for [FEATURE SET] for [AUDIENCE].
# PRD from code
Using code-to-prd skill, read this codebase and generate a PRD describing what the product does, who it is for, and the key user flows.
# SaaS metrics coaching
Using product-manager-skills, coach me on [METRIC: NDR / activation rate / feature adoption].
My current numbers: [PASTE]. What is wrong and what are the top 3 levers?
32. alirezarezvani/saas-scaffolder
Scaffolds a full SaaS app structure from a one-sentence description. Generates file structure, database schema, API routes, auth, and billing integration points.
Using saas-scaffolder, scaffold a [SaaS DESCRIPTION] application.
Stack: [Next.js / React + Node / other].
Features: auth, billing (Stripe), dashboard, team workspaces, API.
Generate: file structure, database schema, API route map, environment variable list.
33. alirezarezvani/experiment-designer
Design, analyse, and iterate product experiments, with statistical rigour built in.
Using experiment-designer, design an A/B test for [HYPOTHESIS].
Current metric: [BASELINE]. Minimum detectable effect: [N%].
Return: experiment design, sample size required, success criteria, what to do if it fails.
# Post-experiment analysis
Analyse this experiment result: [PASTE DATA].
Test: [DESCRIBE]. Duration: [N days]. Sample size: [N].
Return: statistical significance, whether to ship/rollback/run longer, and the next hypothesis to test.
34. alirezarezvani/analytics-skill
Product analytics setup, funnel analysis, cohort analysis, retention diagnosis.
Using analytics-skill, audit my product analytics setup.
Tool: [PostHog / Amplitude / Mixpanel].
Return: what is tracked, what is missing, the 5 most important events to add for SaaS, and how to set up the activation funnel.
Analyse this cohort retention data: [PASTE].
Diagnose: where is retention breaking down? What is the D1/D7/D30 drop-off pattern?
Return: diagnosis, the one product change most likely to improve D30 retention.
35. alirezarezvani/landing-page-generator
Single-file HTML landing page generator. 4 design styles, GSAP patterns, brand palette validator.
python3 product-team/landing-page-generator/scripts/landing_page_scaffolder.py config.json --format tsx
Using landing-page-generator, create a landing page for [PRODUCT].
ICP: [DESCRIBE]. Main CTA: [DESCRIBE]. Design style: [minimal / bold / startup / enterprise].
Include: hero with headline + subhead, 3 feature sections, social proof block, pricing section, FAQ.
36. alirezarezvani/roadmap-communicator
Communicate the product roadmap to different audiences: engineering, executives, customers, sales.
Using roadmap-communicator, translate this product roadmap for [AUDIENCE].
[PASTE ROADMAP]
For engineering: technical detail, dependencies, delivery risk.
For exec: business impact, resource requirements, strategic fit.
For customers: outcome-focused, no internal jargon, no dates.
For sales: what to promise, what not to promise, how to handle 'when will you have X?'
37. coreyhaines31/paywall-optimisation
In-app paywalls, upgrade screens, upsell modals, feature gates.
npx skills add coreyhaines31/paywall-optimisation
Using paywall-optimisation, redesign the upgrade screen for [PRODUCT].
Current conversion rate: [N%]. Target: [N%] uplift.
Return: 3 paywall variants (headline, visual hierarchy, CTA, social proof placement), A/B test design.
38. coreyhaines31/free-tool-strategy
Plan and build a free tool for lead generation, SEO value, or product awareness.
npx skills add coreyhaines31/free-tool-strategy
Using free-tool-strategy, design a free tool for [PRODUCT] targeting [ICP].
Goal: [lead generation / SEO / product awareness].
Return: tool concept, what it calculates or generates, how it captures the lead, distribution strategy, estimated monthly organic traffic potential.
CRM, RevOps, and finance agents (6)
39. modest-curator478/claude-skills
github.com/modest-curator478/claude-skills
For B2B demand gen, RevOps, and marketing leaders. HubSpot, ABM, pipeline, sales alignment.
git clone https://github.com/modest-curator478/claude-skills
cp -r claude-skills/skills/* ~/.claude/skills/
# HubSpot CRM cleanup
Using the HubSpot skill, run a full audit of our HubSpot instance.
Find: duplicate contacts, deals without activities, lifecycle stage mismatches, MQL without owner.
Return: a prioritised fix list and a 30-minute cleanup workflow.
# ABM account selection
Using the ABM skill, select our top 50 Tier 1 accounts.
Criteria: [DESCRIBE ICP]. Data sources: CRM, LinkedIn intent, G2 buyer intent.
Return: ranked list with ICP fit score, buying signal, and recommended outreach angle per account.
# Win/loss analysis
Using the win-loss skill, analyse our last 20 closed opportunities.
[PASTE CRM DATA OR DESCRIBE]
Find: win rate by ICP segment, loss reasons by frequency, the one change most likely to improve win rate.
40. alirezarezvani/finance-skills
2 skills: financial analyst plus SaaS metrics coach. MRR, churn, CAC payback, LTV:CAC, NDR. See also the metrics section below.
/plugin install finance-skills@claude-code-skills
# SaaS health check (built-in Python script)
python3 finance/saas-metrics-coach/scripts/metrics_calculator.py --mrr 80000 --customers 200 --churned 3 --json
# Full SaaS metrics review
Using saas-metrics-coach:
MRR: $80k. Customers: 200. Churned this month: 3. New MRR: $12k. Expansion MRR: $4k.
CAC: $2,400. Sales cycle: 45 days.
Return:
- All 7 core SaaS metrics with benchmarks
- What is healthy, what is a warning sign
- The one metric to prioritise fixing this quarter
- Board-ready metrics summary
41. alirezarezvani/c-level-skills
28 C-level advisory skills covering the full C-suite: CEO, CTO, CFO, CMO, CRO, CPO, CHRO, COO, CLO.
/plugin install c-level-skills@claude-code-skills
# CTO advisor: tech debt scoring
python3 c-level-advisor/cto-advisor/scripts/tech_debt_analyzer.py /path/to/codebase
# CRO advisory session
Using cro-advisor, review our revenue growth strategy.
ARR: [$N]. Growth rate: [N%]. Net retention: [N%]. CAC payback: [N months].
Return: top 3 growth levers, the one thing to fix in the next 90 days, board-level framing.
# CMO advisory: GTM strategy
Using cmo-advisor, build a GTM strategy for [PRODUCT] targeting [ICP].
Budget: [$N]. Team: [N people]. Goal: [N MRR by DATE].
# CFO advisory: fundraise prep
Using cfo-advisor, prepare a Series A fundraise model.
Current ARR: [$N]. Burn rate: [$N/month]. Target raise: [$N].
Return: the financial model structure, the 5 metrics VCs will scrutinise, what to fix before the raise.
42. composio-hubspot
Automate HubSpot — contacts, deals, companies, tickets, email engagement.
/plugin marketplace add ComposioHQ/awesome-claude-skills
Using the HubSpot automation skill:
- Find all contacts who opened our email last week but did not click
- Create a task for each contact owner: follow up within 48 hours
- Add a tag: email-opened-no-click-[DATE]
- Log the count and return a summary
Move all deals in Discovery stage older than 21 days to At Risk.
For each: create a follow-up task, send the deal owner a Slack notification, update the close date to +30 days.
43. composio-salesforce
Automate Salesforce — objects, records, SOQL queries, bulk operations.
Using the Salesforce automation skill, run this SOQL query and return the results as a CSV:
SELECT Account.Name, StageName, Amount, CloseDate, Owner.Name
FROM Opportunity
WHERE StageName NOT IN ('Closed Won', 'Closed Lost')
AND LastActivityDate < LAST_N_DAYS:14
ORDER BY Amount DESC
Update all Opportunity records where CloseDate is in the past and Stage is not Closed.
Set Stage = At Risk. Create a follow-up task for the owner. Log the count of records updated.
44. sales-skills/sales
CRM, outbound, note-takers, enrichment, email marketing, influencer marketing, social listening, directories.
npx skills add sales-skills/sales
# Social listening (community signal monitoring)
Using the social-listening skill, monitor [TOPIC / COMPETITOR / PAIN POINT] across Reddit, LinkedIn, X, GitHub, HN.
For each result: platform, URL, date, intent score (1-10), recommended action.
# Directory submissions
Using the directories skill, submit [PRODUCT] to the top 20 SaaS, AI, and startup directories.
Return: list of directories, submission status, estimated monthly traffic per directory.
# iPaaS and integration platform coverage (for RevOps)
Using the integrations skill, map our HubSpot to Salesforce data sync.
Find: fields not syncing, duplicate records created, stage mapping errors.
Customer success and retention agents (5)
45. account-management (gtmagents)
Success plans, QBRs, expansion playbooks, churn prevention. Also listed under sales above — these are the CS-specific commands.
/plugin install account-management
# Full churn risk review
/account-management:churn-risk-review --segment enterprise --period this-month
# Returns: health score per account, risk signals, recommended interventions
# Expansion opportunity scan
/account-management:expansion-signals --account "Acme Corp"
# Success plan build
/account-management:success-plan "New Customer" --onboarding-week 1 --goal activation
# QBR preparation
/account-management:qbr-prep "Enterprise Customer" --contract 200000 --renewal 2026-12-01
46. coreyhaines31/onboarding-activation
Post-signup onboarding optimisation. Activation event definition, time-to-value reduction.
# Design onboarding
Design a 7-day onboarding sequence for [PRODUCT].
Activation event: [DESCRIBE THE MOMENT].
Return: email sequence per day, in-app prompts, the checklist shown to new users, early warning signals for support.
# Audit existing onboarding
Audit our current onboarding. Activation rate: [N%]. Time to activation: [N days].
Flow: [DESCRIBE].
Find the biggest drop-off point and return 3 changes to test.
47. coreyhaines31/churn-prevention
Cancellation flows, save offers, failed payment recovery.
Build a churn prevention system for [PRODUCT].
Customer type: [SMB / mid-market / enterprise].
Return:
1. Health score formula using 5 product signals + 3 non-product signals
2. The save sequence: in-app, email, CS call
3. Cancellation flow: discount offer, pause, feedback capture
4. Failed payment recovery: 5-touch sequence
48. alirezarezvani/cs-pm-orchestrator
Customer success plus product manager orchestrator. Continuous discovery cadence tracker, Opportunity Solution Tree linter.
/plugin install product-skills@claude-code-skills
# Run CS + PM orchestration session
/cs:pm
# Routes between: discovery, roadmap, success plans, experiment design, metrics review
# Continuous discovery session
/cs:pm --session discovery
I want to run a continuous discovery cadence for [PROBLEM AREA].
Customer interviews this week: [PASTE NOTES].
Return: updated Opportunity Solution Tree, top 3 opportunities, next interview questions.
# Torres OST linter
Lint this Opportunity Solution Tree: [PASTE].
Check: is each opportunity framed as a customer outcome (not a solution)? Are experiments mapped to assumptions? Are solutions attached to opportunities?
49. TweetClaw
X/Twitter automation for search, posting, follower export, monitors, webhooks, and giveaways. Also useful for CS teams monitoring brand mentions.
npx skills add TweetClaw
# Monitor brand mentions and competitor mentions
Using TweetClaw, monitor mentions of [BRAND] and [COMPETITOR] on X.
For each mention: sentiment, engagement level, whether it needs a response.
Return daily digest with prioritised responses.
# Customer signal monitoring
Using TweetClaw, find users complaining about [COMPETITOR] or [PAIN POINT] in the last 7 days.
For each: username, follower count, pain described, whether they are a potential ICP.
Finance, metrics, and strategy agents (4)
50. alirezarezvani/saas-metrics-coach
Full SaaS metrics system: MRR, ARR, churn, NDR, CAC, LTV:CAC, payback period, Rule of 40.
/plugin install finance-skills@claude-code-skills
# Run the SaaS health check
python3 finance/saas-metrics-coach/scripts/metrics_calculator.py \
--mrr 80000 --customers 200 --churned 3 --json
# Board-ready metrics brief
Using saas-metrics-coach, produce a board-ready metrics brief for this quarter.
ARR: [$N]. Growth rate: [N%]. Net retention: [N%]. CAC payback: [N months]. Burn multiple: [N].
Return: metrics vs benchmarks, what is healthy, what is a warning sign, the narrative to lead with in the board meeting.
# Rule of 40 analysis
Calculate our Rule of 40 score. ARR growth rate: [N%]. EBITDA margin: [N%].
What does the score mean? What is driving it? The one lever most likely to improve it.
51. elijeangilles/revops-skills
github.com/elijeangilles/revops-skills
Salesforce pipeline audit across 5 dimensions with A–F grading. Flags top deals violating pipeline hygiene rules. Remediation and diagnostic skills bundled.
git clone https://github.com/elijeangilles/revops-skills
cp -R revops-skills/skills/* ~/.claude/skills/
# Run the pipeline audit first (always before other revops skills)
Run salesforce-revops-audit.
Audit across 5 dimensions:
1. Pipeline health: stage distribution, coverage ratios, age by stage
2. Data quality: missing fields, stale records
3. Forecast hygiene: commit vs upside accuracy, close date slippage
4. Deal integrity: deals advancing without activity
5. Process integrity: stage skip patterns, rep adherence
Return: overall grade (A-F), score per dimension, top 5 flagged deals, which remediation skills to run next.
# Forecast call prep skill
Run forecast-call-prep. Period: [Q]. Target: [$N]. Commit: [$N].
Return: variance from target, top 3 at-risk committed deals, upside deals, recommended position for the call.
52. alirezarezvani/cto-advisor
Tech debt scoring, architecture review, build vs buy decisions, engineering capacity planning.
/plugin install c-level-skills@claude-code-skills
# Tech debt scoring
python3 c-level-advisor/cto-advisor/scripts/tech_debt_analyzer.py /path/to/codebase
# Build vs buy analysis
Using cto-advisor, run a build vs buy analysis for [FEATURE / CAPABILITY].
Build cost: [estimate]. Buy cost: [$N/year]. Strategic value: [DESCRIBE].
Return: recommendation with reasoning, risk analysis, the 3 questions to answer before deciding.
# Engineering capacity planning
Using cto-advisor, plan engineering capacity for Q3.
Current headcount: [N]. Planned hires: [N]. Roadmap: [PASTE OR DESCRIBE].
Return: capacity model, what can ship, what to deprioritise, hiring sequence.
53. alirezarezvani/roast
A 5-angle idea panel producing a GO / RESHAPE / KILL verdict. An Andreessen market-first decision mode is also available.
Run roast on this idea: [DESCRIBE YOUR PRODUCT / FEATURE / STRATEGY IDEA].
Evaluate from 5 angles:
1. Market: is there a real, large, urgent problem?
2. Competition: who else is doing this and what is the moat?
3. Business model: how does this make money?
4. Execution: what is the hardest part to build or sell?
5. Timing: why now?
Verdict: GO / RESHAPE / KILL with the one thing that must be true for this to work.
# Andreessen mode (market-first)
Using andreessen-skill, evaluate [IDEA] using Marc Andreessen's market-first framework.
Return: market size, market growth rate, why this market is at an inflection point, and whether the product matters or the market carries it.
Multi-agent frameworks and orchestration (5)
54. gtmagents full GTM orchestration
67 plugins, 263 skills, 92 autonomous agents. The most comprehensive GTM multi-agent system available.
# Install the full suite
/plugin marketplace add gtmagents/gtm-agents
# The essential B2B SaaS install list:
/plugin install sales-prospecting # 5 skills
/plugin install sales-pipeline # 4 skills
/plugin install sales-enablement # 3 skills
/plugin install sales-coaching # 3 skills
/plugin install account-management # 3 skills
/plugin install sales-calls # 3 skills
/plugin install enterprise-sales # 3 skills
/plugin install content-marketing # 6 skills
/plugin install email-marketing # 4 skills
/plugin install marketing-automation # 3 skills
/plugin install abm-orchestration # 5 skills
# Run a full GTM orchestration session
/gtm-orchestrator:plan
I am a [ROLE] at a [STAGE] B2B SaaS company selling [PRODUCT] to [ICP].
Current ARR: [$N]. Goal: [$N] by [DATE].
Orchestrate: what to do in sales, marketing, and CS this quarter to hit the goal.
55. alirezarezvani full multi-agent system
345 skills, 30+ agents, 77 plugins, 17 domains. The most comprehensive single-repo skill collection.
# Add the marketplace
/plugin marketplace add alirezarezvani/claude-skills
# Install all B2B SaaS-relevant domains:
/plugin install product-skills@claude-code-skills # 12 product skills
/plugin install marketing-skills@claude-code-skills # 43 marketing skills
/plugin install c-level-skills@claude-code-skills # 28 C-level advisory
/plugin install finance-skills@claude-code-skills # 2 finance + SaaS metrics
/plugin install pm-skills@claude-code-skills # 6 project management
# Orchestration router: automatically routes any task to the right agent
/cs:product
/cs:pm
56. digital-marketing-pro team mode
For agencies and teams: 25 specialist agents coordinating across the 12-part strategy flow with Cowork team persistence.
# Team setup (Cowork: brand state persists across sessions via Google Drive)
/digital-marketing-pro:cowork-setup
# Assign agents to different team members
/dmp:brand-discovery # Brand strategist
/dmp:seo-aeo-audit # SEO specialist
/dmp:content-strategy # Content lead
/dmp:paid-strategy # Paid media lead
/dmp:analytics-setup # Analytics engineer
# The 25 specialist agents coordinate on a shared brand file
# All outputs are consistent because they all read the same BRAND.md
57. manage-skills
Discover, create, edit, toggle, copy, move, and delete agent skills across 11 tools (Cursor, Claude, Windsurf, Copilot, Codex, Cline, Aider, Continue, Roo Code, Augment) from the terminal.
cp -r skills/manage-skills ~/.claude/skills/manage-skills
# List all installed skills
Run manage-skills. List all my installed skills across Claude Code, Cursor, and Codex.
# Toggle a skill on/off
Using manage-skills, disable the [SKILL NAME] skill for this session.
# Copy a skill to another agent
Using manage-skills, copy my [SKILL NAME] from Claude Code to Cursor.
# Audit and clean up stale skills
Using manage-skills, audit all installed skills. Flag any that are outdated or conflicting.
58. VoltAgent/awesome-agent-skills
github.com/VoltAgent/awesome-agent-skills
1,000+ community skills. Compatible with Claude Code, Codex, Antigravity, Gemini CLI, Cursor, GitHub Copilot, OpenCode, and Windsurf. The most contributed community skills repository.
# Full coreyhaines31 marketing stack via VoltAgent:
npx skills add coreyhaines31/ab-test-setup
npx skills add coreyhaines31/analytics-tracking
npx skills add coreyhaines31/churn-prevention
npx skills add coreyhaines31/cold-email
npx skills add coreyhaines31/competitor-alternatives
npx skills add coreyhaines31/content-strategy
npx skills add coreyhaines31/copywriting
npx skills add coreyhaines31/email-sequence
npx skills add coreyhaines31/growth-loops
npx skills add coreyhaines31/launch-strategy
npx skills add coreyhaines31/lead-magnet
npx skills add coreyhaines31/onboarding-activation
npx skills add coreyhaines31/paywall-optimisation
npx skills add coreyhaines31/pr-strategy
npx skills add coreyhaines31/prospect-list-building
npx skills add coreyhaines31/referral-program
npx skills add coreyhaines31/revops
npx skills add coreyhaines31/sales-collateral
npx skills add coreyhaines31/seo-audit
Quick reference: every install command in one place
Sales and prospecting
# ai-sales-team-claude (14 skills, 5 parallel agents)
curl -fsSL https://raw.githubusercontent.com/zubair-trabzada/ai-sales-team-claude/main/install.sh | bash
# gtmagents sales plugins
/plugin install sales-prospecting
/plugin install sales-pipeline
/plugin install enterprise-sales
/plugin install sales-calls
/plugin install sales-coaching
/plugin install sales-enablement
/plugin install account-management
/plugin install sales-operations
# louisblythe/Sales-Skills
npx add-skill louisblythe/salesskills
# buyer-eval
git clone https://github.com/salespeak-ai/buyer-eval-skill ~/.claude/skills/buyer-eval-skill
# hubspot-admin-skills
npx skills add hubspot-admin-skills
# composio CRM automation
/plugin marketplace add ComposioHQ/awesome-claude-skills
Outbound and email
# coreyhaines31/cold-email
npx skills add coreyhaines31/marketingskills --skill cold-email
# gtmagents cold-email-personalization
/plugin install cold-email-personalization
# email-marketing, marketing-automation, abm-orchestration
/plugin install email-marketing
/plugin install marketing-automation
/plugin install abm-orchestration
# sequenzy-email-marketing
npx skills add sequenzy-email-marketing
# @clawfu/mcp-skills (169 marketing skills as MCP server)
npx @clawfu/mcp-skills
# content-marketing
/plugin install content-marketing
Marketing and growth
# Full coreyhaines31 marketing stack
npx skills add coreyhaines31/marketingskills
# digital-marketing-pro (158 skills, 25 agents)
npx skills add indranilbanerjee/digital-marketing-pro
# alirezarezvani/marketing-skills (43 skills)
/plugin install marketing-skills@claude-code-skills
# cognyai/claude-code-marketing-skills
git clone https://github.com/cognyai/claude-code-marketing-skills ~/.claude/skills/claude-code-marketing-skills
# inhouseseo/superseo-skills (11 SEO skills)
/plugin marketplace add inhouseseo/superseo-skills
# naming
npx skills add naming
Product and SaaS
# alirezarezvani product skills
/plugin install product-skills@claude-code-skills
# BehiSecc/product-manager-skills
npx skills add product-manager-skills
# coreyhaines31 product skills
npx skills add coreyhaines31/onboarding-activation
npx skills add coreyhaines31/paywall-optimisation
npx skills add coreyhaines31/free-tool-strategy
npx skills add coreyhaines31/churn-prevention
RevOps and finance
# alirezarezvani C-level + finance skills
/plugin install c-level-skills@claude-code-skills
/plugin install finance-skills@claude-code-skills
# modest-curator478/claude-skills (HubSpot + RevOps)
git clone https://github.com/modest-curator478/claude-skills
cp -R claude-skills/skills/* ~/.claude/skills/
# elijeangilles/revops-skills (Salesforce audit)
git clone https://github.com/elijeangilles/revops-skills
cp -R revops-skills/skills/* ~/.claude/skills/
# sales-skills/sales (full GTM suite)
npx skills add sales-skills/sales
# composio Salesforce + HubSpot
/plugin marketplace add ComposioHQ/awesome-claude-skills
Multi-agent frameworks
# Full gtmagents suite (67 plugins, 263 skills)
/plugin marketplace add gtmagents/gtm-agents
# Full alirezarezvani suite (345 skills, 17 domains)
/plugin marketplace add alirezarezvani/claude-skills
# VoltAgent/awesome-agent-skills (1,000+ skills)
npx skills add coreyhaines31/[skill-name] # access any coreyhaines31 skill
# manage-skills (cross-agent skill manager)
cp -r skills/manage-skills ~/.claude/skills/manage-skills
# digital-marketing-pro team mode
npx skills add indranilbanerjee/digital-marketing-pro
/digital-marketing-pro:cowork-setup

