mirror of
https://github.com/cursor/plugins.git
synced 2026-09-14 20:00:00 +08:00
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:
@@ -9,8 +9,8 @@
|
||||
},
|
||||
"plugins": [
|
||||
{
|
||||
"name": "learning",
|
||||
"source": "learning",
|
||||
"name": "teaching",
|
||||
"source": "teaching",
|
||||
"description": "Skill mapping, practice plans, and learning retrospectives."
|
||||
},
|
||||
{
|
||||
|
||||
@@ -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"
|
||||
],
|
||||
@@ -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 |
Reference in New Issue
Block a user