From remofirst-pack
RemoFirst hello world — global HR, EOR, and payroll platform integration. Use when working with RemoFirst for global employment, payroll, or compliance. Trigger with phrases like "remofirst hello world", "remofirst-hello-world", "global HR API".
How this skill is triggered — by the user, by Claude, or both
Slash command
/remofirst-pack:remofirst-hello-worldThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Implementation patterns for RemoFirst hello world — global HR and EOR platform integration.
Implementation patterns for RemoFirst hello world — 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.
npx claudepluginhub flight505/skill-forge --plugin remofirst-packCreates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.