← All plugins
gitgud
v1.1.0Keep your coding skills sharp! Periodic manual coding challenges with gamification (streaks, achievements, skip system)
Claude Code
by Cristiano MazzellaMIT30updated 7 months ago
Source
git clone https://github.com/MissingPackage/gitgudClone the source, then follow the repository's marketplace instructions for your runtime. The repository root is the plugin root.
Layout
gitgud/
└── .claude-plugin/plugin.json
Manifests1
.claude-plugin/plugin.json
{
"name": "gitgud",
"version": "1.1.0",
"description": "Keep your coding skills sharp! Periodic manual coding challenges with gamification (streaks, achievements, skip system)",
"author": {
"name": "Cristiano Mazzella",
"email": "cristiano.mazzella@gmail.com"
},
"homepage": "https://github.com/MissingPackage/gitgud",
"repository": "https://github.com/MissingPackage/gitgud",
"license": "MIT",
"keywords": [
"learning",
"practice",
"skills",
"gamification",
"training",
"challenges",
"coding",
"exercises"
]
}