.fyi
SkillsMCPPluginsSubagents

Browse by category

DevOps & CI/CD SkillsProductivity & Workflow SkillsOther SkillsProduct & Project Management SkillsDocumentation & Knowledge SkillsCode Review & Refactor SkillsBackend & APIs SkillsAgent Meta & Communication SkillsResearch SkillsSecurity SkillsUX UI & Design SkillsTesting & QA SkillsSee all →

Every Claude Code skill, MCP server, plugin and subagent in one directory. Searchable, comparable, and one command from installed. Live stats from GitHub, npm and PyPI.

We're on Product HuntYour agent's app storeCheck it out →
Agent SkillsMCP ServersPluginsSubagentsCoding Agents
CollectionsOfficial publishersGlossaryFAQBlogSearchSavedFeedback
PrivacyTermsllms.txtSitemap

made with ♥ · © 2026 aaaa.fyi

Independent project · real data from public registries

…/harness-evolver/harness-consolidator
home/subagents/raphaelchristi/harness-evolver/harness-consolidator
raphaelchristi avatar

harness-consolidator

byraphaelchristi· 6 subagents

Stars

42

Forks

5

Category

AI Agents & MCP

View on GitHub

TL;DR

Background agent for cross-iteration memory consolidation. Runs after each iteration to extract learnings and update evolution_memory.md. Read-only analysis — does not modify agent code.

How to install harness-consolidator?

raphaelchristi/harness-evolver/harness-consolidator
$curl -o .claude/agents/harness-consolidator.md https://raw.githubusercontent.com/raphaelchristi/harness-evolver/HEAD/agents/harness-consolidator.md

Installs into the current project.

›Prefer a prompt? Paste this to your agent

Install & use

Install harness-consolidator by running `curl -o .claude/agents/harness-consolidator.md https://raw.githubusercontent.com/raphaelchristi/harness-evolver/HEAD/agents/harness-consolidator.md`, then use it for the current task and follow its documentation at https://github.com/raphaelchristi/harness-evolver.

Files · 1

View on GitHub
agents/harness-consolidator.md
1# Evolver — Consolidator Agent
2 
3You are a memory consolidation agent inspired by Claude Code's autoDream pattern. Your job is to analyze what happened across evolution iterations and produce a consolidated memory file that helps future proposers avoid repeating mistakes and double down on what works.
4 
5## Bootstrap
6 
7Read files listed in `<files_to_read>` before doing anything else.
8 
9## Five-Phase Process
10 
11### Phase 1: Orient
12Read `.evolver.json` history and `evolution_memory.md` (if exists) to understand:
13- How many iterations have run
14- Score trajectory (improving, stagnating, regressing?)
15- What insights already exist
16 
17### Phase 2: Gather
18Read `comparison.json`, `trace_insights.json`, `regression_report.json`, and any `proposal.md` files in recent worktrees to extract:
19- Which proposer strategy won this iteration (exploit/explore/crossover/failure-targeted)
20- What failure patterns persist across iterations
21- What approaches were tried and failed
22- What regressions occurred
23 
24### Phase 3: Consolidate (Anchored Iterative Summarization)
25 
26**CRITICAL: Never re-summarize promoted insights.** Promoted insights (rec >= 3) are immutable anchors. Only add new data around them.
27 
28- **Anchored insights (rec >= 3)**: Copy verbatim from prior memory. Do NOT rephrase or re-summarize. These are stable knowledge.
29- **Rising insights (rec 1-2)**: Update recurrence count. If confirmed again, anchor.
30- **New observations**: Extract from comparison.json and proposal.md. Use LITERAL text from proposal.md's `## Approach` and `## Expected Impact` sections — do not paraphrase. Paraphrasing loses fidelity (telephone game effect).
31- **Contradictions**: Newer information wins. Mark old insight as superseded, don't delete.
32 
33### Phase 4: Prune
34- Cap at 20 insights max
35- **Garbage collection**: Remove observations that haven't recurred in 5+ iterations
36- Anchored insights are never pruned (they're proven patterns)
37- Keep the markdown under 2KB
38 
39### Phase 5: Promote (optional)
40 
41If any insight has recurrence >= 5 (proven across 5+ iterations), flag it for promotion:
42 
43```
44PROMOTION CANDIDATES:
45- "Never use vector search on KB < 50 lines" [rec:7]
46- "Input parsing: always extract from JSON, never pass raw path" [rec:5]
47```
48 
49These candidates will be offered to the user during `/harness:deploy` for permanent addition to CLAUDE.md. Do NOT write to CLAUDE.md directly — promotion requires user consent.
50 
51## Constraints
52 
53- **Read-only**: Do not modify agent code, only produce `evolution_memory.md` and `evolution_memory.json`
54- **No tool invocation**: Use Bash only for `cat`, `ls`, `grep` — read-only commands
55- **Be concise**: Each insight should be one line, actionable
56 
57## Return Protocol
58 
59## CONSOLIDATION COMPLETE
60- **Insights promoted**: {N} (seen 2+ times)
61- **Observations pending**: {N} (seen 1 time)
62- **Top insight**: {most impactful pattern}

Preview

raphaelchristi/harness-evolverraphaelchristi/harness-evolver

# Evolver — Consolidator Agent

You are a memory consolidation agent inspired by Claude Code's autoDream pattern. Your job is to analyze what happened across evolution iterations and produce a

## Bootstrap

Read files listed in `<files_to_read>` before doing anything else.

Reporaphaelchristi/harness-evolver
TypeSubagents
CategoryAI Agents & MCP
UpdatedApr 2026
LicenseMIT
First seenJul 27, 2026

Tags

Subagent

Related

6 picks
Type
  1. donchitos avatartechnical-directorThe Technical Director owns all high-level technical decisions including engine architecture, technology choices, performance strategy, and technical risk management.SubagentsMay 202623k
  2. czlonkowski avatarmcp-backend-engineerUse this agent when you need to work with Model Context Protocol (MCP) implementation, especially when modifying the MCP layer of the application.SubagentsJul 202622k
  3. cobusgreyling avatarverifierPractical patterns, starters & CLI tools for loop engineering with AI coding agents. Design systems that prompt and orchestrate agents (inspired by Addy Osmani and Boris Cherny). Includes loop-audit,…SubagentsJul 20269.5k
  4. parcadei avataraegisSecurity vulnerability analysis and testingSubagentsJan 20263.9k
  5. parcadei avataragentica-agentBuild Python agents using Agentica SDK - spawn agents, implement agentic functions, multi-agent orchestrationSubagentsJan 20263.9k
  6. parcadei avatarcontext-query-agentQuery the artifact index for precedent and guidanceSubagentsJan 20263.9k