mirror of
https://github.com/cursor/plugins.git
synced 2026-09-14 20:00:00 +08:00
2ea22ffa0b
Adds a second sentence to each plugin description that summarizes what the plugin actually provides, verified against skill, rule, and agent content. First sentence preserved for truncated display. Co-authored-by: Cursor <cursoragent@cursor.com>
30 lines
775 B
JSON
30 lines
775 B
JSON
{
|
|
"name": "data-science",
|
|
"displayName": "Data Science",
|
|
"version": "1.0.0",
|
|
"description": "Exploratory analysis, validation, and decision-ready reporting. Walks through question framing, notebook-based analysis with quality gates, result validation, and stakeholder readout drafting.",
|
|
"author": {
|
|
"name": "Cursor",
|
|
"email": "plugins@cursor.com"
|
|
},
|
|
"homepage": "https://github.com/cursor/plugins",
|
|
"repository": "https://github.com/cursor/plugins",
|
|
"license": "MIT",
|
|
"logo": "assets/avatar.png",
|
|
"keywords": [
|
|
"data-science",
|
|
"python",
|
|
"pandas",
|
|
"jupyter",
|
|
"machine-learning"
|
|
],
|
|
"category": "utilities",
|
|
"tags": [
|
|
"analytics",
|
|
"experimentation",
|
|
"ml"
|
|
],
|
|
"skills": "./skills/",
|
|
"rules": "./rules/"
|
|
}
|