README

README is a command for Claude Code from vishnu2kmohan/mcp-server-langgraph. It costs 0 tokens per session (2,838 once invoked), scanned A, original, MIT.

A collection of 39 slash commands for common software-development tasks. The listed commands cover codebase exploration, feature planning, test-driven development (writing tests before implementation), type checking, testing, and linting.

In plain words
What is it for?
Use it to explore an unfamiliar codebase, plan a feature, follow a test-first workflow, create tests, fix MyPy type errors, review test results, or run linting.
Why use it?
It provides repeatable instructions for routine development work, so you do not have to remember or recreate each workflow. It can help structure work before changes and checks before committing code.

Command for Claude Code

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 commands/vishnu2kmohan/mcp-server-langgraph/readme
Clone the repo
git clone --depth 1 https://github.com/vishnu2kmohan/mcp-server-langgraph

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 README

README.md
[![agentmods](https://agentmods.dev/badge/commands/vishnu2kmohan/mcp-server-langgraph/readme.svg)](https://agentmods.dev/commands/vishnu2kmohan/mcp-server-langgraph/readme)
Your own site
<a href="https://agentmods.dev/commands/vishnu2kmohan/mcp-server-langgraph/readme"><img src="https://agentmods.dev/badge/commands/vishnu2kmohan/mcp-server-langgraph/readme.svg" alt="Measured on agentmods" height="20"></a>
Per session 0 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 2,838 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. 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.00000 $0.02838
Opus 5 $0.00000 $0.01419
Sonnet 5 $0.00000 $0.00568
Haiku 4.5 $0.00000 $0.00284

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

Security

Grade A, and why

README 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.

.claude/commands/README.md · 338 lines

How it starts

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

Claude Code Slash Commands

This directory contains 39 specialized slash commands for streamlined development workflows.

Quick Access: See .claude/QUICK_REFERENCE.md for the most-used commands.


📋 Command Categories

🚀 Development Workflow (6 commands)

Essential commands for daily development tasks:

Command Purpose When to Use
/explore-codebase Guided codebase exploration Before making changes to unfamiliar code
/fix-mypy Systematic MyPy error fixing When you have type checking errors
/plan-feature Feature planning with deep thinking Before implementing new features
/tdd TDD workflow (Red-Green-Refactor) When implementing with test-first approach
/create-test Generate test file from template When creating tests for new modules
/lint Run linting workflow Before committing code

Most Used: /explore-codebase, /plan-feature, /tdd


✅ Testing & Quality (11 commands)

Comprehensive testing and quality assurance tools:

Command Purpose Speed When to Use
/test-summary [scope] Comprehensive test analysis ~2 min Before committing, daily standup
/test-all Run complete test suite ~10 min Pre-commit, pre-deploy
/test-fast [mode] Fast test iteration (40-70% faster) ~15s Active development, TDD cycles
/verify-tests Pre-commit test verification ~9 min Before committing/pushing
/test-failure-analysis Deep failure analysis ~3 min When tests fail unexpectedly
/benchmark Performance benchmarks + trends ~5 min After performance changes
/security-scan-report Security scanning ~10 min Pre-release, weekly
/coverage-trend Coverage trend analysis ~2 min Sprint retrospectives
/coverage-gaps Visual coverage heatmap ~1 min Identifying what to test next
/improve-coverage [%] Generate coverage improvement plan ~3 min Working toward 80% coverage
/type-safety-status MyPy strict rollout tracker ~2 min Type safety migration sprints

Read the full file on GitHub · 338 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. 4d ago First seen · 338 lines · 0 tokens per session scan A 0a1830e863ad

Subscribe to this mod's changes

README is a command published in the GitHub repository vishnu2kmohan/mcp-server-langgraph (4 stars, last pushed 11d ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 2,838 tokens. 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.