redis / redis/redisctl

epic: Agent Skills — built-in operational skills, authoring guide, registry distribution

Open
#718 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

epic mcp
Dominant language
Rust
Stars
18
Forks
3
Avg merge
2d 18h
Merged PRs (30d)
28

Description

Agent Skills roadmap

This issue tracks the remaining work for redisctl MCP Agent Skills. The runtime and initial catalog are now shipped; the backlog below focuses on gaps rather than the original design questions.

Current state (2026-08-11)

redisctl MCP includes a runtime skill loader with:

  • bundled skills in crates/redisctl-mcp/skills/
  • an optional --skills-dir
  • the REDISCTL_MCP_SKILLS_DIR environment override
  • bundled fallback behavior for packaged installations

The current built-in catalog contains 10 skills:

  • cloud-database-provisioning
  • enterprise-health-check
  • data-explorer
  • data-modeling-advisor
  • compare-approaches
  • index-advisor
  • index-audit
  • index-migration
  • index-ab-test
  • query-tuning

Completed

  • Choose and ship the repository layout for bundled skills
  • Implement runtime discovery and loading
  • Package bundled skills with the MCP server
  • Add Enterprise health-check guidance
  • Add Cloud database-provisioning guidance
  • Add the initial Redis data, indexing, and query-tuning catalog
  • Validate bundled skill metadata and referenced MCP tool names (#1096)

Remaining skill coverage

Enterprise
  • Capacity planning
  • Cluster troubleshooting
  • Database performance analysis
Cloud
  • Migration planning

Add new skills only where a repeatable, multi-tool workflow is clearer and safer than an MCP tool description or prompt.

Remaining platform and documentation work

  • Add a skill-authoring guide with the supported frontmatter and tool-reference conventions
  • Document discovery, overrides, and installation for users
  • Decide whether an external registry/distribution mechanism is needed
  • Keep the catalog synchronized with user-facing documentation

MCP prompts remain complementary: prompts provide interactive starting points, while skills describe reusable workflows that clients and agents can discover.

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by reviewing the bundled skills under crates/redisctl-mcp/skills/ and the existing --skills-dir and REDISCTL_MCP_SKILLS_DIR behavior. The roadmap covers new enterprise and cloud skills, an authoring guide, user-facing discovery and installation documentation, and a possible registry, so completion requires resolving which remaining item to undertake and updating the catalog documentation accordingly.

Written by the indexing model from the issue text.

Assessment

Tech stack
rust
Domain
cli, documentation
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Quiet
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.