Evaluate mechanism-faithful continual-learning recovery metrics and gate proxy evidence.
Scanned 9/9/2026
Install to Claude Code
npx -y skills add VectorSpaceLab/AREX-Skill --skill continual_recovery_evaluator --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Continual Recovery Evaluator?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/vectorspacelab-continual-recovery-evaluator)More formats (shields.io, HTML) on the badges page.
---
name: continual_recovery_evaluator
description: Evaluate mechanism-faithful continual-learning recovery metrics and gate proxy evidence.
---
# Continual Recovery Evaluator
## 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. Compute baseline and episodic retained accuracy on the same labels.
2. Report gain over baseline as the proxy metric.
3. Require explicit mechanism booleans before accepting proxy success.
## Validation
Run `python tests/test_continual_recovery_evaluator.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!