Files
base44__skills/.cursor-plugin/plugin.json
Oz Sayag 0c5f48755a Troubleshooter using CLI logs (#70)
* throubleshooter

* rename skill

* simplify skill and use cli logs

* docs: update README to match skills (skill table, install, or links)

* updates

* add skill to cursor

* remove json flag

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-02-24 11:38:49 +02:00

17 lines
698 B
JSON

{
"name": "base44",
"displayName": "Base44",
"version": "1.0.0-beta.1",
"description": "Build and deploy Base44 full-stack apps with CLI project management and JavaScript/TypeScript SDK development skills",
"author": {
"name": "base44",
"url": "https://base44.com"
},
"homepage": "https://docs.base44.com",
"repository": "https://github.com/base44/skills",
"license": "MIT",
"logo": "./assets/base44-logo.png",
"keywords": ["base44", "full-stack", "sdk", "cli", "deployment", "entities", "backend-functions", "javascript", "typescript"],
"skills": ["./skills/base44-cli/", "./skills/base44-sdk/", "./skills/base44-troubleshooter/"]
}