Notification
49FlorianBruniaux/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.
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.
FlorianBruniaux/claude-code-ultimate-guide
Hook Claude Code
Runs when you submit a prompt, before the agent sees it, executing smart-suggest.sh. From FlorianBruniaux/claude-code-ultimate-guide.
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.
FlorianBruniaux/claude-code-ultimate-guide
Settings file Claude Code
Agent settings declaring 6 hook events (SessionStart, PreToolUse, PostToolUse, Notification).
FlorianBruniaux/claude-code-ultimate-guide
Instructions file GitHub Copilot
Copilot instructions for FlorianBruniaux/claude-code-ultimate-guide: Use /CLAUDE.md as the single source of truth for this repository.
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.
FlorianBruniaux/claude-code-ultimate-guide
Instructions file
Claude Code 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.
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…
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.
FlorianBruniaux/claude-code-ultimate-guide
Agent
Use for thorough code review with quality, security, and performance checks.
FlorianBruniaux/claude-code-ultimate-guide
Agent
Infrastructure troubleshooting using the FIRE framework (First Response, Investigate, Remediate, Evaluate).
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.
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.
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.
FlorianBruniaux/claude-code-ultimate-guide
Agent
Evaluate Claude Code outputs for quality before commit/action (LLM-as-a-Judge pattern).
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.
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.
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.
Plugin Claude Code
Claude Code dashboard and monitoring tools.
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…
Agent Claude Code
Design reliable backend systems with focus on data integrity, security, and fault tolerance.
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…
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…
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…