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.
How this skill is triggered — by the user, by Claude, or both
Slash command
/bun-agent:dreaminheritThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Launch the `bun-dreamer` agent to consolidate memories from recent sessions.
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.
npx claudepluginhub aphrody-code/rs-bun --plugin bun-agentProvides 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.