kimtth/update-cite-count
Guidelines for updating citation counts for papers in the section files using the `update_citation_counts.py` tool. USE FOR: Updating citation counts for papers listed in the section files to keep information current. DO NOT USE FOR: 1) Adding new papers to the section files; 2) Classifying entries into sections.
npx skills add https://github.com/kimtth/azure-openai-llm-wiki --skill update-cite-count
To keep the citation counts for papers in the section files up to date, follow these guidelines when using the update_citation_counts.py tool.
section/best_practices.md: RAG Research (Ranked by cite count >=100) and Agent Research (Ranked by cite count >=100).update_citation_counts.py directly to fetch the latest Semantic Scholar citation counts for papers already listed in those two sections. Use --dry-run first when reviewing a large update.section/best_practices.md to confirm the counts changed correctly and the ranked order is still accurate. If counts change enough to affect ordering, manually reorder the entries..venv\Scripts\python.exe code/update_citation_counts.py --dry-run
.venv\Scripts\python.exe code/update_citation_counts.py
Take kimtth/update-cite-count from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.