Skip to content
View LCGF00's full-sized avatar

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)
Pleno Full-Stack Engineer
The wand no longer needs a wizard. Valar Morghulis.

I design and ship production systems across AI infrastructure, multiplayer backends and web platforms. Most of my day-to-day work happens in private repositories, so this profile focuses on architecture, stack and outcomes.


what i build

Domain Description Stack
AI security tooling Skill scanner with pattern detection, integrity hashing and community reputation tracking Python FastAPI SQLite Docker
Inference routing Rust reverse proxy for local LLM inference — Axum, Tokio, CPU/GPU spillover, slot queues, SSE dashboard Rust Axum Tokio Ollama Qdrant Nginx Docker
Agent orchestration Spawn and manage autonomous AI agents in Docker — warm pool, persistent memory, multi-provider LLM fallback chain, web + TUI interfaces Python FastAPI Docker Mem0 Qdrant Ollama Vertex AI htmx SSE
Game analytics SaaS Player data ingestion and OLAP analysis at scale — AI-powered auto-config, OAuth, real-time dashboards; in production on large multiplayer servers Laravel React TypeScript ClickHouse MariaDB Redis Replicate Inertia Beanstalkd Docker
AI + game dev Godot 4 editor plugin — describe a building in natural language, AI generates CSG geometry with real textures in-engine GDScript Godot 4 Replicate PolyHaven
Multiplayer framework Modular FiveM boilerplate with OOP Lua, Vue 3 NUI, per-module lifecycle, JS obfuscation and Lua obfuscation via Prometheus Lua Vue 3 TypeScript Bun Vite Tailwind Prometheus oxmysql

impact snapshot

  • Built and maintained systems with sustained weekly delivery across private repos.
  • Worked on latency-sensitive services (inference routing and real-time multiplayer workloads).
  • Delivered production-grade observability and incident-oriented tooling for operations.
  • Focused on secure-by-default patterns for backend and agent workflows.

stack


languages




frameworks & engines




infra & tools

stats

 






current focus

  • Rust services for AI inference and orchestration
  • Secure agent execution pipelines
  • FiveM backend architecture and performance

AI infrastructure · game backends · security tooling
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 1

  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

  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