Add agent-skills repository link to AI agent resources#2966
Add agent-skills repository link to AI agent resources#2966mich-elle-luna merged 4 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.
|
|
||
| ## 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 :-)
|
|
||
| ## 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/).
Removed detailed list of features from the agent skills repository section.


Note
Low Risk
Low risk documentation-only change that adds a new external reference link and minor formatting cleanup.
Overview
Adds a new “Agent skills repository” section to
content/ai-agent-resources.mdlinking toredis/agent-skillsas a reusable skills/tools resource for Redis-focused AI agents.Also makes a small formatting cleanup around the Data type comparisons link and section spacing.
Reviewed by Cursor Bugbot for commit 14faf56. Bugbot is set up for automated code reviews on this repo. Configure here.