Build one-pass lifelong language-learning streams without exposing dataset identifiers to the model.
Scanned 9/9/2026
Install to Claude Code
npx -y skills add VectorSpaceLab/AREX-Skill --skill lifelong_stream_protocol --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Lifelong Stream Protocol?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/vectorspacelab-lifelong-stream-protocol)More formats (shields.io, HTML) on the badges page.
---
name: lifelong_stream_protocol
description: Build one-pass lifelong language-learning streams without exposing dataset identifiers to the model.
---
# Lifelong Stream Protocol
## When To Use
Use this skill when reconstructing the episodic-memory lifelong language learning method from de Masson d'Autume et al. without relying on an original implementation repository.
## Inputs
- Small text examples represented as dictionaries.
- Deterministic configuration values such as memory probability, replay interval, K, and adaptation steps.
## Outputs
- Auditable Python objects or JSON-serializable dictionaries matching the module contract.
- Logs that expose mechanism execution rather than only final metrics.
## Workflow
1. Group examples by dataset order only outside model-visible fields.
2. Emit stream rows containing id, text, and label but no dataset/domain key.
3. Keep a separate audit table for retention probes and reporting.
## Validation
Run `python tests/test_lifelong_stream_protocol.py` from this skill directory.
## Limitations
The scripts are deterministic proxy utilities for bounded recovery. They do not train BERT or reproduce the full paper-scale datasets.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!