mirror of
https://github.com/cursor/plugins.git
synced 2026-09-14 20:00:00 +08:00
3fea6c1426
Co-authored-by: Cursor <cursoragent@cursor.com>
29 lines
615 B
JSON
29 lines
615 B
JSON
{
|
|
"name": "data-science",
|
|
"displayName": "Data Science",
|
|
"version": "1.0.0",
|
|
"description": "Exploratory analysis, validation, and decision-ready reporting.",
|
|
"author": {
|
|
"name": "Cursor",
|
|
"email": "plugins@cursor.com"
|
|
},
|
|
"homepage": "https://github.com/cursor/plugins",
|
|
"repository": "https://github.com/cursor/plugins",
|
|
"license": "MIT",
|
|
"keywords": [
|
|
"data-science",
|
|
"python",
|
|
"pandas",
|
|
"jupyter",
|
|
"machine-learning"
|
|
],
|
|
"category": "utilities",
|
|
"tags": [
|
|
"analytics",
|
|
"experimentation",
|
|
"ml"
|
|
],
|
|
"skills": "./skills/",
|
|
"rules": "./rules/"
|
|
}
|