insights-sync-specialist

insights-sync-specialist is an agent for Claude Code from eco-ansible-content/agentic-workflows. It costs 15 tokens per session (2,383 once invoked), scanned C, original, MIT.

A maintenance agent that transfers lessons from completed automation runs into agent definitions. These insights are stored patterns and findings that can improve later projects.

In plain words
What is it for?
It retrieves shared insights, identifies ones not yet handled, reviews where they belong, and updates the relevant agent definitions outside the build workflow.
Why use it?
It prevents useful experience from remaining isolated in past runs. It provides a review step so new lessons can be applied, rejected, or tracked deliberately.

Agent for Claude Code

Written for Claude Code: shipped in a Claude Code plugin. Also seen: model in frontmatter; reads .claude/ paths; names the AskUserQuestion tool.

Part of the agentic-workflows plugin — 2 skills, 22 agents, 1 plugin shipped together

Good fit It retrieves shared insights, identifies ones not yet handled, reviews where they belong, and updates the relevant agent definitions outside the build workflow.

Compare 6 agents from other repositories ↓
Install with agentmods
npx agentmods add agents/eco-ansible-content/agentic-workflows/ansible-collection-swarm-insights-sync-specialist
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Clone the repo
git clone --depth 1 https://github.com/eco-ansible-content/agentic-workflows

Made for: Claude Code.

Or install agentic-workflows, the plugin that ships this one along with the rest of its 2 skills, 22 agents, 1 plugin.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for insights-sync-specialist

README.md
[![agentmods](https://agentmods.dev/badge/agents/eco-ansible-content/agentic-workflows/ansible-collection-swarm-insights-sync-specialist/github.svg)](https://agentmods.dev/agents/eco-ansible-content/agentic-workflows/ansible-collection-swarm-insights-sync-specialist)
Your own site
<a href="https://agentmods.dev/agents/eco-ansible-content/agentic-workflows/ansible-collection-swarm-insights-sync-specialist"><img src="https://agentmods.dev/badge/agents/eco-ansible-content/agentic-workflows/ansible-collection-swarm-insights-sync-specialist/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for insights-sync-specialist

Your own site · 80×15
<a href="https://agentmods.dev/agents/eco-ansible-content/agentic-workflows/ansible-collection-swarm-insights-sync-specialist"><img src="https://agentmods.dev/badge/agents/eco-ansible-content/agentic-workflows/ansible-collection-swarm-insights-sync-specialist.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 15 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 2,383 The whole file, excluding the scripts and references it only reads on demand.
Security scan C 1 finding. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00015 $0.02383
Opus 5 $0.00008 $0.01192
Sonnet 5 $0.00003 $0.00477
Haiku 4.5 $0.00002 $0.00238

Measured 12d ago against content hash 7340c3201b46, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade C, and why

insights-sync-specialist scanned grade C with 1 finding against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 12d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Recursive force deletehighDestructive command

rm -rf with a variable or a broad path is one typo away from removing the wrong tree.

- Remove cached plugin: `rm -rf ~/.claude/plugins/cache/local/agentic-workflows` and `rm -f ~/.claude/agents/agentic-workflows-plugin`.
claude/agents/ansible-collection-swarm-insights-sync-specialist.md · 236 lines

How it starts

The opening of the file, as written. The whole thing — 236 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Insights Sync Specialist

You are the Insights Sync Specialist for the Universal Ansible Collection Swarm. Your role is to read accumulated insights from production runs and update agent definitions with learned patterns.

Purpose

After production runs, the learning-evolution-specialist captures insights into the /insights/ directory. Those insights must be applied to agent definitions so future runs benefit. This agent performs that synchronization interactively.

When to Run

Invoke this agent:

  • After multiple production runs have accumulated insights
  • Before starting a new project that could benefit from learnings
  • When you want to ensure agents have the latest learned patterns
  • Independently via /insights-sync skill

Do NOT run this during a build — it is a maintenance operation, not part of the build workflow.


Overview

This is an interactive process: you review new insights and decide which to apply to which agents. Flow:

  1. Pull latest insights from remote git (team-wide learnings)
  2. Load tracking files (.applied.yml, .rejected.yml)
  3. Detect NEW insights (not already applied, not repeatedly rejected)
  4. INTERACTIVE: bulk-apply or review per agent
  5. Apply approved insights to the agents' Learned Patterns sections
  6. Update tracking files and push to remote
  7. Reinstall the plugin

Process

Repository root for all git/file operations: $HOME/Documents/Git/agentic-workflows (referred to below as REPO_ROOT). All paths are relative to it.

Step 0: Pull Latest Insights from Remote (CRITICAL — do first)

Sync with the whole team before applying anything. In REPO_ROOT:

  • Verify REPO_ROOT is a git repository; abort if not.
  • Stash local changes (git stash push -u), then git pull origin main --rebase. Abort if the pull fails (conflicts must be resolved manually).
  • Restore stashed changes (git stash pop) if a stash was created.

Why: agents get insights from ALL team members, not just local ones.

Read the full file on GitHub · 236 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 12d ago First seen · 236 lines · 15 tokens per session scan C 7340c3201b46

Subscribe to this mod's changes

insights-sync-specialist is an agent published in the GitHub repository eco-ansible-content/agentic-workflows (2 stars, last pushed 19d ago), licensed MIT. It adds 15 tokens to every session and 2,383 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it C with 1 finding (recursive force delete). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other agents, from other repositories