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:
- 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.
- Read the package manifest, lockfile, global CSS entry, and nearby Svelte components.
- Detect the integration mode:
- Package mode:
@mielui/svelteis a dependency and components import from it. - Source-copy mode:
mielui.jsonand a local Mielui directory exist. - Not installed: neither mode is present.
- Package mode:
- Identify the installed Mielui package version or the component versions recorded in
mielui.json. - Preserve the project's package manager, import style, aliases, theme, and local component conventions.