crew-sync

Audit crew memory files for orphans, stale entries, duplicates, and format errors.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Multi-agent memory layers silently accumulate rot: inbox notes addressed to deleted personas, duplicate facts across agent files, stale entries, and malformed timestamps. This Skill audits the entire memory directory and reports every issue ranked by severity, without ever modifying a file. ## Core Features & Use Cases - Read-only memory lint: Scans memory/agents/ and memory/inbox/ for errors, warnings, and info-level issues, then reports them grouped by severity. - Orphan and duplicate detection: Validates inbox senders and recipients against the crew roster and flags duplicate facts across persona files. - Use Case: After removing or renaming a persona from your crew, run the audit to find every orphaned inbox note and stale agent file left behind before they cause confusion. ## Quick Start Ask the assistant to run crew sync and audit the project memory directory for consistency and hygiene issues.

Frequently Asked Questions about crew-sync

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

FAQPage Schema
How do I check my crew memory files for consistency issues?▼

Run the crew sync audit, which reads every file in memory/agents/ and memory/inbox/ and reports issues grouped by severity. It checks timestamps, entry format, duplicates, and roster validity in a single read-only pass.

How to find orphan inbox notes after removing a persona?▼

The audit validates every inbox sender and recipient against the current crew roster of 20 base personas plus user-confirmed custom ones. Notes referencing unrecognized names are flagged as errors with a possible typo suggestion.

Does crew sync modify or clean up memory files?▼

No, it is strictly read-only. It reports errors, warnings, and info items but never edits, drains, renames, or deletes any memory file, leaving all fixes to the user or the owning persona.

What counts as a stale memory entry?▼

An agent file whose most recent entry is over 90 days old is flagged as stale, and an inbox note older than 30 days is flagged as a waiting handoff. Both are warnings, not errors.

What happens if the memory directory does not exist?▼

The audit emits a single error reporting the missing memory root and stops immediately, since there is nothing else to check.