epic: Agent Skills — built-in operational skills, authoring guide, registry distribution
Nobody has claimed this yet.
- 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_DIRenvironment override - bundled fallback behavior for packaged installations
The current built-in catalog contains 10 skills:
cloud-database-provisioningenterprise-health-checkdata-explorerdata-modeling-advisorcompare-approachesindex-advisorindex-auditindex-migrationindex-ab-testquery-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
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- 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