Recall skills are currently Claude Code only. The standard skill remains the cross-platform one. More platforms will follow.
The skills
| Skill | Fires when you ask | What it gives you |
|---|---|---|
| recap | ”catch me up”, “what did I work on this week”, “what’s been going on”, “daily summary” | A narrative of what happened in a time window. |
| decisions | ”what did we decide”, “why did we pick X”, “what calls did I make”, “what was resolved” | The choices made in a window, with rationale. |
| actionables | ”what’s pending”, “what do I need to do”, “my open items”, “what should I work on” | Forward-looking open tasks and stated priorities that you own. |
| blockers | ”what am I blocked on”, “what’s waiting on someone”, “what’s stuck”, “what’s on hold” | Items that can’t proceed and what or who each one waits on. |
| prep | ”prep me for my call with Acme”, “what’s the context for the topic sync”, “brief me before the standup” | Topic-scoped context for an upcoming meeting, pulled regardless of age. |
recap covers the past as a narrative; decisions narrows to choices and why; actionables is future work you own; blockers is work stuck on someone else; prep is forward-facing context for a specific topic. The agent picks the closest fit automatically.
How to get them
Recall skills ship inside the xysq plugin for Claude Code. If you’ve already connected Claude Code through the plugin, pull the latest version:/plugin update xysq to make sure you’re on the latest.
The standard
xysq skill and the recall skills all ship in the same plugin, so a single /plugin update xysq keeps every one of them current.Verifying they loaded
Inside Claude Code, run/skills. Alongside xysq you should see recap, decisions, actionables, blockers, and prep in the list. If they’re missing, run /plugin update xysq and start a fresh session.
You can also ask any connected agent to read the live catalog through the skill_catalog tool, which returns the current skill set and the platforms each one supports.
Related
- Standard skill - the core retain and recall protocol
- Connect your agent - install the Claude Code plugin that ships these skills