RedisInsight
AI coding standards for building and testing the RedisInsight desktop app
All Skills in This Repository (14)
Pure Emerald Level Indicatorscommits
Generate commit messages following the Conventional Commits specification.
frontend
Standardize React and Redux frontend patterns for RedisInsight UI components.
feature-flags
Manage RedisInsight feature flag creation, promotion, and removal across backend and frontend.
backend
Standardize NestJS backend modules, controllers, services, and DTOs for RedisInsight API.
testing
Standardize Jest and Testing Library tests with waitFor, renderComponent, faker, and MSW.
git-safety
Block unsafe Git operations on protected branches during commits, pushes, merges, rebases, resets, and deletions.
e2e-testing
Standardize Playwright end-to-end tests for RedisInsight with page objects and UI navigation.
code-quality
Enforce TypeScript and JavaScript code quality standards in RedisInsight.
type-check-baselines
Refresh RedisInsight TypeScript error baselines to resolve CI failures.
branches
Generate standardized Git branch names with type prefixes and issue references.
pull-requests
Standardize GitHub pull request creation and review with required labels, titles, and checklists.
tsconfigs
Locate and update RedisInsight TypeScript configuration files and path aliases.
Frequently Asked Questions
FAQPage SchemaHow 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→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