FlorianBruniaux
@FlorianBruniaux
Public Skills
guide-recap
by FlorianBruniaux
Transform CHANGELOG entries into social content (LinkedIn, Twitter/X, Newsletter, Slack) in FR + EN. Use after releases or weekly to generate ready-to-post content from guide updates.
cyber-defense-team
by FlorianBruniaux
Orchestrate a 4-agent cyber defense pipeline to analyze log files for threats. Spawns log-ingestor → anomaly-detector → risk-classifier → threat-reporter as parallel-then-sequential agents. Produces a Markdown incident report.
audit-agents-skills
by FlorianBruniaux
Comprehensive quality audit for Claude Code agents, skills, and commands with comparative analysis
ccboard
by FlorianBruniaux
Comprehensive TUI/Web dashboard for Claude Code monitoring
skill-creator
by FlorianBruniaux
Create new Claude Code skills with proper structure, YAML frontmatter, and bundled resources. Generates skill templates following best practices for modular, self-contained capability packages.
rtk-optimizer
by FlorianBruniaux
Optimize command outputs with RTK (Rust Token Killer) for 70% token reduction
voice-refine
by FlorianBruniaux
Transform verbose voice input into optimized Claude prompts
issue-triage
by FlorianBruniaux
3-phase issue backlog management: audit open issues, deep analyze selected ones, draft and execute triage actions with mandatory validation. Args: "all" to analyze all, issue numbers to focus (e.g. "42 57"), "en"/"fr" for language, no arg = audit only in French.
pr-triage
by FlorianBruniaux
3-phase PR backlog management: audit open PRs, deep review selected ones, draft and post review comments with mandatory validation. Args: "all" to review all, PR numbers to focus (e.g. "42 57"), "en"/"fr" for language, no arg = audit only in French.
landing-page-generator
by FlorianBruniaux
Generate complete landing pages from repositories. Analyzes README, features, and structure to create static sites following established patterns. Use for new project landings, open-source showcases, documentation portals.
release-notes-generator
by FlorianBruniaux
Generate release notes in 3 formats (CHANGELOG.md, PR body, Slack announcement) from git commits. Automatically categorizes changes and converts technical language to user-friendly messaging. Use when preparing a production release.
design-patterns
by FlorianBruniaux
Analyze codebase for GoF design patterns - detection, suggestions, evaluation with stack-aware adaptations