What problem does it solve? Saving a quick thought, note, or transcript into a personal knowledge base often involves choosing between multiple ingestion commands and manually handling slugs, frontmatter, and file placement. This Skill replaces that confusion with a single gbrain capture command that writes content to both the brain database and a markdown file on disk in one step. ## Core Features & Use Cases - Single ingestion entrypoint: Accepts content as an inline argument, a file via --file PATH, or piped input via --stdin, then writes it to the brain DB and disk simultaneously. - Automatic slugging and frontmatter: Generates a stable inbox/YYYY-MM-DD-<hash8> slug, wraps plain prose in sensible frontmatter (type, title, captured_via, captured_at), and deduplicates re-captures via content hashing. - Script-friendly output: Supports --quiet for slug-only output and --json for structured output, making it usable in shell pipelines and agent workflows. - Use Case: After a meeting, you paste a summary and say "save this to my brain" — the Skill captures it as a queryable page under inbox/ with a printed receipt showing slug, hash, and file path. ## Quick Start Ask the assistant to capture a thought by saying "capture this: <your thought>" and it will run gbrain capture to save it into your brain inbox.