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.

Stars 398
Forks 50

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.

  1. The ouput count will be used for updating the citation counts for papers in the section files. the section file is for best_practices.md and the sections are RAG Research (Ranked by cite count >=100) and Agent Research (Ranked by cite count >=100).
  2. Run the fetch_popular_papers.py script first to ensure that the section files are populated with the latest papers and their current citation counts. This will provide a baseline for the update_citation_counts.py script to work with.
  3. Run the update_citation_counts.py script to fetch the latest citation counts from Semantic Scholar for the papers listed in the specified sections of best_practices.md.
  4. 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.
  5. 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.

Expand your agent's capabilities with these related and highly-rated skills.

kimtth/awesome-azure-openai-llm

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.

398 50
Explore
kimtth/awesome-azure-openai-llm

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.

398 50
Explore
kimtth/awesome-azure-openai-llm

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).

398 50
Explore
kimtth/awesome-azure-openai-llm

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.

398 50
Explore
davila7/claude-code-templates

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.

23,776 2,298
Explore
davila7/claude-code-templates

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.

23,776 2,298
Explore

Didn't find tool you were looking for?

Be as detailed as possible for better results