Agent Plugins Marketplace
All plugins

dream-beta-tester

v0.1.8

Beta-tests the consolidate-memory "dream" skill ITSELF — the QA companion to it. A deterministic invariant oracle plus a judgment-lens skill (/dream-beta-test) that finds defects, regressions, and dishonest reports in the dream/consolidation skill, honest by construction (confirmed defects are kept separate from suspected ones). Use to QA, audit, stress-test, or validate a consolidate-memory version before shipping it; NOT for normal memory consolidation (that is the consolidate-memory skill itself). Ships a maintainer continuous-QA pre-push gate with a frozen self-test canary, and a deterministic orchestrator contract (reports/latest.json) for autonomous release self-heal.

Claude Code1 Skill

By ZenetuskenLicense: MIT4 GitHub starsUpdated 2 hours ago

Directory evidence

Runtimes
Claude Code
Parsed components
1 skill or MCP entry
Source updated
Aug 29, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Install plugin

Installs for the current user
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install dream-beta-tester@agent-plugin-marketplace

Paste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/Zenetusken/consolidate-memory

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/dream-beta-tester/.

Plugin files

plugins/dream-beta-tester/
├── .claude-plugin/plugin.json
└── skills/dream-beta-test/SKILL.md

Included Skills1

dream-beta-testskills/dream-beta-test/SKILL.md

Beta-test the consolidate-memory "dream" / memory-consolidation skill ITSELF: run the dream beta-harness against a repo and produce a structured, version-stamped defect report (the dream dashboard + a severity-ranked findings catalog that combines a deterministic invariant oracle with adversarial judgment lenses). Use this whenever the user wants to beta-test, QA, stress-test, audit, or find bugs/inconsistencies in the dream / consolidate-memory skill, run "dream-beta-test" or "the dream beta-harness", or validate a new consolidate-memory version against a repo. IMPORTANT: this is the TESTER, not the dream — do NOT trigger it on a normal request to "dream" / "consolidate my memory" / "checkpoint" / "save what you learned" (that is the skill UNDER test; use consolidate-memory for those). Honest by construction: confirmed defects and suspected ones are kept separate.

Plugin manifests1

plugins/dream-beta-tester/.claude-plugin/plugin.json
{
  "name": "dream-beta-tester",
  "version": "0.1.8",
  "description": "Beta-tests the consolidate-memory \"dream\" skill ITSELF — the QA companion to it. A deterministic invariant oracle plus a judgment-lens skill (/dream-beta-test) that finds defects, regressions, and dishonest reports in the dream/consolidation skill, honest by construction (confirmed defects are kept separate from suspected ones). Use to QA, audit, stress-test, or validate a consolidate-memory version before shipping it; NOT for normal memory consolidation (that is the consolidate-memory skill itself). Ships a maintainer continuous-QA pre-push gate with a frozen self-test canary, and a deterministic orchestrator contract (reports/latest.json) for autonomous release self-heal.",
  "author": {
    "name": "Zenetusken",
    "url": "https://github.com/Zenetusken"
  },
  "homepage": "https://github.com/Zenetusken/consolidate-memory",
  "repository": "https://github.com/Zenetusken/consolidate-memory",
  "license": "MIT",
  "keywords": [
    "beta-testing",
    "qa",
    "regression",
    "consolidate-memory",
    "dream",
    "self-heal",
    "skill"
  ]
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[dream-beta-tester on Agent Plugins Marketplace](https://pluginsmp.com/plugins/dream-beta-tester)