memory_recall(query=<your message>, budget="low") to pull relevant context before answering. authenticate() runs lazily on the first write, not at session start. memory_reflect is reserved for synthesis questions (“what do I prefer about X”).
Claude Code
The recommended path is the xysq plugin: one install wires the MCP connection, the standard skill, and all five recall skills (recap, decisions, actionables, blockers, prep)./reload-plugins. Then authenticate once
with /mcp - select xysq and approve the OAuth sign-in (stored in your
keychain). Organisation accounts paste the org_path from
app.xysq.ai/connect-agent when the install
prompts for it; personal accounts leave it empty. Update later with
/plugin update xysq.
Verify with /skills - you should see xysq plus recap, decisions,
actionables, blockers, and prep.
Manual alternative (standard skill only, no plugin): if you’d rather drop the
skill file in yourself, download xysq.md from the dashboard and place it:
SKILL.md. Claude Code reloads skills at session start.
Claude Desktop
Native Skills feature. Connect xysq first via the Claude integration. Option A — Global Skill (recommended): Open Settings → Skills → Add Skill, select yourxysq.md, toggle it on. Applies to every conversation.
Option B — Project Instructions: Open a project → Project Instructions → paste the contents of xysq.md. Only conversations in that project pick it up.
Claude.ai (web)
The web app doesn’t expose a standalone Skills feature, but Project Instructions work identically. Connect xysq via the Claude integration first.- Open or create a Project at claude.ai
- Click Set custom instructions
- Paste the contents of
xysq.mdand save
Cursor
Adapter via.cursorrules. Connect xysq first via the Cursor integration.
.cursorrules automatically — no restart. For a global rule across every project, use Cursor → Settings → Rules for AI and paste the contents there.
Commit .cursorrules to your repo so collaborators get the same xysq-aware behaviour.
Windsurf
Adapter via.windsurfrules. Connect xysq first via the Windsurf integration.
Codex CLI
Adapter viaAGENTS.md. Connect xysq first via the Codex CLI integration.
Project scope:
AGENTS.md already exists, append rather than overwrite:
Gemini CLI
Adapter viaGEMINI.md. Connect xysq first via the Gemini CLI integration.
Project scope:
GEMINI.md already exists, append rather than overwrite.
Antigravity
Adapter via agent rules. Connect xysq first via the Antigravity integration. Open Antigravity → Settings → Agent rules (or Agent instructions) and paste the entire contents of yourxysq.md file. Save.
For project-scoped rules:
GitHub Copilot CLI
Adapter via system prompt. MCP support on Copilot CLI is inconsistent across versions — without it, the skill works for stated preferences but capture and recall tools won’t function. Copilot CLI’s system-prompt location depends on your version. Checkgh copilot config for the current path. As a pattern:
gh copilot config --help).
Updating
When the dashboard shows a new skill version, re-download and overwrite the file at the same path. The agent reloads at the start of its next session. For Claude Desktop with Option A (Skills feature), replace the file in Settings → Skills. For pasted instructions, paste the new contents over the old.Related
- Standard skill - what the skill instructs and how to download it
- Connect your agent - MCP setup guides per agent