"RemoFirst debug bundle \u2014 global HR, EOR, and payroll platform integration.\n\
Scanned 9/2/2026
Install to Claude Code
npx -y skills add jeremylongshore/tons-of-skills-marketplace --skill remofirst-debug-bundle --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Remofirst Debug Bundle?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/jeremylongshore-remofirst-debug-bundle-tons-of-skills-marketplace)More formats (shields.io, HTML) on the badges page.
---
name: remofirst-debug-bundle
description: "RemoFirst debug bundle \u2014 global HR, EOR, and payroll platform integration.\n\
Use when working with RemoFirst for global employment, payroll, or compliance.\n\
Trigger with phrases like \"remofirst debug bundle\", \"remofirst-debug-bundle\"\
, \"global HR API\".\n"
allowed-tools: Read, Write, Edit, Bash(npm:*), Bash(curl:*), Grep
version: 1.4.0
license: MIT
author: Jeremy Longshore <jeremy@intentsolutions.io>
tags:
- saas
- remofirst
- hr
- eor
- payroll
- global-employment
compatibility: Designed for Claude Code
---
# RemoFirst Debug Bundle
## Overview
Implementation patterns for RemoFirst debug bundle — global HR and EOR platform integration.
## Prerequisites
- Completed `remofirst-install-auth` setup
## Instructions
### Step 1: API Pattern
```python
client = RemoFirstClient()
employees = client.get("/employees", params={"page_size": 10})
print(f"Employees: {len(employees['data'])}")
```
## Output
- RemoFirst integration for debug bundle
## 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
- [RemoFirst](https://www.remofirst.com)
## Next Steps
See related RemoFirst skills for more workflows.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!