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.
npx agentmods add instructions/laksh-star/competitive-intelligence/claude-mdgit clone --depth 1 https://github.com/Laksh-star/competitive-intelligenceWrote 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.
[](https://agentmods.dev/instructions/laksh-star/competitive-intelligence/claude-md)<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>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.
| Model | Per session | Once 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 |
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]]: 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 postsintel_events- Extracted competitive intelligence events
Architecture
Data Flow
Sources → LLM Extraction → Dual Indexing → Query Handlers
-
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
-
LLM Extraction (main.py:136-164)
ExtractByLlmprocesses article content- Outputs structured
CompetitiveEventobjects with:event_type: product_launch, partnership, funding, key_hire, acquisitioncompetitor: Primary company involvedsignificance: high, medium, low (market impact)related_companies: Partners, investors, etc.
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.
- 5d ago First seen · 132 lines · 1,239 tokens per session scan A 1b282129a391
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.
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.
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.
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.
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.
sidecar CLAUDE.md
Instructions for jrenaldi79/sidecar, covering claude.md, project overview, core features, key value proposition and essential commands.
agno-agent-starter AGENTS.md
Instructions for linhai0872/agno-agent-starter, covering agno agent service 开发规范, 核心哲学, 项目结构概览, 开发规范 and 命名规则.