Files
cursor__plugins/data-science/README.md
ericzakariasson 97128c02db Apply writing guide: sentence-case titles, remove em-dashes and semicolons
- Convert all H1 headings to sentence case across skills, rules, agents,
  commands, and READMEs (~65 headings)
- Replace em-dashes with colons in plugin.json descriptions and README
  taglines to match marketplace.json convention
- Replace semicolons with periods and restructure sentences across skills,
  rules, agents, and READMEs (~19 instances)

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-10 18:11:09 -08:00

32 lines
1.0 KiB
Markdown

# Data science plugin
Analyst-first data science: question framing, exploratory analysis, decision-ready insights.
## Installation
```bash
agent install data-science
```
## Components
### Skills
| Skill | Description |
|:------|:------------|
| `run-data-science-cycle` | Run a structured analysis loop from question framing through validated findings |
| `review-analysis-results` | Stress-test analysis conclusions, uncertainty, and caveats before stakeholder readout |
| `run-analysis` | Execute an analyst-first workflow from question framing through validated findings |
| `draft-analysis-readout` | Convert validated findings into a stakeholder-ready readout with caveats and recommendations |
### Rules
| Rule | Description |
|:-----|:------------|
| `notebook-and-analysis-formatting` | Notebook and script formatting guardrails for readable, reproducible analysis |
| `analysis-quality-gates` | Quality checks for metric correctness, segmentation depth, and evidence-backed recommendations |
## License
MIT