From 0d69fd1b02489fde4f1fc79c86e9851b15e88f26 Mon Sep 17 00:00:00 2001 From: gilisho <40733156+gilisho@users.noreply.github.com> Date: Sun, 14 Jun 2026 15:01:58 +0300 Subject: [PATCH] Add base44 plugin to marketplace catalog Remote source pinned to base44/skills@aef0fa3. Bundles three skills (base44-cli, base44-sdk, base44-troubleshooter); no MCP server. Co-Authored-By: Claude Opus 4.8 (1M context) --- .grok-plugin/marketplace.json | 13 +++++++++++++ .grok-plugin/plugin-index.json | 19 +++++++++++++++++++ 2 files changed, 32 insertions(+) diff --git a/.grok-plugin/marketplace.json b/.grok-plugin/marketplace.json index d1ed598..31f0b1d 100644 --- a/.grok-plugin/marketplace.json +++ b/.grok-plugin/marketplace.json @@ -92,6 +92,19 @@ "homepage": "https://neon.com", "keywords": ["neon", "neon postgres", "neon database", "neon branch"], "domains": ["neon.tech", "neon.com", "console.neon.tech"] + }, + { + "name": "base44", + "description": "Build and deploy Base44 full-stack apps with CLI project management and JavaScript/TypeScript SDK development skills.", + "category": "development", + "source": { + "source": "url", + "url": "https://github.com/base44/skills.git", + "sha": "aef0fa35f21b3c0c000d5ab8c0b068e6188618b6" + }, + "homepage": "https://docs.base44.com", + "keywords": ["base44", "base44 cli", "base44 sdk", "base44 app", "base44 deploy"], + "domains": ["base44.com", "docs.base44.com"] } ] } diff --git a/.grok-plugin/plugin-index.json b/.grok-plugin/plugin-index.json index e833abc..8e724e9 100644 --- a/.grok-plugin/plugin-index.json +++ b/.grok-plugin/plugin-index.json @@ -1,6 +1,25 @@ { "version": 1, "plugins": { + "base44": { + "sha": "aef0fa35f21b3c0c000d5ab8c0b068e6188618b6", + "components": { + "skills": [ + { + "name": "base44-cli", + "description": "The base44 CLI is used for EVERYTHING related to base44 projects: resource configuration (entities, backend functions,…" + }, + { + "name": "base44-sdk", + "description": "The base44 SDK is the library to communicate with base44 services. In projects, you use it to communicate with remote r…" + }, + { + "name": "base44-troubleshooter", + "description": "Troubleshoot production issues using backend function logs. Use when investigating app errors, debugging function calls…" + } + ] + } + }, "chrome-devtools": { "sha": "a1612be8e01401cf1711c64bc2ef5da5763ba956", "components": {