$ ls -la ~/projects

Projects

MyriBot
Production Discord platform with a built-in AI agent powered by Claude — multi-round tool calling, RAG over a Qdrant vector database, real-time streaming responses, and per-user memory. Features a credit-based premium system (Stripe + Patreon) with tiered model access, sandboxed plugin loading, and a Turborepo monorepo with 500+ tests. Serves multiple live RuneScape 3 communities with GE lookups, player stats, clan tools, and a Next.js web dashboard.
Claude AI RAG Qdrant Turborepo Next.js Discord.js Stripe Docker
Node-Canopy
Self-hosted infrastructure monitoring platform built from scratch. Features a drag-and-drop spatial canvas (ReactFlow) with tile and graph modes, live Prometheus metric overlays, ICMP health checks, PromQL alerting with flap detection, and network interface telemetry. Includes 21 production algorithm implementations (circuit breaker, bloom filter, state machine, singleflight, dead letter queue), full RBAC with MFA, 5 UI themes, undo/redo, and a guided onboarding wizard. Playwright E2E tested.
React FastAPI PostgreSQL Prometheus Playwright Docker
ge.rs3.gg
Real-time market data platform tracking every tradeable item in RuneScape 3. Interactive charts with technical indicators (SMA, EMA, Bollinger Bands, RSI) implemented from scratch. Automated pattern detection engine runs every 15 minutes — identifies volume spikes, price breakouts, Bollinger squeezes, and RSI divergences. Nine data pollers feed a multi-source pipeline with deduplication and TTL-based expiry. Full REST API with server-side chart rendering via Puppeteer.
Node.js MariaDB Chart.js REST API Puppeteer Docker
S2DevTools
Custom developer CLI toolkit with 62 skills built on the Unix principle. Orchestrates 9 specialised AI agents (manager, architect, backend, frontend, QA, security, docs, UX, staff review) that auto-detect project context. Includes infrastructure management (SSH, Docker stacks, Cloudflare DNS, SSL certs, Authentik SSO), composable workflows where skills chain together, and a zero-footprint design that never pollutes project directories.
Claude Code AI Agents Bash Docker Cloudflare Unix
link-flap-detect
Open-source network diagnostic tool that detects interface link flapping from system logs and packet captures. Zero-dependency standalone binary with an interactive diagnostic wizard, Prometheus metric enrichment, config backup/rollback, self-update mechanism, and CI pipeline. Designed for production network troubleshooting.
Bash Networking Prometheus CI/CD Open Source