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>
This commit is contained in:
ericzakariasson
2026-02-19 08:49:45 -05:00
parent 363622973a
commit 2cf89ae30b
9 changed files with 10 additions and 10 deletions
+2 -2
View File
@@ -9,8 +9,8 @@
},
"plugins": [
{
"name": "learning",
"source": "learning",
"name": "teaching",
"source": "teaching",
"description": "Skill mapping, practice plans, and learning retrospectives."
},
{
+1 -1
View File
@@ -6,7 +6,7 @@ Official Cursor plugins for popular developer tools, frameworks, and SaaS produc
| Plugin | Category | Description |
|:-------|:---------|:------------|
| [Learning](learning/) | Utilities | Skill maps, practice plans, and feedback loops |
| [Teaching](teaching/) | Utilities | Skill maps, practice plans, and feedback loops |
| [Continuous Learning](continuous-learning/) | Developer Tools | Incremental transcript-driven AGENTS.md memory updates with high-signal bullet points |
| [Cursor Team Kit](cursor-team-kit/) | Developer Tools | Internal-style workflows for CI, code review, shipping, and testing |
| [Create Plugin](create-plugin/) | Developer Tools | Meta workflows for creating Cursor plugins with scaffolding and submission checks |
Binary file not shown.

After

Width:  |  Height:  |  Size: 63 KiB

@@ -1,6 +1,6 @@
{
"name": "learning",
"displayName": "Learning",
"name": "teaching",
"displayName": "Teaching",
"version": "1.0.0",
"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.",
"author": {
@@ -12,7 +12,7 @@
"license": "MIT",
"logo": "assets/avatar.png",
"keywords": [
"learning",
"teaching",
"study-plan",
"practice",
"feedback",
@@ -20,7 +20,7 @@
],
"category": "utilities",
"tags": [
"learning",
"teaching",
"education",
"practice"
],
+3 -3
View File
@@ -1,11 +1,11 @@
# Learning plugin
# Teaching plugin
Learning workflows: skill mapping, practice plans, and feedback loops.
Teaching workflows: skill mapping, practice plans, and feedback loops.
## Installation
```bash
/add-plugin learning
/add-plugin teaching
```
## Components

Before

Width:  |  Height:  |  Size: 56 KiB

After

Width:  |  Height:  |  Size: 56 KiB