mielui

Installation
SKILL.md

Mielui

Build Svelte interfaces using Mielui's documented APIs, tokens, and composition.

Mielui began from Sivir UI and is maintained independently, with its own components, behavior, themes, documentation, and releases. Use Mielui sources for implementation decisions. Sivir examples and version numbers do not establish Mielui compatibility. Preserve the upstream copyright and license notices when copying or redistributing source. The CLI stores them in notices/mielui/ inside the configured source directory; the repository's UPSTREAM.md records its origins.

Step 1: Establish the project state

Inspect the project before changing code:

  1. Confirm the installed Mielui release's peer requirements. Mielui 0.1.1 requires Svelte 5.56 or newer within Svelte 5 and Tailwind CSS v4.
  2. Read the package manifest, lockfile, global CSS entry, and nearby Svelte components.
  3. Detect the integration mode:
    • Package mode: @mielui/svelte is a dependency and components import from it.
    • Source-copy mode: mielui.json and a local Mielui directory exist.
    • Not installed: neither mode is present.
  4. Identify the installed Mielui package version or the component versions recorded in mielui.json.
  5. Preserve the project's package manager, import style, aliases, theme, and local component conventions.
Installs
1
GitHub Stars
2
First Seen
2 days ago
mielui — mielsense/mielui