Agent Skills for Base44

Beta — These skills are functional and actively maintained. Feedback and suggestions are welcome on GitHub Discussions.

Install these skills so your coding agents can assist with Base44 development.

Supports many AI coding agents, including Cursor, Claude Code, Codex, and OpenCode.

Installation

Claude Code (Plugin Marketplace)

Add the marketplace and install:

/plugin marketplace add base44/skills
/plugin install base44@base44-skills

Or install directly:

claude plugin install base44@base44-skills

Other Agents (via skills CLI)

Install skills using skills:

# Install all skills
npx skills add base44/skills

# Install globally (user-level)
npx skills add base44/skills -g

Available Skills

Skill Description
base44-cli Create and manage Base44 projects using the CLI. Handles resource configuration (entities, backend functions, AI agents), initialization, and deployment.
base44-sdk Build apps using the Base44 JavaScript SDK. Communicate with remote resources like entities, backend functions, and AI agents.
base44-troubleshooter Troubleshoot production issues using backend function logs. Use when investigating app errors or diagnosing production problems.

About Agent Skills

Agent skills are reusable instruction sets that extend your coding agent's capabilities. They're defined in SKILL.md files following the Agent Skills specification.

Learn more about agent extensions for Base44.

Contributing

See CONTRIBUTING.md for guidelines on creating and submitting skills.

License

MIT

S
Description
base44-cli: The base44 CLI is used for EVERYTHING related to base44 projects: resource configuration (entities, backend functions, ai agents), initialization and actions…; base44-sdk: The base44 SDK is the library to communicate with base44 services. In projects, you use it to communicate with remote resources (entities, backend functions,…; base44-troubleshooter: Troubleshoot production issues using backend function logs and workflow run history. Use when investigating app errors, debugging fu…
Readme MIT 1.1 MiB
Languages
Python 76.7%
JavaScript 23.3%