eslint-plugin-react-render-types AGENTS.md

eslint-plugin-react-render-types AGENTS.md is an instructions file for Codex, OpenCode from HorusGoul/eslint-plugin-react-render-types. It costs 1,239 tokens per session, scanned A, original, MIT.

A set of project instructions for an ESLint plugin, which checks code for style and correctness problems. The plugin adds TypeScript support for checking React component composition through JSDoc annotations.

In plain words
What is it for?
Use it when building, testing, linting, type-checking, or changing the ESLint rules and their example project.
Why use it?
It gives a coding agent the project structure, commands, conventions, and expected linting behavior needed to work safely in the repository.

Instructions file for CodexOpenCode

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/horusgoul/eslint-plugin-react-render-types/agents-md
Clone the repo
git clone --depth 1 https://github.com/HorusGoul/eslint-plugin-react-render-types

Made for: Codex, OpenCode.

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 eslint-plugin-react-render-types AGENTS.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/horusgoul/eslint-plugin-react-render-types/agents-md.svg)](https://agentmods.dev/instructions/horusgoul/eslint-plugin-react-render-types/agents-md)
Your own site
<a href="https://agentmods.dev/instructions/horusgoul/eslint-plugin-react-render-types/agents-md"><img src="https://agentmods.dev/badge/instructions/horusgoul/eslint-plugin-react-render-types/agents-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 1,239 This file is loaded in full into every session.
When invoked 1,239 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.1 $0.01239 $0.01239
Opus 5 $0.00620 $0.00620
Sonnet 5 $0.00248 $0.00248
Haiku 4.5 $0.00124 $0.00124

Measured today against content hash fead00bf5b75, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-05, from the pricing page.

Security

Grade A, and why

eslint-plugin-react-render-types AGENTS.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 today.

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.

AGENTS.md · 118 lines

How it starts

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

CLAUDE.md

Project

ESLint plugin that brings Flow's Render Types to TypeScript via JSDoc @renders annotations. Enforces component composition constraints at lint time using typed linting.

Commands

pnpm build          # Compile TypeScript (tsc → dist/)
pnpm test:run       # Run all tests once (vitest)
pnpm test           # Run tests in watch mode
pnpm typecheck      # Type-check without emitting
pnpm lint           # Lint src/ and tests/

Example project (example/)

pnpm install                # Separate install (not a workspace)
pnpm lint                   # Run ESLint — errors expected in InvalidUsage.tsx
pnpm lint:update-snapshot   # Regenerate lint-snapshot.txt after changing expected errors
pnpm typecheck              # Type-check the example

Architecture

src/
  index.ts                  # Plugin entry — exports rules + recommended config
  rules/                    # 5 ESLint rules
    valid-render-return.ts    Validates component returns match @renders declaration
    valid-render-prop.ts      Validates props/children with @renders receive correct components
    valid-renders-jsdoc.ts    Validates @renders JSDoc syntax (braces, PascalCase)
    require-renders-annotation.ts   Requires @renders on all components (off by default)
    renders-uses-vars.ts      Marks @renders references as used (prevents no-unused-vars)
  utils/
    cross-file-resolver.ts    Resolves @renders and @transparent annotations across files via TypeScript's type checker
    render-chain.ts           Follows @renders chains (A → B → C) using type IDs
    jsdoc-parser.ts           Parses @renders/@transparent JSDoc annotations
    jsx-extraction.ts         Extracts component names from JSX (ternary, &&, .map())
    component-utils.ts        Component detection helpers
    settings.ts               Reads shared ESLint settings (additionalTransparentComponents)
  types/
    index.ts                  RendersAnnotation, ResolvedRendersAnnotation, ComponentTypeInfo

Read the full file on GitHub · 118 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. today First seen · 118 lines · 1,239 tokens per session scan A fead00bf5b75

Subscribe to this mod's changes

eslint-plugin-react-render-types AGENTS.md is an instructions file published in the GitHub repository HorusGoul/eslint-plugin-react-render-types (111 stars, last pushed 1mo ago), licensed MIT. It adds 1,239 tokens to every session, about $0.0062 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-04.