sync-sdk-skill
Sync SDK Skill
Synchronize the skills/base44-sdk/ skill with the latest SDK source code from the Base44 SDK repository.
Usage
When activated, this command will ask for:
- SDK source folder path (required) - The local path to the Base44 SDK source code
- Documentation URL (optional) - URL to fetch additional documentation
Steps
Step 1: Gather Input
Ask the user for the required inputs using the AskQuestion tool if available, otherwise ask conversationally:
Required:
- SDK source folder path (e.g.,
~/projects/base44-sdkor/Users/me/base44-sdk)
More from base44/skills
base44-cli
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
1.5Kbase44-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, 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
1.5Kbase44-troubleshooter
Troubleshoot production issues using backend function logs. Use when investigating app errors, debugging function calls, or diagnosing production problems in Base44 apps.
933review-skills
Review and analyze a skill against best practices for length, intent scope, and trigger patterns
61skill-creator
Guide for creating effective skills. This skill should be used when users want to create a new skill (or update an existing skill) that extends Claude's capabilities with specialized knowledge, workflows, or tool integrations.
55sync-cli-skill
Synchronize the base44-cli skill with the latest CLI source code from the Base44 CLI repository
54