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/2mawi2/para/claude-mdgit clone --depth 1 https://github.com/2mawi2/paraWrote 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/2mawi2/para/claude-md)<a href="https://agentmods.dev/instructions/2mawi2/para/claude-md"><img src="https://agentmods.dev/badge/instructions/2mawi2/para/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.03272 | $0.03272 |
| Opus 5 | $0.01636 | $0.01636 |
| Sonnet 5 | $0.00654 | $0.00654 |
| Haiku 4.5 | $0.00327 | $0.00327 |
Grade A, and why
para 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 3d 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 — 286 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
Para is a "Parallel IDE Workflow Helper" - a Rust implementation that enables developers to work on multiple features simultaneously using Git worktrees and their favorite IDEs. It's specifically designed for AI-assisted development workflows, allowing multiple Claude Code instances to work on different branches without conflicts.
Essential Development Commands
Setup and Testing
just test # Run all checks (tests + linting + formatting) - ALWAYS use this
just test <filter> # Run specific tests only (skips linting/formatting for speed)
# Examples: just test finish, just test integration, just test core::git
just lint # Run clippy linting for all files
just fmt # Auto-fix Rust formatting
just build # Build debug binary (with bun/npm fallback for MCP server)
just build-release # Build optimized release binary
Common Development Tasks
just install # Install Rust para binary globally
just uninstall # Remove para from system
just setup-hooks # Configure git pre-commit/pre-push hooks
just status # Check dependencies and project health
just clean # Clean development artifacts
just release # Create new release (patch version bump)
Testing Guidelines:
- Always use
just testfor final verification (includes linting + formatting) - Use
just test <filter>during development for faster iteration on specific tests - Use
just lintto check linting on all modules - The
justcommands have clean, focused output - avoid rawcargocommands
TypeScript/MCP Testing
just test-ts # Run TypeScript tests for MCP server
just lint-ts # Run ESLint on TypeScript code
just fmt-ts # Format TypeScript code
Architecture Overview
Modular Rust Design
src/
├── cli/ # Command-line interface, argument parsing, and command implementations
│ └── commands/ # Individual command implementations (start, finish, resume, etc.)
│ ├── mcp/ # MCP server management (init, strategies for finding servers)
│ ├── list/ # Session listing with formatters and analyzers
│ └── resume/ # Session resumption with context and task transformation
├── config/ # Configuration management, validation, and interactive wizard
├── core/ # Core business logic, session management, and IDE integration
│ ├── git/ # Git operations, worktree management, and repository handling
│ │ └── diff.rs # Git diff calculation and statistics
│ └── status.rs # Session status tracking and reporting
├── ui/ # Terminal UI components
│ └── monitor/ # Interactive session monitoring UI
│ ├── coordinator.rs # Main UI coordination
│ ├── renderer.rs # UI rendering logic
│ ├── state_manager.rs # State management
│ └── actions.rs # UI action handling
├── utils/ # Utility functions, error handling, and helper modules
│ └── validation.rs # Session name validation
└── main.rs # Application entry point
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.
- 3d ago First seen · 286 lines · 3,272 tokens per session scan A bff5918f0546
para CLAUDE.md is an instructions file published in the GitHub repository 2mawi2/para (19 stars, last pushed 11mo ago), licensed MIT. It adds 3,272 tokens to every session, about $0.0164 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-09-01.
Other instructions, from other repositories
turso AGENTS.md
Instructions for tursodatabase/turso, covering turso agent guidelines, quick reference, testing, running tests and test organization.
intelligent-terminal rust.instructions.md
Concise Rust coding conventions for this repository.
azure-sdk-for-rust resourcemanager.instructions.md
Instructions for Azure/azure-sdk-for-rust, a project described as: This repository is for the active development of the Azure SDK for Rust. For consumers of the SDK we recommend visiting Docs.rs and looking up the docs for any of libraries in the SDK.
agentgateway copilot-instructions.md
Copilot instructions for agentgateway/agentgateway: Do not check for, speculate about, or report compilation errors during code review. Compilation diagnostics from review are frequently incorrect; rely on CI to detect and report compilation failures.
terminal-browser AGENTS.md
AGENTS.md instructions for zenbu-labs/terminal-browser, a project described as: A browser inside your terminal.
mq commit.instructions.md
Instructions for harehare/mq: Use the following format for commit messages.