reqvire CLAUDE.md

reqvire CLAUDE.md is an instructions file for coding agents from reqvire-org/reqvire. It costs 1,424 tokens per session, scanned A, original, Apache-2.0.

Claude Code instructions for reqvire-org/reqvire, covering reqvire development guide, system overview, mbse development workflow, domain-specific guides and building and running reqvire.

Instructions file

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 instructions/reqvire-org/reqvire/claude-md
Clone the repo
git clone --depth 1 https://github.com/reqvire-org/reqvire

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 reqvire CLAUDE.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/reqvire-org/reqvire/claude-md.svg)](https://agentmods.dev/instructions/reqvire-org/reqvire/claude-md)
Your own site
<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>
Per session 1,424 This file is loaded in full into every session.
When invoked 1,424 The same file — it is already loaded in full.
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.01424 $0.01424
Opus 5 $0.00712 $0.00712
Sonnet 5 $0.00285 $0.00285
Haiku 4.5 $0.00142 $0.00142

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

Security

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.

CLAUDE.md · 134 lines

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:

  1. Requirements First: Before implementing any new capability, add requirements to the specifications with proper traceability
  2. Verifications: Define how the capability will be verified before implementation
  3. Tests: Create tests to satisfy verifications (can be refined during implementation if needed)
  4. Implementation: Only after requirements and verifications are defined, implement the code
  5. Satisfaction Links: Link implementation to requirement elements (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 -- format or ./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 engineering
  • reqvire: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

Read the full file on GitHub · 134 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. 2d ago First seen · 134 lines · 1,424 tokens per session scan A e470e591e652

Subscribe to this mod's changes

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.

Related

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.

nossa-y/activity-frames · 861 tokens

Koshi AGENTS.md

Instructions for jsharma1105/Koshi, covering koshi sub-agent personas, personas, prerequisites, python (pip install koshi) and .net tool (dotnet tool install).

jsharma1105/Koshi · 1,869 tokens

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…

ramakay/claude-organizer · not measured

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.

GulajavaMinistudio/awesome-copilot-id · 7,686 tokens

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.

Neeeophytee/finding-unknowns-skills · 1,447 tokens

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.

humansintheloop-dev/humansintheloop-dev-workflow-and-tools · 965 tokens