{
  "markdown": "# Agent Skills for Base44\n\n> **Beta** — These skills are functional and actively maintained. Feedback and suggestions are welcome on [GitHub Discussions](https://github.com/orgs/base44/discussions).\n\nInstall these skills so your coding agents can assist with [Base44](https://docs.base44.com/) development.\n\nSupports [many AI coding agents](https://github.com/vercel-labs/skills#available-agents), including Cursor, Claude Code, Codex CLI, and OpenCode.\n\n## Installation\n\n### Claude Code (Plugin Marketplace)\n\nAdd the marketplace and install:\n\n```\n/plugin marketplace add base44/skills\n/plugin install base44@base44-skills\n```\n\nOr install directly:\n\n```bash\nclaude plugin install base44@base44-skills\n```\n\n### Codex CLI\n\nIn a terminal, register the marketplace:\n\n```bash\ncodex plugin marketplace add base44/skills\n```\n\nThen in Codex CLI, run `/plugins`, select **Base44**, and choose **Install Plugin**.\n\n### Other Agents (via skills CLI)\n\nInstall skills using [`skills`](https://github.com/vercel-labs/skills):\n\n```bash\n# Install all skills\nnpx skills add base44/skills\n\n# Install globally (user-level)\nnpx skills add base44/skills -g\n```\n\n### Sandbox flavor (remote dev — no local files)\n\nIf you develop your app inside **Base44's cloud sandbox** (the platform auto-builds, auto-commits, and auto-syncs, so you never run deploy/push), install the focused `base44-sandbox` plugin instead of the full set. It bundles `base44-remote-dev`, `base44-sandbox`, `base44-sdk`, and `base44-troubleshooter` — and deliberately excludes the deploy-oriented `base44-cli`.\n\n```bash\n# Claude Code\nclaude plugin install base44-sandbox@base44-skills\n\n# Codex CLI: register the marketplace, then /plugins → \"Base44 Sandbox\" → Install\ncodex plugin marketplace add base44/skills\n\n# Other agents (skills CLI)\nnpx skills add base44/skills --skill base44-remote-dev --skill base44-sandbox --skill base44-sdk --skill base44-troubleshooter\n```\n\n## Available Skills\n\n| Skill | Description |\n|-------|-------------|\n| [`base44-cli`](skills/base44-cli/SKILL.md) | Create and manage Base44 projects using the CLI. Handles resource configuration (entities, backend functions, AI agents), initialization, and deployment. |\n| [`base44-sdk`](skills/base44-sdk/SKILL.md) | Build apps using the Base44 JavaScript SDK. Communicate with remote resources like entities, backend functions, and AI agents. |\n| [`base44-troubleshooter`](skills/base44-troubleshooter/SKILL.md) | Troubleshoot production issues using backend function logs. Use when investigating app errors or diagnosing production problems. |\n| [`base44-remote-dev`](skills/base44-remote-dev/SKILL.md) | Develop a Base44 app remotely from your own coding agent by connecting it to the Base44 sandbox over MCP or the `base44 sandbox` CLI. |\n| [`base44-sandbox`](skills/base44-sandbox/SKILL.md) | Author Base44 app code inside the cloud sandbox — no deploy/push; writing a resource file (function, entity, agent) into the sandbox is what ships it. |\n\n## About Agent Skills\n\nAgent skills are reusable instruction sets that extend your coding agent's capabilities. They're defined in `SKILL.md` files following the [Agent Skills specification](https://agentskills.io/specification).\n\nLearn more about [agent extensions for Base44](https://base44-nav-anchors.mintlify.app/developers/references/external-integrations/about-agent-extensions).\n\n## Contributing\n\nSee [CONTRIBUTING.md](CONTRIBUTING.md) for guidelines on creating and submitting skills.\n\n## License\n\n[MIT](LICENSE)\n",
  "bytes": 3497,
  "sha": "22e4254b9cc5c92c4d2c47165f2f791b16e798bf0a8eb7ce498fcd5d35e04d25",
  "repo_slug": "base44/skills",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/plg_base44_skills_base44_31248a8c/readme"
}