Skip to content
View Zandereins's full-sized avatar
🎯
Focusing
🎯
Focusing
  • Dresden

Block or report Zandereins

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 supported. This note will be visible to only you.
Report abuse

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

Report abuse
Zandereins/README.md

Claude Code orchestrating subagents in Ghostty terminal

Hey, I'm Franz

IT Consultant Β· AI & Agentic Engineering Β· Dresden, Germany

I build AI agents that run in production β€” not just prototypes.
From LLM orchestration and fullstack web apps to secure infrastructure, with an enterprise IT background.


What I Deliver

  • AI agents in production β€” Design, build, and operate autonomous agents with semantic memory, multi-LLM routing, and real-time monitoring
  • Fullstack web applications β€” Next.js / React / TypeScript frontend, Python / FastAPI backend, Supabase / PostgreSQL data layer
  • AI workflow architecture β€” Context engineering, prompt design, and structured agentic workflows that deliver reproducible results
  • Automation & data pipelines β€” Web scraping, NLP preprocessing, n8n workflows, Docker deployments, CI/CD pipelines
  • Enterprise governance β€” Security-first architecture and operational discipline from years of Microsoft Cloud consulting

What I'm Building

  • 🦞 Vega β€” AI assistant on OpenClaw running 24/7 on a Tailscale-isolated VPS β€” handles research, task delegation, automated security audits, and daily operations via Telegram
  • πŸ“‘ project-beat β€” Automated freelance project discovery for the German IT market β€” scrapes 5 platforms 2x daily, deduplicates via fuzzy + embedding similarity, ranks with hybrid NLP/semantic scoring (v1.2 live)
  • πŸ–₯️ Mission-Control β€” Operations dashboard that gives full visibility into agent state, task pipelines, server health, and deployment status β€” one tab instead of five terminals
  • πŸ›‘οΈ ShieldClaw β€” Open-source prompt injection defense (71 patterns, 4 active hooks, zero token overhead) that protects AI agents from adversarial inputs in production
  • πŸ”§ OpenClaw Skills β€” Reusable agent capabilities for the OpenClaw ecosystem
  • πŸ”¨ SkillForge β€” Self-evolving skill engine for Claude Code β€” text gradients for directed fixes, multi-skill mesh conflict detection, meta-learning data flywheel, failure triage. Your 50th skill ships in half the iterations of your 1st (v4.0, 99.4/100 structural score, 51 tests)

Engineering Approach

Structured workflows ensure AI-driven development produces reliable, auditable results β€” not guesswork.

Practice What it means
Phase-based execution Planning, implementation, verification with atomic commits and parallel subagents
Context engineering Token-optimized instruction files, progressive skill loading, scoped rules per project
Hook-based guardrails Security enforcement at zero token cost via PreToolUse/PostToolUse hooks
Semantic memory Vector search over agent history with automatic re-embedding for persistent context

Dev Environment

Tool Role
Ghostty Custom-configured terminal with splitscreen layout
lazygit TUI Git client β€” keyboard-driven version control
Wispr Flow Voice-to-text AI β€” speak commands, code and prompts
Claude Code Agentic IDE running in the adjacent pane
VS Code / Cursor / Antigravity IDEs for visual editing, debugging, and AI-assisted coding
Git Worktrees Parallel branch development without context switching
Claude Code Ecosystem

My agentic development workflow runs on Claude Code with a curated set of plugins, frameworks, and custom skills β€” from structured planning to autonomous code review and security enforcement.

Official Plugins

Superpowers Frontend Design Playwright Code Review Commit Commands Ralph Loop Playground Agent SDK Dev

Community Frameworks

GSD Paul Everything Claude Code Planning with Files Voltagent

Custom Skills

ShieldClaw QMD-CLI SkillForge

Tech Stack

AI & Agents

OpenClaw OpenRouter QMD Whisper Telegram sentence-transformers spaCy KeyBERT

Dev Stack

TypeScript Python Next.js FastAPI Tailwind CSS shadcn/ui Supabase PostgreSQL pgvector

Dev Environment

Ghostty VS Code Cursor Antigravity lazygit Git Worktrees Wispr Flow

Infrastructure & Deployment

Docker Tailscale Ubuntu Hetzner Vercel

Tools & Integrations

Microsoft 365 n8n Playwright

Featured Repos

Repo Description
πŸ–₯️ openclaw-mission-control Operations dashboard for AI agent infrastructure β€” Kanban, live status, task delegation, monitoring
πŸ›‘οΈ openclaw-skill-shieldclaw Prompt injection defense for AI agents β€” 71 patterns, 133 tests, MIT licensed
πŸ”¨ skillforge Self-evolving skill engine β€” text gradients, skill mesh, meta-learning, failure triage. Autoresearch loop meets compounding intelligence (v4.0)

Background

I spent years in Microsoft Cloud consulting β€” deploying M365 environments, managing tenant security, and building automation for enterprise clients. That experience shapes how I approach AI engineering: production-grade infrastructure, security by default, and operational discipline over hype.

More recently, I've built automated data pipelines with German-language NLP β€” compound splitting, semantic matching, and embedding-based deduplication for production use cases.

Today I focus on AI agents and agentic systems. I build agents that run unattended in production, not demos that break after the first edge case. The enterprise mindset is the differentiator β€” I think in terms of uptime, audit trails, and access control, not just prompt quality.


Available for freelance and consulting projects in AI agent development, fullstack web applications, NLP/ML systems, and automation.

πŸ”— LinkedIn

Popular repositories Loading

  1. openclaw openclaw Public

    Forked from openclaw/openclaw

    Your own personal AI assistant. Any OS. Any Platform. The lobster way. 🦞

    TypeScript

  2. n8n n8n Public

    Forked from n8n-io/n8n

    Fair-code workflow automation platform with native AI capabilities. Combine visual building with custom code, self-host or cloud, 400+ integrations.

    TypeScript

  3. Zandereins Zandereins Public

    GitHub Profile README

  4. openclaw-skill-shieldclaw openclaw-skill-shieldclaw Public

    Prompt injection detection, prevention & awareness for OpenClaw agents. Protect your AI assistant from manipulation.

    TypeScript

  5. skillforge skillforge Public

    Autonomous skill improvement engine β€” autoresearch loop for Claude Code skills. 6 quality dimensions, structural linter, Python scorer. Based on Karpathy's autoresearch.

    Python