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/reqvire-org/reqvire/claude-mdgit clone --depth 1 https://github.com/reqvire-org/reqvireWrote 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/reqvire-org/reqvire/claude-md)<a href="https://agentmods.dev/instructions/reqvire-org/reqvire/claude-md"><img src="https://agentmods.dev/badge/instructions/reqvire-org/reqvire/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.01424 | $0.01424 |
| Opus 5 | $0.00712 | $0.00712 |
| Sonnet 5 | $0.00285 | $0.00285 |
| Haiku 4.5 | $0.00142 | $0.00142 |
Grade A, and why
reqvire 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 2d 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 — 134 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Reqvire Development Guide
System Overview
Reqvire is an AI-driven framework for system modeling and requirements management that integrates with Git workflows. It processes semi-structured Markdown documents containing system requirements, manages relationships between elements, validates model consistency, and generates documentation and visualizations.
MBSE Development Workflow
CRITICAL: This is a Model-Based Systems Engineering (MBSE) project. Always follow this workflow:
- Requirements First: Before implementing any new capability, add requirements to the specifications with proper traceability
- Verifications: Define how the capability will be verified before implementation
- Tests: Create tests to satisfy verifications (can be refined during implementation if needed)
- Implementation: Only after requirements and verifications are defined, implement the code
- Satisfaction Links: Link implementation to
requirementelements (and test-verifications) via satisfiedBy relations
Never skip the requirements step. Implementation without requirements violates the MBSE methodology and project principles.
Domain-Specific Guides
This guide is split into domain-specific guides for better organization:
- tests/CLAUDE.md - Guide for writing and executing end-to-end tests
- Core Development (see sections below) - Guide for Rust code development, architecture, and components
Building and Running Reqvire
Basic cargo Commands
- Build:
cargo build - Run specific commands:
cargo run -- formator./target/debug/reqvire format - Test:
cargo test - Test specific:
cargo test <test_name> - Lint:
cargo clippy -- -D warnings - Format:
cargo fmt
Development Commands
For working with specifications, use the Reqvire skills:
reqvire:syseng- System and requirements engineeringreqvire:task-master- Task planning from requirement changes
Essential Development Commands
- Validate:
./target/debug/reqvire validate [--json] - Format:
./target/debug/reqvire format [--fix] - Search:
./target/debug/reqvire search [--json] [--short] [--filter-*] - Serve:
./target/debug/reqvire serve --port 8080
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.
- 2d ago First seen · 134 lines · 1,424 tokens per session scan A e470e591e652
reqvire CLAUDE.md is an instructions file published in the GitHub repository reqvire-org/reqvire (18 stars, last pushed 1mo ago), licensed Apache-2.0. It adds 1,424 tokens to every session, about $0.0071 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
activity-frames AGENTS.md
Instructions for nossa-y/activity-frames, covering can i install it without asking?, the mental model (10 seconds), fastest integration: mcp, from python and things you should not do.
Koshi AGENTS.md
Instructions for jsharma1105/Koshi, covering koshi sub-agent personas, personas, prerequisites, python (pip install koshi) and .net tool (dotnet tool install).
claude-organizer CLAUDE.md
Instructions for ramakay/claude-organizer, a project described as: AI-powered file organization and context engineering that understands content, not patterns. Automatically sorts temporary scripts from permanent docs while preserving your workflow. Works seamlessly with Claude Code hooks. Protects README, LICENSE…
awesome-copilot-id AGENTS.md
AGENTS.md instructions for GulajavaMinistudio/awesome-copilot-id, covering communication, explanation and documentation, markdown formatting, user communication style and workflow & methodology.
finding-unknowns-skills CLAUDE.md
Claude Code instructions for Neeeophytee/finding-unknowns-skills, covering repo notes, what ships, and the gate that decides, version lives in three manifests — move them together, files that must be edited together and shipped guidance is not this file.
humansintheloop-dev-workflow-and-tools CLAUDE.md
Claude Code instructions for humansintheloop-dev/humansintheloop-dev-workflow-and-tools, covering project guidelines, executing bash commands, skills, code health and referencing code locations.