From bun-agent
Run memory consolidation (dream). TRIGGER when: user asks to consolidate memories, clean up learnings, organize memory files, run a dream, or says 'dream'. Also proactively triggered after long productive sessions.
npx claudepluginhub aphrody-code/bun-agentThis skill is limited to using the following tools:
Launch the `bun-dreamer` agent to consolidate memories from recent sessions.
Provides UI/UX resources: 50+ styles, color palettes, font pairings, guidelines, charts for web/mobile across React, Next.js, Vue, Svelte, Tailwind, React Native, Flutter. Aids planning, building, reviewing interfaces.
Fetches up-to-date documentation from Context7 for libraries and frameworks like React, Next.js, Prisma. Use for setup questions, API references, and code examples.
Retrieves current documentation, API references, and code examples for libraries, frameworks, SDKs, CLIs, and services via Context7 CLI. Ideal for API syntax, configs, migrations, and setup queries.
Launch the bun-dreamer agent to consolidate memories from recent sessions.
Memory directory: ${CLAUDE_PLUGIN_DATA}/memory/
Sessions directory: ${CLAUDE_PLUGIN_DATA}/sessions/
Memory files: !ls ${CLAUDE_PLUGIN_DATA}/memory/ 2>/dev/null || echo "(empty — first dream)"
Session count: !ls ${CLAUDE_PLUGIN_DATA}/sessions/*.jsonl 2>/dev/null | wc -l 2>/dev/null || echo "0"
Current MEMORY.md: !cat ${CLAUDE_PLUGIN_DATA}/memory/MEMORY.md 2>/dev/null || echo "(no index yet)"
mkdir -p ${CLAUDE_PLUGIN_DATA}/memory/bun-agent:bun-dreamer agentFor the memory file format specification, see ${CLAUDE_SKILL_DIR}/references/memory-format.md.