Remofirst Prod Checklist

RemoFirst prod checklist — global HR, EOR, and payroll platform integration. Use when working with RemoFirst for global employment, payroll, or compliance. Trigger with phrases like "remofirst prod checklist", "remofirst-prod-checklist", "global HR API".

gabrielmoreira Updated 17 repo stars

File contents

RemoFirst Prod Checklist

Overview

Implementation patterns for RemoFirst prod checklist — global HR and EOR platform integration.

Prerequisites

  • Completed remofirst-install-auth setup

Instructions

Step 1: API Pattern

client = RemoFirstClient()
employees = client.get("/employees", params={"page_size": 10})
print(f"Employees: {len(employees['data'])}")

Output

  • RemoFirst integration for prod checklist

Error Handling

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

Resources

Next Steps

See related RemoFirst skills for more workflows.

gabrielmoreira/agent-skills-mirror/tree/main/mirrors/repos/jeremylongshore@tons-of-skills-marketplace/skills/.curated/remofirst-prod-checklist commit 19d45ce55f

Frequently asked questions

npx skillmds@latest add gabrielmoreira/remofirst-prod-checklist