lynx-ui
Use when building with lynx-ui: select components, verify public APIs, adapt examples, configure Luna themes, choose motion packages, compose screens, or troubleshoot lynx-ui usage.
Works with
Agent Skills format with YAML frontmatter. Claude Code reads it as-is.
--- name: "lynx-ui" description: "Use when building with lynx-ui: select components, verify public APIs, adapt examples, configure Luna themes, choose motion packages, compose screens, or troubleshoot lynx-ui usage." license: "Apache-2.0" --- # lynx-ui Use the smallest relevant reference set. ## Workflow 1. Route the task: - Component selection: `references/component-overview.md` - Setup or troubleshooting boundaries: `references/foundation.md` - Luna themes and tokens: `references/theming-and-tokens.md` - Animation choice: `references/motion.md` - Common component combinations: `references/component-composition.md` 2. After selecting a component, inspect: - `references/components/<component>/guide.md` when available - `references/components/<component>/api.md` for exact public props, methods, and exports - `references/components/<component>/examples.md` for implementation patterns 3. Load additional component references only for components used by the task. ## Rules - Import from `@lynx-js/lynx-ui` unless the API reference requires a package-specific import. - Preserve documented component composition and state handling. - Verify props, methods, and exports in `api.md`. - Treat examples as usage patterns; verify their APIs in `api.md`. - Report missing coverage instead of guessing.
More General & Other skills
find-skills
vercel-labs/skills
Helps users discover and install agent skills when they ask questions like "how do I do X", "find a skill for X", "is there a skill that can...", or express interest in extending capabilities. This skill should be used when the user is looking for functionality that might exist as an installable skill.
grill-me
mattpocock/skills
A relentless interview to sharpen a plan or design.
grill-with-docs
mattpocock/skills
A relentless interview to sharpen a plan or design, which also creates docs (ADR's and glossary) as we go.

