From remofirst-pack
Provides production checklist for RemoFirst API integration in global HR, EOR, payroll with Python client examples, error handling, and compliance steps.
npx claudepluginhub jeremylongshore/claude-code-plugins-plus-skills --plugin remofirst-packThis skill is limited to using the following tools:
Implementation patterns for RemoFirst prod checklist — global HR and EOR platform integration.
Provides Python client patterns and local dev loop for RemoFirst API integration in global HR, EOR, payroll workflows.
Provides ethical HR guidance, structured templates, checklists for hiring, onboarding/offboarding, PTO/leave, performance management, policies, and employee relations. Requires jurisdiction/context.
Provides ethical HR guidance for hiring, onboarding/offboarding, PTO/leave management, performance reviews, compliant policies, and employee relations in engineering teams.
Share bugs, ideas, or general feedback.
Implementation patterns for RemoFirst prod checklist — global HR and EOR platform integration.
remofirst-install-auth setupclient = RemoFirstClient()
employees = client.get("/employees", params={"page_size": 10})
print(f"Employees: {len(employees['data'])}")
| Error | Cause | Solution |
|---|---|---|
| 401 Unauthorized | Invalid API key | Contact RemoFirst support |
| 429 Rate Limited | Too many requests | Implement backoff |
| 422 Validation Error | Missing required field | Check API documentation |
See related RemoFirst skills for more workflows.