name: remofirst-prod-checklist description: ""RemoFirst prod checklist \u2014 global HR, EOR, and payroll platform\ \ integration.\nUse when working with RemoFirst for global employment, payroll,\ \ or compliance.\nTrigger with phrases like \"remofirst prod checklist\", \"remofirst-prod-checklist\"\ , \"global HR API\".\n"" allowed-tools: "Read, Write, Edit, Bash(npm:), Bash(curl:), Grep" category: productivity-and-workflow source_repo: jeremylongshore/claude-code-plugins-plus-skills source_path: "skills/.curated/remofirst-prod-checklist/SKILL.md" source_url: https://github.com/jeremylongshore/claude-code-plugins-plus-skills/blob/HEAD/skills/.curated/remofirst-prod-checklist/SKILL.md
RemoFirst Prod Checklist
Overview
Implementation patterns for RemoFirst prod checklist — global HR and EOR platform integration.
Prerequisites
- Completed
remofirst-install-authsetup
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.
Source: jeremylongshore/claude-code-plugins-plus-skills → skills/.curated/remofirst-prod-checklist/SKILL.md
Also appears in: jeremylongshore/claude-code-plugins-plus-skills/plugins/saas-packs/remofirst-pack/skills/remofirst-prod-checklist/SKILL.md
Task Prioritizer
Productivity
Prioritizes your tasks using Eisenhower, ICE, and RICE frameworks.
Weekly Status Report Generator
Productivity
Generate structured and concise weekly status reports.
Daily Standup Report
Productivity
Generates structured and concise daily standup reports.