Agent Skills: RemoFirst Sdk Patterns

|

UncategorizedID: jeremylongshore/claude-code-plugins-plus-skills/remofirst-sdk-patterns

Install this agent skill to your local

pnpm dlx add-skill https://github.com/jeremylongshore/claude-code-plugins-plus-skills/tree/HEAD/plugins/saas-packs/remofirst-pack/skills/remofirst-sdk-patterns

Skill Files

Browse the full folder contents for remofirst-sdk-patterns.

Download Skill

Loading file tree…

plugins/saas-packs/remofirst-pack/skills/remofirst-sdk-patterns/SKILL.md

Skill Metadata

Name
remofirst-sdk-patterns
Description
|

RemoFirst Sdk Patterns

Overview

Implementation patterns for RemoFirst sdk patterns — 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 sdk patterns

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.