🚧 Under Active Development — 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.
Install skills using skills:
# Install all skills
npx skills add base44/skills
# Install globally (user-level)
npx skills add base44/skills -g| Skill | Description |
|---|---|
base44-cli |
Create and manage Base44 projects using the CLI. Handles initialization, deployment, entity schema management, and authentication. |
base44-sdk |
Build apps using the Base44 JavaScript SDK. Covers entities, auth, agents, functions, integrations, and connectors. |
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.
See CONTRIBUTING.md for guidelines on creating and submitting skills.