← All plugins
contributing-clanker
v0.8.0Local-only OSS contribution command center with 41 deterministic gates against AI-slop failure modes
Claude Code
by Jeremy LongshoreMIT2.6kupdated 10 hours ago
Source
git clone https://github.com/jeremylongshore/claude-code-plugins-plus-skillsClone the source, then follow the repository's marketplace instructions for your runtime. The plugin root is plugins/community/contributing-clanker/ inside the repository.
Layout
plugins/community/contributing-clanker/
└── .claude-plugin/plugin.json
Manifests1
plugins/community/contributing-clanker/.claude-plugin/plugin.json
{
"name": "contributing-clanker",
"version": "0.8.0",
"description": "Local-only OSS contribution command center with 41 deterministic gates against AI-slop failure modes",
"author": {
"name": "Jeremy Longshore",
"email": "jeremy@intentsolutions.io",
"url": "https://github.com/jeremylongshore"
},
"homepage": "https://github.com/jeremylongshore/contributing-clanker",
"repository": "https://github.com/jeremylongshore/contributing-clanker",
"license": "MIT",
"keywords": [
"oss",
"contributions",
"github",
"ai-slop-prevention",
"code-review",
"open-source"
]
}