Broken relative links in react-best-practices AGENTS.md

Author: 70928mansonCreated May 10, 2026Updated Jul 24, 2026

Description

Some relative links in skills/react-best-practices/AGENTS.md appear to be broken because the referenced rule files have been moved under the rules/ directory.

Broken links found

  • Defer Await Until Needed

    • Current: ./async-defer-await.md
    • Expected: ./rules/async-defer-await.md
  • Check Cheap Conditions Before Async Flags

    • Current: ./async-cheap-condition-before-await.md
    • Expected: ./rules/async-cheap-condition-before-await.md
  • Hoist Static I/O to Module Level

    • Current: ./server-hoist-static-io.md
    • Expected: ./rules/server-hoist-static-io.md

Proposed fix

Update the affected relative links in skills/react-best-practices/AGENTS.md to include the rules/ path prefix.

Source: vercel-labs/agent-skills