Skip to content

fix(skills): repair three broken reference links - #4

Merged
Plopix merged 1 commit into
mainfrom
chore/fix-broken-skill-links
Sep 15, 2026
Merged

Plopix merged 1 commit into
mainfrom
chore/fix-broken-skill-links

Conversation

@papelipe

Copy link
Copy Markdown
Member
Q A
Branch? main
Bug fix? yes
New feature? no
BC breaks? no
Fixed tickets #...

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.md linked to references/high-level-helpers.md and references/utilities.md. The skill has no references/ directory at all — neither file has ever existed. The helper table is already inline in SKILL.md directly 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.md linked to ../mutation/references/core-api.md, which resolves to query/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-client reference 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

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>
@Plopix
Plopix merged commit 7549561 into main Sep 15, 2026
1 check passed
@Plopix
Plopix deleted the chore/fix-broken-skill-links branch September 15, 2026 19:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants