Skip to main content
Manusで任意のスキルを実行
ワンクリックで
FlorianBruniaux
GitHub クリエイタープロフィール

FlorianBruniaux

8 件の GitHub リポジトリにある 161 件の収集済み skills をリポジトリ単位で表示します。

収集済み skills
161
リポジトリ
8
更新
2026-07-06
リポジトリマップ

skills がある場所

収集済み skill 数が多いリポジトリを、このクリエイターカタログ内の比率と職業範囲とともに表示します。

#01
claude-code-ultimate-guide
91 件の skills · 2026-07-06
ソフトウェア開発者その他コンピュータ職ソフトウェア品質保証アナリスト・テスタープロジェクト管理専門家情報セキュリティアナリスト市場調査アナリスト・マーケティングスペシャリスト
12 件の職業カテゴリ · 100% 分類済み
57%比率
#02
starmapper
21 件の skills · 2026-05-28
ソフトウェア開発者ウェブ・デジタルインターフェースデザイナー情報セキュリティアナリストウェブ開発者ソフトウェア品質保証アナリスト・テスターデータベースアーキテクト
7 件の職業カテゴリ · 100% 分類済み
13%比率
#03
ccboard
14 件の skills · 2026-05-27
ソフトウェア開発者ソフトウェア品質保証アナリスト・テスター情報セキュリティアナリストその他コンピュータ職
4 件の職業カテゴリ · 100% 分類済み
8.7%比率
#04
claude-code-plugins
13 件の skills · 2026-06-04
ソフトウェア開発者ソフトウェア品質保証アナリスト・テスターネットワーク・コンピュータシステム管理者
3 件の職業カテゴリ · 100% 分類済み
8.1%比率
#05
google-search-console-mcp
10 件の skills · 2026-06-25
市場調査アナリスト・マーケティングスペシャリストソフトウェア品質保証アナリスト・テスター
2 件の職業カテゴリ · 100% 分類済み
6.2%比率
#06
github-roast-tpc
6 件の skills · 2026-06-30
ソフトウェア開発者人事スペシャリスト
2 件の職業カテゴリ · 100% 分類済み
3.7%比率
#07
ctxharness
4 件の skills · 2026-05-05
ソフトウェア開発者
1 件の職業カテゴリ · 100% 分類済み
2.5%比率
#08
claude-cowork-guide
2 件の skills · 2026-07-04
ソフトウェア開発者市場調査アナリスト・マーケティングスペシャリスト
2 件の職業カテゴリ · 100% 分類済み
1.2%比率
リポジトリエクスプローラー

リポジトリと代表的な skills

このリポジトリの収集済み skills 91 件中、上位 8 件を表示しています。
neon-postgres
ソフトウェア開発者

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. Use when users ask about "Neon setup", "connect to Neon", "Neon project", "DATABASE_URL", "serverless Postgres", "Neon CLI", "neonctl", "Neon MCP", "Neon Auth", "@neondatabase/serverless", "@neondatabase/neon-js", "scale to zero", "Neon autoscaling", "Neon read replica", or "Neon connection pooling".

2026-05-28
tailwind-v4-shadcn
ウェブ開発者

| 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 v3, or encountering color/theming problems. Covers: @theme inline pattern, CSS variable architecture, dark mode with ThemeProvider, component composition, vite.config setup, common v4 gotchas, and production-tested patterns.

2026-05-28
accessibility
ウェブ・デジタルインターフェースデザイナー

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

2026-05-17
best-practices
ソフトウェア開発者

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

2026-05-17
core-web-vitals
ウェブ・デジタルインターフェースデザイナー

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

2026-05-17
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.

2026-05-17
design-patterns
ソフトウェア開発者

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

2026-05-17
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".

2026-05-17
このリポジトリの収集済み skills 21 件中、上位 8 件を表示しています。
ratatui
ソフトウェア開発者

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

2026-05-27
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.

2026-05-27
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

2026-05-27
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.

2026-04-29
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".

2026-04-29
backend-architect
ソフトウェア開発者

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, refactorer, ou résoudre des problèmes architecturaux.

2026-04-21
ccboard-remember
その他コンピュータ職

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.

2026-04-21
code-simplifier
ソフトウェア開発者

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

2026-04-21
このリポジトリの収集済み skills 14 件中、上位 8 件を表示しています。
autoresearch
ソフトウェア開発者

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

2026-06-04
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.

2026-06-04
canary
ネットワーク・コンピュータシステム管理者

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

2026-06-04
git-worktree-clean
ソフトウェア開発者

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

2026-06-04
git-worktree-remove
ソフトウェア開発者

Safely remove a git worktree with branch cleanup and safety checks

2026-06-04
git-worktree
ソフトウェア開発者

Create isolated git worktrees for feature development without switching branches

2026-06-04
git-worktree-status
ソフトウェア開発者

Check status of background verification tasks running in a git worktree

2026-06-04
sandbox-status
ソフトウェア開発者

Display native sandbox status, configuration, and recent violations

2026-06-04
このリポジトリの収集済み skills 13 件中、上位 8 件を表示しています。
ai-overviews-impact
市場調査アナリスト・マーケティングスペシャリスト

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.

2026-06-25
cannibalization-check
市場調査アナリスト・マーケティングスペシャリスト

Detect keyword cannibalization, meaning queries where multiple pages compete for the same rankings. Use when asked about competing pages, keyword overlap, or cannibalization.

2026-06-25
content-opportunities
市場調査アナリスト・マーケティングスペシャリスト

Find content optimization targets across two zones: striking distance

2026-06-25
indexing-audit
市場調査アナリスト・マーケティングスペシャリスト

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.

2026-06-25
page-deep-dive
市場調査アナリスト・マーケティングスペシャリスト

Full diagnostic for a single URL combining indexing status, search performance, Core Web Vitals, and query breakdown. Use when asked to analyze a specific page or diagnose why a particular URL is underperforming.

2026-06-25
schema-audit
市場調査アナリスト・マーケティングスペシャリスト

Audit structured data (schema markup) across the top pages to surface errors blocking rich results eligibility. Use when asked about rich results, schema errors, or structured data health.

2026-06-25
seo-weekly-report
市場調査アナリスト・マーケティングスペシャリスト

Generate a complete weekly SEO performance report for a site, including alerts, anomalies, and period-over-period comparison. Use when asked for a site summary, performance overview, or weekly report.

2026-06-25
sitemap-audit
市場調査アナリスト・マーケティングスペシャリスト

Audit sitemap health and coverage across all submitted sitemaps. Use when asked about sitemap issues, submitted vs. indexed counts, or sitemap errors.

2026-06-25
このリポジトリの収集済み skills 10 件中、上位 8 件を表示しています。
score-profile
ソフトウェア開発者

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 profil", "score my github", "is my profile good for getting hired".

2026-06-30
eval-readme
ソフトウェア開発者

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

2026-06-16
analyze-github-profile
ソフトウェア開発者

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 "analyse ce profil GitHub", "what does this GitHub profile say", "audit my github".

2026-06-16
route-next-steps
ソフトウェア開発者

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

2026-06-16
suggest-keywords
ソフトウェア開発者

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", "seo for my github".

2026-06-16
analyze-linkedin-profile
人事スペシャリスト

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

2026-06-16
8 件中 8 件のリポジトリを表示
すべてのリポジトリを表示しました