Loading...
Loading...
Persistent local memory for AI agents. Silently capture and retrieve context that survives beyond a single conversation: business requirements, API specs, integration quirks, technical decisions, user preferences, and domain knowledge. Use this skill proactively whenever you encounter information worth preserving or when context from past sessions would help the current task. Also triggered manually by "braindump this" (to store) or "use your brain" (to retrieve).
npx skill4agent add mohganji/braindump braindumpbraindumpcurl -fsSL https://raw.githubusercontent.com/MohGanji/braindump/main/install.sh | bashbash "SKILL_DIR/scripts/install.sh"braindump --version# Save
braindump add <category> --title "..." --content "..." --tags "tag1,tag2"
# Retrieve
braindump search "query"
braindump list [category]
braindump get <category> "pattern"
# Manage
braindump update <id> --content "..."
braindump append <id> --content "additional info"
braindump delete <id>
braindump categories
braindump tags--format json~/.braindump/