skills
Build, deploy, and debug Base44 apps from your editor
All Skills in This Repository (6)
Pure Emerald Level Indicatorsskill-creator
Generate SKILL.md scaffolds and package Claude Skills into .skill files.
sync-cli-skill
Detect changes between local and stored Base44 CLI source via git-diff.
sync-sdk-skill
Synchronize the Base44 SDK skill with the latest SDK source code.
review-skills
Validate skill directories against the Agent Skills specification.
base44-sdk
Build Base44-powered applications using the official JavaScript SDK modules and npm package @base44/sdk.
base44-cli
Initialize Base44 projects and manage resources via npx base44 commands.
Frequently Asked Questions
FAQPage SchemaHow to install Base44 skills?โผ
Run `npx skills add base44/skills --all -g -y` in your terminal to install all Base44 skills globally for your coding agent.
What do the Base44 skills do?โผ
They teach your coding agent to create Base44 projects, define entities and backend functions, deploy resources, and build features with the Base44 SDK using correct, verified API methods.
How to debug a failing Base44 backend function?โผ
The base44-troubleshooter skill guides your agent to stream live logs with `npx base44 logs --follow` and inspect failed workflow runs to find the exact error.
Can I develop a Base44 app without local files?โผ
Yes. The base44-sandbox and base44-remote-dev skills let your agent edit code directly in Base44's cloud sandbox over MCP, where writing a file automatically deploys it.
Which coding agents work with Base44 skills?โผ
All skills follow the universal SKILL.md standard and work with Claude Code, Cursor, Codex CLI, OpenCode, and other compatible coding agents.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core