Skip to main content
AI/MLjeremylongshore

remofirst-prod-checklist

"RemoFirst prod checklist \u2014 global HR, EOR, and payroll platform\

Stars
2,267
Source
jeremylongshore/claude-code-plugins-plus-skills
Updated
2026-05-31
Slug
jeremylongshore--claude-code-plugins-plus-skills--remofirst-prod-checklist
View on GitHubRaw SKILL.md

// install — copy + paste into any project

mkdir -p .claude/skills && curl -fsSL https://raw.githubusercontent.com/jeremylongshore/claude-code-plugins-plus-skills/HEAD/plugins/saas-packs/remofirst-pack/skills/remofirst-prod-checklist/SKILL.md -o .claude/skills/remofirst-prod-checklist.md

Drops the SKILL.md into .claude/skills/remofirst-prod-checklist.md. Works with Claude Code, Cursor, and any agent that loads SKILL.md files from .claude/skills/.

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.