RemoFirst local dev loop — global HR, EOR, and payroll platform integration. Use when working with RemoFirst for global employment, payroll, or compliance. Trigger with phrases like "remofirst local d
Imported from jeremylongshore/tons-of-skills-marketplace (plugins/saas-packs/remofirst-pack/skills/remofirst-local-dev-loop/SKILL.md). Install upstream with npx skills add jeremylongshore/tons-of-skills-marketplace --skill remofirst-local-dev-loop. Copyright stays with the author (MIT).
RemoFirst Local Dev Loop
Overview
Implementation patterns for RemoFirst local dev loop — global HR and EOR platform integration.
Copy one of these into your project. Installing also returns the manifest and these snippets.
yaml
targets:
- https://api.opensmartroute.ai/api/v1/registry/jeremylongshore-tons-of-skills-marketplace-remofirst-loc-359eed/manifest # or paste the manifest below
Manifest
An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.
{
"ocm": "1",
"id": "jeremylongshore-tons-of-skills-marketplace-remofirst-loc-359eed",
"kind": "skill",
"name": "remofirst-local-dev-loop",
"description": "RemoFirst local dev loop — 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\".",
"publisher": "jeremylongshore",
"version": "1.0.0",
"capabilities": {
"domains": [
"hr",
"coding"
],
"tags": [
"skill-md",
"saas",
"remofirst",
"hr",
"eor",
"payroll",
"global-employment",
"skills-sh"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"RemoFirst local dev loop — 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\"."
],
"primary": false,
"metadata": {
"source": {
"provider": "skills.sh",
"repository": "https://github.com/jeremylongshore/tons-of-skills-marketplace",
"path": "plugins/saas-packs/remofirst-pack/skills/remofirst-local-dev-loop/SKILL.md",
"ref": "HEAD",
"url": "https://github.com/jeremylongshore/tons-of-skills-marketplace/blob/HEAD/plugins/saas-packs/remofirst-pack/skills/remofirst-local-dev-loop/SKILL.md",
"key": "jeremylongshore/tons-of-skills-marketplace/plugins/saas-packs/remofirst-pack/skills/remofirst-local-dev-loop/SKILL.md"
},
"compatibility": "Designed for Claude Code",
"allowed_tools": [
"Read,",
"Write,",
"Edit,",
"Bash(npm:*),",
"Bash(curl:*),",
"Grep"
],
"license": "MIT"
},
"instructions": "# RemoFirst Local Dev Loop\n\n## Overview\n\nImplementation patterns for RemoFirst local dev loop — global HR and EOR platform integration.\n\n## Prerequisites\n\n- Completed `remofirst-install-auth` setup\n\n## Instructions\n\n### Step 1: API Pattern\n\n```python\nclient = RemoFirstClient()\nemployees = client.get(\"/employees\", params={\"page_size\": 10})\nprint(f\"Employees: {len(employees['data'])}\")\n```\n\n## Output\n\n- RemoFirst integration for local dev loop\n\n## Error Handling\n\n| Error | Cause | Solution |\n|-------|-------|----------|\n| 401 Unauthorized | Invalid API key | Contact RemoFirst support |\n| 429 Rat",
"cost": {
"context_tokens": 212
}
}
Fetch it by URL: GET /api/v1/registry/jeremylongshore-tons-of-skills-marketplace-remofirst-loc-359eed/manifest?version=1.0.0
Reviews
Star ratings from people who tried it. One review per account; edit yours any time.
No reviews yet. Install it, try it, and be the first to rate it.