FlorianBruniaux/claude-code-plugins

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

40Stars on the repository
60Mods indexed here, across every type
2mo agoLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

audit-agents-skills

01

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 2mo ago A 41 tokens original MIT

autoresearch

02

FlorianBruniaux/claude-code-plugins

Skill Claude CodeCodex

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

40 2mo ago A 24 tokens original MIT

eval-agents

03

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 2mo ago A 93 tokens original MIT

eval-hooks

04

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 2mo ago A 78 tokens original MIT

git-ai-archaeology

05

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 2mo 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 2mo ago A 48 tokens original MIT

routines-discover

08

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 2mo ago B 39 tokens original MIT

rtk-optimizer

09

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 2mo ago A 44 tokens original MIT

skill-creator

10

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 2mo ago A 45 tokens original MIT

talk-pipeline

11

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 2mo ago A 66 tokens original MIT

talk-stage1-extract

12

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 2mo ago A 64 tokens original MIT

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 2mo ago A 68 tokens original MIT

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 2mo ago A 64 tokens original MIT

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 2mo ago A 67 tokens original MIT

talk-stage5-script

16

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 2mo ago A 69 tokens original MIT

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 2mo ago A 70 tokens original MIT

design-patterns

20

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.

40 2mo ago A 59 tokens copy · 92% MIT

eval-skills

22

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…

40 2mo ago A 67 tokens original MIT

recipe-template

23

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.

40 2mo ago A 51 tokens original MIT