Files
claude-engineering-plugin/plugins/coding-tutor/.codex-plugin/plugin.json
Trevin Chow 3ed4a4fa0f
Some checks failed
CI / pr-title (push) Has been cancelled
CI / test (push) Has been cancelled
Release PR / release-pr (push) Has been cancelled
Release PR / publish-cli (push) Has been cancelled
feat(codex): native plugin install manifests + agents-only converter (#616)
2026-04-20 19:44:25 -07:00

34 lines
1.2 KiB
JSON

{
"name": "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"
},
"license": "MIT",
"keywords": [
"coding",
"programming",
"tutorial",
"learning",
"spaced-repetition"
],
"skills": "./skills/",
"interface": {
"displayName": "Coding Tutor",
"shortDescription": "Personalized coding tutorials that use your actual codebase for examples with spaced repetition quizzes",
"longDescription": "Coding Tutor guides you through lessons that draw examples from the repo you're working in, then reinforces what you learned with spaced repetition quizzes. Skills install natively via Codex; Codex does not yet register plugin-declared commands, so the slash commands this plugin ships (e.g., quiz scheduling) require the companion Bun converter (see README).",
"developerName": "Nityesh Agarwal",
"category": "Coding",
"capabilities": [
"Interactive",
"Read"
],
"defaultPrompt": [
"Teach me about the auth flow in this codebase",
"Quiz me on what I learned last week"
],
"screenshots": []
}
}