Skip to content

Commit f04439f

Browse files
committed
add analytics mdc
1 parent 758695c commit f04439f

File tree

2 files changed

+51
-0
lines changed

2 files changed

+51
-0
lines changed

‎.cursor/analytics.md

+27
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
# Cursor Rules Usage Analytics
2+
3+
This file tracks the number of times each Cursor rule has been accessed.
4+
It is automatically updated when Cursor uses a rule.
5+
6+
## Usage Counts
7+
8+
api-routes.mdc: 0
9+
cleaner.mdc: 0
10+
cursor-rules.mdc: 0
11+
data-fetching.mdc: 0
12+
environment-variables.mdc: 0
13+
form-handling.mdc: 0
14+
get-api-route.mdc: 0
15+
installing-packages.mdc: 0
16+
knowledge.mdc: 0
17+
llm-test.mdc: 0
18+
llm.mdc: 0
19+
logging.mdc: 0
20+
page-structure.mdc: 0
21+
prisma.mdc: 0
22+
project-structure.mdc: 0
23+
server-actions.mdc: 0
24+
task-list.mdc: 0
25+
testing.mdc: 0
26+
ui-components.mdc: 0
27+
utilities.mdc: 0
+24
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
---
2+
description:
3+
globs:
4+
alwaysApply: true
5+
---
6+
# Cursor Rules Analytics
7+
8+
Each time you use a Cursor rule, update the analytics tracking file.
9+
10+
File location:
11+
```
12+
PROJECT_ROOT/.cursor/analytics.md
13+
```
14+
15+
## Format
16+
17+
The analytics file contains a count of how many times each rule has been used:
18+
19+
```
20+
rule-name.mdc: 5
21+
another-rule.mdc: 2
22+
```
23+
24+
Add new rules as needed.

0 commit comments

Comments
 (0)