Update cite count
Skill kimtth/azure-openai-llm-wiki/.agent/skills/update-cite-count
A curated collection of resources for 🌌 Azure OpenAI, 🦙 LLMs (+RAG, Agents). Monthly Updates.
npx -y skills add kimtth/azure-openai-llm-wiki --skill update-cite-countAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
What its author says it does
Copied from the file, not written here
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.
SKILL.md
1.2 KB, 185 tokens by cl100k_base, as published. Nobody here has run it
Workflow: Updating Citation Counts for Papers
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.
- The output count is used for the inline ranked sections in
section/best_practices.md:RAG Research (Ranked by cite count >=100)andAgent Research (Ranked by cite count >=100). - Run
update_citation_counts.pydirectly to fetch the latest Semantic Scholar citation counts for papers already listed in those two sections. - The script updates citation counts in place when counts changed. It does not add new papers, rebuild section indexes, or update generated pool files.
- After updating, review
section/best_practices.mdto confirm the counts changed correctly and the ranked order is still accurate. If counts change enough to affect ordering, manually reorder the entries.