From water-footprint
Render an ASCII visualization of the session's fresh-water footprint directly in the terminal — real-world equivalence gauges (shower, toilet flush, tea, drops), per-model bars, and lifetime totals. Use when the user asks to visualize, see, or demonstrate their water consumption, or types "/water-viz".
How this skill is triggered — by the user, by Claude, or both
Slash command
/water-footprint:water-vizThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Render the user's water consumption as an ASCII visualization in the terminal.
Render the user's water consumption as an ASCII visualization in the terminal.
Locate the current session's transcript: the most recently modified .jsonl file under ~/.claude/projects/<encoded-cwd>/ (the cwd with / and . replaced by -).
Render the visualization:
node "${CLAUDE_PLUGIN_ROOT}/scripts/water.js" --viz --transcript "<path-to-transcript.jsonl>"
If no transcript can be found, run it without --transcript — it will still show lifetime totals.
Present the script's output to the user verbatim inside a fenced code block so the ASCII art alignment is preserved. Do not paraphrase or reformat it.
If the user wants a richer, shareable version, mention that --html instead of --viz writes an animated HTML page (the script prints its path; open it with open/xdg-open).
Searches MemPalace before answering questions about past work, people, projects, or prior decisions. Returns verbatim stored content instead of guessing from model memory.
Guides Payload CMS config (payload.config.ts), collections, fields, hooks, access control, APIs. Debugs validation errors, security, relationships, queries, transactions, hook behavior.
Implements vector databases with Pinecone, Weaviate, Qdrant, Milvus, pgvector for semantic search, RAG, recommendations, and similarity systems. Optimizes embeddings, indexing, and hybrid search.
npx claudepluginhub nlok5923/water-script --plugin water-footprint