Opus finding
Router SKILL.md links to non-existent opensea-swaps sub-skill
mediumdocs-gaphigh
- opensea/SKILL.md:16-22
- opensea/SKILL.md:26-28
The router SKILL.md and the tool-sdk/wallet SKILLs repeatedly direct readers to opensea-swaps/SKILL.md, but the PR's owned-files list contains no opensea-swaps directory. If the sub-skill is missing from the repo, both the routing table and the 'When NOT to use this skill' handoff tables produce broken links/handoffs at agent runtime, causing agents to either fail to follow the router or to fall back to an undefined skill. Even if the file exists elsewhere in the repo (not in the PR diff), the router promises it as a peer of the other owned sub-skills and should be verified before merge.
Recommendation
Either include opensea-swaps/SKILL.md (and its references/) in this PR, or remove the swap rows from the router table and the 'use instead' handoff tables until the sub-skill ships. Add a CI check that every relative link in opensea/SKILL.md resolves.