valkey-spike

Analyze codebases for Valkey integration and verify GLIDE client interactions via live spike testing.

2|Updated May 27, 2026
One-click install
npx skills add https://github.com/edlng/agents --skill valkey-spike
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: valkey-spike
Source: https://github.com/edlng/agents/tree/main/skills/universal/valkey-spike
Command: npx skills add https://github.com/edlng/agents --skill valkey-spike

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill eliminates the guesswork in adopting Valkey by providing a structured, empirical framework to verify technical feasibility before committing to a full implementation.

Core Features & Use Cases

  • Evidence Collection: Automatically scans your codebase for existing Redis/Valkey usage, caching patterns, and vector search implementations.
  • Empirical Verification: Executes live spike tests against a Valkey instance to prove risky assumptions, such as binary encoding compatibility or module availability.
  • Use Case: Use this when you need to determine if your project can successfully migrate from Redis to Valkey or if it can support new capabilities like vector search without breaking existing infrastructure.

Quick Start

Run the valkey-spike skill against the current directory to analyze integration opportunities and verify risky assumptions against a live instance.

Frequently Asked Questions about valkey-spike

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I verify if my project can safely migrate from Redis to Valkey?

Valkey integration feasibility is empirically validated by scanning your codebase for existing Redis usage and executing live spike tests against a running Valkey instance. This process verifies risky technical assumptions like binary encoding compatibility and module availability before committing to a full migration.

Can I test Valkey vector search capabilities without breaking my existing infrastructure?

Yes, you can test Valkey vector search safely by running isolated spike tests against a live Valkey instance. Static dependency analysis identifies existing usage patterns, allowing you to empirically verify new vector search capabilities and GLIDE client interactions without disrupting current infrastructure.

What is the best way to validate GLIDE client interactions with a live Valkey instance?

The best way to validate GLIDE client interactions is through structured empirical spike testing. This involves executing runtime validation directly against a live Valkey instance to prove technical feasibility, verify risky assumptions, and confirm binary encoding compatibility.

Does this approach automatically detect existing caching patterns in my codebase?

Yes, this Valkey integration approach automatically detects existing caching patterns by performing static analysis on your codebase. It collects evidence on current Redis usage, vector search implementations, and dependencies before executing any live verification tests.

When should I run a Valkey spike test instead of directly implementing caching?

You should run a Valkey spike test before a full implementation to eliminate adoption guesswork. Use it when migrating from Redis or adding vector search capabilities to empirically verify risky technical assumptions like binary encoding compatibility against a live instance.