crew-status

Reads crew memory and inbox files to report persona knowledge and pending handoffs.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? When multiple AI personas save memory and leave notes for each other in a project, it becomes hard to know who knows what and which handoffs are still waiting. This Skill gives you a single read-only dashboard of the crew's entire memory state. ## Core Features & Use Cases - Persona memory summary: Reads every file in memory/agents/ and reports each persona's entry count, last-updated date, and a one-line gist of what it knows. - Pending handoff tracking: Reads every file in memory/inbox/ and lists each waiting note with recipient, sender, and date. - Health flags: Highlights stale personas that have not been updated in a long time and empty memory or inbox files. - Use Case: After a week of multi-persona work on a project, ask for the crew status to instantly see that forge has 4 saved facts, gauge has a pending handoff from trove, and atlas has not been updated since last month. ## Quick Start Ask the assistant to show the crew status dashboard for the current project.

Frequently Asked Questions about crew-status

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

FAQPage Schema
How do I see what each AI persona remembers in my project?▼

Run the crew status dashboard, which reads every file under memory/agents/ and reports each persona's entry count, last-updated date, and a one-line summary of what it knows. It renders once and stops.

How do I check for pending handoffs between personas?▼

The dashboard reads every file in memory/inbox/ and lists each non-empty one as a pending handoff, showing the recipient, sender, date, and note. If all inboxes are empty, it reports that there are no open handoffs.

Can the crew status dashboard clear or drain an inbox?▼

No, it is strictly read-only and never creates, edits, clears, or routes anything. Draining an inbox is the receiving persona's job when that persona is next activated.

What happens if there is no memory directory in the project?▼

If the memory/ directory does not exist under the project root, the dashboard simply reports that no crew memory has been saved yet and stops. It does not create the directory or any files.

Does the dashboard flag stale or empty persona memory?▼

Yes, it adds a Flags section noting personas that have not been updated in a notably long time and any agents or inbox files that exist but contain no entries. If nothing needs flagging, the section is omitted.