base44-troubleshooter

Installation
CLI
npx skills add https://github.com/base44/skills --skill base44-troubleshooter

Install this skill with the CLI and start using the SKILL.md workflow in your workspace.

Last updated 4/22/2026

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