diagram-valkey-flow

Generates Mermaid sequence diagrams mapping application-to-Valkey data flows from source code analysis.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill solves the difficulty of understanding how application code interacts with Valkey by automatically tracing data flows and generating clear, visual sequence diagrams.

Core Features & Use Cases

  • Automated Tracing: Identifies entry points, middleware, and Valkey client operations across multiple languages.
  • Visual Documentation: Generates Mermaid sequence diagrams that map the full lifecycle of data from application request to Valkey command.
  • Use Case: Use this when onboarding to a new codebase to instantly visualize how a RAG pipeline or caching layer interacts with your Valkey instance.

Quick Start

Run the diagram-valkey-flow skill on the current directory to generate a sequence diagram and reference document for your Valkey integration.

Frequently Asked Questions about diagram-valkey-flow

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

FAQPage Schema
How do I generate a Mermaid sequence diagram for Valkey data flows in my application?

You can generate a Mermaid sequence diagram for Valkey data flows by running this Skill on your project directory. It traces client instantiation and database command execution across multiple languages to produce visual documentation.

How does source code tracing work for visualizing Valkey client operations and middleware?

Source code tracing for Valkey operations works by identifying entry points and middleware abstractions, validating all traced database commands against the source code to ensure technical accuracy in the final Mermaid sequence diagram.

Does this Valkey data flow visualization tool support multi-language codebase tracing?

Yes, this Valkey data flow visualization supports multi-language tracing. It identifies client instantiation, middleware abstraction, and database command execution across different programming languages within your project.

What's the best way to document a RAG pipeline or caching layer's interaction with Valkey?

The best way to document a RAG pipeline or caching layer's interaction with Valkey is to automate tracing the data flow from application request to database command, generating a validated reference document and sequence diagram for onboarding.

Can I use this tool to map application-to-Valkey data flows without manually tracing code?

Yes, you can map application-to-Valkey data flows without manually tracing code. This Skill automatically identifies entry points and validates operations against source code to ensure technical accuracy in the generated diagrams.