# agentmods > A catalogue of mods for coding agents: skills, subagents, slash commands, > hooks, settings, plugin bundles, MCP servers, Cursor rules and instructions > files, for Claude Code, Cursor, Codex, Copilot and Gemini CLI. > > What makes it different from every other listing: each entry carries four > measurements. What it costs in tokens per session and once invoked, what a > static security scan found and the exact line that produced each finding, > whether it is the original or a near-identical copy of something else, and > what has changed since it was first seen. Currently 648523 mods from 146197 repositories, 535803 measured for token cost. ## Why token cost is the number that matters A mod is not free to have installed. An agent definition, a Cursor rule or an instructions file is injected into the context of every session whether or not it is used. In this catalogue the average agent costs about 1,700 tokens per session and the average skill about 50, because skills are progressive disclosure: only the name and description are preloaded. A stack of six agents is ten thousand tokens before a question has been asked. Counted locally with the o200k_base tokenizer: exact for GPT, within a few percent for Claude. ## What the security grade means A static scan of the body, not an audit, and every page says so. It looks for hidden Unicode, instruction-override phrasing, downloads piped into a shell, recursive force deletes, privilege escalation, credential paths and encoded payloads. Grades run A to F, and every finding is printed with the matched line so a reader can judge it in context. ## Full catalogue The long form, one block per Tier-1 mod with its description, cost, scan grade and origin: https://agentmods.dev/llms-full.txt. Every page is also listed in https://agentmods.dev/sitemap-index.xml. ## Browse - [Skills](https://agentmods.dev/skills): 331310 indexed - [Agents](https://agentmods.dev/agents): 63486 indexed - [Commands](https://agentmods.dev/commands): 65264 indexed - [MCP servers](https://agentmods.dev/mcp): 60087 indexed - [Cursor rules](https://agentmods.dev/rules): 20950 indexed - [Instructions](https://agentmods.dev/instructions): 54973 indexed - [Hooks](https://agentmods.dev/hooks): 16206 indexed - [Settings](https://agentmods.dev/settings): 4931 indexed - [Plugins](https://agentmods.dev/plugins): 31316 indexed ## URL shape - item: https://agentmods.dev//// - repository: https://agentmods.dev/// - author: https://agentmods.dev/@ - tag: https://agentmods.dev//tag/ - for one agent: https://agentmods.dev//for/ - trending: https://agentmods.dev/trending ## What this catalogue does not do It hosts nothing and modifies nothing. Every mod stays where its author put it and every page links to the source file. Bodies are reproduced only where the repository carries a permissive licence; a repository with no LICENSE is all rights reserved, and those pages carry metadata, measurements and a link.