Plugin marketplace van The Kind Kids — gedeelde skills en workflows voor Claude Cowork en Claude Code.
| Plugin | Beschrijving | Slash commands |
|---|---|---|
| tkk-case-writer | Schrijf on-brand cases voor TKK, Statik en Shaved Monkey | /tkk-case-writer:write-case |
| tkk-tone | Tone of voice en communicatietemplates | — (skill, automatisch actief) |
| nmbs | Belgische treinverbindingen via iRail API | /nmbs:train |
| company-info | Belgische bedrijfsinfo: KBO, jaarrekeningen, Staatsblad | /company-info:company-lookup |
Voeg eerst de marketplace toe:
/plugin marketplace add statikbe/skill-market
Installeer dan een plugin:
/plugin install tkk-case-writer@tkk-plugins
/plugin install nmbs@tkk-plugins
/plugin install company-info@tkk-plugins
Test een plugin zonder te installeren:
claude --plugin-dir ./nmbs
Sommige plugins hebben runtime dependencies:
| Plugin | Vereisten |
|---|---|
| nmbs | node + npx |
| company-info | node + npx, python3 met playwright package |
- Maak een map aan met de plugin-naam
- Volg de plugin-structuur
- Voeg de plugin toe aan
.claude-plugin/marketplace.json - Commit en push