agent-skills AGENTS.md

agent-skills AGENTS.md is an instructions file for Codex, OpenCode from redis/agent-skills. It costs 1,698 tokens per session, scanned A, original, MIT.

Repository instructions for a collection of Redis-focused skills used by coding agents. They describe the repository structure, available skills, and how to add or maintain them.

In plain words
What is it for?
Use it when navigating the repository, finding Redis skills, understanding where skills are stored, or adding a new skill.
Why use it?
It gives an agent the project context and conventions needed to make consistent changes 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/redis/agent-skills/agents-md
Clone the repo
git clone --depth 1 https://github.com/redis/agent-skills

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 agent-skills AGENTS.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/redis/agent-skills/agents-md.svg)](https://agentmods.dev/instructions/redis/agent-skills/agents-md)
Your own site
<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>
Per session 1,698 This file is loaded in full into every session.
When invoked 1,698 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 $0.01698 $0.01698
Opus 5 $0.00849 $0.00849
Sonnet 5 $0.00340 $0.00340
Haiku 4.5 $0.00170 $0.00170

Measured 3d ago against content hash 5d9824dac4e0, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

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.

AGENTS.md · 101 lines

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.

Read the full file on GitHub · 101 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. 3d ago First seen · 101 lines · 1,698 tokens per session scan A 5d9824dac4e0

Subscribe to this mod's changes

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.

Related

Other instructions, from other repositories