{
  "markdown": "# Enable cloud agents to build mobile apps\n\nThese skills let your coding agent use remote services like XCode, iOS Simulator and Android Emulator\nwithout any change in its own environment. The repo also packages them, together with the\n[Limrun MCP server](https://docs.limrun.com/docs/agents/remote-mcp), as a plugin for every major\nagent platform.\n\nSign up at [Limrun](https://lim.run) to get a `LIM_API_KEY`.\n\n## Install\n\nThe `lim` CLI installs the skills into whichever agent you use and keeps them updated:\n\n```bash\nlim skills install\n```\n\n### Alternatives\n\nIf you prefer your agent's own plugin or skills mechanism:\n\n| Agent | Command |\n|---|---|\n| skills CLI (any agent) | `npx skills add limrun-inc/skills` |\n| Claude Code | `/plugin marketplace add limrun-inc/skills` then `/plugin install limrun@limrun` |\n| Codex CLI | `codex plugin marketplace add limrun-inc/skills` then `codex plugin install limrun` |\n| Gemini CLI | `gemini extensions install https://github.com/limrun-inc/skills` |\n| Cursor | Cursor Marketplace, or copy this repo to `~/.cursor/plugins/local/limrun` |\n\nThe plugin bundles all skills plus the remote MCP server at `https://mcp.limrun.com/mcp`\n(OAuth sign-in on first use, or set an org API key as a bearer token).\n\n## Maintaining\n\n`distribution.json` is the single source of truth for publishing metadata. Every manifest\n(`plugin.json`, `mcp.json`, `.claude-plugin/`, `.codex-plugin/`, `.agents/`,\n`gemini-extension.json`, `.mcp.json`) is generated:\n\n```bash\nnpm run generate   # regenerate manifests after editing distribution.json or skills\nnpm run validate   # skills + catalog validation\n```\n\nCI fails if a manifest is stale, and PRs that change skills or manifests must bump the\nversion: `npm run bump` (patch) or `npm run bump minor`. Merges to main tag and release\nthe new version automatically.\n",
  "bytes": 1834,
  "sha": "14f68770041f4142cbd333835f6dc1341bc58905126b82f6458b9ac88dfbeaff",
  "repo_slug": "limrun-inc/skills",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/skl_limrun_inc_skills_limrun_expo_developmen_4fc0afdc/readme"
}