agentsclimarketplace

Svar svelte

Skill svar-widgets/skills/svar-svelte

Skills and LLM context packs for accurate code generation for SVAR React, Svelte, and Vue.

Install
npx -y skills add svar-widgets/skills --skill svar-svelte

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

2 things to look at

  • no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
  • 2 stars2 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

What its author says it does

Copied from the file, not written here

Use when building, configuring, styling, or modifying any SVAR Svelte UI component from the @svar-ui/svelte-* packages - widgets, layouts, menus, toolbars, calendars, popups, themes, and locales

SKILL.md

2.2 KB, as published. Nobody here has run it

SVAR Svelte ships as a family of @svar-ui/svelte-* packages. This file routes to the per-package entry; each child file is standalone and contains the imports, public types, styling hooks, and recipes for its components.

Open the matching file for the package you are using. If the component you need is not listed in the routing table below, default to core/index.md

Component Routing

FilePackageComponents
core/index.md@svar-ui/svelte-corebuttons, inputs, selectors, calendars, dropdowns, popups, modals, themes, locale (40+ widgets)
menu/index.md@svar-ui/svelte-menuMenu, MenuBar, DropDownMenu, ContextMenu, ActionMenu
toolbar/index.md@svar-ui/svelte-toolbarToolbar
layout/index.md@svar-ui/svelte-layoutLayout, Cell, Panel
grid/index.md@svar-ui/svelte-gridGrid, HeaderMenu, Tooltip, ContextMenu, Toolbar
editor/index.md@svar-ui/svelte-editorEditor
filter/index.md@svar-ui/svelte-filterFilterBuilder, FilterEditor, FilterBar, FilterQuery
gantt/index.md@svar-ui/svelte-ganttGantt, Toolbar, ContextMenu, Editor, Tooltip, HeaderMenu
tasklist/index.md@svar-ui/svelte-tasklistTasklist
comments/index.md@svar-ui/svelte-commentsComments
filemanager/index.md@svar-ui/svelte-filemanagerFilemanager

Common Techniques

These apply to every @svar-ui/svelte-* package:

  • themes.md - theme wrappers, CSS variables, the css prop convention, class hooks
  • locales.md - locale context, bundled language packs, extending words and formats

The widget hierarchy need to be wrapped in a theme component to ensure proper styling Some widgets (grid,gantt,filemanager, etc) exports their own theme components that delegate to core theme and add their own variables

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.