Skip to main content
FlorianBruniaux
Perfil de criador do GitHub

FlorianBruniaux

Visão por repositório de 182 skills coletadas em 11 repositórios do GitHub.

skills coletadas
182
repositórios
11
atualizado
1 de set. de 2026
mapa de repositórios

Onde as skills estão

Principais repositórios por número de skills coletadas, com sua participação neste catálogo do criador e sua distribuição ocupacional.

#01
claude-code-ultimate-guide
98 skills · 1 de set. de 2026
Desenvolvedores de softwareOutras ocupações de informáticaAnalistas de garantia de qualidade de software e testadoresEspecialistas em gestão de projetosAnalistas de segurança da informaçãoProfessores do ensino superior, todos os outros
12 categorias ocupacionais · 98% classificado
54%participação
#02
starmapper
23 skills · 28 de mai. de 2026
Desenvolvedores de softwareDesigners de interfaces web e digitaisAnalistas de garantia de qualidade de software e testadoresAnalistas de segurança da informaçãoAdministradores de redes e sistemas de computadorArquitetos de banco de dados
7 categorias ocupacionais · 96% classificado
13%participação
#03
claude-code-plugins
15 skills · 4 de jun. de 2026
Desenvolvedores de softwareAdministradores de redes e sistemas de computadorAnalistas de garantia de qualidade de software e testadores
3 categorias ocupacionais · 100% classificado
8,2%participação
#04
ccboard
14 skills · 27 de mai. de 2026
Desenvolvedores de softwareAnalistas de garantia de qualidade de software e testadoresAnalistas de segurança da informaçãoOutras ocupações de informática
4 categorias ocupacionais · 100% classificado
7,7%participação
#05
google-search-console-mcp
14 skills · 24 de ago. de 2026
Analistas de garantia de qualidade de software e testadores
1 categorias ocupacionais · 7,1% classificado
7,7%participação
#06
github-roast-tpc
6 skills · 30 de jun. de 2026
Desenvolvedores de softwareEspecialistas em recursos humanos
2 categorias ocupacionais · 100% classificado
3,3%participação
#07
ctxharness
4 skills · 5 de mai. de 2026
Desenvolvedores de software
1 categorias ocupacionais · 100% classificado
2,2%participação
#08
youtube-video-insights
4 skills · 31 de ago. de 2026
classificação pendente
2,2%participação
Os 8 principais repositórios são exibidos aqui; a lista completa continua abaixo.
explorador de repositórios

Repositórios e skills representativas

Mostrando 8 de 98 skills coletadas.
maplibre-tile-sources
sem classificação

How to choose and configure data sources for MapLibre GL JS — rendering your own data without tiles, hosted tile services, serverless PMTiles, self-hosted tile servers, tile schemas, glyphs, and sprites.

28 de mai. de 2026
neon-postgres
Desenvolvedores de software

Guides and best practices for working with Neon Serverless Postgres. Covers setup, connection methods, branching, autoscaling, scale-to-zero, read replicas, connection pooling, Neon Auth, and the Neon CLI, MCP server, REST API, TypeScript SDK, and Python SDK.…

28 de mai. de 2026
tailwind-v4-shadcn
Desenvolvedores web

| Production-tested setup for Tailwind CSS v4 with shadcn/ui, Vite, and React. Use when: initializing React projects with Tailwind v4, setting up shadcn/ui, implementing dark mode, debugging CSS variable issues, fixing theme switching, migrating from Tailwind…

28 de mai. de 2026
accessibility
Designers de interfaces web e digitais

Audit and improve web accessibility following WCAG 2.1 guidelines. Use when asked to "improve accessibility", "a11y audit", "WCAG compliance", "screen reader support", "keyboard navigation", or "make accessible".

17 de mai. de 2026
best-practices
Desenvolvedores de software

Apply modern web development best practices for security, compatibility, and code quality. Use when asked to "apply best practices", "security audit", "modernize code", "code quality review", or "check for vulnerabilities".

17 de mai. de 2026
core-web-vitals
Designers de interfaces web e digitais

Optimize Core Web Vitals (LCP, INP, CLS) for better page experience and search ranking. Use when asked to "improve Core Web Vitals", "fix LCP", "reduce CLS", "optimize INP", "page experience optimization", or "fix layout shifts".

17 de mai. de 2026
cyber-defense-team
Analistas de segurança da informação

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.

17 de mai. de 2026
design-patterns
Desenvolvedores de software

Use when analyzing a codebase for GoF design patterns, or when refactoring and needing pattern suggestions. Stack-aware (TypeScript/React/Next.js adaptations).

17 de mai. de 2026
Mostrando 8 de 23 skills coletadas.
autoresearch
Desenvolvedores de software

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

4 de jun. de 2026
eval-agents
Analistas de garantia de qualidade de software e testadores

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…

4 de jun. de 2026
eval-hooks
Desenvolvedores de software

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…

4 de jun. de 2026
canary
Administradores de redes e sistemas de computador

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

4 de jun. de 2026
git-worktree-clean
Desenvolvedores de software

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

4 de jun. de 2026
git-worktree-remove
Desenvolvedores de software

Safely remove a git worktree with branch cleanup and safety checks

4 de jun. de 2026
git-worktree
Desenvolvedores de software

Create isolated git worktrees for feature development without switching branches

4 de jun. de 2026
git-worktree-status
Desenvolvedores de software

Check status of background verification tasks running in a git worktree

4 de jun. de 2026
Mostrando 8 de 15 skills coletadas.
ratatui
Desenvolvedores de software

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

27 de mai. de 2026
rust-expert
Desenvolvedores de software

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.

27 de mai. de 2026
rust-patterns
Desenvolvedores de software

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

27 de mai. de 2026
cybersec
Analistas de segurança da informação

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.

29 de abr. de 2026
performance
Desenvolvedores de software

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".

29 de abr. de 2026
backend-architect
Desenvolvedores de software

Expert senior en architecture backend pour accompagner le développement (conception, implémentation, review, refactoring). Architecture hexagonale, DDD, SOLID, clean code, tests. Utiliser pour concevoir de nouvelles features, développer du code, reviewer,…

21 de abr. de 2026
ccboard-remember
Outras ocupações de informática

Store a fix, pattern, or context note in Brain knowledge base (~/.ccboard/insights.db). Use when you want to remember a fix, pattern, decision, or context note across sessions.

21 de abr. de 2026
code-simplifier
Desenvolvedores de software

Simplifie et raffine le code pour clarté, cohérence et maintenabilité. AUTO-SUGGEST: Activer quand détection de code complexe (imbrication >3, fonctions >50 lignes, ternaires imbriqués, DRY violations).

21 de abr. de 2026
Mostrando 8 de 14 skills coletadas.
ai-overviews-impact
sem classificação

Measure how Google AI Overviews are cannibalizing organic CTR. Use when asked about AI Overview impact, SGE cannibalization, or why CTR is dropping despite stable rankings. Aussi déclenché en français par "les AI Overviews me piquent des clics", "l'IA de…

24 de ago. de 2026
cannibalization-check
sem classificação

Detect keyword cannibalization, meaning queries where multiple pages compete for the same rankings. Use when asked about competing pages, keyword overlap, or cannibalization. Aussi déclenché en français par "cannibalisation", "deux pages qui se battent sur le…

24 de ago. de 2026
content-opportunities
sem classificação

Find content optimization targets across two zones, striking distance (positions 4-10) and page-two quick wins (positions 11-20). Use when asked for content ideas or optimization opportunities. Aussi déclenché en français par "quelles pages optimiser en…

24 de ago. de 2026
heading-audit
sem classificação

Audit the heading structure of a page. Checks H1 uniqueness, level jumps, whether the title duplicates the H1 word for word, headings that carry no information, and subheading density. Use when asked about headings, H1, H2, title tags, or page structure.…

24 de ago. de 2026
indexing-audit
sem classificação

Audit indexing status with a site-wide overview first, then per-page deep-dive on top pages. Use when asked about crawling, indexing issues, or whether pages are indexed by Google. Aussi déclenché en français par "pourquoi mes pages sont pas indexées",…

24 de ago. de 2026
internal-linking-audit
sem classificação

Audit internal linking on a page, weighted by where each link sits. A link in the body of a page carries far more weight than the same link in the footer or the main nav. Surfaces targets linked only from footer/nav, generic anchors, and internal nofollow.…

24 de ago. de 2026
link-equity-map
sem classificação

Map internal link flow across a whole site and cross it with Search Console to find the pages sitting on page two that no page body links to. Site-wide companion to internal-linking-audit, which works on a single URL. Use when asked about site architecture,…

24 de ago. de 2026
onpage-audit
sem classificação

Complete on-page audit of a single URL in one pass, combining heading structure, internal linking, technical meta tags, content quality and schema, then cross-checked against real Search Console data before any recommendation is made. Use when asked for a…

24 de ago. de 2026
Mostrando 8 de 14 skills coletadas.
score-profile
Desenvolvedores de software

Use when turning a GitHub profile analysis into an actionable score. Produces a /100 grade weighted by the author's detected objective, a green/orange/red signal table, ready-to-paste corrective prompts, and a shareable score card. Triggers on "note ce…

30 de jun. de 2026
eval-readme
Desenvolvedores de software

Use when evaluating the quality of a GitHub README, judging whether it reads as human-written or AI-generated, and producing concrete fixes. Triggers on requests like "eval this README", "is this readme AI-generated", "review my repo readme".

16 de jun. de 2026
analyze-github-profile
Desenvolvedores de software

Use when analyzing a GitHub profile through the lens of its author's objective (build a flagship, raise funds, get hired, run a business). Reads repos, pinned items, contribution timeline and commits, then produces a structured profile sheet. Triggers on…

16 de jun. de 2026
route-next-steps
Desenvolvedores de software

Use when turning a GitHub/LinkedIn analysis into a concrete next-step plan, branching on the user's goal. Two tracks, getting hired and spreading a project. Triggers on "et maintenant je fais quoi", "what next", "je cherche du taf", "je veux diffuser mon…

16 de jun. de 2026
suggest-keywords
Desenvolvedores de software

Use when improving the findability of a GitHub profile and its repos. Generates keyword-rich repo descriptions and topics, optimizes the profile bio for search, and proposes cross-platform linking. Triggers on "améliore mes keywords", "make my repo findable",…

16 de jun. de 2026
analyze-linkedin-profile
Especialistas em recursos humanos

Use when analyzing a LinkedIn profile that the user provides themselves (screenshots and pasted text), and cross-checking it with their GitHub. Never scrapes LinkedIn. Triggers on "analyse mon LinkedIn", "is my linkedin aligned with my github", "review my…

16 de jun. de 2026
Mostrando 11 de 11 repositórios
Todos os repositórios foram exibidos