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/iloveitaly/llm-ide-rules/typescriptgit clone --depth 1 https://github.com/iloveitaly/llm-ide-rulesWrote 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/iloveitaly/llm-ide-rules/typescript)<a href="https://agentmods.dev/instructions/iloveitaly/llm-ide-rules/typescript"><img src="https://agentmods.dev/badge/instructions/iloveitaly/llm-ide-rules/typescript.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.00448 | $0.00448 |
| Opus 5 | $0.00224 | $0.00224 |
| Sonnet 5 | $0.00090 | $0.00090 |
| Haiku 4.5 | $0.00045 | $0.00045 |
Grade A, and why
llm-ide-rules typescript.instructions.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 5d 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.
What it actually says
Typescript
- Use
pnpmorpnpxand notnpmornpx.- Use
just js_shadcn,just pnpm, andjust js_lintinstead of executing these operations exactly. @just/javascript.just
- Use
- Node libraries are not available
- Use
lib/for generic code,utils/for project utilities,hooks/for React hooks, andhelpers/for page-specific helpers. - Prefer
function theName() {overconst theName = () => - Use
import { invariant } from @epic-web/invariantinstead of another invariant library - Use
requireEnv("VITE_THE_ENV_VAR")instead ofprocess.env.THE_ENV_VAR - Don't use
console.{log,error}. Usefrom ~/configuration/logging import logandlog.info("string", {structured: "log"})instead.
Here's how frontend code is organized in web/app/:
lib/not specific to the project. This code could be a separate package at some point.utils/project-specific code, but not specific to a particular page.helpers/page- or section-specific code that is not a component, hook, etc.hooks/react hooks.configuration/providers, library configuration, and other setup code.components/react components.ui/reusable ShadCN UI components (buttons, forms, etc.).shared/components shared across multiple pages.- create additional folders for route- or section-specific components.
Dates & Times
- Always use the ISO 8601 format when sending dates in an API request.
- Use
Temporalfor any date or time manipulation. You can assume it's available in the browser. - DateTime objects should always be converted to UTC before included in any API request. Never send a timestamp with the user's timezone.
- Unless otherwise specified, do not shift server-provided times based on the user's timezone.
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.
- 5d ago First seen · 34 lines · 448 tokens per session scan A ed93ee3b08e5
llm-ide-rules typescript.instructions.md is an instructions file published in the GitHub repository iloveitaly/llm-ide-rules (13 stars, last pushed 4d ago), licensed MIT. It adds 448 tokens to every session, about $0.0022 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
docs-mcp-server AGENTS.md
Instructions for arabold/docs-mcp-server, covering agent instructions for docs-mcp-server, repository context, development workflow, key commands and git workflow.
docs-mcp-server CLAUDE.md
Instructions for arabold/docs-mcp-server, a project described as: Grounded Docs MCP Server: Open-Source Alternative to Context7, Nia, and Ref.Tools.
dravr-embacle AGENTS.md
AGENTS.md instructions for dravr-ai/dravr-embacle, covering git workflow: no pull requests, after pushing — mandatory ci monitoring, workflow for features, bug fixes and mandatory session startup checklist.
mcp-prompt-optimizer CLAUDE.md
Instructions for yusufkucukates/mcp-prompt-optimizer, covering claude.md — project instructions for claude code, project purpose, tech stack, project structure and how to run locally.
ai-config-bundle AGENTS.md
Instructions for iamironz/ai-config-bundle, covering agents.md, quick commands, build / lint / test, repository layout and python conventions.
prompt-template-engine CLAUDE.md
Instructions for AdamManuel-dev/prompt-template-engine, a project described as: Automated Prompt Optimization System for Cursor, Claude Code, VS Code, and anything else.