fix(annas-fetch-skill): update for shipped follow-up specs#95
Merged
Conversation
Brings the Claude Code skill in line with the annas-fetch tool's actual surface after tieubao/ops-toolkit#15: - Adds documentation for the new flags: --author, --lang (now flagged as a SOFT preference), --exclude-lang (hard exclusion via lang=anti__<iso>), --year, --year-range. - Adds browse --hybrid (popularity + newest merged round-robin). - Adds the library workflow: scan / check + fetch --check-library to save quota. - Adds the quota subcommand and mirror-check + dev refresh-fixtures housekeeping commands. Also removes false claims about --sort downloads and --min-downloads flags that were never implemented in the CLI (and the Stats API line in References that supported them). These were aspirational and didn't match the actual surface.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Brings the Claude Code annas-fetch skill in line with the CLI after tieubao/ops-toolkit#15 shipped:
--author,--lang(now flagged as soft preference),--exclude-lang(hard exclusion vialang=anti__<iso>),--year,--year-range.browse --hybrid(popularity + newest merged round-robin).scan/check+fetch --check-library) to save quota.quotasubcommand andmirror-check+dev refresh-fixtureshousekeeping commands.Also removes false claims about
--sort downloadsand--min-downloads(and the Stats API line in References that supported them). These flags were never implemented in the CLI; the skill text was aspirational and misleading.Test plan
chezmoi apply ~/.claude/skills/annas-fetch/syncs the fileannas-fetch --helpand per-subcommand--help)--sort downloads/--min-downloads🤖 Generated with Claude Code