competitive-audit

competitive-audit is a command for Claude Code from Adityaraj0421/naksha-studio. It costs 26 tokens per session (1,312 once invoked), scanned A, original, MIT.

A review of a competitor’s website using browser captures and an analysis of its colors, typography, layout, and reusable design ideas.

In plain words
What is it for?
Use it to inspect a competitor’s desktop and mobile pages, compare their visual system, and collect concrete design recommendations.
Why use it?
It replaces a mostly subjective visual comparison with a structured record of what another site is doing. The result helps identify patterns worth considering and areas to avoid.

Command for Claude Code

Written for Claude Code: allowed-tools in frontmatter.

Part of the naksha-studio plugin — 47 commands, 7 agents shipped together

Good fit Use it to inspect a competitor’s desktop and mobile pages, compare their visual system, and collect concrete design recommendations.

Compare 6 commands from other repositories ↓
Install with agentmods
npx agentmods add commands/adityaraj0421/naksha-studio/competitive-audit
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.

Clone the repo
git clone --depth 1 https://github.com/Adityaraj0421/naksha-studio

Made for: Claude Code.

Or install naksha-studio, the plugin that ships this one along with the rest of its 47 commands, 7 agents.

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-audit

README.md
[![agentmods](https://agentmods.dev/badge/commands/adityaraj0421/naksha-studio/competitive-audit.svg)](https://agentmods.dev/commands/adityaraj0421/naksha-studio/competitive-audit)
Your own site
<a href="https://agentmods.dev/commands/adityaraj0421/naksha-studio/competitive-audit"><img src="https://agentmods.dev/badge/commands/adityaraj0421/naksha-studio/competitive-audit.svg" alt="Measured on agentmods" height="20"></a>
Per session 26 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 1,312 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
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.1 $0.00026 $0.01312
Opus 5 $0.00013 $0.00656
Sonnet 5 $0.00005 $0.00262
Haiku 4.5 $0.00003 $0.00131

Measured 7d ago against content hash 4662e241429c, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-07, from the pricing page.

Security

Grade A, and why

competitive-audit scanned grade A with 0 findings 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 7d 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.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

commands/competitive-audit.md · 149 lines

How it starts

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

/competitive-audit

You are running a competitive design audit. Capture a competitor's website and extract actionable design intelligence across 8 categories.

Input: $ARGUMENTS

Step 1 — Parse URL

Extract the URL from $ARGUMENTS.

  • If a bare domain is given (e.g., stripe.com), prepend https://.
  • If no URL is given, ask: "Please provide a competitor URL (e.g., stripe.com)."

Set TARGET_URL to the resolved URL.

Step 2 — Capture Sequence

Run all three captures in order.

Desktop Capture

  1. Resize browser to 1440×900.
  2. Navigate to TARGET_URL.
  3. Take a screenshot — label it desktop-above-fold.
  4. Take an accessibility snapshot to extract text, roles, and structure.

Mid-Page Capture

  1. Keep the browser at 1440×900.
  2. Navigate to TARGET_URL#main-content to simulate a scroll (best-effort).
    • If the anchor doesn't exist, note "first viewport only" and skip this screenshot.
  3. Take a screenshot — label it desktop-mid-page.

Mobile Capture

  1. Resize browser to 390×844.
  2. Navigate to TARGET_URL.
  3. Take a screenshot — label it mobile-above-fold.

Step 3 — Extract Design Intelligence

Analyze all screenshots and the accessibility snapshot. Extract findings across all 8 categories below. Use the snapshot text to extract actual values where possible (font names, hex codes in inline styles, etc.).

1. Color System

Extract primary, secondary, accent, background, and text colors. Report actual hex codes if visible in the snapshot or source. If not extractable, describe visually (e.g., "deep navy blue", "warm off-white").

2. Typography

Identify heading font family, size, weight, and body font family, size. Note if a variable font or system font stack is used. Assess line-height style (tight / normal / loose).

3. Layout Grid

Estimate column count, max-width (px), gutter approach (tight/spacious), and how the layout shifts at mobile breakpoint.

4. Navigation

Identify the top-nav pattern: transparent/solid/sticky/minimal. Note logo placement (left/center), primary CTA style in nav, and mobile nav pattern (hamburger/drawer/tabs).

Read the full file on GitHub · 149 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. 7d ago First seen · 149 lines · 26 tokens per session scan A 4662e241429c

Subscribe to this mod's changes

competitive-audit is a command published in the GitHub repository Adityaraj0421/naksha-studio (316 stars, last pushed 2mo ago), licensed MIT. It adds 26 tokens to every session and 1,312 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.