From wbso
Toon onder welk account en bedrijf je nu ingelogd bent bij WBSO.ai. Gebruik wanneer de gebruiker vraagt "wie ben ik", "welk account", of "ben ik nog ingelogd".
How this skill is triggered — by the user, by Claude, or both
Slash command
/wbso:whoamiThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
```bash
wbso whoami
Output bestaat uit één header-regel en (optioneel) een lijst actieve projecten:
<Naam> <<email>> · <Bedrijf>
Actieve projecten:
- <project title> (<quota> uur) [<slug>]
- ...
Bij not_logged_in (één enkele regel) → meld terug:
"Je bent niet ingelogd. Run
/wbso:authom in te loggen of/wbsoom een nieuw account aan te maken."
Anders meld de gebruiker als verhaal — toon naam met email tussen
< >, bedrijfsnaam, en de projecten zonder slugs:
"Je bent ingelogd als Jankees <[email protected]> bij WBSO.ai."
"Je hebt deze N projecten:"
"- Automatische git commit WBSO scoring agent (250 uur)" "- ..."
Slugs niet aan de gebruiker tonen — die zijn alleen voor interne API-calls.
npx claudepluginhub wbso-ai/skill --plugin wbsoCreates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.