competitive-intelligence CLAUDE.md

competitive-intelligence CLAUDE.md is an instructions file for coding agents from Laksh-star/competitive-intelligence. It costs 1,239 tokens per session, scanned A, original, MIT.

Project instructions for a pipeline that monitors competitor mentions across the web and extracts events such as launches, partnerships, funding, and hires. It uses PostgreSQL, a database system, to store articles and extracted events.

In plain words
What is it for?
Use them when setting up the project, editing environment variables, running a one-time or continuous sync, testing results, or inspecting its PostgreSQL data.
Why use it?
They explain how to install, configure, run, and test the monitoring pipeline. They also identify the main data flow and the database tables used by the project.

Instructions file

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add instructions/laksh-star/competitive-intelligence/claude-md
Clone the repo
git clone --depth 1 https://github.com/Laksh-star/competitive-intelligence

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for competitive-intelligence CLAUDE.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/laksh-star/competitive-intelligence/claude-md.svg)](https://agentmods.dev/instructions/laksh-star/competitive-intelligence/claude-md)
Your own site
<a href="https://agentmods.dev/instructions/laksh-star/competitive-intelligence/claude-md"><img src="https://agentmods.dev/badge/instructions/laksh-star/competitive-intelligence/claude-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 1,239 This file is loaded in full into every session.
When invoked 1,239 The same file — it is already loaded in full.
Security scan A 1 finding. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.01239 $0.01239
Opus 5 $0.00620 $0.00620
Sonnet 5 $0.00248 $0.00248
Haiku 4.5 $0.00124 $0.00124

Measured 5d ago against content hash 1b282129a391, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

competitive-intelligence CLAUDE.md scanned grade A with 1 finding against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 5d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

async def fetch(self) -> list[dict[str, Any]]:
CLAUDE.md · 132 lines

How it starts

The opening of the file, as written. The whole thing — 132 lines — stays where its author put it; the contents beside it link to each section on GitHub.

CLAUDE.md

This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository.

Project Overview

Competitive Intelligence Monitor - A CocoIndex pipeline that tracks competitor mentions across the web using Tavily AI Search. Uses DeepSeek LLM-powered extraction to identify product launches, partnerships, funding rounds, key hires, and strategic moves.

Development Commands

Setup

pip install -e .                    # Install dependencies
cp .env.example .env                # Create environment config
# Edit .env with your API keys and database URL

Running the Pipeline

cocoindex update main -f            # One-time sync (force refresh)
cocoindex update -L main.py         # Live mode (continuous monitoring)

Testing

python3 test_results.py             # Run comprehensive tests

See TESTING.md for detailed testing procedures.

Database Setup

Requires PostgreSQL. The pipeline auto-creates tables:

  • intel_articles - Raw news articles and blog posts
  • intel_events - Extracted competitive intelligence events

Architecture

Data Flow

Sources → LLM Extraction → Dual Indexing → Query Handlers
  1. Sources (main.py:49-99)

    • TavilySearchSource - AI-native web search optimized for agents
    • Searches with query: "{competitor} AND (funding OR partnership OR product launch OR acquisition OR executive hire)"
    • Returns clean, full article content (not just snippets)
    • Configurable via .env: COMPETITORS, REFRESH_INTERVAL_SECONDS, SEARCH_DAYS_BACK
  2. LLM Extraction (main.py:136-164)

    • ExtractByLlm processes article content
    • Outputs structured CompetitiveEvent objects with:
      • event_type: product_launch, partnership, funding, key_hire, acquisition
      • competitor: Primary company involved
      • significance: high, medium, low (market impact)
      • related_companies: Partners, investors, etc.

Read the full file on GitHub · 132 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 5d ago First seen · 132 lines · 1,239 tokens per session scan A 1b282129a391

Subscribe to this mod's changes

competitive-intelligence CLAUDE.md is an instructions file published in the GitHub repository Laksh-star/competitive-intelligence (20 stars, last pushed 2mo ago), licensed MIT. It adds 1,239 tokens to every session, about $0.0062 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other instructions, from other repositories

sie AGENTS.md

AGENTS.md instructions for superlinked/sie, covering agents.md — public sie contributor guide, scope, commands, development boundaries and releases.

superlinked/sie · 646 tokens

LLM_trader AGENTS.md

AGENTS.md instructions for qrak/LLM_trader, covering llm trader — master architecture blueprint, 0. instruction authority, 1. system overview, 2. agent inventory and 3. application lifecycle.

qrak/LLM_trader · 22,821 tokens

openrouter-deep-research-mcp CLAUDE.md

Claude Code instructions for wheattoast11/openrouter-deep-research-mcp, covering agent zero: isomorphic protocol bridge (v2.0.0), system identity, operational paradigms, database persistence (v2.0.0+) and core commands.

wheattoast11/openrouter-deep-research-mcp · 7,505 tokens

openrouter-deep-research-mcp AGENTS.md

AGENTS.md instructions for wheattoast11/openrouter-deep-research-mcp, covering agents.md, isomorphic 5-layer architecture alignment, layer correspondence (axon architecture), resilience & production status and quick commands.

wheattoast11/openrouter-deep-research-mcp · 1,709 tokens

sidecar CLAUDE.md

Instructions for jrenaldi79/sidecar, covering claude.md, project overview, core features, key value proposition and essential commands.

jrenaldi79/sidecar · 5,773 tokens

agno-agent-starter AGENTS.md

Instructions for linhai0872/agno-agent-starter, covering agno agent service 开发规范, 核心哲学, 项目结构概览, 开发规范 and 命名规则.

linhai0872/agno-agent-starter · 2,129 tokens