Revert "chore: Remove coding-tutor plugin from marketplace"

This reverts commit d4d31c1614.
This commit is contained in:
Kieran Klaassen
2026-01-19 20:24:00 -08:00
parent 818ddc3822
commit c5783da496
11 changed files with 1006 additions and 0 deletions

View File

@@ -21,6 +21,17 @@
"homepage": "https://github.com/kieranklaassen/compound-engineering-plugin",
"tags": ["ai-powered", "compound-engineering", "workflow-automation", "code-review", "quality", "knowledge-management", "image-generation"],
"source": "./plugins/compound-engineering"
},
{
"name": "coding-tutor",
"description": "Personalized coding tutorials that build on your existing knowledge and use your actual codebase for examples. Includes spaced repetition quizzes to reinforce learning. Includes 3 commands and 1 skill.",
"version": "1.2.1",
"author": {
"name": "Nityesh Agarwal"
},
"homepage": "https://github.com/kieranklaassen/compound-engineering-plugin",
"tags": ["coding", "programming", "tutorial", "learning", "spaced-repetition", "education"],
"source": "./plugins/coding-tutor"
}
]
}