fix(skills): repair three broken reference links - #4
Merged
Merged
Conversation
js-api-client/SKILL.md linked to references/high-level-helpers.md and references/utilities.md, but the skill has no references/ directory — neither file has ever existed. The helper table is inline in SKILL.md already, so the pointer was redundant as well as dead; the utilities it named now hang off the official documentation link instead. query/references/core-api.md linked to ../mutation/references/core-api.md, which resolves to query/mutation/... — one level short. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
This was referenced Sep 15, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Three relative links in the skills pointed at files that do not exist. An agent following them gets nothing back, and the docs site renders them as dead links.
js-api-client/SKILL.mdlinked toreferences/high-level-helpers.mdandreferences/utilities.md. The skill has noreferences/directory at all — neither file has ever existed. The helper table is already inline inSKILL.mddirectly above the first link, so that pointer was redundant as well as dead. The utilities the second link named (GraphQL Builder, Signature Verification, Binary File Manager, Pricing Utilities, Request Profiling) are not documented anywhere in the repo, so they now hang off the official documentation link rather than being dropped silently.query/references/core-api.mdlinked to../mutation/references/core-api.md, which resolves toquery/mutation/references/core-api.md— one../short.Verified afterwards that no relative link anywhere under
use-crystallize/skills/resolves to a missing file.Writing the two missing
js-api-clientreference files would be the fuller fix, but that is new content rather than a repair, so it is left for its own PR.🤖 Generated with Claude Code