hyperflow-cache

Manage and manipulate Hyperflow project memory entries with CRUD operations.

3|Updated May 14, 2026
One-click install
npx skills add https://github.com/Mohammed-Abdelhady/hyperflow --skill hyperflow-cache
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: hyperflow-cache
Source: https://github.com/Mohammed-Abdelhady/hyperflow/tree/main/templates/antigravity/skills/hyperflow-cache
Command: npx skills add https://github.com/Mohammed-Abdelhady/hyperflow --skill hyperflow-cache

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill helps manage the memory within a Hyperflow project, allowing users to view, search, add, edit, prune, or clear entries in the .hyperflow/memory/ directory, streamlining the process of accessing and manipulating project memory.

Core Features & Use Cases

  • Memory Management: View, search, add, edit, prune, or clear entries in the .hyperflow/memory/ directory.
  • CRUD Operations: CRUD (Create, Read, Update, Delete) over memory files.
  • Use Case: If you need to quickly review past decisions or learnings made during a Hyperflow project, this Skill provides an efficient way to access that information without digging through source code.

Quick Start

Use the 'hyperflow-cache add' command to add a new memory entry to the appropriate category.

Frequently Asked Questions about hyperflow-cache

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

FAQPage Schema
How do I manage project memory entries in a Hyperflow directory?

You can manage Hyperflow project memory by performing CRUD operations on entries within the .hyperflow/memory/ directory to view, add, edit, or clear data for better knowledge retention.

Can I search past decisions stored in Hyperflow project memory without reading source code?

Yes, you can search project memory entries directly to quickly review past decisions and learnings, bypassing the need to dig through source code for information retrieval.

What is the best way to add a new memory entry to a Hyperflow project?

The best way to add a new memory entry is using the 'hyperflow-cache add' command, which inserts the new record into the appropriate category within the project memory structure.

Does the Hyperflow memory manager require any external dependencies to run?

No, the Hyperflow memory manager operates entirely through internal scripts and requires no external dependencies to perform CRUD operations on project memory files.

Can I prune or clear outdated entries from Hyperflow project memory?

Yes, you can prune or clear outdated entries from the .hyperflow/memory/ directory to maintain an efficient and relevant project memory state for decision-making.