Rules and skills that teach AI agents how to contribute to open source projects without being the villain.
82
90%
Does it follow best practices?
Impact
78%
5.20xAverage score across 7 eval scenarios
Critical
Do not install without reviewing
{
"name": "tessl-labs/good-oss-citizen",
"version": "1.0.2",
"summary": "Rules and skills that teach AI agents how to contribute to open source projects without being the villain.",
"private": false,
"rules": {
"good-oss-citizen": {
"rules": "rules/good-oss-citizen.md"
}
},
"skills": {
"recon": {
"path": "skills/recon/SKILL.md"
},
"propose": {
"path": "skills/propose/SKILL.md"
},
"preflight": {
"path": "skills/preflight/SKILL.md"
}
}
}