mirror of
https://github.com/lancedb/lancedb.git
synced 2026-08-18 20:18:37 +00:00
f05140f21c
Moves the skill from .agents/skills/lancedb to plugins/lancedb/skills/lancedb, as recommended by codex and claude. Install path now is: ### Codex/ChatGPT app Codex: Plugins -> "Create" arrow -> Add plugin marketplace search for lancedb plugin and install ### Codex CLI ``` codex plugin marketplace add lancedb/lancedb codex plugin install lancedb@lancedb # name@marketplace ``` ### Claude app Settings -> Plugins -> Add -> Add marketplace search for lancedb plugin and install ### Claude CLI ``` claude plugin marketplace add lancedb/lancedb claude plugin install lancedb@lancedb ``` Here's how it looks on ChatGPT/Codex app: (the main icon has light and dark modes; the smaller one on the skill doesn't so I made it gray 🤷 ) <img width="764" height="560" alt="Screenshot 2026-07-16 at 2 49 24 PM" src="https://github.com/user-attachments/assets/b82cda16-3392-4740-ac47-b2f187cb2655" />
20 lines
510 B
JSON
20 lines
510 B
JSON
{
|
|
"name": "lancedb",
|
|
"owner": {
|
|
"name": "LanceDB"
|
|
},
|
|
"description": "LanceDB plugins for Claude Code.",
|
|
"plugins": [
|
|
{
|
|
"name": "lancedb",
|
|
"source": "./plugins/lancedb",
|
|
"description": "Write, review, debug, and document LanceDB pipelines in Python and TypeScript that work across local LanceDB OSS tables and remote LanceDB Enterprise/Cloud tables.",
|
|
"version": "0.1.0",
|
|
"author": {
|
|
"name": "LanceDB"
|
|
},
|
|
"category": "development"
|
|
}
|
|
]
|
|
}
|