FlorianBruniaux/claude-code-plugins
Agent
Use for clean code refactoring following SOLID principles and best practices.
FlorianBruniaux/claude-code-plugins
Agent
Use for clean code refactoring following SOLID principles and best practices.
FlorianBruniaux/claude-code-plugins
Agent
Use for generating comprehensive tests following TDD/BDD principles.
FlorianBruniaux/claude-code-plugins
Command
Explain code, concepts, or system behavior with adjustable depth levels.
FlorianBruniaux/claude-code-plugins
Command
Generate comprehensive tests for specified code.
FlorianBruniaux/claude-code-plugins
Command
Systematic root-cause debugging — find the cause before writing any fix.
FlorianBruniaux/claude-code-plugins
Command
Analyze and suggest performance improvements for code, queries, or systems.
FlorianBruniaux/claude-code-plugins
Command
Systematic QA testing of a web application — diff-aware, tiered, with fix-and-verify loop.
FlorianBruniaux/claude-code-plugins
Command
Analyze code for SOLID violations and suggest targeted improvements.
FlorianBruniaux/claude-code-plugins
Command
Structured plan review across 4 axes before writing any code (inspired by Garry Tan's workflow).
FlorianBruniaux/claude-code-plugins
Command
Analyze SonarCloud quality issues for a specific PR.
FlorianBruniaux/claude-code-plugins
Skill Claude CodeCodex
Codebase health audit scoring 7 categories with progression plan.
FlorianBruniaux/claude-code-plugins
Skill Claude CodeCodex
Audit Claude Code setup for cache bugs (CC#40524): sentinel, --resume/--continue, attribution header + ArkNill B3/B4/B5.
FlorianBruniaux/claude-code-plugins
Skill Claude CodeCodex
Detect, suggest, and evaluate GoF design patterns in TypeScript/JavaScript codebases. Use when refactoring code, applying singleton/factory/observer/strategy patterns, reviewing pattern quality, or finding stack-native alternatives for React, Angular, NestJS, and Vue.
FlorianBruniaux/claude-code-plugins
Skill Claude CodeCodex
Interactive troubleshooting assistant for Claude Code issues.
FlorianBruniaux/claude-code-plugins
Skill Claude CodeCodex
Audit all skills in the current project for frontmatter completeness, effort level appropriateness, allowed-tools scoping, and content quality. Produces a scored report with effort-level recommendations for each skill. Use when onboarding to a new project, reviewing skill quality before shipping, or adding effort…
FlorianBruniaux/claude-code-plugins
Skill Claude CodeCodex
Template for commands that implement a structured recipe: validate preconditions, then execute numbered steps. Fork this and replace the placeholder content. The 'Context Validation Checkpoints' section is the key pattern, forcing Claude to verify preconditions before starting.
FlorianBruniaux/claude-code-plugins
Skill Claude CodeCodex
Evaluate staged changes using LLM-as-a-Judge before committing.
FlorianBruniaux/claude-code-plugins
Plugin Claude Code
CI/CD automation — git worktrees, deploy pipeline, canary monitoring, auto-format/test hooks, and GitHub Actions templates.
FlorianBruniaux/claude-code-plugins
Command
Post-deploy monitoring — watch production after a deploy and alert on regressions.
FlorianBruniaux/claude-code-plugins
Command
Generate a conventional commit message for staged changes.
FlorianBruniaux/claude-code-plugins
Command
Clean up stale git worktrees with merged branch detection and disk usage report.
FlorianBruniaux/claude-code-plugins
Command
Safely remove a git worktree with branch cleanup and safety checks.
FlorianBruniaux/claude-code-plugins
Command
Check status of background verification tasks running in a git worktree.
FlorianBruniaux/claude-code-plugins
Command
Create isolated git worktrees for feature development without switching branches.