何时使用: You have an app and want Figma-style 'who's here' indicators without running a socket server.
前置条件
Skill copied into your project's .claude folder — git clone https://github.com/PolarCoding85/convex-agent-skillz and copy .claude/ to your project root
步骤
Describe the feature
Using the Convex skillz — add presence to the documents page. Show cursors and usernames.✓ 已复制
→ Claude implements with Convex's presence pattern (mutation + reactive query), not a custom WebSocket
Handle disconnection
What about cleanup when users close the tab?✓ 已复制
→ Specific stale-presence cleanup strategy aligned with Convex conventions
结果: Working presence with proper cleanup.
注意事项
Custom presence pattern that fights Convex's reactivity — Skill steers you toward the idiomatic version; don't override without a reason