Skip to content

Commit 2cf89ae

Browse files
Rename learning plugin to teaching and restore avatars
Rename the learning plugin slug to teaching across marketplace metadata and docs, and add the reused data-science avatar to continuous-learning while preserving plugin validation. Co-authored-by: Cursor <cursoragent@cursor.com>
1 parent 3636229 commit 2cf89ae

9 files changed

Lines changed: 10 additions & 10 deletions

File tree

.cursor-plugin/marketplace.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
},
1010
"plugins": [
1111
{
12-
"name": "learning",
13-
"source": "learning",
12+
"name": "teaching",
13+
"source": "teaching",
1414
"description": "Skill mapping, practice plans, and learning retrospectives."
1515
},
1616
{

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Official Cursor plugins for popular developer tools, frameworks, and SaaS produc
66

77
| Plugin | Category | Description |
88
|:-------|:---------|:------------|
9-
| [Learning](learning/) | Utilities | Skill maps, practice plans, and feedback loops |
9+
| [Teaching](teaching/) | Utilities | Skill maps, practice plans, and feedback loops |
1010
| [Continuous Learning](continuous-learning/) | Developer Tools | Incremental transcript-driven AGENTS.md memory updates with high-signal bullet points |
1111
| [Cursor Team Kit](cursor-team-kit/) | Developer Tools | Internal-style workflows for CI, code review, shipping, and testing |
1212
| [Create Plugin](create-plugin/) | Developer Tools | Meta workflows for creating Cursor plugins with scaffolding and submission checks |
62.8 KB
Loading
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"name": "learning",
3-
"displayName": "Learning",
2+
"name": "teaching",
3+
"displayName": "Teaching",
44
"version": "1.0.0",
55
"description": "Skill mapping, practice plans, and learning retrospectives. Builds personalized roadmaps with milestones and practice checkpoints, and runs periodic reviews to adjust based on progress.",
66
"author": {
@@ -12,15 +12,15 @@
1212
"license": "MIT",
1313
"logo": "assets/avatar.png",
1414
"keywords": [
15-
"learning",
15+
"teaching",
1616
"study-plan",
1717
"practice",
1818
"feedback",
1919
"mentorship"
2020
],
2121
"category": "utilities",
2222
"tags": [
23-
"learning",
23+
"teaching",
2424
"education",
2525
"practice"
2626
],
File renamed without changes.
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
# Learning plugin
1+
# Teaching plugin
22

3-
Learning workflows: skill mapping, practice plans, and feedback loops.
3+
Teaching workflows: skill mapping, practice plans, and feedback loops.
44

55
## Installation
66

77
```bash
8-
/add-plugin learning
8+
/add-plugin teaching
99
```
1010

1111
## Components
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)