FlorianBruniaux

287 mods across 11 repositories, 6.2k stars between them.

Notification

49

FlorianBruniaux/claude-code-ultimate-guide

Hook Claude Code

Runs when the agent sends a notification, executing notification.sh via bash. From FlorianBruniaux/claude-code-ultimate-guide.

5.9k +10 today A tokens not measured CC-BY-SA-4.0

Stop

51

FlorianBruniaux/claude-code-ultimate-guide

Hook Claude Code

Runs when the agent finishes a response, executing index-sync-reminder.sh via bash. From FlorianBruniaux/claude-code-ultimate-guide.

5.9k +10 today A tokens not measured CC-BY-SA-4.0

FlorianBruniaux/claude-code-ultimate-guide

Instructions file CodexOpenCode

AGENTS.md instructions for FlorianBruniaux/claude-code-ultimate-guide, covering claude code ultimate guide - project context, purpose, repository structure, published at: https://cc.bruniaux.com/whitepapers/ and key files.

5.9k +10 today A 2,921 tokens CC-BY-SA-4.0

adr-writer

56

FlorianBruniaux/claude-code-ultimate-guide

Agent

Architecture Decision Record generator agent — read-only. Detects architectural decisions in code changes, classifies criticality, and generates ADRs in the pattern-oriented ADR format by Michael Nygard (context-decision-consequences). Never modifies code. Use after significant changes or when a decision needs…

5.9k +10 today A 64 tokens CC-BY-SA-4.0

FlorianBruniaux/claude-code-ultimate-guide

Agent

Architecture and design review agent — read-only. Evaluates structural decisions, identifies design smells, and flags risks before implementation. Never modifies code. Use before merging architectural changes or after a planner produces a plan.

5.9k +10 today A 45 tokens CC-BY-SA-4.0

implementer

60

FlorianBruniaux/claude-code-ultimate-guide

Agent

Mechanical execution agent for bounded, well-defined tasks. Scope and approach must be explicit in the task prompt. Use after a planner has produced a plan. For complex logic or design decisions, use Sonnet instead.

5.9k +10 today A 45 tokens CC-BY-SA-4.0

FlorianBruniaux/claude-code-ultimate-guide

Agent

Runtime integration validator — read-only. Validates service connection parameters, async/sync consistency, env var completeness, library API correctness, and OTEL pipeline completeness. Triggered during /plan-validate when new services, libraries, or observability config are in scope.

5.9k +10 today A 57 tokens CC-BY-SA-4.0

loop-monitor

62

FlorianBruniaux/claude-code-ultimate-guide

Agent

Autonomous loop monitor — detects stalls, token runaway, and infinite loops in long-running unattended Claude sessions. Use alongside a watchdog process when running autonomous pipelines.

5.9k +10 today A 34 tokens CC-BY-SA-4.0

plan-challenger

64

FlorianBruniaux/claude-code-ultimate-guide

Agent

Adversarial plan review agent — read-only. Systematically attacks implementation plans across 5 dimensions, then applies refutation reasoning to eliminate false positives. Never modifies code. Use before committing to any significant implementation plan.

5.9k +10 today A 48 tokens CC-BY-SA-4.0

planner

65

FlorianBruniaux/claude-code-ultimate-guide

Agent

Strategic planning agent — read-only exploration before implementation. Use to decompose tasks, analyze codebases, and produce a detailed plan. Never modifies files.

5.9k +10 today A 33 tokens CC-BY-SA-4.0

FlorianBruniaux/claude-code-ultimate-guide

Agent

Synthesis agent for dynamic research teams — read-only. Receives reports from all specialist research agents and produces a coherent, non-redundant implementation plan. Spawned automatically when 2+ agents are selected in /plan-start Phase 4.

5.9k +10 today B 54 tokens CC-BY-SA-4.0

architect-review

68

FlorianBruniaux/ccboard

Agent Claude Code

Use this agent when architectural decisions are being made, system designs are being created or modified, code changes impact system architecture, or when evaluating scalability, maintainability, and architectural integrity. This agent should be used PROACTIVELY during:\n\n \nContext: User is designing a new…

94 22d ago A 601 tokens original MIT

backend-architect

69

FlorianBruniaux/ccboard

Agent Claude Code

Design reliable backend systems with focus on data integrity, security, and fault tolerance.

94 22d ago A 19 tokens copy · 84% MIT

code-reviewer

70

FlorianBruniaux/ccboard

Agent Claude Code

Use this agent when you need comprehensive code quality assurance, security vulnerability detection, or performance optimization analysis. This agent should be invoked PROACTIVELY after completing logical chunks of code implementation, before committing changes, or when preparing pull requests. Examples:\n\n…

94 22d ago A 436 tokens original MIT

debugger

71

FlorianBruniaux/ccboard

Agent Claude Code

Use this agent when encountering errors, test failures, unexpected behavior, or when code doesn't work as expected. This agent should be used proactively whenever you encounter issues during development or testing.\n\nExamples:\n\n \nContext: User is implementing a new feature and encounters an error.\nuser: "I'm…

94 22d ago A 378 tokens original MIT

leptos-designer

72

FlorianBruniaux/ccboard

Agent Claude Code

Use this agent when designing or implementing UI components for ccboard's web frontend (Leptos WASM). Specializes in Leptos reactive patterns, Rust-to-WASM UI, dark mode design, data visualization, and the ccboard design system. Examples: creating a new dashboard widget, implementing a chart component, designing a…

94 22d ago A 89 tokens original MIT