The published Skills page currently links to removed skill paths:
https://longbridge.github.io/gpui-component/skills
Examples:
https://github.com/longbridge/gpui-component/tree/main/.claude/skills/generate-component-documentation/SKILL.md
https://github.com/longbridge/gpui-component/tree/main/.claude/skills/gpui-action/SKILL.md
https://github.com/longbridge/gpui-component/tree/main/.claude/skills/gpui-style-guide/SKILL.md
https://github.com/longbridge/gpui-component/tree/main/.claude/skills/new-component/SKILL.md
The skills links provided on the entire gpui-component skills page all seem to be broken. The examples above are just a portion of them.
Cause
The published page appears to still use stale skill data from before 89f7662.
In that commit, the old .claude/skills/* entries were consolidated into:
skills/gpui
skills/gpui-component
.claude/skills/gpui-component-dev
Some old skill contents were moved into reference files, for example:
.claude/skills/gpui-action/SKILL.md -> skills/gpui/references/action.md
.claude/skills/gpui-style-guide/SKILL.md -> skills/gpui-component/references/style-guide.md
.claude/skills/generate-component-documentation/SKILL.md -> .claude/skills/gpui-component-dev/references/documentation.md
.claude/skills/new-component/SKILL.md -> .claude/skills/gpui-component-dev/references/new-component.md
Expected
The published Skills page should link to existing skill entry points, such as:
skills/gpui/SKILL.md
skills/gpui-component/SKILL.md
.claude/skills/gpui-component-dev/SKILL.md
Notes
This may be fixed by rebuilding and redeploying the docs after the Skills page source is updated.
The published Skills page currently links to removed skill paths:
https://longbridge.github.io/gpui-component/skills
Examples:
https://github.com/longbridge/gpui-component/tree/main/.claude/skills/generate-component-documentation/SKILL.mdhttps://github.com/longbridge/gpui-component/tree/main/.claude/skills/gpui-action/SKILL.mdhttps://github.com/longbridge/gpui-component/tree/main/.claude/skills/gpui-style-guide/SKILL.mdhttps://github.com/longbridge/gpui-component/tree/main/.claude/skills/new-component/SKILL.mdThe skills links provided on the entire gpui-component skills page all seem to be broken. The examples above are just a portion of them.
Cause
The published page appears to still use stale skill data from before
89f7662.In that commit, the old
.claude/skills/*entries were consolidated into:skills/gpuiskills/gpui-component.claude/skills/gpui-component-devSome old skill contents were moved into reference files, for example:
.claude/skills/gpui-action/SKILL.md->skills/gpui/references/action.md.claude/skills/gpui-style-guide/SKILL.md->skills/gpui-component/references/style-guide.md.claude/skills/generate-component-documentation/SKILL.md->.claude/skills/gpui-component-dev/references/documentation.md.claude/skills/new-component/SKILL.md->.claude/skills/gpui-component-dev/references/new-component.mdExpected
The published Skills page should link to existing skill entry points, such as:
skills/gpui/SKILL.mdskills/gpui-component/SKILL.md.claude/skills/gpui-component-dev/SKILL.mdNotes
This may be fixed by rebuilding and redeploying the docs after the Skills page source is updated.