Skip to content

docs: skills page links point to removed skill paths #2420

@lurenjia534

Description

@lurenjia534

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.

Metadata

Metadata

Labels

No labels
No labels

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions