Skip to main content
yoanbernabeu
Perfil de criador do GitHub

yoanbernabeu

Visão por repositório de 139 skills coletadas em 14 repositórios do GitHub.

skills coletadas
139
repositórios
14
atualizado
30 de ago. 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
producthunt-skills
30 skills · 24 de jan. de 2026
Representantes de vendas de serviços (exceto publicidade, seguros, serviços financeiros e viagens)Analistas de pesquisa de mercado e especialistas em marketingGerentes de marketingEscritores e autoresArtistas de efeitos especiais e animadoresDesigners gráficos
6 categorias ocupacionais · 100% classificado
22%participação
#02
grepai-skills
27 skills · 1 de fev. de 2026
Desenvolvedores de softwareAdministradores de banco de dadosCientistas de dadosAnalistas de sistemas de computadorCientistas de pesquisa em computação e informaçãoEspecialistas em suporte ao usuário de computador
6 categorias ocupacionais · 100% classificado
19%participação
#03
supabase-pentest-skills
24 skills · 31 de jan. de 2026
Analistas de segurança da informação
1 categorias ocupacionais · 100% classificado
17%participação
#04
slidev-skills
20 skills · 25 de jan. de 2026
Designers gráficosDesenvolvedores webDesenvolvedores de softwareArtistas de efeitos especiais e animadoresDesigners comerciais e industriaisRedatores técnicos
6 categorias ocupacionais · 100% classificado
14%participação
#05
symfony-yoandev-skills
16 skills · 30 de ago. de 2026
classificação pendente
12%participação
#06
Resonance
7 skills · 29 de mar. de 2026
Desenvolvedores de softwareEscritores e autoresEditores
3 categorias ocupacionais · 100% classificado
5%participação
#07
refugesgpx
3 skills · 19 de mai. de 2026
Desenvolvedores de software
1 categorias ocupacionais · 100% classificado
2,2%participação
#08
babeliocli
3 skills · 19 de abr. de 2026
Desenvolvedores de software
1 categorias ocupacionais · 100% classificado
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

ph-analytics-setup
Representantes de vendas de serviços (exceto publicidade, seguros, serviços financeiros e viagens)

Set up analytics tracking for your Product Hunt launch. Use this skill to configure tracking tools, create dashboards, and ensure you capture all important launch metrics.

24 de jan. de 2026
ph-conversion-tracking
Representantes de vendas de serviços (exceto publicidade, seguros, serviços financeiros e viagens)

Track and optimize conversions from your Product Hunt launch. Use this skill to measure signup rates, identify drop-offs, and calculate the true ROI of your launch.

24 de jan. de 2026
ph-golden-kitty
Representantes de vendas de serviços (exceto publicidade, seguros, serviços financeiros e viagens)

Strategy for Product Hunt Golden Kitty Awards. Use this skill to understand award categories, prepare nominations, and maximize your chances of winning annual recognition.

24 de jan. de 2026
ph-newsletter-pitch
Analistas de pesquisa de mercado e especialistas em marketing

Get featured in Product Hunt newsletters. Use this skill to understand newsletter criteria, craft effective pitches, and maximize visibility through PH editorial coverage.

24 de jan. de 2026
ph-algorithm-guide
Representantes de vendas de serviços (exceto publicidade, seguros, serviços financeiros e viagens)

Understand how the Product Hunt ranking algorithm works. Use this skill to optimize your launch strategy based on known algorithm factors and behaviors.

24 de jan. de 2026
ph-ban-prevention
Analistas de pesquisa de mercado e especialistas em marketingRepresentantes de vendas de serviços (exceto publicidade, seguros, serviços financeiros e viagens)

Avoid shadow bans and penalties on Product Hunt. Use this skill to understand platform rules, identify risky behaviors, and ensure your launch practices are fully compliant.

24 de jan. de 2026
ph-safe-messaging
Representantes de vendas de serviços (exceto publicidade, seguros, serviços financeiros e viagens)

Write Product Hunt compliant messages and requests. Use this skill to craft outreach, social posts, and supporter communications that follow community guidelines and avoid penalties.

24 de jan. de 2026
ph-description-writer
Escritores e autores

Write converting Product Hunt product descriptions. Use this skill to craft compelling descriptions that explain your product, engage readers, and drive action using proven copywriting formulas like AIDA, PAS, and FAB.

24 de jan. de 2026
Mostrando 8 de 30 skills coletadas.
Mostrando 8 de 27 skills coletadas.
Mostrando 8 de 24 skills coletadas.
slidev-click-animations
Artistas de efeitos especiais e animadores

Master v-click and sequential animations in Slidev. Use this skill to reveal content progressively and create engaging presentations.

25 de jan. de 2026
slidev-transitions
Designers gráficos

Add smooth slide transitions in Slidev. Use this skill for fade, slide, and custom transitions between slides.

25 de jan. de 2026
slidev-code-blocks
Desenvolvedores de softwareDesenvolvedores web

Create beautiful code blocks with Shiki syntax highlighting. Use this skill for code snippets, line highlighting, and code groups.

25 de jan. de 2026
slidev-magic-move
Designers gráficos

Animate code transformations with Shiki Magic Move. Use this skill to create smooth morphing transitions between code states.

25 de jan. de 2026
slidev-monaco-editor
Desenvolvedores web

Add live coding with Monaco Editor in Slidev. Use this skill for interactive code demos, executable code, and real-time editing.

25 de jan. de 2026
slidev-components
Designers gráficos

Leverage Vue components in Slidev slides. Use this skill to add interactivity with built-in components or create custom ones.

25 de jan. de 2026
slidev-layouts
Designers gráficos

Use built-in and custom Slidev layouts effectively. Use this skill to structure slides with cover, two-cols, image layouts and more.

25 de jan. de 2026
slidev-syntax-guide
Redatores técnicos

Master Slidev's extended Markdown syntax. Use this skill to write slides with advanced formatting, frontmatter, and special features.

25 de jan. de 2026
Mostrando 8 de 20 skills coletadas.
symfony-architecture
sem classificação

Decide where code goes in a Symfony project and wire it correctly: the Controller / Service / Repository / DTO / Entity contract, the three DTO namespaces (Input, Read, Output), service design and who calls flush(), business exceptions carrying their own HTTP…

30 de ago. de 2026
symfony-async
sem classificação

Move work out of the request with Messenger, send email asynchronously with Mailer and TemplatedEmail, and run recurring jobs with Scheduler — Doctrine transport, retry and failure policy, prioritised queues, idempotent handlers, and workers under supervisor…

30 de ago. de 2026
symfony-console
sem classificação

Write Symfony console commands as thin translation layers over a service: one class per command family with method-level #[AsCommand] on Symfony 8.1, invokable commands with #[Argument] and #[Option] before that, SymfonyStyle output, dry run by default with…

30 de ago. de 2026
symfony-deployment
sem classificação

Ship a Symfony application to production as a Docker image running FrankenPHP: the build and release sequence and what each step is for, migrations run automatically at deploy, production php.ini and OPcache preloading, environment variables and secrets on…

30 de ago. de 2026
symfony-doctrine
sem classificação

The persistence layer of a Symfony project: entities in maker format with attribute mapping, auto-increment integer ids, \DateTimeImmutable and native enums; relations and the collection traps they open; repositories as the single place where DQL,…

30 de ago. de 2026
symfony-frontend
sem classificação

Build and debug the front end of a Symfony application with AssetMapper, Twig, Stimulus, Turbo and Symfony UX — no bundler, no Node build step. Use this skill whenever someone asks to make a page interactive, add a filter or a live search, add an autocomplete…

30 de ago. de 2026
symfony-http
sem classificação

Write the HTTP layer of a Symfony application: controllers, routes, request input mapping, JSON and HTML responses, forms and Twig templates. One controller class per resource, a class-level route prefix, input DTOs hydrated by #[MapRequestPayload] or a…

30 de ago. de 2026
symfony-local-dev
sem classificação

Set up and run a Symfony project locally: PostgreSQL and Mailpit in Docker, the Symfony CLI dev server which auto-injects DATABASE_URL and MAILER_DSN from the running containers, HTTPS and HTTP/2 out of the box, and an optional FrankenPHP container for…

30 de ago. de 2026
Mostrando 8 de 16 skills coletadas.
Mostrando 12 de 14 repositórios