#2245·skills

skills.sh detail page remains stale after SKILL.md reinstall

Author: manangoyal21Created Sep 16, 2026Updated Sep 16, 2026

Listing

Expected

After a telemetry-enabled reinstall, the skill page should render the current SKILL.md, including these sections:

  • ## Purpose
  • ## Standard workflow
  • ## Metric and expected impact

Actual

The page still renders an older snapshot that starts directly with the runtime instructions and omits all three sections. This persisted beyond the documented five-minute detail-page cache.

Reproduction

  1. Update skills/skill-drift-check/SKILL.md on the public default branch.
  2. Run npx skills add manangoyal21/skill-drift-check --skill skill-drift-check with telemetry enabled.
  3. Confirm the installer fetches the current files and installs one skill.
  4. Reload the skills.sh detail page after more than five minutes.

I also sent the documented install telemetry payload directly to https://add-skill.vercel.sh/t; it returned HTTP 200 with a new skillsComputedHash (7c5cbad99484d1a7a6f302b2b53d3955e310cd7aa6de272802ae213da59d2296), but the rendered snapshot did not update.

The repository was also renamed; its repository summary still shows an unavailable prior skill alias. Please refresh the current snapshot and remove or redirect that stale alias if possible.