From 30e3feae680229d5953a8d0e91d1236ac227910c Mon Sep 17 00:00:00 2001 From: SuperUser Date: Thu, 5 Mar 2026 13:56:46 +0000 Subject: [PATCH] Add personio-headcount skill (migrated from plugin) --- personio-headcount/data/team_mapping.json | 143 ++++++++++++++++++++++ 1 file changed, 143 insertions(+) create mode 100644 personio-headcount/data/team_mapping.json diff --git a/personio-headcount/data/team_mapping.json b/personio-headcount/data/team_mapping.json new file mode 100644 index 0000000..80feb42 --- /dev/null +++ b/personio-headcount/data/team_mapping.json @@ -0,0 +1,143 @@ +{ + "total_teams": 23, + "teams": [ + { + "team_id": "417186", + "team_name": "Data", + "active_headcount": 3, + "total_records": 8 + }, + { + "team_id": "417184", + "team_name": "Finance & Administration", + "active_headcount": 2, + "total_records": 5 + }, + { + "team_id": "417185", + "team_name": "Vendor Management", + "active_headcount": 2, + "total_records": 5 + }, + { + "team_id": "382453", + "team_name": "Marketing", + "active_headcount": 4, + "total_records": 10 + }, + { + "team_id": "492417", + "team_name": "Customer Experience", + "active_headcount": 2, + "total_records": 3 + }, + { + "team_id": "492421", + "team_name": "Customer Experience", + "active_headcount": 3, + "total_records": 5 + }, + { + "team_id": "492422", + "team_name": "Product Management", + "active_headcount": 5, + "total_records": 8 + }, + { + "team_id": "584895", + "team_name": "Communications", + "active_headcount": 4, + "total_records": 10 + }, + { + "team_id": "1156006", + "team_name": "Sales Operations", + "active_headcount": 1, + "total_records": 2 + }, + { + "team_id": "3146300", + "team_name": "Sales Operations", + "active_headcount": 2, + "total_records": 3 + }, + { + "team_id": "3442690", + "team_name": "Data Management", + "active_headcount": 1, + "total_records": 1 + }, + { + "team_id": "3442692", + "team_name": "Operations", + "active_headcount": 8, + "total_records": 25 + }, + { + "team_id": "3442693", + "team_name": "Engineering", + "active_headcount": 4, + "total_records": 10 + }, + { + "team_id": "3443052", + "team_name": "Product Management", + "active_headcount": 3, + "total_records": 5 + }, + { + "team_id": "3443053", + "team_name": "Pricing", + "active_headcount": 2, + "total_records": 3 + }, + { + "team_id": "4400959", + "team_name": "AI & Automation", + "active_headcount": 6, + "total_records": 7 + }, + { + "team_id": "4400960", + "team_name": "Enterprise Sales", + "active_headcount": 19, + "total_records": 193 + }, + { + "team_id": "4729430", + "team_name": "Vendor Management", + "active_headcount": 4, + "total_records": 10 + }, + { + "team_id": "4811949", + "team_name": "Strategic Operations", + "active_headcount": 2, + "total_records": 5 + }, + { + "team_id": "572110", + "team_name": "Rev Ops", + "active_headcount": 2, + "total_records": 5 + }, + { + "team_id": "1576840", + "team_name": "Fulfillment", + "active_headcount": 15, + "total_records": 45 + }, + { + "team_id": "1576871", + "team_name": "Operations", + "active_headcount": 27, + "total_records": 105 + }, + { + "team_id": "784205", + "team_name": "Customer Experience", + "active_headcount": 8, + "total_records": 15 + } + ] +}