electrobun
Installation
SKILL.md
Electrobun Algo Trading Application Skill
Build production-grade algo trading desktop applications with Electrobun + Bun runtime. This skill encodes best practices for security, performance, broker integration, real-time data, and the complete Electrobun API surface.
Quick Reference
For detailed guides on specific topics, see:
- architecture.md - Application architecture and project structure
- api-reference.md - Complete Electrobun API reference (all classes, methods, events)
- security.md - Authentication, encryption, API key management, sandboxing
- broker-integration.md - Broker APIs, order management, position tracking
- websockets-realtime.md - WebSocket connections, market data streaming, reconnection
- storage.md - SQLite, time-series data, trade logging, caching
- performance.md - Memory efficiency, GC tuning, data streaming, profiling