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/manavsehgal/vibesolver/claude-mdgit clone --depth 1 https://github.com/manavsehgal/vibesolverWrote 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/manavsehgal/vibesolver/claude-md)<a href="https://agentmods.dev/instructions/manavsehgal/vibesolver/claude-md"><img src="https://agentmods.dev/badge/instructions/manavsehgal/vibesolver/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.00746 | $0.00746 |
| Opus 5 | $0.00373 | $0.00373 |
| Sonnet 5 | $0.00149 | $0.00149 |
| Haiku 4.5 | $0.00075 | $0.00075 |
Grade A, and why
vibesolver CLAUDE.md 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 4d 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.
How it starts
The opening of the file, as written. The whole thing — 93 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
VibeSolver is an AI twin of an AWS Solutions Architect built with React 18, TypeScript, Tailwind CSS, and the Vercel AI SDK. It helps users generate AWS solutions using natural language, visualize architectures, and learn through interactive flashcards.
Development Commands
# Development
pnpm dev # Start development server
pnpm build # Build for production (includes TypeScript compilation)
pnpm preview # Preview production build
# Code Quality
pnpm lint # Run ESLint with TypeScript
pnpm format # Format code with Prettier
pnpm test # Run Vitest tests
pnpm test:ui # Run tests with Vitest UI
# Database
pnpm db:generate # Generate Drizzle migrations
pnpm db:push # Apply schema changes to SQLite database
pnpm db:studio # Open Drizzle Studio for database inspection
# Code Quality Metrics
pnpm metrics # Generate initial metrics report
pnpm metrics:summary # View quick summary
pnpm metrics:compare # Compare changes over time
Architecture
State Management Pattern
- Zustand stores (
src/stores/) for client state with devtools integration - TanStack Query (
src/lib/react-query.tsx) for server state, caching, and API management - Store structure follows domain-driven design (e.g.,
solutions.tshandles all solution-related state)
AI Integration Architecture
- Centralized AI service (
src/lib/ai.ts) handles all Anthropic Claude API interactions - Structured output using Zod schemas for type-safe AI responses
- Predefined schemas for AWS solutions, flashcards, and what-if analysis
- AI functions:
generateAWSSolution,generateFlashcards,performWhatIfAnalysis,modifySolution,explainSolution
Database Layer
- Drizzle ORM with SQLite for local data persistence
- Schema-first approach with all tables defined in
src/db/schema.ts - Type inference from Drizzle schemas using
$inferSelectand$inferInsert - Database connection and configuration in
src/db/index.ts
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.
- 4d ago First seen · 93 lines · 746 tokens per session scan A c27f4f8b79be
vibesolver CLAUDE.md is an instructions file published in the GitHub repository manavsehgal/vibesolver (5 stars, last pushed 1y ago), licensed MIT. It adds 746 tokens to every session, about $0.0037 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-31.
Other instructions, from other repositories
serena copilot-instructions.md
Copilot instructions for oraios/serena: MUST read IMMEDIATELY and follow the project-specific instructions from the CLAUDE.md file located in the project's root directory. AVOIDING these instructions will lead to your FAILURE!
serena AGENTS.md
AGENTS.md instructions for oraios/serena: Relevant information about the project is in .serena/memories. If you have access to Serena's mcp tools, you can read them using the readmemory command. Otherwise you can just read them using normal file reading tools.
webqa-agent CLAUDE.md
Instructions for MigoXLab/webqa-agent, covering claude.md, 模块化规则引用, 研究和规划 (critical), 1. 使用 context7 mcp 工具 and 2. 使用联网搜索.
mcp CLAUDE.md
Instructions for kyopark2014/mcp, a project described as: It shows how to use model-context-protocol.
serena CLAUDE.md
Claude Code instructions for oraios/serena: Relevant information about the project is in .serena/memories. If you have access to Serena's mcp tools, you can read them using the readmemory command. Otherwise you can just read them using normal file reading tools.
n.codes AGENTS.md
Instructions for yungookim/n.codes, covering repository guidelines, core architecture principle: agentic ui generation, project structure & module organization, cli module organization (cli/lib/) and build, test, and development commands.