Highlights
Skill now runs on Codex CLI, opencode, Gemini CLI, and Claude Code from a single source of truth (AGENTS.md).
What changed
AGENTS.md— canonical, portable 5-phase workflow with a root resolver (GH_STARS_CLASSIFIER_ROOT→CLAUDE_PLUGIN_ROOT→$PWD).GEMINI.md— Gemini CLI entry using@AGENTS.mdimport.SKILL.md— reduced to a Claude Code entry that readsAGENTS.md(keeps plugin frontmatter).- README — new Using with other CLI agents section.
v0.1.1 fixes included
create_list.py— skip emptydescriptionarg.fetch_stars.py— recover from corrupt cachedstars.json.apply_classification.py—--progress-fileresume log for interrupted bulk applies.get_lists.py—--taxonomyskips redundant item fetches for managed lists.- 21 stdlib-only unit tests.
Install
/plugin marketplace add catuscio/gh-stars-classifier-skill
/plugin install gh-stars-classifier@gh-stars-classifier-marketplace
For Codex / opencode / Gemini: git clone + cd + run the CLI. See README.