Skip to main content
yoanbernabeu
GitHub creator profile

yoanbernabeu

Repository-level view of 139 collected skills across 14 GitHub repositories.

skills collected
139
repositories
14
updated
Aug 30, 2026
Showing the top 8 repositories here; full repository list continues below.
repository explorer

Repositories and representative skills

ph-analytics-setup
sales-representatives-of-services-except-advertising-insurance-financial-services-and-travel

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.

Jan 24, 2026
ph-conversion-tracking
sales-representatives-of-services-except-advertising-insurance-financial-services-and-travel

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.

Jan 24, 2026
ph-golden-kitty
sales-representatives-of-services-except-advertising-insurance-financial-services-and-travel

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

Jan 24, 2026
ph-newsletter-pitch
market-research-analysts-and-marketing-specialists-131161

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

Jan 24, 2026
ph-algorithm-guide
sales-representatives-of-services-except-advertising-insurance-financial-services-and-travel

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

Jan 24, 2026
ph-ban-prevention
market-research-analysts-and-marketing-specialists-131161sales-representatives-of-services-except-advertising-insurance-financial-services-and-travel

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.

Jan 24, 2026
ph-safe-messaging
sales-representatives-of-services-except-advertising-insurance-financial-services-and-travel

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.

Jan 24, 2026
ph-description-writer
writers-and-authors

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.

Jan 24, 2026
Showing 8 of 30 collected skills.
Showing 8 of 27 collected skills.
Showing 8 of 24 collected skills.
Showing 8 of 20 collected skills.
symfony-architecture
unclassified

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…

Aug 30, 2026
symfony-async
unclassified

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…

Aug 30, 2026
symfony-console
unclassified

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…

Aug 30, 2026
symfony-deployment
unclassified

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…

Aug 30, 2026
symfony-doctrine
unclassified

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,…

Aug 30, 2026
symfony-frontend
unclassified

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…

Aug 30, 2026
symfony-http
unclassified

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…

Aug 30, 2026
symfony-local-dev
unclassified

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…

Aug 30, 2026
Showing 8 of 16 collected skills.
Showing 12 of 14 repositories