memo-hooks

Installation
SKILL.md

memo-hooks

One skill, three branches. On every invocation, detect install state first, then route.

Step 1: Detect install state

bash "$(find .claude/skills -name state.sh -path '*/memo-hooks/*' 2>/dev/null | head -1)" \
  detect \
  "$(pwd)/.claude/memo-flow/config.json" \
  "$HOME/.claude/memo-flow/registry.json" \
  "$(pwd)"

Output is one of: not_installed | healthy | broken_no_config | broken_no_registry

Route based on the output:

Installs
22
GitHub Stars
3
First Seen
May 20, 2026
memo-hooks — guillermomurillo/memo-flow