Update App Count

Regenerates the wiki's ranked GitHub LLM-apps pool via a star-count script

Tested · Works

Test report

Verdict
Tested · Works
Score
9.2/10
Tested
Jul 21, 2026
Environment
Claude Code 2.x (agent harness)

This skill is no longer available upstream. Our re-check on Aug 10, 2026 couldn't find it any more (SKILL.md not found in repo tree). The test below is what we measured on Jul 21, 2026 and we're leaving it up as a record — but there is nothing left to install, so we've removed the command.

Cloned the repo and actually ran code/get_app_list_by_github_star.py --topics langchain --min-stars 20000 with python3; it queried the live GitHub Search API and wrote files/test_run.md in exactly the documented format (N. [owner/repo](url): desc. [Mon YYYY] (⭐ count) plus a generated header). I then wrote a baseline list from memory: its star counts were stale by 31k–48k (langchain 95k guessed vs 143,073 live) and it missed real top entries (markitdown, deer-flow, langfuse) while inventing dify, which lacks the langchain topic. All three referenced files (script, x_llm_apps.md, applications.md) returned HTTP 200; no security smells. The skill only works inside this repo and assumes a Windows venv path.

Scored on four weighted criteria — install, triggering, output vs. baseline, docs. How scoring works

  • Installs cleanly 5/5
  • Triggers reliably 5/5
  • Output vs. baseline 8/10
  • Docs & honesty 5/5

What Update App Count does

A repo-maintenance workflow for the azure-openai-llm-wiki that refreshes section/x_llm_apps.md, a ranked list of LLM/agent GitHub repos, by running code/get_app_list_by_github_star.py against the GitHub Search API. Triggers when the user wants to refresh, regenerate, or re-threshold the "Popular LLM Applications" pool linked from applications.md; not for hand-editing applications.md entries or adding star badges.

How to install Update App Count

Nothing to install: the source repository no longer has this skill. If the author brings it back, our daily re-check will pick it up and the command will reappear here.

Commands — how to trigger Update App Count

  • /update-app-count Regenerates the wiki's ranked GitHub LLM-apps pool via a star-count script

It also activates on plain-language prompts like these:

  • Refresh the popular LLM applications list
  • Update the GitHub star rankings for our app list
  • Regenerate x_llm_apps.md with fresh data

Frequently asked questions

Is the Update App Count skill free?
Yes. The skill itself is free from kimtth/azure-openai-llm-wiki. SkillProof publishes the install command and an independent test verdict at no cost.
Does Update App Count work with Claude Code?
We tested it with Claude Code 2.x (agent harness) on Jul 21, 2026. Verdict: Tested · Works. Cloned the repo and actually ran code/get_app_list_by_github_star.py --topics langchain --min-stars 20000 with python3; it queried the live GitHub Search API and wrote files/test_run.md in exactly the documented format (N. [owner/repo](url): desc. [Mon YYYY] (⭐ count) plus a generated header). I then wrote a baseline list from memory: its star counts were stale by 31k–48k (langchain 95k guessed vs 143,073 live) and it missed real top entries (markitdown, deer-flow, langfuse) while inventing dify, which lacks the langchain topic. All three referenced files (script, x_llm_apps.md, applications.md) returned HTTP 200; no security smells. The skill only works inside this repo and assumes a Windows venv path.
What is the Update App Count SkillProof Score?
9.2/10 — installs cleanly 5/5, triggers reliably 5/5, output vs. baseline 8/10, docs & honesty 5/5.
How do I install Update App Count?
Copy the install command from this page, run it in your terminal, and restart Claude Code. Skills live in ~/.claude/skills/ (global) or .claude/skills/ inside a project.
Can I use Update App Count with Cursor, Copilot, Gemini CLI, Codex or other AI tools?
The SKILL.md format is native to Claude (Claude Code, Desktop, claude.ai). The instructions inside adapt to other assistants: Cursor rules, GitHub Copilot instructions, Windsurf rules, Custom GPTs, AGENTS.md for OpenAI Codex, and GEMINI.md for Google Gemini CLI — our conversion guides cover each, and the free converter on the tools page does the wrapping for you.