Skip to content
View manuelschurr's full-sized avatar

Organizations

@STADS-Mannheim @c200v @rookpine

Block or report manuelschurr

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
manuelschurr/README.md

Hey, I'm Manuel.

Head of Product by day. Builder of things by night.

I lead product at filu in Munich. Before that, I built product at Personio, co-founded a disc golf app that organically grew to 1,500 users in six weeks, and helped launch corporate ventures at Deloitte Digital.

When I'm not doing product work, I write code — mostly to scratch my own itch.


Agentic Coding

Tools and plugins for working with AI coding agents — mostly Claude Code.

Claude Code plugins — installable via my plugin marketplace:

  • professional-twin — Build and use a personal repository of your professional self (identity, history, values, direction) to support job applications, interviews, and career reflection
  • tutor — Personal adaptive learning plugin. Create a custom course on any topic and study it through guided, expert-tutor-style sessions inside Claude Code

Parallel worktree tooling — running multiple AI coding sessions across isolated branches:

  • orfoni — Desktop app for managing parallel terminal sessions across git worktrees (Rust / Tauri v2 / Svelte 5)
  • worktree-dashboard — Terminal UI for monitoring worktree sessions and dev servers (Python)
  • worktree-orchestrator — Claude Code skill for spinning up and managing parallel worktree sessions

Standalone Claude Code skills:

  • rebase — Automatic branch rebasing with intelligent merge conflict resolution

Windows tooling

  • lazarus — Windows tray app that resurrects per-topic working environments — every app, every monitor, every virtual desktop, one click (Rust)

Flutter Templates

Production-ready starters for full-stack apps:


Code 200 Ventures

I build tools for people who do real work outside — drone operations, hunting, field coordination. All built with Flutter, designed offline-first.

  • Scout — Drone mission management for fawn rescue. Live telemetry, team coordination, offline-first.
  • WaidPlan — Digital hunting ground management with interactive maps, wildlife tracking, and weather data.
  • Suchensieger — Training companion for German hunting dog exams (BH/VT, QBP, BLP/R, Working Tests). Log sessions, track skills, identify gaps.
  • Calfred — Shared availability scheduling without the back-and-forth.

More at c200v.com


Beyond code

I coordinate fawn rescue drone missions with 70 volunteers across southern Germany — 175 missions, 1,700 hectares, 90 fawns saved last season. I also fly the drones.


manuelschurr.com · LinkedIn · hello@manuelschurr.com

Pinned Loading

  1. worktree-orchestrator worktree-orchestrator Public

    Claude Code skill for managing parallel git worktree sessions with multi-server support.

    Python

  2. c200v-marketplace c200v-marketplace Public

    A personal Claude Code plugin marketplace by Manuel Schurr.

  3. worktree-dashboard worktree-dashboard Public

    Interactive TUI for managing parallel git worktree sessions with dev servers, across multiple projects

    Python

  4. rebase rebase Public

    Claude Code skill that rebases your current feature branch onto the latest main, automatically resolving merge conflicts.

  5. flutter_bootstrap_multi_user flutter_bootstrap_multi_user Public

    Multi-user app template: Flutter web + Dart Shelf backend + Neon PostgreSQL. Google OAuth, Row-Level Security, email allow-list. Deploys to Cloudflare Pages + Cloud Run via OpenTofu.

    Dart

  6. orfoni orfoni Public

    Desktop app for managing parallel terminal sessions across git worktrees

    Rust