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/shinyoshiaki/node-sfu/claude-mdgit clone --depth 1 https://github.com/shinyoshiaki/node-sfuWrote 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/shinyoshiaki/node-sfu/claude-md)<a href="https://agentmods.dev/instructions/shinyoshiaki/node-sfu/claude-md"><img src="https://agentmods.dev/badge/instructions/shinyoshiaki/node-sfu/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.01423 | $0.01423 |
| Opus 5 | $0.00711 | $0.00711 |
| Sonnet 5 | $0.00285 | $0.00285 |
| Haiku 4.5 | $0.00142 | $0.00142 |
Grade A, and why
node-sfu 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 — 137 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
This is node-sfu, a Pure Node.js WebRTC SFU (Selective Forwarding Unit) 100% written in TypeScript. The project implements a complete WebRTC-based video conferencing solution with room-based architecture for managing multi-party sessions. Features include real-time video conferencing, comprehensive media publication/subscription management, and structured JSON-RPC communication protocols.
Requirements:
- Node.js 18 or higher
- ES modules (
"type": "module")
Core Dependencies:
- werift WebRTC library (via git submodule) - Pure TypeScript WebRTC implementation
- Express.js for REST API server
- React + Vite for conference application
- Vitest + Playwright for testing
Package-Specific Guidance
Each package has its own CLAUDE.md file with detailed guidance:
packages/core/CLAUDE.md- Core SFU logic and server-side implementationpackages/client/CLAUDE.md- Browser-side WebRTC client implementationpackages/reference-server/CLAUDE.md- Express.js server and REST API endpointspackages/e2e/CLAUDE.md- End-to-end testing framework and guidelinespackages/conference/CLAUDE.md- React conference application developmentpackages/json-rpc/CLAUDE.md- JSON-RPC communication protocol implementationpackages/utils/CLAUDE.md- Shared utilities for cross-platform compatibility
Workspace Structure
packages/core/- Core SFU logic with Room, Member, publication/subscription managementpackages/client/- Client-side WebRTC implementation with data and media channel supportpackages/reference-server/- Express.js server with room management and signaling endpointspackages/e2e/- End-to-end testing infrastructure using Vitest browser modepackages/conference/- React-based conference application with WebRTC UI, real-time video conferencingpackages/json-rpc/- JSON-RPC protocol implementation for structured communicationpackages/utils/- Shared utilities and helper functions for cross-platform compatibilitysubmodules/werift/- WebRTC protocol implementation in TypeScript
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 · 137 lines · 1,423 tokens per session scan A e63d79e47940
node-sfu CLAUDE.md is an instructions file published in the GitHub repository shinyoshiaki/node-sfu (82 stars, last pushed 1y ago), licensed MIT. It adds 1,423 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-08-30.
Other instructions, from other repositories
platform AGENTS.md
Instructions for doka-guide/platform, covering agents.md — как работать с платформой доки, 1. правила работы, сначала подумай, потом пиши, минимум кода and правки хирургические.
claude-code-statusline AGENTS.md
Instructions for ilia-pluzhnikov/claude-code-statusline, covering claude-code-statusline, project shape, rules for contributors (and ai agents), editing this file and testing.
zapo CLAUDE.md
Instructions for vinikjkkj/zapo: The contributor handbook for this repository lives in AGENTS.md. Read that file and follow it as your primary source of project conventions, architecture rules, performance constraints, and review anti-patterns.
Silex AGENTS.md
AGENTS.md instructions for silexlabs/Silex, covering agents.md, tech stack, run it locally, building the desktop app and when writing code for silex (editing source).
SoDam-WikiMate AGENTS.md
Instructions for sodam-ai/SoDam-WikiMate, covering wikimate 작업 규칙 (크로스툴 — claude code · codex · gemini 공용), 문체, 자동 동작 (자연어 트리거 — 강제 호출 불필요), 접근 규칙 (자동 감지 — 특정 도구에 한정하지 않음) and obsidian 규칙.
hal-9000 AGENTS.md
Instructions for vinta/hal-9000, covering agents.md, commands, gotchas, external tool documentation and context7 library ids.