Skip to content
View LCGF00's full-sized avatar
🏠
Working from home
🏠
Working from home

Organizations

@AgenciaKillua

Block or report LCGF00

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
LCGF00/README.md
 

Luis C. (LCGF)
Senior Full-Stack & Systems Engineer
Writing software since 1998. The wand no longer needs a wizard. Valar Morghulis.

I design and ship production systems with a focus on infrastructure, security and distributed backends — across multiplayer game servers, AI tooling and web platforms. Most of my day-to-day work lives in private repositories, so this profile focuses on architecture, stack and outcomes.


origin

1998 — Delphi 3, on a PC I assembled from my father's pile of scrap parts.
I wrote my first programs in secret and skipped school to keep coding.
He found out. I took the beating, and he sold the PC.
I never stopped — 20+ years later, still shipping systems.

what i build

Domain Description Stack
Infrastructure & inference routing Rust reverse proxy for local LLM inference — CPU/GPU spillover, slot queues, SSE dashboard Rust Axum Tokio Nginx Docker
Security tooling Scanner with pattern detection, integrity hashing and community reputation tracking Python FastAPI SQLite Docker
Distributed FiveM systems Parallel backend for a live FiveM server — Rust services with semantic code search over 1,650+ Lua files and real-time OLAP log analytics Rust Axum Tokio Qdrant ClickHouse
FiveM platform engineering Modular framework with OOP Lua, Vue 3 NUI, per-module lifecycle and build-time obfuscation — complex parallel game systems, not just scripts Lua Vue 3 TypeScript Bun Vite oxmysql
Game analytics SaaS Player ingestion and OLAP analysis at scale — OAuth, real-time dashboards; in production on large multiplayer servers Laravel React ClickHouse MariaDB Redis Docker
Agent orchestration Autonomous agent runtime in Docker — warm pool, persistent memory, multi-provider fallback, web + TUI interfaces Python FastAPI Docker Mem0 Qdrant

impact snapshot

  • 20+ years writing software — from Delphi desktop apps to distributed Rust backends.
  • Architected latency-sensitive infrastructure: inference routing and real-time multiplayer workloads.
  • Built production distributed data systems combining vector search (Qdrant) and OLAP analytics (ClickHouse).
  • Security-first by default — scanning, integrity hashing and secure execution pipelines for backend and agent workflows.
  • Specialized in FiveM platform engineering — complex parallel server systems, beyond simple scripts.
  • Delivered production-grade observability and incident-oriented tooling for live operations.

stack


languages




frameworks & engines




infra & tools

stats

 






current focus

  • FiveM platform & distributed backend architecture
  • Rust services for high-performance data and inference
  • Security and observability for production systems

systems engineering · game backends · security · infrastructure
Open to collaborations where architecture quality, reliability and security are first-class constraints.

Pinned Loading

  1. Skvil-IA/skvil-skill Skvil-IA/skvil-skill Public

    Security scanner for AI agent skills — analyzes installed skills for suspicious patterns, verifies file integrity, and checks reputation.

    Python 1

  2. godot_engginer godot_engginer Public

    Godot 4.x editor plugin that generates 3D CSG levels from text prompts using AI

    GDScript 2

  3. Skvil-IA/skvil-mcp Skvil-IA/skvil-mcp Public

    MCP server for the Skvil security scanner — verify, scan, and check on-chain certifications for AI agent skills

    TypeScript 1

  4. Skvil-IA/skvil-genesis Skvil-IA/skvil-genesis Public

    AI agent factory — multi-agent orchestration and lifecycle management

    Python

  5. Skvil-IA/skvil-crucible Skvil-IA/skvil-crucible Public

    Certification pipeline for AI agent skills — deep behavioral analysis and sandbox verification

    Rust 1

  6. Skvil-IA/skvil-kedavra Skvil-IA/skvil-kedavra Public

    Security scanner for AI agent skills — backend API, static analysis engine, and reputation network

    Python