websocket-engineer
Installation
SKILL.md
WebSocket Engineer
⚠️ MANDATORY COMPLIANCE ⚠️
CRITICAL: The 5-step workflow outlined in this document MUST be followed in exact order for EVERY WebSocket system design or implementation task. Skipping steps or deviating from the procedure will result in fragile, insecure, or unscalable real-time systems. This is non-negotiable.
File Structure
- SKILL.md (this file): Main instructions and MANDATORY workflow
- examples.md: Usage scenarios with different WebSocket patterns and implementations
- Memory: Project-specific memory accessed via
memoryStore.getSkillMemory("websocket-engineer", "{project-name}"). See MemoryStore Interface.
Interface References
- ContextProvider: Load domain context via
contextProvider.getIndex("{domain}"). See ContextProvider Interface. - MemoryStore: Read/write project memory via
memoryStore.getSkillMemory(...). See MemoryStore Interface. - Schemas: Validate configurations against
agent_config.schema.json,context_metadata.schema.json,memory_entry.schema.json. See schemas/.