Skip to content

Skill generates incorrect class names for Nav component — no guidance on actual class structure #1

@Hezychasta

Description

@Hezychasta

Dear and fantastic Timothy:)
First and foremost, thank you for playing such a big part in my growth :)
When using the skill with an AI assistant (Claude) to generate scripts targeting the Nav component, the assistant defaulted to .nav_wrap as the selector — a class that does not exist in the actual Lumos Nav component output.

Inspecting the rendered HTML, the real classes are:

  • .nav_component — the root wrapper
  • .nav_desktop_wrap — desktop header
  • .nav_mobile_wrap — mobile nav

Because the SKILL.md does not document the Nav component's actual class structure, the AI had no way of knowing the correct selectors and guessed based on Lumos naming conventions (e.g. [component]_wrap).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions