One-click install
npx skills add https://github.com/Cain-Ish/claude-code-plugin --skill dream-cain-ish
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: dream
Source: https://github.com/Cain-Ish/claude-code-plugin/tree/main/skills/dream
Command: npx skills add https://github.com/Cain-Ish/claude-code-plugin --skill dream-cain-ish

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It helps prevent your local wiki from becoming fragmented, outdated, or missing connections by consolidating new insights from session transcripts into cleaner, better cross-linked pages.

Core Features & Use Cases

  • Automated knowledge consolidation: Mines session transcripts, proposes page create/update/relate actions, and stages all changes for review before applying them.
  • Deduplication and cross-linking: Audits and repairs wiki pages (frontmatter, wiki-link format, stubs, empty pages), merges overlapping entries, and builds bidirectional related links.
  • Reviewable, controlled execution: Produces a diff, requires acceptance via dream_accept, and optionally archives low-value pages as a reversible step.
  • Background execution: Runs the consolidation in the background for long-running consolidation jobs while notifying you on completion.

Quick Start

Run dream inline to consolidate the knowledge base from your latest session transcripts and review a diff before applying changes.

Frequently Asked Questions about dream

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I deduplicate and consolidate a local knowledge wiki from session transcripts?

You can consolidate your local knowledge wiki by mining session transcripts, proposing page updates, and staging all changes as a diff for explicit review before applying them. The workflow generates create, update, and relate actions to merge overlapping entries.

What's the best way to cross-link fragmented wiki pages and repair empty stubs?

Cross-linking fragmented wiki pages is handled by auditing and repairing frontmatter, fixing wiki-link formats, and merging stubs or empty pages. The process builds bidirectional related links to enrich the knowledge base.

Can I run long-running knowledge consolidation jobs in the background?

Background execution runs long-running knowledge consolidation jobs while notifying you on completion. This allows continuous offline consolidation of long-form notes, cross-links, and archived sessions across many sessions without blocking your workflow.

How does offline wiki consolidation handle page archival and forgetting?

Offline wiki consolidation handles archival by optionally archiving low-value pages as a reversible step during the accept-time validation phase. You finalize approved changes using dream_accept, which validates and optionally forgets or archives content.

Do I need to manually review changes before they are applied to my knowledge base?

Manual review is required before changes are applied to your knowledge base. The consolidation process produces a diff and requires explicit acceptance via dream_accept, ensuring you maintain control over all staged wiki snapshot edits.