skills/ccf-rank/SKILL.md
Query CCF (China Computer Federation) venue rankings for conferences and journals using year-partitioned reference data. Use when users ask for CCF level (A/B/C), category/domain, or rank verification for a venue abbreviation/full name (for example ICML, CVPR, TOCS), or request batch lookup/comparison across venues or years.
npx skillsauth add duruii/scientific-skills ccf-rankInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Use this skill to answer CCF ranking questions quickly and consistently.
references/manifest.jsonreferences/<year>/rankings.jsonreferences/<year>/excluded_venues.jsonnode scripts/query_ccf_rank.mjs "<venue name>"
It uses the latest available year by default. Add --year <YYYY> to query a specific year.node scripts/query_ccf_rank.mjs "<query>" --year 2026 --type conference --rank A --top 20
venue, type, rank, area, url.type (conference or journal) and rank (A/B/C).area category when available.python scripts/build_ccf_dataset.py "/absolute/path/to/new.pdf" --year 2028
references/<year>/excluded_venues.json if the PDF has deleted entries that text extraction cannot reliably detect from styling.ICML, NeurIPS, CVPR, TOCS) using query_ccf_rank.mjs --year <year>.tools
Debugging methodology for LLM tool calls — trace from the model's side first, use runtime evidence over code inference, and follow live request chains for reasoning/thinking bugs.
testing
Research-grade single-paper analysis with evidence-grounded structured extraction and internal self-evaluation. Use when users ask to summarize or screen one academic paper from an arXiv link/ID or local PDF and need verifiable claims with citations, especially for Chinese-language output to students.
tools
Use browser MCP to access IEEE Xplore through university library proxy, preserve institutional session, run keyword/advanced/journal search, and optionally post-filter by CCF rank (for example CCF-A) with structured output.
testing
Fetch and organize course transcripts from DeepLearning.AI. Use this skill whenever the user mentions DeepLearning.AI courses, wants to download course transcripts, subtitles, or VTT files from a course, or asks to organize lesson transcripts from learn.deeplearning.ai. It does NOT trigger for general video subtitle downloading — only for DeepLearning.AI courses specifically.