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/redis/agent-skills/agents-mdgit clone --depth 1 https://github.com/redis/agent-skillsWrote 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/redis/agent-skills/agents-md)<a href="https://agentmods.dev/instructions/redis/agent-skills/agents-md"><img src="https://agentmods.dev/badge/instructions/redis/agent-skills/agents-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.01698 | $0.01698 |
| Opus 5 | $0.00849 | $0.00849 |
| Sonnet 5 | $0.00340 | $0.00340 |
| Haiku 4.5 | $0.00170 | $0.00170 |
Grade A, and why
agent-skills 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 3d 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 — 101 lines — stays where its author put it; the contents beside it link to each section on GitHub.
AGENTS.md
This file provides guidance to AI coding agents (ChatGPT, Codex, Claude Code, Cursor, Copilot, etc.) when working with code in this repository.
Repository Overview
A collection of agentskills.io-compliant skills for AI coding agents working with Redis. Each skill is a focused, spec-compliant directory under skills/:
- redis-core — data structures, key naming, memory/TTL, atomic primitives, JSON vs Hash, Streams vs Pub/Sub
- redis-connections — pooling, multiplexing, pipelining, client-side caching, timeouts
- redis-search — FT.CREATE / FT.SEARCH / FT.AGGREGATE / FT.HYBRID, schema design, HNSW vs FLAT, hybrid retrieval, RAG
- redis-semantic-cache — LangCache for LLM response caching
- redis-clustering — hash tags, multi-key ops, read replicas
- redis-security — AUTH, TLS, ACLs, network exposure, command renaming
- redis-observability — INFO, SLOWLOG, MEMORY DOCTOR, FT.PROFILE, Redis Insight
- iris-development — Iris Redis Agent Memory: provisioning, SDK auth, session events, long-term memory
Where Skills Live
skills/ is the source of truth. plugins/redis-development/skills/ holds generated real copies of it for the ChatGPT, Codex, Claude Code, and Cursor plugin package, committed to the repo, and npm run sync:plugins regenerates them. Every marketplace publishes that one plugin directory, each through its own per-plugin manifest inside plugins/redis-development/ (.claude-plugin/, .codex-plugin/, .cursor-plugin/); the Claude and Cursor listings point at it from the repo-root .claude-plugin/marketplace.json and .cursor-plugin/marketplace.json.
Copies rather than symlinks, because Claude Code and Cursor both drop a symlink that escapes the plugin root when a plugin is installed from git, so the plugin loads no skills at all. Real files also survive a Windows checkout, where git writes symlinks as plain text files unless core.symlinks is on.
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.
- 3d ago First seen · 101 lines · 1,698 tokens per session scan A 5d9824dac4e0
agent-skills AGENTS.md is an instructions file published in the GitHub repository redis/agent-skills (129 stars, last pushed 8d ago), licensed MIT. It adds 1,698 tokens to every session, about $0.0085 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
coolify AGENTS.md
AGENTS.md instructions for coollabsio/coolify, covering agents.md, project overview, design reference, development environment and start dev environment (uses docker-compose.dev.yml).
NewsBlur AGENTS.md
AGENTS.md instructions for samuelclay/NewsBlur, covering newsblur development guidelines, planning & clarification, debugging, bug fixing workflow and git branching.
postiz-app CLAUDE.md
Claude Code instructions for gitroomhq/postiz-app: This project is Postiz, a tool to schedule social media and chat posts to 28+ channels. You can add posts to the calendar, they will be added into a workflow and posted at the right time. You can find things like.
postiz-app copilot-instructions.md
Copilot instructions for gitroomhq/postiz-app, covering copilot coding agent instructions for postiz, project architecture, developer workflows, conventions & patterns and integration points.
redis-vl-python CLAUDE.md
Instructions for redis/redis-vl-python, covering claude.md - redisvl project context, frequently used commands, development workflow, redis setup and documentation.
mcp-redis GEMINI.md
Instructions for redis/mcp-redis, covering redis mcp server extension, what this extension provides, available tools, string operations and hash operations.