redisredisOfficial·14 Agent Skills Included

RedisInsight

AI coding standards for building and testing the RedisInsight desktop app

Guides AI agents through contributing to RedisInsight, the visual Redis database management desktop app. Covers React frontend patterns, NestJS backend structure, Jest and Playwright testing, feature flags, and safe Git workflows. Eliminates guesswork around naming, linting, type-check baselines, and plugin development so every change passes review faster.
npx skills add redis/RedisInsight --all -g -y
Available:

Tells the AI agent how to set up, test, lint, and safely commit changes in the RedisInsight codebase, and routes each task to the matching skill file for detailed standards.

All Skills in This Repository (14)

Pure Emerald Level Indicators
📦 In Repo
redisredis

commits

Generate commit messages following the Conventional Commits specification.

Official
Basic
📦 In Repo
redisredis

frontend

Standardize React and Redux frontend patterns for RedisInsight UI components.

Official
Intermediate
📦 In Repo
redisredis

feature-flags

Manage RedisInsight feature flag creation, promotion, and removal across backend and frontend.

Official
Advanced
📦 In Repo
redisredis

backend

Standardize NestJS backend modules, controllers, services, and DTOs for RedisInsight API.

Official
Intermediate
📦 In Repo
redisredis

testing

Standardize Jest and Testing Library tests with waitFor, renderComponent, faker, and MSW.

Official
Intermediate
📦 In Repo
redisredis

git-safety

Block unsafe Git operations on protected branches during commits, pushes, merges, rebases, resets, and deletions.

Official
Basic
📦 In Repo
redisredis

e2e-testing

Standardize Playwright end-to-end tests for RedisInsight with page objects and UI navigation.

Official
Advanced
📦 In Repo
redisredis

code-quality

Enforce TypeScript and JavaScript code quality standards in RedisInsight.

Official
Intermediate
📦 In Repo
redisredis

type-check-baselines

Refresh RedisInsight TypeScript error baselines to resolve CI failures.

Official
Intermediate
📦 In Repo
redisredis

branches

Generate standardized Git branch names with type prefixes and issue references.

Official
Basic
📦 In Repo
redisredis

pull-requests

Standardize GitHub pull request creation and review with required labels, titles, and checklists.

Official
Basic
📦 In Repo
redisredis

tsconfigs

Locate and update RedisInsight TypeScript configuration files and path aliases.

Official
Intermediate

Frequently Asked Questions

FAQPage Schema
How to install RedisInsight skills?

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

What is RedisInsight used for?

RedisInsight is a free visual desktop tool for browsing, querying, and optimizing Redis databases, with support for JSON, search, vector sets, and streams.

How do these skills help AI coding agents?

They give your agent the exact coding, testing, Git safety, and feature-flag rules of the RedisInsight repo so generated code passes lint, type-check, and review on the first try.

Can AI build RedisInsight Workbench plugins?

Yes. The plugin skill walks the agent through manifests, activation functions, a three-phase build process, and deployment verification via the local API.

Do these skills work with Claude Code and Cursor?

Yes. All skills follow the universal SKILL.md standard and are auto-discovered by Claude Code, Cursor, and other compatible AI coding agents.

Related Repositories in Software Engineering

View All in Software Engineering