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
skills 91개 · 2026-07-06
소프트웨어 개발자기타 컴퓨터 관련 직업소프트웨어 품질 보증 분석가·테스터프로젝트 관리 전문가정보 보안 분석가시장조사 분석가·마케팅 전문가
직업 카테고리 12개 · 100% 분류됨
57%비중
#02
starmapper
skills 21개 · 2026-05-28
소프트웨어 개발자웹·디지털 인터페이스 디자이너정보 보안 분석가네트워크·컴퓨터 시스템 관리자데이터베이스 아키텍트소프트웨어 품질 보증 분석가·테스터
직업 카테고리 7개 · 100% 분류됨
13%비중
#03
ccboard
skills 14개 · 2026-05-27
소프트웨어 개발자소프트웨어 품질 보증 분석가·테스터정보 보안 분석가기타 컴퓨터 관련 직업
직업 카테고리 4개 · 100% 분류됨
8.7%비중
#04
claude-code-plugins
skills 13개 · 2026-06-04
소프트웨어 개발자네트워크·컴퓨터 시스템 관리자소프트웨어 품질 보증 분석가·테스터
직업 카테고리 3개 · 100% 분류됨
8.1%비중
#05
google-search-console-mcp
skills 10개 · 2026-06-25
시장조사 분석가·마케팅 전문가소프트웨어 품질 보증 분석가·테스터
직업 카테고리 2개 · 100% 분류됨
6.2%비중
#06
github-roast-tpc
skills 6개 · 2026-06-30
소프트웨어 개발자인사 전문가
직업 카테고리 2개 · 100% 분류됨
3.7%비중
#07
ctxharness
skills 4개 · 2026-05-05
소프트웨어 개발자
직업 카테고리 1개 · 100% 분류됨
2.5%비중
#08
claude-cowork-guide
skills 2개 · 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개를 표시합니다.
이 저장소에서 수집된 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개 표시
모든 저장소를 표시했습니다