ioredis
AI-assisted maintenance toolkit for the ioredis Redis client library
All Skills in This Repository (3)
Pure Emerald Level Indicatorscode-change-verification
Select and execute minimal Mocha tests, TSD checks, and build scripts for ioredis code changes.
docs-sync
Synchronize ioredis documentation with code changes across README, JSDoc, and examples.
runtime-behavior-probe
Plan and execute disposable TypeScript probes to verify actual ioredis runtime behavior.
Frequently Asked Questions
FAQPage SchemaHow 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โopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core