Files
claude-engineering-plugin/plugins/coding-tutor/.cursor-plugin/plugin.json
2026-02-13 12:14:48 -05:00

22 lines
563 B
JSON

{
"name": "coding-tutor",
"displayName": "Coding Tutor",
"version": "1.2.1",
"description": "Personalized coding tutorials that use your actual codebase for examples with spaced repetition quizzes",
"author": {
"name": "Nityesh Agarwal"
},
"homepage": "https://github.com/EveryInc/compound-engineering-plugin",
"repository": "https://github.com/EveryInc/compound-engineering-plugin",
"license": "MIT",
"keywords": [
"cursor",
"plugin",
"coding",
"programming",
"tutorial",
"learning",
"spaced-repetition"
]
}