Agent Plugins Marketplace
All plugins

base44

v1.0.3-beta.1

Build and deploy Base44 full-stack apps with CLI project management and JavaScript/TypeScript SDK development skills

Codex3 Skills

By base44License: MIT5.2k GitHub starsUpdated 4 weeks ago

Directory evidence

Runtimes
Codex
Parsed components
3 skill or MCP entries
Source updated
Aug 26, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Install base44 for Codex

Installs for the current user
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add base44@agent-plugin-marketplace

Paste and run these commands in a terminal with Codex. They add and refresh the PluginsMP catalog, then install this plugin.

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/openai/plugins

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/base44/.

Plugin files

plugins/base44/
├── .codex-plugin/plugin.json
├── skills/base44-cli/SKILL.md
├── skills/base44-sdk/SKILL.md
└── skills/base44-troubleshooter/SKILL.md

Included Skills3

base44-cliskills/base44-cli/SKILL.md

The base44 CLI is used for EVERYTHING related to base44 projects: resource configuration (entities, backend functions, ai agents), initialization and actions (resource creation, deployment). This skill is the place for learning about how to configure resources. When you plan or implement a feature, you must learn this skill

base44-sdkskills/base44-sdk/SKILL.md

The base44 SDK is the library to communicate with base44 services. In projects, you use it to communicate with remote resources (entities, backend functions, ai agents) and to write backend functions. This skill is the place for learning about available modules and types. When you plan or implement a feature, you must learn this skill

base44-troubleshooterskills/base44-troubleshooter/SKILL.md

Troubleshoot production issues using backend function logs. Use when investigating app errors, debugging function calls, or diagnosing production problems in Base44 apps.

Plugin manifests1

plugins/base44/.codex-plugin/plugin.json
{
  "name": "base44",
  "version": "1.0.3-beta.1",
  "description": "Build and deploy Base44 full-stack apps with CLI project management and JavaScript/TypeScript SDK development skills",
  "author": {
    "name": "base44",
    "url": "https://base44.com"
  },
  "homepage": "https://docs.base44.com",
  "repository": "https://github.com/base44/skills",
  "license": "MIT",
  "keywords": [
    "base44",
    "full-stack",
    "sdk",
    "cli",
    "deployment",
    "entities",
    "backend-functions",
    "javascript",
    "typescript"
  ],
  "skills": "./skills/",
  "apps": "./.app.json",
  "interface": {
    "displayName": "Base44",
    "shortDescription": "Build and deploy Base44 full-stack apps from Codex",
    "longDescription": "Build and deploy Base44 full-stack apps with Codex. Includes CLI project management, JavaScript/TypeScript SDK development, and production troubleshooting skills.",
    "developerName": "base44",
    "category": "Developer Tools",
    "capabilities": [
      "Interactive",
      "Read",
      "Write"
    ],
    "websiteURL": "https://base44.com",
    "defaultPrompt": [
      "Create a new Base44 app and deploy it.",
      "Build a feature in my existing Base44 app.",
      "Debug errors from my Base44 backend functions."
    ],
    "composerIcon": "./assets/logo-padded.png",
    "logo": "./assets/logo-padded.png",
    "screenshots": []
  }
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[base44 on Agent Plugins Marketplace](https://pluginsmp.com/plugins/base44)