Public timeline of every Skilluv community member's first commit. Anyone who joins Skilluv and completes the Bonjour Skilluv onboarding challenge has their HELLO.md archived here.
- New Skilluv member → signs up on the platform, picks their orientation.
- Completes the
Bonjour Skilluvchallenge: forks askilluv-community/starter-*template, editsHELLO.md, opens a PR on their own fork. - Skilluv detects the PR via GitHub webhook → unlocks the "Bonjour Skilluv" badge.
- A Skilluv bot automatically mirrors the content of the
HELLO.mdinto this repository underentries/{username}.mdwith a welcome timestamp. - The file stays here for life (the member can request its removal anytime).
entries/
├── {username-01}.md ← Signup: January 2027
├── {username-02}.md
├── ...
Each entry follows this format:
# Hello {display_name} 👋
**Joined**: 2027-01-XX
**Initial orientation**: {orientation_slug}
**Skilluv profile**: [skilluv.io/@{username}](https://skilluv.io/@{username})
## Their introduction
{content of the HELLO.md the person wrote}- Live social proof: any visitor sees how many people joined recently
- Warm welcome: every person gets named in a public space
- Community history: in 5 years, we'll remember who was here on day one
- Growth signal: veterans can come back and see their own first
Hello
The wall is also rendered on skilluv.io/hello-wall as a scrollable interactive timeline.
Any person may request the removal of their entry by emailing moderation@skilluv.io. Removal is processed within 30 days; the audit trail is preserved for system integrity.
This repo does not accept direct human PRs. Entries are created automatically by the Skilluv bot. Any human PR will be closed.
The bot workflow itself is developed at skilluv/skilluv-backend (coming Q1 2027).
The Skilluv onboarding challenge is called "Bonjour Skilluv" (French for "Hello Skilluv") as a cultural nod to the founder's Beninese roots and the French-speaking African community that forms the wedge of Skilluv's early adoption. However, all documentation and internal naming default to English, the lingua franca of tech.
The content of individual entries remains the property of their authors. The structure of this repository is under CC0 1.0 (public domain).