#780·skills

[Bug]: skills.sh still renders stale SKILL.md after source update + fresh reinstall

Author: neojeffersonianCreated Mar 26, 2026Updated Sep 15, 2026

Description

The skills.sh page for my public skill is still rendering an older ingested copy of SKILL.md even though the GitHub source has been updated and a fresh install was performed afterward.

Affected skill:

What is stale on skills.sh

The live page still says:

It helps Codex discover promising repos...

But the current repo source now says:

It helps an agent discover promising repos...

There are no remaining Codex references in the published repository.

Reproduction / evidence

  1. View the live skill page:
  2. View the current raw source:
  3. Perform a fresh install from the updated public repo:
    • npx -y skills add https://github.com/Blastgits/blastgit-auto-pr --skill blastgit-auto-pr --yes --global
    • Install succeeds, but the page still renders the old content afterward.

I also checked the live response headers after the reinstall and the skill page was still being served as a stale prerendered page:

x-vercel-cache: STALE
x-nextjs-stale-time: 300

Expected behavior

After the repo's SKILL.md changes and a new install occurs, the skills.sh skill page should refresh to the current GitHub content.

Actual behavior

The skill page continues to show the older markdown snapshot.

Notes

This may be related to the same stale-source family as #703, but this repro does not involve a repo rename. It is the same repo path with updated SKILL.md content.