Summary
skills/converting-minikit-to-farcaster/MAPPING.md references NOTIFICATIONS.md, but that file does not appear to exist in the skill directory.
What I found
The missing reference appears in two places:
skills/converting-minikit-to-farcaster/MAPPING.md:412
skills/converting-minikit-to-farcaster/MAPPING.md:452
Current text:
See [NOTIFICATIONS.md](NOTIFICATIONS.md) for server-side implementation.
However, there is no NOTIFICATIONS.md file under:
skills/converting-minikit-to-farcaster/
Expected behavior
The notification migration section should either:
- Link to an existing documentation file, or
- Include a new
NOTIFICATIONS.md file with the referenced server-side notification guidance.
Suggested fix
Add skills/converting-minikit-to-farcaster/NOTIFICATIONS.md or update the links to point to the correct existing reference.
Impact
Users following the MiniKit to Farcaster migration skill may hit a broken local reference when migrating notification functionality.
Summary
skills/converting-minikit-to-farcaster/MAPPING.md references
NOTIFICATIONS.md, but that file does not appear to exist in the skill directory.What I found
The missing reference appears in two places:
skills/converting-minikit-to-farcaster/MAPPING.md:412skills/converting-minikit-to-farcaster/MAPPING.md:452Current text:
See [NOTIFICATIONS.md](NOTIFICATIONS.md) for server-side implementation.However, there is no
NOTIFICATIONS.mdfile under:skills/converting-minikit-to-farcaster/Expected behavior
The notification migration section should either:
NOTIFICATIONS.mdfile with the referenced server-side notification guidance.Suggested fix
Add
skills/converting-minikit-to-farcaster/NOTIFICATIONS.mdor update the links to point to the correct existing reference.Impact
Users following the MiniKit to Farcaster migration skill may hit a broken local reference when migrating notification functionality.