Check for a cached plan-evaluation.json result before launching the plan-evaluator agent. This skill should be used in Phase 1.3 (Simple Mode Evaluation) of the orchestrator prompt. Triggers on: entering Phase 1.3, checking simple mode, evaluating plan complexity. Returns EVAL_CACHE_HIT with cached values or EVAL_CACHE_MISS signaling re-evaluation is needed.
$npx -y skills add closedloop-ai/claude-plugins --skill eval-cacheInstalls into the current project.
Run `npx skills use "https://github.com/closedloop-ai/claude-plugins" --skill "closedloop-ai/claude-plugins/eval-cache"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/closedloop-ai/claude-plugins" that are relevant to the current task. Run `npx skills add "https://github.com/closedloop-ai/claude-plugins"` and select the relevant skills, then follow their instructions.