redisredisOfficialยท3 Agent Skills Included

ioredis

AI-assisted maintenance toolkit for the ioredis Redis client library

Guides AI agents through maintaining the ioredis Redis client for Node.js, from adding new command typings to reviewing pull requests. Removes guesswork around generated files, test setup, and documentation updates that usually slow down contributors. Helps agents verify code changes, probe runtime behavior, and draft pull request summaries with consistent quality.
npx skills add redis/ioredis --all -g -y
Available:

Tells the AI agent how the ioredis codebase is structured, which commands to run for building and testing, and which generated files it must never edit by hand.

All Skills in This Repository (3)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install ioredis skills?โ–ผ

Run `npx skills add redis/ioredis --all -g -y` in your terminal to install all skills in this suite globally.

What is ioredis used for?โ–ผ

ioredis is a full-featured Redis client for Node.js that supports Cluster, Sentinel, pipelines, Pub/Sub, and Lua scripting. These skills help AI agents maintain and contribute to that library correctly.

How do these skills help with pull requests?โ–ผ

The maintainer-review and pr-draft-summary skills let your agent assess issues, review PRs like a maintainer, and generate ready-to-submit branch names, titles, and descriptions.

Can AI agents add new Redis command support safely?โ–ผ

Yes. The implement-command skill walks the agent through generator config, typed declarations, and functional tests so new commands are added without breaking existing typings.

Do these skills work with Claude Code and Cursor?โ–ผ

Yes. All skills follow the standard SKILL.md format and work in Claude Code, Cursor, Codex, and other compatible AI coding agents.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’