diff --git a/skills/base44-cli/SKILL.md b/skills/base44-cli/SKILL.md index 1358947..c264283 100644 --- a/skills/base44-cli/SKILL.md +++ b/skills/base44-cli/SKILL.md @@ -1,6 +1,6 @@ --- name: base44-cli -description: "Use for Base44 CLI operations and project initialization. Triggers: user wants to create/initialize a new Base44 project; user mentions CLI commands (npx base44, yarn base44, create, login, logout, whoami, deploy, entities push, site deploy, functions deploy); directory is empty or missing base44/config.jsonc; user says 'create a Base44 app/project', 'setup Base44', 'deploy to Base44', 'push entities'. This skill is the PREREQUISITE for base44-sdk - always use this first for new projects before building features." +description: "Base44 CLI for project setup and resource configuration. Use when initializing projects, configuring entities/functions/agents, or deploying to Base44. Triggers on tasks involving 'npx base44' commands, pushing resources, or setting up a new Base44 app. MANDATORY: Do not infer Base44 configuration formats from patterns or other files - activate this skill to get the exact schemas required." --- # Base44 CLI diff --git a/skills/base44-sdk/SKILL.md b/skills/base44-sdk/SKILL.md index 3a40834..e6dc41e 100644 --- a/skills/base44-sdk/SKILL.md +++ b/skills/base44-sdk/SKILL.md @@ -1,6 +1,6 @@ --- name: base44-sdk -description: "**ALWAYS ACTIVATE** if ANY of these conditions are true: (1) User's prompt contains the word 'base44' or 'Base44' in ANY context; (2) Current directory contains a 'base44/' subfolder; (3) Code contains imports from '@base44/sdk'; (4) User mentions Base44 SDK modules: entities, auth, agents, functions, integrations, analytics. **ACTIVATION IS MANDATORY** - do not hesitate, do not search the web, do not read documentation files first. ACTIVATE IMMEDIATELY and let the skill instructions handle the context. This skill handles: application development, SDK usage, feature implementation, and writing code with Base44 APIs. The skill itself will determine the appropriate action based on whether this is a new project or existing project scenario." +description: "Base44 SDK for building features in existing projects. Use when writing code with Base44 modules (entities, auth, agents, functions, integrations). Triggers on tasks involving @base44/sdk imports, CRUD operations, or implementing features in a base44/ project. MANDATORY: For resource configuration (entities/functions/agents), activate base44-cli first - do not infer config formats from patterns." --- # Base44 Coder