Agent skill
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.
Install this agent skill to your Project
npx add-skill https://github.com/kimtth/awesome-azure-openai-llm/tree/main/.agent/skills/update-cite-count
SKILL.md
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 ouput count will be used for updating the citation counts for papers in the section files. the section file is for
best_practices.mdand the sections areRAG Research (Ranked by cite count >=100)andAgent Research (Ranked by cite count >=100). - Run the
fetch_popular_papers.pyscript first to ensure that the section files are populated with the latest papers and their current citation counts. This will provide a baseline for theupdate_citation_counts.pyscript to work with. - Run the
update_citation_counts.pyscript to fetch the latest citation counts from Semantic Scholar for the papers listed in the specified sections ofbest_practices.md. - The script will automatically update the citation counts in the section files based on the latest data retrieved. Ensure that the updated counts are accurate and reflect the current citation status of each paper.
- After updating, review the section files to confirm that the citation counts have been correctly updated and that the papers are still ranked appropriately based on their citation counts. If any discrepancies are found, manually verify the counts and make necessary adjustments.
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
add-new-entry
Workflow and tools for adding new entries from temp.md to the section files. Includes legend format, section reference, code tools, and common pitfalls. USE FOR: Adding new resources to the knowledge base. DO NOT USE FOR: Editing existing entries or restructuring sections.
update-app-count
Workflow for updating the popular LLM applications pool (section/x_llm_apps.md) using get_app_list_by_github_star.py. Covers full refresh, alternate exports, topic tuning, and common pitfalls. USE FOR: Refreshing the ranked GitHub applications list linked from applications.md. DO NOT USE FOR: Hand-curating application entries inside applications.md or adding GitHub star badges to the generated file.
update-llm-pool
Workflow for updating the LLM landscape paper pool (section/x_llm_papers.md) using fetch_llm_papers.py. Covers full re-fetch, resume from checkpoint, and adding new topics. USE FOR: Refreshing citation counts, expanding topic coverage. DO NOT USE FOR: Adding hand-curated entries to section files (use add-new-entry), updating RAG/Agent citation sections in best_practices.md (use update-cite-count).
classify-temp-entries-to-section
Classification guidelines for entries in temp_entries.md. Each entry have its own title with the markdown file name and section name in temp_entries.md. USE FOR: Classifying new entries in temp_entries.md into *.md in the section files. DO NOT USE FOR: 1) Adding new entries to temp_entries.md; 2) Moving entries between sections.
verl-rl-training
Provides guidance for training LLMs with reinforcement learning using verl (Volcano Engine RL). Use when implementing RLHF, GRPO, PPO, or other RL algorithms for LLM post-training at scale with flexible infrastructure backends.
openrlhf-training
High-performance RLHF framework with Ray+vLLM acceleration. Use for PPO, GRPO, RLOO, DPO training of large models (7B-70B+). Built on Ray, vLLM, ZeRO-3. 2× faster than DeepSpeedChat with distributed architecture and GPU resource sharing.
Didn't find tool you were looking for?