Skip to content

Add agent-skills repository link to AI agent resources#2966

Open
mich-elle-luna wants to merge 3 commits intomainfrom
add-link-ai-resources
Open

Add agent-skills repository link to AI agent resources#2966
mich-elle-luna wants to merge 3 commits intomainfrom
add-link-ai-resources

Conversation

@mich-elle-luna
Copy link
Copy Markdown
Collaborator

@mich-elle-luna mich-elle-luna commented Mar 31, 2026

  • 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

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.md pointing readers to redis/agent-skills and 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.

- 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
@github-actions
Copy link
Copy Markdown
Contributor

@jit-ci
Copy link
Copy Markdown

jit-ci bot commented Mar 31, 2026

🛡️ Jit Security Scan Results

CRITICAL HIGH MEDIUM

✅ No security findings were detected in this PR


Security scan by Jit

Copy link
Copy Markdown

@cursor cursor bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cursor Bugbot has reviewed your changes and found 1 potential issue.

Fix All in Cursor

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.
@mich-elle-luna mich-elle-luna requested a review from a team April 8, 2026 19:25
Copy link
Copy Markdown
Contributor

@andy-stark-redis andy-stark-redis left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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" >}}).
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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" >}}).
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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).

Comment on lines +110 to +115
- 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.
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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/).

Suggested change
- 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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants