cursor_history_year_pack
Generate a year-in-review data package from your Cursor AI chat history, producing a sanitized JSON summary with statistics, topics, and keywords, plus a prompt template for LLM-based report generation.
Instructions
Generate a year-in-review data package from Cursor AI chat history. Produces a sanitized JSON summary with statistics, topics, and keywords, plus a prompt template for LLM-based report generation. Read-only operation.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| year | No | Calendar year to analyze (default: current year) | |
| language | No | Report language preference (default: en) | |
| workspace | No | Optional workspace path to filter sessions | |
| maxSamples | No | Maximum sample questions to include (default: 30) | |
| maxSampleLength | No | Maximum characters per sample (default: 120) | |
| topicsCount | No | Number of topics to extract (default: 7) |