echo

Searches crew memory and inbox files with parallel subagents and returns deduplicated matches.

1|Updated Jun 1, 2026
One-click install
npx skills add https://github.com/kridaydave/My_Skills --skill echo-kridaydave
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: echo
Source: https://github.com/kridaydave/My_Skills/tree/main/echo
Command: npx skills add https://github.com/kridaydave/My_Skills --skill echo-kridaydave

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Answering "what does the crew already know about X" normally requires manually reading every persona's memory file and every pending inbox handoff. Echo replaces that with one parallel sweep that searches all memory files at once and returns a unified, deduplicated answer. ## Core Features & Use Cases - Parallel memory search: Spawns blind subagents, each searching a slice of memory/agents/*.md and memory/inbox/*.md files, then unions and deduplicates the results. - Scoped queries: Search full memory, agents only, inboxes only, or specific personas depending on whether you want settled knowledge or pending handoffs. - Ranked, honest reporting: Matches are ranked by relevance with full coverage reporting, including which files had zero hits and what was not found. - Use Case: Before starting a new task, ask "what did we decide about the caching strategy?" and get every relevant memory entry across all personas in one read-only pass. ## Quick Start Ask the assistant to run an echo search across crew memory for what the team already knows about a specific topic.

Frequently Asked Questions about echo

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I search across multiple agent memory files at once?▼

Run an echo search with your query, and it dispatches parallel subagents that each search a slice of memory/agents and memory/inbox files. Results are deduplicated by content and ranked by relevance in a single report.

What is the difference between echo and swarm search?▼

Echo searches the crew's own knowledge in memory and inbox markdown files, tuned for recall relevance. Swarm performs exhaustive searches over a codebase or corpus. Echo answers what the team already knows; swarm finds everything in a body of files.

Can I search only one persona's memory or pending handoffs?▼

Yes, echo supports scoped searches: full memory, agents only, inboxes only, a single persona, or a named set of personas. Full memory is the default; narrow the scope when you only want settled knowledge or pending handoffs.

Does echo modify or delete memory entries?▼

No, echo is strictly read-only. It searches memory files, reports matches with coverage details, and stops. It never edits, drains, routes, or clears any memory or inbox entry.

What happens when no memory entries match my query?▼

Echo reports that no entries match across the files searched, lists the files covered, and explicitly flags the topic as absent from crew memory. This prevents silence from being misread as the topic being unknown versus unsearched.