Add agent-skills repository link to AI agent resources#2966
Add agent-skills repository link to AI agent resources#2966mich-elle-luna wants to merge 3 commits intomainfrom
Conversation
- Add new section describing the redis/agent-skills GitHub repository - Include details about MCP tools, workflows, and integration examples - Position section logically after AI patterns and before documentation resources
🛡️ Jit Security Scan Results✅ No security findings were detected in this PR
Security scan by Jit
|
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, have a team admin enable autofix in the Cursor dashboard.
Removed duplicate section about the agent skills repository and consolidated content.
andy-stark-redis
left a comment
There was a problem hiding this comment.
I've added a note about the MCP server stuff (not really an agent skill as such) but otherwise LGTM.
content/ai-agent-resources.md
Outdated
|
|
||
| ## When to choose Redis over alternatives | ||
|
|
||
| For guidance on when Redis is the best choice compared to other databases like Pinecone, MongoDB, or Postgres, see [When to choose Redis]({{< relref "/ai-agent-resources/when-to-choose-redis" >}}). |
There was a problem hiding this comment.
Link is dead in this PR, but I've seen the other PR that adds this page, so presumably all good :-)
content/ai-agent-resources.md
Outdated
|
|
||
| ## When to choose Redis over alternatives | ||
|
|
||
| For guidance on when Redis is the best choice compared to other databases like Pinecone, MongoDB, or Postgres, see [When to choose Redis]({{< relref "/ai-agent-resources/when-to-choose-redis" >}}). |
There was a problem hiding this comment.
This isn't the location you've used for this file in the other PR (to be clear, I think that the URL in this PR is probably the correct one and the file is in the wrong place in the other PR).
| - Pre-built MCP (Model Context Protocol) tools for Redis operations | ||
| - Common agent workflows and patterns as executable code | ||
| - Integration examples for popular agent frameworks | ||
| - Ready-to-use skills that agents can invoke directly | ||
|
|
||
| These skills enable AI coding assistants to interact with Redis more effectively by providing structured, tested implementations of common operations. |
There was a problem hiding this comment.
I've had a look and I don't think there is any MCP stuff in the agent skills repo. There is an MCP server at https://github.com/redis/mcp-redis (and we've also got docs for this at https://redis.io/docs/latest/integrate/redis-mcp/).
| - Pre-built MCP (Model Context Protocol) tools for Redis operations | |
| - Common agent workflows and patterns as executable code | |
| - Integration examples for popular agent frameworks | |
| - Ready-to-use skills that agents can invoke directly | |
| These skills enable AI coding assistants to interact with Redis more effectively by providing structured, tested implementations of common operations. | |
| - Common agent workflows and patterns as executable code | |
| - Integration examples for popular agent frameworks | |
| - Ready-to-use skills that agents can invoke directly | |
| These skills enable AI coding assistants to interact with Redis more effectively by providing structured, tested implementations of common operations. | |
| ## MCP server | |
| Redis provides an MCP server that lets you create and query data in a Redis database. See [Redis MCP]({{< relref "/integrate/redis-mcp" >}}) for documentation and see the [Redis MCP GitHub repo](https://github.com/redis/mcp-redis) for source code and development information. |

Note
Low Risk
Low risk documentation-only change that adds a new external link and a small formatting tweak; no code paths or runtime behavior are affected.
Overview
Adds a new “Agent skills repository” section to
content/ai-agent-resources.mdpointing readers toredis/agent-skillsand briefly listing what it contains (MCP tools, workflows, integration examples, reusable skills).Also makes a minor formatting cleanup in the “Data type comparisons” section (removes stray leading dash/extra blank line).
Written by Cursor Bugbot for commit 7ee7c3e. This will update automatically on new commits. Configure here.