Hydrate banner
Nightdreams-bat Nightdreams-bat

Hydrate

Development community

Description

--- description: Turn a source (transcript, brain-dump, article, video, screenshots) into structured knowledge in context/ and the vault. Usage: /hydrate <path, URL, or pasted text> --- The argument is: `$ARGUMENTS` Load the `hydrate` skill and run its workflow on `$ARGUMENTS`. 1. Ingest (youtube-transcript for YT URLs, WebFetch for articles, Read for PDFs/images/files, `hydrate.py chunk` for anything over ~6000 words). 2. Extract the four buckets (entities / durable facts / decisions / op

Installation

Installs to ~/.claude/skills/nightdreams-bat-claude-code-kit-hydrate/SKILL.md

Terminal
mkdir -p ~/.claude/skills/nightdreams-bat-claude-code-kit-hydrate && curl -fsSL https://raw.githubusercontent.com/Nightdreams-bat/claude-code-kit/HEAD/commands/hydrate.md -o ~/.claude/skills/nightdreams-bat-claude-code-kit-hydrate/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository