Skip to main content
Run any Skill in Manus
with one click
home-assistant
GitHub creator profile

home-assistant

Repository-level view of 29 collected skills across 4 GitHub repositories.

skills collected
29
repositories
4
updated
2026-07-10
repository explorer

Repositories and representative skills

ha-ios-ui
web-and-digital-interface-designers

SwiftUI and UIKit UI conventions for Home Assistant iOS. Use when building views, choosing SwiftUI vs UIKit, bridging with embeddedInHostingController(), building reusable components in the HADesignSystem package, or following the one-struct-per-file, inline-body, and #Preview rules.

2026-07-10
ha-ios-architecture
software-developers

Home Assistant iOS project layout, build setup, and the "World" dependency-injection pattern. Use when starting work in the repo, deciding where code lives across targets (App, Shared, Watch, CarPlay, Extensions), accessing dependencies through the global `Current`, or setting up dependencies and code signing.

2026-07-09
ha-ios-code-style
software-developers

Swift code style, linting, logging, assets, and idioms for Home Assistant iOS. Use when writing or formatting Swift, running SwiftFormat/SwiftLint, referencing SF Symbols or Material Design icons, logging, or using the with() helper.

2026-07-09
ha-ios-concurrency
software-developers

Asynchronous code and server networking conventions. Use when writing async/await, Tasks, actors, or Combine, deciding whether to touch PromiseKit, annotating view models with @MainActor, or calling the Home Assistant server via HAKit.

2026-07-09
ha-ios-localization
software-developers

Localization via SwiftGen-generated L10n accessors and the en.lproj .strings files. Use when adding or changing user-facing strings, working with the L10n/CoreStrings/FrontendStrings tables, or dealing with Lokalise-managed translations.

2026-07-09
ha-ios-magicitem
software-developers

The cross-platform MagicItem action model shared by Widgets, Watch, CarPlay, and App Shortcuts. Use when adding or changing item types or action overrides, or touching anything that persists MagicItem via Codable.

2026-07-09
ha-ios-persistence
software-developers

Data persistence across GRDB, Realm, and UserDefaults. Use when adding or migrating a persistent model, choosing a storage layer, implementing DatabaseTableProtocol, or reading/writing config for Watch, CarPlay, widgets, or the entity registry.

2026-07-09
ha-ios-push-live-activities
software-developers

Live Activities and push notifications across the local-push and remote-push delivery flows. Use when implementing or fixing notifications, Live Activities, payload parsing/promotion, alerting behavior, or the SharedPush parser (including the vendored relay copy).

2026-07-09
Showing top 8 of 12 collected skills in this repository.
Showing 4 of 4 repositories
All repositories loaded
home-assistant Agent Skills | SkillsMP