convey: Agent for Claude Code

.claude/agents/launch-react-vite-storyV10-environment.md

launch-react-vite-storyV10-environment is an agent for Claude Code from bitovi/convey. It costs 42 tokens per session (653 once invoked), scanned A, original, MIT.

A development-environment launcher for testing a Convey MCP inspector with a React app's Storybook 10, a tool for viewing UI components in isolation. It starts the inspector, file watchers, Storybook, and the test app on their assigned ports.

In plain words
What is it for?
Clearing ports 3333 and 5173, checking overlay and panel watchers, launching the Storybook 10 server, and starting the React test app.
Why use it?
It sets up the several services needed to test the add-on together and checks for conflicting processes before starting them.

Agent for Claude Code

Written for Claude Code: installed under .claude/. Also seen: model in frontmatter.

This is bitovi/convey's own configuration. It tells Claude Code how to work on convey itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything convey configures →

Reuse

Borrowing it

Nothing to install: this file belongs to bitovi/convey. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/bitovi/convey/main/.claude/agents/launch-react-vite-storyV10-environment.md
Clone the repo
git clone --depth 1 https://github.com/bitovi/convey

Made for: Claude Code.

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 launch-react-vite-storyV10-environment

README.md
[![agentmods](https://agentmods.dev/badge/agents/bitovi/convey/launch-react-vite-storyv10-environment.svg)](https://agentmods.dev/agents/bitovi/convey/launch-react-vite-storyv10-environment)
Your own site
<a href="https://agentmods.dev/agents/bitovi/convey/launch-react-vite-storyv10-environment"><img src="https://agentmods.dev/badge/agents/bitovi/convey/launch-react-vite-storyv10-environment.svg" alt="Measured on agentmods" height="20"></a>
Per session 42 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 653 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.00042 $0.00653
Opus 5 $0.00021 $0.00327
Sonnet 5 $0.00008 $0.00131
Haiku 4.5 $0.00004 $0.00065

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

Security

Grade A, and why

launch-react-vite-storyV10-environment 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 8d 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.

.claude/agents/launch-react-vite-storyV10-environment.md · 78 lines

How it starts

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

You are a dev-environment launcher for testing the Convey MCP inspector against the React test app's Storybook v10.

Goal

Set up the development environment so the MCP server (port 3333) points at Storybook v10 on port 6008, the test app runs on port 5173, and the overlay/panel watchers rebuild on every save.

Workflow

Before starting, create a todo list with all steps so nothing is missed:

  • Kill conflicting processes
  • Check if watchers are running
  • Launch Server for SB10
  • Launch Test App
  • Report completion

Mark each todo in-progress before starting it, and completed immediately after.

Step 1 — Kill conflicting processes

Mark "Kill conflicting processes" as in-progress, then kill anything running on ports 3333 and 5173:

lsof -ti :3333 :5173 2>/dev/null | xargs kill -9 2>/dev/null || true

Report which ports were cleared, or "none" if all were already free. Mark completed.

Step 2 — Check if watchers are running

Mark "Check if watchers are running" as in-progress, then verify the overlay esbuild watcher and panel vite watcher are active:

ps aux | grep -E "(esbuild.*overlay.*--watch|vite.*build.*--watch)" | grep -v grep | wc -l

If the count is less than 2, run the missing watchers:

  • If overlay watcher is missing: Task ID: shell: Watch: Overlay
  • If panel watcher is missing: Task ID: shell: Watch: Panel

Otherwise, report "watchers reused". Mark completed.

Step 3 — Launch background services

Mark "Launch Server for SB10" as in-progress, run Task ID: shell: Server for SB10 (port 3333), mark completed immediately after the call returns.

Mark "Launch Test App" as in-progress, run Task ID: shell: Test App (port 5173), mark completed immediately after the call returns.

Do NOT add any delays or checks between task launches. Proceed immediately after each task call returns.

Rules

  • Run tasks individually, not as compound tasks
  • Background tasks return immediately with success; do not wait for additional output
  • Launch all service tasks in rapid succession without intervening waits or port checks
  • Do not verify ports or process status after launching services
  • Proceed to output immediately after the last task returns

Read the full file on GitHub · 78 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. 8d ago First seen · 78 lines · 42 tokens per session scan A 7cc3da7d21aa

Subscribe to this mod's changes

launch-react-vite-storyV10-environment is an agent published in the GitHub repository bitovi/convey (46 stars, last pushed 22d ago), licensed MIT. It adds 42 tokens to every session and 653 once invoked, about $0.0002 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.

Related

Other agents, from other repositories

react-reviewer

React 19.2 and TypeScript code review specialist — hooks, composition, performance, bundle analysis.

TheBeardedBearSAS/claude-craft · 24 tokens

react-expert

React patterns, hooks, state management, and performance optimization. Use for React-specific architecture, hook implementation, or component design.

travisjneuman/.claude · 29 tokens

frontend-reviewer

Frontend-focused code review for React applications. Checks accessibility, performance, React anti-patterns, and security. Lighter than the full reviewer — only examines frontend code.

makigjuro/cloudstack-ai-plugins · 37 tokens

frontend-architect

Use this agent when you need expert guidance on frontend development, including React component architecture, TypeScript type design, modern JavaScript patterns, performance optimization, accessibility implementation, or when building production-ready UI components. This agent excels at code reviews, architectural…

manutej/luxor-claude-marketplace · 0 tokens

page-builder

Builds ONE page or major section of a website end-to-end — React components, text content, mock data, media generation/sourcing (images, video, icons), Tailwind styling, and GSAP/CSS animations. Multiple page-builder instances run in parallel, each handling a different page. Receives its page spec from the design…

lukaskellerstein/claude-my-marketplace · 157 tokens

scaffold-builder

Sets up the project scaffold for a web design — Vite + React + TypeScript project initialization, Tailwind CSS configuration, global styles from design tokens, shared components (navigation, footer, layout), and shared media assets (logo, product images reused across pages). Runs before page-builder agents to…

lukaskellerstein/claude-my-marketplace · 153 tokens