Skip to content

v0.2.0 — Multi-CLI support

Latest

Choose a tag to compare

@catuscio catuscio released this 18 Apr 12:36

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_ROOTCLAUDE_PLUGIN_ROOT$PWD).
  • GEMINI.md — Gemini CLI entry using @AGENTS.md import.
  • SKILL.md — reduced to a Claude Code entry that reads AGENTS.md (keeps plugin frontmatter).
  • README — new Using with other CLI agents section.

v0.1.1 fixes included

  • create_list.py — skip empty description arg.
  • fetch_stars.py — recover from corrupt cached stars.json.
  • apply_classification.py--progress-file resume log for interrupted bulk applies.
  • get_lists.py--taxonomy skips 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.