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

Highlights

  • Pro

Block or report FlorianBruniaux

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.

Content in all repositories owned by your account will be closed.
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
FlorianBruniaux/README.md

Florian Bruniaux

AI practitioner since 2017, context/harness engineering specialist. 12 years in tech, ex-CTO/VP Engineering, chose to go back hands-on. AI Founding Engineer @ Méthode Aristote (EdTech + AI)

Direct, kind, energetic. Always 8 projects running.


📬 Blog & Guides

I write about AI-assisted engineering and keep my guides updated, most weeks bring something new.

  • Claude Code Ultimate Guide: the main reference, continuously updated (v3.43.0, 473 quiz questions across 17 categories, 13 whitepapers at 566 pages, 57 recap cards, 166-entry threat database)
  • Blog: articles on context engineering, AI-assisted workflows, and real production data (git stats, DORA metrics, honest retrospectives)

If you land here from a guide page or an article, starring the repo is the best way to see when something new ships.


Current Focus

  • AI Founding Engineer at Méthode Aristote (TypeScript/Next.js, tRPC, Prisma, AI integration)
  • Building and maintaining the Claude Code open-source ecosystem (guide + RTK + 9 other tools)
  • Active member of Dev with AI, a French-speaking AI community of ~3,000 people today, aiming to become the reference AI community in France and, eventually, Europe
  • Workshops on AI-assisted development for dev teams
  • Occasional speaker at conferences, live streams, talks, BBLs and podcasts (media)
  • AI enthusiast building in public: 5,000+ stars across my own AI tooling projects, plus core team on RTK (77,000+ stars)

What I Build

Comprehensive resource for AI-assisted development with Claude Code. Documentation-as-product: 473 quiz questions (17 categories), 13 whitepapers (566 pages, FR+EN), 57 recap cards, threat database with 166 catalogued malicious skills/CVEs. 5,000+ stars · 600+ forks · cc.bruniaux.com

CLI proxy that reduces LLM token consumption by 60-90% on common dev operations. Intercepts Git, GitHub CLI, Cargo, pnpm, Vitest, Playwright, Docker, Kubernetes and compresses output to what actually matters. 77,000+ stars · Core team member & evangelist · rtk-ai.app

Map any GitHub repository's stargazers on an interactive world map. Paste a repo URL, get a live geocoded map with clustering, country stats, and an embeddable badge. Next.js + MapLibre + Neon Postgres. starmapper.bruniaux.com


Open-Source Tools

Claude Code ecosystem

Project What it does Link
CCBoard Dual TUI/Web dashboard for Claude Code monitoring. Single Rust binary, 528 tests, 89x cache speedup ccboard.bruniaux.com
CC-Copilot Bridge Multi-provider router: switch Claude Code between Anthropic, GitHub Copilot (unlimited), and Ollama local ccbridge.bruniaux.com
claude-code-plugins 212 Claude Code templates across 8 focused installable plugins: security-suite, devops-pipeline, code-quality, release-automation, pr-workflow, session-tools, ai-methodology, session-summary GitHub
ctxharness AI documentation drift detector, checks that versions, instructions, and context assembly in CLAUDE.md/AGENTS.md match code reality. 20 extractors, 15 scanners, score/fix/doctor CLI GitHub
agentsec-triage Deterministic, read-only, offline-by-default CLI scanner for documented attacks against developers, software supply chains, and coding-agent configuration (currently the Shai-Hulud/Keyv npm campaign). Alpha cc.bruniaux.com/security
CC-Sessions CLI to index and search Claude Code session history. Zero dependencies, under 200ms on 1300+ sessions GitHub
cc-skill-usage Retroactive Skill usage analytics for Claude Code. Reads transcripts already on disk, no hook to install first. Counts real Skill tool calls, not prose mentions: a 212x gap measured on real data (2330 mentions, 11 invocations) GitHub
flow-lean Lean output mode for Claude Code, fuses minimal-solution, action-first, and zero-fat density skills into one rule: every token earns its place GitHub
Claude Cowork Guide AI workflows for knowledge workers and non-technical users, 30 workflows (FR+EN), 70 copy-paste prompts cowork.bruniaux.com
github-roast-tpc Claude Code plugin that audits a GitHub profile through its author's intent: README review, AI-marker detection, recruiter signals, SEO advice. Built for The Product Crew's "GitHub Roast" live GitHub

Standalone tools

Project What it does Link
dep-scope Granular Node.js/TypeScript dependency analyzer: used symbols per package, native alternatives, duplicates. Ships an MCP server listed on the official MCP Registry npm
google-search-console-mcp 61-tool MCP server for Google Search Console + GA4, across 14 tool families: search analytics, URL inspection, Indexing API, IndexNow, CrUX, sitemap audit, schema validation, SEO drift monitoring. Listed on the MCP Registry PyPI
yt-insights Turn YouTube channels into a local, searchable research corpus: transcripts, structured insights, SQLite/FTS5 search, reports, and Shorts suggestions PyPI

📺 Talks & Appearances


✍️ Writing

Context Engineering (6-part series)

Standalone

All articles on the blog


Background

AI since 2017: NLP and predictive ML in production at Q°emotion and eXplain (semantic search, sentiment scoring, ~30M articles processed). Generative and agentic AI daily since 2025.

12+ years: Developer → Team Lead → EM → VP Engineering → CTO → back to hands-on by choice.

Why hands-on? After a decade leading teams (4-150 people, managed up to 30 engineers), I deliberately stepped back to sharpen my technical edge. Leadership is more effective when grounded in current engineering reality. In the first 3 months of 2026, that bet produced 10+ open-source projects, 5,000+ stars on my own, plus core contributions to RTK (77,000+ stars).

Leadership experience:

  • Built and scaled engineering teams from scratch (early-stage → Series A → scale-up)
  • Shaped engineering culture, processes, hiring, mentorship
  • Led across SaaS, E-commerce, Data, EdTech domains

Tech:

  • Stack: TypeScript (Next.js 14+, Nest.js, tRPC), Rust, Ruby (Rails), Python, SQL/NoSQL
  • AI: Claude, GPT, MCP server development, agentic workflows. NLP/ML since 2017 (Elasticsearch, spaCy, Gensim)
  • Infra: AWS, GCP, Vercel, Docker, Kubernetes, serverless
  • Domains: Fullstack (backend preference), product development, technical architecture

Formation: Computer Engineering @ UTT Languages: French, English


Links

Pinned Loading

  1. claude-code-ultimate-guide claude-code-ultimate-guide Public

    The most comprehensive Claude Code guide: agentic workflows, hooks, skills, MCP servers, quizzes, and production-ready templates. 430K+ lines.

    Python 5.9k 767

  2. claude-cowork-guide claude-cowork-guide Public

    Complete documentation for Claude Cowork - 43 workflows, 70 prompts for knowledge workers and small businesses

    Shell 241 28

  3. ccboard ccboard Public

    Monitor Claude Code sessions, costs, config, hooks, agents & MCP servers from a single Rust binary — TUI (9 tabs) + Web interface with live process tracking, budget alerts, and 30-day forecasting

    Rust 94 8

  4. cc-copilot-bridge cc-copilot-bridge Public

    Multi-provider routing for Claude Code CLI. Use your Copilot subscription, Ollama offline, or Anthropic Direct.

    Shell 58 5

  5. starmapper starmapper Public

    Paste a GitHub repo URL and see where your stargazers live on an interactive world map. Free, no login.

    TypeScript 82 4

  6. claude-code-plugins claude-code-plugins Public

    Production-ready Claude Code plugins: skills, hooks, agents, slash commands, and MCP templates.

    Shell 40 4