agentsclimarketplace

Remofirst local dev loop

Skill jeremylongshore/claude-code-plugins-plus-skills/plugins/saas-packs/remofirst-pack/skills/remofirst-local-dev-loop

RemoFirst local dev loop \u2014 global HR, EOR, and payroll platform\ \ integration. Use when working with RemoFirst for global employment, payroll,\ \ or compliance. Trigger with phrases like "remofirst local dev loop", "remofirst-local-dev-loop"\ , "global HR API".From its SKILL.md

Install
npx -y skills add jeremylongshore/claude-code-plugins-plus-skills --skill remofirst-local-dev-loop

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

What its file declares

Copied from the file, not written here

The file declares its own license as MIT. That is the author’s claim about this one file, and it is not the same thing as the license GitHub reports for the repository, which is listed with the other numbers below.

SKILL.md

1.4 KB, 200 tokens by cl100k_base, as published. Nobody here has run it

RemoFirst Local Dev Loop

Overview

Implementation patterns for RemoFirst local dev loop — 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 local dev loop

Error Handling

ErrorCauseSolution
401 UnauthorizedInvalid API keyContact RemoFirst support
429 Rate LimitedToo many requestsImplement backoff
422 Validation ErrorMissing required fieldCheck API documentation

Resources

Next Steps

See related RemoFirst skills for more workflows.

What ships with it

Read from the repository

Just SKILL.md. No reference files, no scripts.

Keep looking

Skills are one crate of 326,144. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.