| name | add-yourself-to-team-langfuse |
| description | Add a new team member to Langfuse's canonical team data and shared team table. Use when onboarding a new employee who needs to appear on the website team, press, about, careers, or handbook pages. |
Add a new team member to Langfuse. Ask the user for the following information before proceeding:
- Full name (including any special characters, e.g. umlauts)
- Role/title (e.g. "Growth & Developer Relations")
- GitHub username (e.g. from https://github.com/username)
- LinkedIn URL (e.g. https://www.linkedin.com/in/handle/)
- X/Twitter handle (e.g. from https://x.com/handle) — optional
- Profile photo — remind them to add it to
public/images/people/<key>.jpg
Once you have the information, update the following source files:
1. data/authors.json
Add a new entry at the end (before the closing }). Use a lowercase, no-special-chars version of the name as the key (e.g. annabellschafer):
"<key>": {
"firstName": "<first name>",
"name": "<full name>",
"title":