account-research
Research a company or person and get actionable sales intel. Works standalone with web search, supercharged when you connect enrichment tools or your CRM.…
Research your competitors and build an interactive battlecard. Outputs an HTML artifact with clickable competitor cards and a comparison matrix. Trigger with \"competitive intel\", \"research competitors\", \"how do we compare to [competitor]\", \"battlecard for [competitor]\",
$ npx -y skills add charlieviettq/awesome-agent-skill --skill competitive-intelligence --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/competitive-intelligenceContext preview
The summary Claude sees to decide when to auto-load this skill.
Research your competitors and build an interactive battlecard. Outputs an HTML artifact with clickable competitor cards and a comparison matrix. Trigger with \"competitive intel\", \"research competitors\", \"how do we compare to [competitor]\", \"battlecard for [competitor]\",
name: competitive-intelligence description: "Research your competitors and build an interactive battlecard. Outputs an HTML artifact with clickable competitor cards and a comparison matrix. Trigger with \"competitive intel\", \"research competitors\", \"how do we compare to [competitor]\", \"battlecard for [competitor]\", or \"what's new with [competitor]\"." allowed-tools: Read, Glob, Grep
Research your competitors extensively and generate an **interactive HTML battlecard** you can use in deals. The output is a self-contained artifact with clickable competitor tabs and an overall comparison matrix.
┌─────────────────────────────────────────────────────────────────┐ │ COMPETITIVE INTELLIGENCE │ ├─────────────────────────────────────────────────────────────────┤ │ ALWAYS (works standalone via web search) │ │ ✓ Competitor product deep-dive: features, pricing, positioning │ │ ✓ Recent releases: what they've shipped in last 90 days │ │ ✓ Your company releases: what you've shipped to counter │ │ ✓ Differentiation matrix: where you win vs. where they win │ │ ✓ Sales talk tracks: how to position against each competitor │ │ ✓ Landmine questions: expose their weaknesses naturally │ ├─────────────────────────────────────────────────────────────────┤ │ OUTPUT: Interactive HTML Battlecard │ │ ✓ Comparison matrix overview │ │ ✓ Clickable tabs for each competitor │ │ ✓ Dark theme, professional styling │ │ ✓ Self-contained HTML file — share or host anywhere │ ├─────────────────────────────────────────────────────────────────┤ │ SUPERCHARGED (when you connect your tools) │ │ + CRM: Win/loss data, competitor mentions in closed deals │ │ + Docs: Existing battlecards, competitive playbooks │ │ + Chat: Internal intel, field reports from colleagues │ │ + Transcripts: Competitor mentions in customer calls │ └─────────────────────────────────────────────────────────────────┘
---
When you run this skill, I'll ask for context:
**Required:**
**Optional:**
If I already have your seller context from a previous session, I'll confirm and skip the questions.
---
| Connector | What It Adds | |-----------|--------------| | **CRM** | Win/loss history against each competitor, deal-level competitor tracking | | **Docs** | Existing battlecards, product comparison docs, competitive playbooks | | **Chat** | Internal chat intel (e.g. Slack) — what your team is hearing from the field | | **Transcripts** | Competitor mentions in customer calls, objections raised |
> **No connectors?** Web research works great. I'll pull everything from public sources — product pages, pricing, blogs, release notes, reviews, job postings.
---
The skill generates a **self-contained HTML file** with:
Overview comparing you vs. all competitors at a glance:
Each competitor gets a clickable card that expands to show:
---
<!DOCTYPE html>
<html>
<head>
<title>Battlecard: [Your Company] vs Competitors</title>
<style>
/* Dark theme, professional styling */
/* Tabbed navigation */
/* Expandable cards */
/* Responsive design */
</style>
</head>
<body>
<!-- Header with your company + date -->
<header>
<h1>[Your Company] Competitive Battlecard</h1>
<p>Generated: [Date] | Competitors: [List]</p>
</header>
<!-- Tab Navigation -->
<nav class="tabs">
<button class="tab active" data-tab="matrix">Comparison Matrix</button>
<button class="tab" data-tab="competitor-1">[Competitor 1]</button>
<button class="tab" data-tab="competitor-2">[Competitor 2]</button>
<button class="tab" data-tab="competitor-3">[Competitor 3]</button>
</nav>
<!-- Comparison Matrix Tab -->
<section id="matrix" class="tab-content active">
<h2>Head-to-Head Comparison</h2>
<table class="comparison-matrix">
<!-- Feature rows with you vs each competitor -->
</table>
<h2>Quick Win/Loss Guide</h2>
<div class="win-loss-grid">
<!-- Per-competitor: when you win, when you lose -->
</div>
</section>
<!-- Individual Competitor Tabs -->
<section id="competitor-1" class="tab-content">
<div class="battlecard">
<div class="profile"><!-- Company info --></div>
<div class="differentiation"><!-- Where they win / you win --></div>
<div class="talk-tracks"><!-- Scenario-based positioning --></div>
<div class="objections"><!-- Common objections + responses --></div>
<div class="landmines"><!-- Questions to ask --></div>
</div>
</section>
<script>
// Tab switching logic
// Expand/collapse sections
</scriptCurated skill pack for LLM agents in engineer and science workflow (Cursor & Claude ready).
Research a company or person and get actionable sales intel. Works standalone with web search, supercharged when you connect enrichment tools or your CRM.…
Evaluate LLM agents and tool-using workflows—task success, tool accuracy, latency/cost, safety, and regression suites. Use when shipping agent features,…
Design agent tools and CLI surfaces—schemas, naming, errors, idempotency, and discoverability for LLM callers. Use when defining tools for agents, SDKs, or…
\"Implement and select ad bidding strategies from manual CPC to automated target-CPA and target-ROAS. Use this skill when the user needs to choose a bidding…
\"Optimize advertising budget allocation across campaigns using marginal returns analysis. Use this skill when the user needs to distribute budget across…
\"Build CTR prediction models for estimating ad click-through rates from features. Use this skill when the user needs to predict click probability, build an ad…