AgentStack
SKILL verified MIT Self-run

Hyperflow Cache

skill-jeremylongshore-claude-code-plugins-plus-skills-hyperflow-cache · by jeremylongshore

Hyperflow memory manager. Use to view, search, add, edit, prune, or clear hyperflow project memory — "show memory", "search memory for X", "clear memory", "what does hyperflow remember about Y". CRUD over .hyperflow/memory/ only — never touches source code.

No reviews yet
0 installs
4 views
0.0% view→install

Install

$ agentstack add skill-jeremylongshore-claude-code-plugins-plus-skills-hyperflow-cache

✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.

Are you the author of Hyperflow Cache? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

hyperflow-cache — memory CRUD (Antigravity single-agent)

Manage .hyperflow/memory/ entries. Only memory files — never source code. Follow the hyperflow doctrine.

Operations

  • view / list — print the entries in .hyperflow/memory/{decisions,learnings,pitfalls,patterns}.md.
  • search `` — grep the memory files; show matching entries with their file + heading.
  • add — append a tagged entry to the right category file (decisions / learnings / pitfalls / patterns). Use the format: ## then - (recorded ).
  • edit `` — update an existing entry in place (don't duplicate).
  • prune / clear — remove stale or wrong entries. Confirm via AskUserQuestion before a destructive clear (binary Yes/No).

Rules

  • Scope is .hyperflow/memory/ only. Don't record what the repo/git already captures; record the non-obvious why.

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet — be the first.

Versions

  • v0.1.0 Imported from the upstream source.