← All creators

FlorianBruniaux

User

The most comprehensive Claude Code guide: agentic workflows, hooks, skills, MCP servers, quizzes, and production-ready templates. 430K+ lines.

57 indexed · 45 Featured · 5,884 stars · avg score 91
Prolific

Categories

Indexed Skills (57)

AI & Automation Featured

guide-recap

Transform CHANGELOG entries into social content (LinkedIn, Twitter/X, Newsletter, Slack) in FR + EN. Use after releases or weekly to generate release notes, announcements, social media posts, or recap summaries from guide updates.

5,772 Updated today
FlorianBruniaux
AI & Automation Featured

self-assessment

Interactive skill assessment with personalized learning path generation

5,772 Updated today
FlorianBruniaux
AI & Automation Featured

autoresearch

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

5,772 Updated today
FlorianBruniaux
AI & Automation Featured

canary

Post-deploy monitoring: watch production after a deploy and alert on regressions

5,772 Updated today
FlorianBruniaux
AI & Automation Featured

catchup

Restore context after /clear by summarizing recent work and project state

5,772 Updated today
FlorianBruniaux
AI & Automation Featured

ccboard

Launch and navigate the ccboard TUI/Web dashboard for Claude Code. Use when monitoring token usage, tracking costs, browsing sessions, or checking MCP server status across projects.

5,772 Updated today
FlorianBruniaux
AI & Automation Featured

ci-all

Full CI pipeline: run local tests, type check, push branch, and return the pipeline URL. The only command you need before opening a PR.

5,772 Updated today
FlorianBruniaux
AI & Automation Featured

cyber-defense-team

Orchestrate a 4-agent cyber defense pipeline to analyze log files for threats. Use when investigating security logs, detecting anomalies in access patterns, classifying breach severity, or generating incident reports from nginx/auth/syslog files.

5,772 Updated today
FlorianBruniaux
AI & Automation Featured

design-patterns

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.

5,772 Updated today
FlorianBruniaux
AI & Automation Featured

diagnose

Interactive troubleshooting assistant for Claude Code issues

5,772 Updated today
FlorianBruniaux
AI & Automation Featured

eval-agents

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 onboarding to a project with existing agents, after adding new agents to a fleet, or when an orchestrator consistently selects the wrong agent.

5,772 Updated today
FlorianBruniaux
AI & Automation Featured

eval-hooks

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, debugging a hook that never fires or hangs the agent, or doing a periodic hooks hygiene pass.

5,772 Updated today
FlorianBruniaux
AI & Automation Featured

eval-rules

Audit .claude/rules/ files for structural correctness, glob validity, and real-world usefulness. Resolves each paths: pattern against actual project files, then asks the user whether each rule is still relevant and useful. Can update rules in-place based on answers. Use when setting up rules for the first time, debugging rules that fire too often or never, or doing a periodic rules hygiene pass.

5,772 Updated today
FlorianBruniaux
AI & Automation Featured

eval-skills

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 fields to an existing skill library.

5,772 Updated today
FlorianBruniaux
AI & Automation Featured

explain

Explain code, concepts, or system behavior with adjustable depth levels

5,772 Updated today
FlorianBruniaux
AI & Automation Featured

git-worktree-clean

Clean up stale git worktrees with merged branch detection and disk usage report

5,772 Updated today
FlorianBruniaux
AI & Automation Featured

git-worktree-remove

Safely remove a git worktree with branch cleanup and safety checks

5,772 Updated today
FlorianBruniaux
AI & Automation Featured

git-worktree-status

Check status of background verification tasks running in a git worktree

5,772 Updated today
FlorianBruniaux
AI & Automation Featured

git-worktree

Create isolated git worktrees for feature development without switching branches

5,772 Updated today
FlorianBruniaux
AI & Automation Featured

handoff-update

Update an existing handoff document with current session progress. Applies section-specific merge rules: append-only for Work Done (never deletes history), replace for Status and Next Steps, merge for Files and Discoveries. Falls back to creating a new handoff if no source file is found.

5,772 Updated today
FlorianBruniaux
AI & Automation Featured

investigate

Systematic root-cause debugging: find the cause before writing any fix

5,772 Updated today
FlorianBruniaux
AI & Automation Featured

land-and-deploy

Merge PR, wait for CI, verify deploy, run canary. The complete landing pipeline.

5,772 Updated today
FlorianBruniaux
AI & Automation Featured

ci-pipeline

Push current branch and return the pipeline tracking URL (GitLab or GitHub Actions)

5,772 Updated today
FlorianBruniaux
AI & Automation Featured

ci-status

Show current pipeline status for the active branch (GitLab CI or GitHub Actions)

5,772 Updated today
FlorianBruniaux
AI & Automation Featured

ci-tests

Run the test suite for the current repo, auto-detecting Python (pytest/uv), Node (vitest/pnpm), or Rust (cargo test)

5,772 Updated today
FlorianBruniaux
AI & Automation Featured

commit

Generate a conventional commit message for staged changes

5,772 Updated today
FlorianBruniaux
AI & Automation Featured

handoff-create

Generate a structured handoff document from the current session. Captures scope, relevant files with line numbers, key discoveries, work completed, current status, next steps, and code snippets. Use before ending a session or handing work to another agent.

5,772 Updated today
FlorianBruniaux
AI & Automation Featured

handoff-resume

Load a handoff document and resume work from where a previous session left off. Parses scope, file references, completed work, and next steps, then confirms understanding before proceeding.

5,772 Updated today
FlorianBruniaux
AI & Automation Featured

check-cache-bugs

Audit Claude Code setup for cache bugs (CC#40524): sentinel, --resume/--continue, attribution header + ArkNill B3/B4/B5

5,772 Updated today
FlorianBruniaux
AI & Automation Featured

git-ai-archaeology

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.

5,772 Updated today
FlorianBruniaux
AI & Automation Featured

issue-triage

3-phase issue backlog management with audit, deep analysis, and validated triage actions. Use when triaging GitHub issues, sorting bug reports, cleaning up stale tickets, or detecting duplicate issues. Args: 'all' to analyze all, issue numbers to focus (e.g. '42 57'), 'en'/'fr' for language, no arg = audit only.

5,772 Updated today
FlorianBruniaux
AI & Automation Featured

landing-page-generator

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.

5,772 Updated today
FlorianBruniaux
AI & Automation Featured

learn-alternatives

Compare different approaches to solve the same problem

5,772 Updated today
FlorianBruniaux
AI & Automation Featured

learn-quiz

Test understanding of recently written or accepted code

5,772 Updated today
FlorianBruniaux
AI & Automation Featured

generate-tests

Generate comprehensive tests for specified code

5,772 Updated today
FlorianBruniaux
AI & Automation Featured

source-command-audit-prose

Add descriptive prose to bare sections in whitepapers (FR + EN) using 9 parallel agents

5,772 Updated today
FlorianBruniaux
AI & Automation Featured

source-command-audit-whitepapers

Audit version freshness, FR/EN parity, and metadata quality of all whitepapers and recap cards

5,772 Updated today
FlorianBruniaux
AI & Automation Featured

source-command-methodology-advisor

Analyzes your codebase and asks 3 targeted questions to recommend the right AI-assisted development methodology stack

5,772 Updated today
FlorianBruniaux
AI & Automation Featured

source-command-track-mentions

Search for new online mentions of the Codex Ultimate Guide and update the tracker

5,772 Updated today
FlorianBruniaux
AI & Automation Featured

source-command-update-infos-release

Update Codex releases tracking (guide + landing + version bump)

5,772 Updated today
FlorianBruniaux
AI & Automation Featured

source-command-sync

Check guide/landing synchronization status

5,772 Updated today
FlorianBruniaux
AI & Automation Featured

source-command-ccguide-daily

Daily update check — official Anthropic docs diff + guide/CC releases digest

5,772 Updated today
FlorianBruniaux
Code & Development Featured

source-command-ccguide-diff-docs

Compare official Anthropic docs baseline vs current snapshot (no network — instant)

5,772 Updated today
FlorianBruniaux
AI & Automation Featured

source-command-ccguide-init-docs

Fetch official Anthropic Codex docs and store as local baseline snapshot

5,772 Updated today
FlorianBruniaux
AI & Automation Featured

source-command-ccguide-refresh-docs

Re-fetch official Anthropic Codex docs and update current snapshot (baseline unchanged)

5,772 Updated today
FlorianBruniaux
AI & Automation Solid

source-command-changelog

View recent CHANGELOG entries

5,772 Updated today
FlorianBruniaux
API & Backend Solid

performance

Optimize web performance for faster loading and better user experience. Use when asked to "speed up my site", "optimize performance", "reduce load time", "fix slow loading", "improve page speed", or "performance audit".

91 Updated 1 weeks ago
FlorianBruniaux
Code & Development Solid

rust-expert

Expert Rust idiomatique pour développement CLI/système. Ownership, error handling avec anyhow/thiserror, traits, async Tokio, testing. Utiliser pour coder, reviewer ou refactorer du Rust.

91 Updated 1 weeks ago
FlorianBruniaux
API & Backend Solid

cybersec

Security audit toolkit for the ccboard project (Rust/Leptos/Axum stack). Use when auditing authentication flows, API endpoints, WASM security, or reviewing Rust code for unsafe usage and memory safety issues.

91 Updated 1 weeks ago
FlorianBruniaux
Web & Frontend Solid

ratatui

Build terminal UIs in Rust with Ratatui. Use when creating TUI applications, immediate-mode rendering, high-performance terminal interfaces, or production Rust CLIs.

91 Updated 1 weeks ago
FlorianBruniaux
Code & Development Solid

rust-patterns

Analyze Rust codebase for design patterns, idioms, and anti-patterns. Provides detection, suggestion, and evaluation modes for Rust code quality. Keywords: rust, patterns, analysis, idioms, anti-patterns, code-quality

91 Updated 1 weeks ago
FlorianBruniaux
AI & Automation Solid

flow-lean

Lean output mode that fuses three disciplines: minimal solution (ponytail), action-first structure (adhd), zero-fat density (caveman). One rule under all of it: every token earns its place. A token earns its place only if it carries an action, a step, a decision-changing risk, or a proof. Everything else is cut. Supports intensity levels: lite, full (default), ultra.

10 Updated 3 weeks ago
FlorianBruniaux
Web & Frontend Listed

firecrawl-seo-audit

Audit a website's SEO with Firecrawl. Use when the user asks for an SEO audit, metadata and heading review, sitemap/site-structure analysis, keyword opportunities, competitor SERP comparison, or prioritized search optimization recommendations.

11 Updated today
FlorianBruniaux
Web & Frontend Listed

runtime-cache

Vercel Runtime Cache API guidance — ephemeral per-region key-value cache with tag-based invalidation. Shared across Functions, Routing Middleware, and Builds. Use when implementing caching strategies beyond framework-level caching.

11 Updated today
FlorianBruniaux
Web & Frontend Listed

find-keywords

Build a prioritized keyword list for a website, topic, or campaign. Use when the user asks about keyword research, finding keywords to target, building a keyword list, search demand, keyword difficulty, intent mapping, or which keywords to prioritize. For writing content around keywords, see brief. For grouping keywords into clusters, see build-clusters.

11 Updated today
FlorianBruniaux
Data & Documents Listed

programmatic-seo

When the user wants to create SEO-driven pages at scale using templates and data. Also use when the user mentions "programmatic SEO," "template pages," "pages at scale," "directory pages," "location pages," "[keyword] + [city] pages," "comparison pages," "integration pages," "building many pages for SEO," "pSEO," "generate 100 pages," "data-driven pages," or "templated landing pages." Use this whenever someone wants to create many similar pages targeting different keywords or locations. For auditing existing SEO issues, see seo-audit. For content strategy planning, see content-strategy.

11 Updated today
FlorianBruniaux
Web & Frontend Listed

seo

Optimize for search engine visibility and ranking. Use when asked to "improve SEO", "optimize for search", "fix meta tags", "add structured data", "sitemap optimization", or "search engine optimization".

11 Updated today
FlorianBruniaux

Bio shown is the top-scored skill's repo description as a fallback — real GitHub bios land in a future update.