FlorianBruniaux

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

scaffold

169

FlorianBruniaux/claude-code-plugins

Command

Interactive coach that asks 4-5 questions to determine whether you need an agent, command, skill, hook, or rule — then generates a ready-to-use template. Usage: /scaffold (no arguments — starts the coaching session).

40 3mo ago A 51 tokens original MIT

PostToolUse

170

FlorianBruniaux/claude-code-plugins

Hook

Runs after a tool call finishes, executing learning-capture.sh via bash. From FlorianBruniaux/claude-code-plugins.

40 3mo ago A tokens not measured copy · 81% MIT

audit-agents-skills

171

FlorianBruniaux/claude-code-plugins

Skill Claude CodeCodex

Audit Claude Code agents, skills, and commands for quality and production readiness. Use when evaluating skill quality, checking production readiness scores, or comparing agents against best-practice templates.

40 3mo ago A 41 tokens original MIT

autoresearch

172

FlorianBruniaux/claude-code-plugins

Skill Claude CodeCodex

Autonomous improvement loop: scan codebase metrics, scaffold experiment files, run agent-driven iterations until metric improves.

40 3mo ago A 24 tokens original MIT

eval-agents

173

FlorianBruniaux/claude-code-plugins

Skill Claude CodeCodex

Audit Claude Code agents defined in .claude/agents/ for description specificity, model tier appropriateness, tools scoping, and system prompt quality. Detects dispatch ambiguity between agents, flags over-permissive tool grants, and checks for human-in-the-loop patterns that break programmatic orchestration. Use when…

40 3mo ago A 93 tokens original MIT

eval-hooks

174

FlorianBruniaux/claude-code-plugins

Skill Claude CodeCodex

Audit Claude Code hooks defined in settings.json files for validity, performance safety, and correctness. Resolves each command against the filesystem, checks exit-code strategy for blocking hooks, flags missing timeouts, and reviews interactive vs async patterns. Use when setting up hooks for the first time…

40 3mo ago A 78 tokens original MIT

git-ai-archaeology

175

FlorianBruniaux/claude-code-plugins

Skill Claude CodeCodex

Analyze AI config evolution in a git repo. Use when mapping AI adoption history, finding when configs were first introduced, charting commit velocity by month, or identifying maturity phases in a project's AI tooling.

40 3mo ago A 47 tokens original MIT

FlorianBruniaux/claude-code-plugins

Skill Claude CodeCodex

Generate complete, deploy-ready landing pages from any repository. Use when creating a homepage for an open-source project, building a project website, converting a README into a marketing page, or standardizing landing pages across multiple repos.

40 3mo ago A 48 tokens original MIT

routines-discover

178

FlorianBruniaux/claude-code-plugins

Skill Claude CodeCodex

Analyzes the current project to surface high-value Routines use cases across the three trigger types (schedule, API, GitHub events). Usage: /routines-discover.

40 3mo ago B 39 tokens original MIT

rtk-optimizer

179

FlorianBruniaux/claude-code-plugins

Skill Claude CodeCodex

Wrap high-verbosity shell commands with RTK to reduce token consumption. Use when running git log, git diff, cargo test, pytest, or other verbose CLI output that wastes context window tokens.

40 3mo ago A 44 tokens original MIT

skill-creator

180

FlorianBruniaux/claude-code-plugins

Skill Claude CodeCodex

Scaffold a new Claude Code skill with SKILL.md, frontmatter, and bundled resources. Use when creating a custom skill, standardizing skill structure across a team, or packaging a skill for distribution.

40 3mo ago A 45 tokens original MIT

talk-pipeline

181

FlorianBruniaux/claude-code-plugins

Skill Claude CodeCodex

Orchestrates the complete talk preparation pipeline from raw material to revision sheets, running 6 stages in sequence with human-in-the-loop checkpoints for REX or Concept mode talks. Use when starting a new talk pipeline, resuming a pipeline from a specific stage, or running the full end-to-end preparation workflow.

40 3mo ago A 66 tokens original MIT

talk-stage1-extract

182

FlorianBruniaux/claude-code-plugins

Skill Claude CodeCodex

Extracts and structures source material (articles, transcripts, notes) into a talk summary with narrative arc, themes, metrics, and gaps. Auto-detects REX vs Concept type. Use when starting a new talk from any source material or auditing existing material before committing to a talk.

40 3mo ago A 64 tokens original MIT

talk-stage2-research

183

FlorianBruniaux/claude-code-plugins

Skill Claude CodeCodex

Performs git archaeology, changelog analysis, and builds a verified factual timeline by cross-referencing git history with source material. REX mode only (skipped automatically in Concept mode). Use when building a REX talk and you need verified commit metrics, release timelines, and contributor data from a git…

40 3mo ago A 68 tokens original MIT

talk-stage3-concepts

184

FlorianBruniaux/claude-code-plugins

Skill Claude CodeCodex

Builds a numbered, categorized concept catalogue from the talk summary and timeline, scoring each concept HIGH / MEDIUM / LOW for talk potential with optional repo enrichment. Use when you need a structured inventory of concepts before choosing a talk angle, or when assessing which ideas have the strongest…

40 3mo ago A 64 tokens original MIT

talk-stage4-position

185

FlorianBruniaux/claude-code-plugins

Skill Claude CodeCodex

Generates 3-4 strategic talk angles with strength/weakness analysis, title options, CFP descriptions, and a peer feedback draft, then enforces a mandatory CHECKPOINT for user confirmation before scripting. Use when deciding how to frame a talk, preparing a CFP submission, or choosing between multiple narrative angles.

40 3mo ago A 67 tokens original MIT

talk-stage5-script

186

FlorianBruniaux/claude-code-plugins

Skill Claude CodeCodex

Produces a complete 5-act pitch with speaker notes, a slide-by-slide specification, and a ready-to-paste Kimi prompt for AI slide generation. Requires validated angle and title from Stage 4. Use when you have a confirmed talk angle and need the full script, slide spec, and AI-generated presentation prompt.

40 3mo ago A 69 tokens original MIT

talk-stage6-revision

187

FlorianBruniaux/claude-code-plugins

Skill Claude CodeCodex

Produces revision sheets with quick navigation by act, a master concept-to-URL table, Q&A cheat-sheet with 6-10 anticipated questions, glossary, and external resources list. Use when preparing for a talk with Q&A, creating shareable reference material for attendees, or building a safety-net glossary for live delivery.

40 3mo ago A 70 tokens original MIT

code-quality

188

FlorianBruniaux/claude-code-plugins

Plugin Claude Code

Code quality pipeline — SOLID refactoring, TDD workflow, design patterns, performance optimization, and 6 specialist review agents.

40 3mo ago A tokens not measured original MIT

architecture-reviewer

189

FlorianBruniaux/claude-code-plugins

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.

40 3mo ago A 45 tokens original MIT

integration-reviewer

191

FlorianBruniaux/claude-code-plugins

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.

40 3mo ago A 57 tokens original MIT