Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions .grok-plugin/marketplace.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
}
]
}
19 changes: 19 additions & 0 deletions .grok-plugin/plugin-index.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down