Official skills publisher Verified Skillscout rank 182

Home Assistant

Home Assistant publishes official AI agent skills for its tools, services, and developer workflows. Open source home automation that puts local control and privacy first. Powered by a worldwide community of tinkerers and DIY enthusiasts.

Browse 44 official AI agent skills across 5 Home Assistant repositories, with install commands and source links.

44 Skills
5 Repositories
540 Installs
111,159 GitHub stars

Install

Add Home Assistant skills to your agent

Install a full repository package, then let your agent activate the right skill for the task.

Ask your agent

Prompt

Fetch this Markdown manifest as plain text: https://skillscout.sh/official/home-assistant/home-assistant_skills_skillscout.md. If your browser cannot display the Markdown directly, use curl or another text fetcher. Recommend the relevant Home Assistant skills package or packages for my goal, explain which individual skills matter, and wait for my approval. After I approve, install with the npx command. If no project is open, install it as an agent skill I can use later.

Skills packages

5 official repositories

🏡 Open source home automation that puts local control and privacy first. Includes 6 official skills: ha-integration-knowledge, bump-dependency, ha-review, ha-pr-reviewer, ha-pr-comment-audit, ha-quality-scale-verify.

6 skills 538 installs 89,801 stars
npx skills add home-assistant/core --full-depth -y

📘 Home Assistant User documentation. Includes 6 official skills: create-blog-post, home-assistant-docs-writing-style, document-integration-docs, home-assistant-markdown-liquid-style, home-assistant-yaml-style, update-agent-instructions.

6 skills 2 installs 9,678 stars
npx skills add home-assistant/home-assistant.io --full-depth -y

📱 Home Assistant for Apple platforms. Includes 12 official skills: ha-ios-architecture, ha-ios-code-style, ha-ios-concurrency, ha-ios-localization, ha-ios-magicitem, ha-ios-persistence.

12 skills 0 installs 2,293 stars
npx skills add home-assistant/iOS --full-depth -y

🍭 Frontend for Home Assistant. Includes 11 official skills: ha-frontend-components, ha-frontend-contexts, ha-frontend-demo, ha-frontend-events, ha-frontend-gallery, ha-frontend-lit.

11 skills 0 installs 5,595 stars
npx skills add home-assistant/frontend --full-depth -y

Home Assistant Companion for Android. Includes 9 official skills: ha-android-architecture, ha-android-committing, ha-android-concurrency, ha-android-kotlin-style, ha-android-logging-errors, ha-android-review.

9 skills 0 installs 3,792 stars
npx skills add home-assistant/android --full-depth -y

44 skills

home-assistant/core 6 skills

ha-integration-knowledge

Everything you need to know to build, test and review Home Assistant Integrations. If you're looking at an integration, you must use this as your primary reference.

home-assistant/core 47 installs
View source

bump-dependency

Bumps a Python package dependency across Home Assistant Core integrations, regenerates core requirement files, runs verification tests and prek lint, and prepares a pull request with proper release/compare links.

home-assistant/core 4 installs
View source

ha-review

Reviews Home Assistant code changes and provides constructive feedback. Should be used when a review is requested to provide a consistent review behavior and output format. This skill can be used for code reviews in general, not just for GitHub pull requests.

home-assistant/core 3 installs
View source

ha-pr-reviewer

Reviews Home Assistant GitHub pull requests and provides feedback comments. This is the top skill to use for reviewing Pull Requests from GitHub.

home-assistant/core 2 installs
View source

ha-pr-comment-audit

Audits the review comment threads on a Home Assistant GitHub pull request, flagging unaddressed comments and requests for clarification. Use when checking whether PR feedback has been handled, either standalone or as part of a full PR review.

home-assistant/core 1 installs
View source

ha-quality-scale-verify

Verifies that a Home Assistant integration follows a specific quality scale rule, checking whether it implements the required patterns, configurations, or code structures defined by the quality scale system. Use when asked to check a rule (e.g. "check if the peblar integration follows the config-flow rule") or to verify an integration reaches a quality tier (Bronze, Silver, Gold, Platinum).

home-assistant/core 1 installs
View source
home-assistant/home-assistant.io 6 skills

create-blog-post

Use this if the user wants to convert a blog post from Google Docs markdown to the format used in the Home Assistant website, or wants to publish an externally linked (crosspost) blog post that redirects to an article hosted on another site.

home-assistant/home-assistant.io 1 installs
View source

home-assistant-docs-writing-style

Use this when writing or editing Home Assistant documentation, website pages, integration pages, blog prose, UI instructions, or other user-facing prose.

home-assistant/home-assistant.io 1 installs
View source

document-integration-docs

Document Home Assistant integrations in the current split-page format.

home-assistant/home-assistant.io 0 installs
View source

home-assistant-markdown-liquid-style

Use this when editing Home Assistant Markdown, Liquid, internal links, images, videos, glossary terms, My links, text boxes, or other website syntax.

home-assistant/home-assistant.io 0 installs
View source

home-assistant-yaml-style

Use this when editing Home Assistant YAML examples, automation examples, script examples, service action calls, templates, or configuration snippets.

home-assistant/home-assistant.io 0 installs
View source

update-agent-instructions

Use this if the user wants to update the agent instructions for the Home Assistant website.

home-assistant/home-assistant.io 0 installs
View source
home-assistant/iOS 12 skills

ha-ios-architecture

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.

home-assistant/iOS 0 installs
View source

ha-ios-code-style

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.

home-assistant/iOS 0 installs
View source

ha-ios-concurrency

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.

home-assistant/iOS 0 installs
View source

ha-ios-localization

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.

home-assistant/iOS 0 installs
View source

ha-ios-magicitem

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.

home-assistant/iOS 0 installs
View source

ha-ios-persistence

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.

home-assistant/iOS 0 installs
View source

ha-ios-push-live-activities

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).

home-assistant/iOS 0 installs
View source

ha-ios-skill-maintenance

How these AI agent skills are structured and kept up to date. Use when adding, editing, splitting, or reorganizing skills under .agents/skills, or updating the AGENTS.md router.

home-assistant/iOS 0 installs
View source

ha-ios-testing

Unit and snapshot testing conventions. Use when writing tests, mocking dependencies by overriding Current, running the Tests-Unit scheme, or adding snapshot tests for new SwiftUI views.

home-assistant/iOS 0 installs
View source

ha-ios-ui

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.

home-assistant/iOS 0 installs
View source

ha-ios-webview

The WKWebView frontend that renders the Home Assistant web UI. Use when working on WebViewController and its WebViewController+*.swift extensions, the JavaScript external message bus, custom URL schemes, or deep links into the frontend.

home-assistant/iOS 0 installs
View source

ha-ios-workflow-ci

The end-to-end change workflow and CI gates. Use when preparing a change for commit, understanding the order of lint/autocorrect/test steps, or knowing what GitHub Actions checks before a PR can merge.

home-assistant/iOS 0 installs
View source
home-assistant/frontend 11 skills

ha-frontend-components

Home Assistant frontend component patterns. Use when implementing or reviewing dialogs, ha-form, ha-alert, keyboard shortcuts, tooltips, panels, Lovelace cards, or ha-button usage.

home-assistant/frontend 0 installs
View source

ha-frontend-contexts

Home Assistant frontend Lit context and hass migration guidance. Use when adding or changing component state access, replacing hass reads, consuming entity or registry contexts, or reviewing rerender behavior.

home-assistant/frontend 0 installs
View source

ha-frontend-demo

Home Assistant standalone demo structure, configurations, URL navigation, mocked APIs, shared demo stubs used by gallery, and verification. Use when changing files under demo/, changing gallery consumers of demo/src/stubs/, or running and validating the demo.

home-assistant/frontend 0 installs
View source

ha-frontend-events

Home Assistant frontend event patterns. Use when typing event handlers, using HASSDomEvent types, dispatching with fireEvent, or declaring HASSDomEvents and event maps.

home-assistant/frontend 0 installs
View source

ha-frontend-gallery

Home Assistant frontend gallery structure, pages, demos, content, and verification. Use when changing files under gallery/, including gallery markdown, TypeScript demos, sidebar entries, mock data, page generation, or gallery builds.

home-assistant/frontend 0 installs
View source

ha-frontend-lit

Home Assistant frontend Lit conventions. Use when working with reactive properties, internal state, DOM queries, lifecycle methods, or render-derived state.

home-assistant/frontend 0 installs
View source

ha-frontend-review

Home Assistant frontend PR and review guidance. Use when reviewing frontend changes, preparing a PR, checking recurring review issues, or applying the PR template.

home-assistant/frontend 0 installs
View source

ha-frontend-styling

Home Assistant frontend styling, theming, spacing, responsive layout, RTL, and View Transitions guidance. Use when editing CSS, layout, motion, or visual component structure.

home-assistant/frontend 0 installs
View source

ha-frontend-testing

Home Assistant frontend testing and validation workflow. Use when adding or updating tests, running lint, TypeScript checks, Vitest, Playwright e2e suites, dev servers, or chart-data benchmarks.

home-assistant/frontend 0 installs
View source

ha-frontend-types

Home Assistant frontend TypeScript conventions. Use when defining or reviewing backend data contracts, optional schemas, shared types, assertions, or Lit lifecycle types.

home-assistant/frontend 0 installs
View source

ha-frontend-user-facing-text

Home Assistant frontend copy, localization, terminology, and user-facing text guidance. Use when adding or reviewing labels, buttons, dialogs, errors, translations, or UI strings.

home-assistant/frontend 0 installs
View source
home-assistant/android 9 skills

ha-android-architecture

Home Assistant Android module and layer architecture. Use when adding features, choosing where code lives, writing repositories or use cases, setting up Hilt injection, storing data securely, or calling Home Assistant APIs.

home-assistant/android 0 installs
View source

ha-android-committing

Home Assistant Android change finalization. Use when finishing a change, preparing to commit, updating the changelog, naming a branch, or opening a pull request.

home-assistant/android 0 installs
View source

ha-android-concurrency

Home Assistant Android coroutine and threading guidance. Use when launching coroutines, choosing dispatchers, sharing mutable state across threads, exposing Flows, or reviewing for blocking calls and race conditions.

home-assistant/android 0 installs
View source

ha-android-kotlin-style

Home Assistant Android Kotlin style. Use when declaring constants, modeling data or logic types, working with time or dates, choosing visibility, naming, or writing KDoc and comments.

home-assistant/android 0 installs
View source

ha-android-logging-errors

Home Assistant Android logging and error handling. Use when writing catch blocks, logging with Timber, handling exceptions or fallbacks, using FailFast, or reviewing for silent failures and leaked user data.

home-assistant/android 0 installs
View source

ha-android-review

Home Assistant Android code review guidance. Use when reviewing changes or a diff for correctness, style, and convention adherence, or checking security requirements.

home-assistant/android 0 installs
View source

ha-android-skill-maintenance

Home Assistant Android agent instructions upkeep. Use when feedback contradicts or is missing from AGENTS.md or a skill, when a recurring review comment has no skill rule, when a skill statement turned stale, or when adding or renaming a skill.

home-assistant/android 0 installs
View source

ha-android-testing

Home Assistant Android testing guidance. Use when writing or reviewing unit tests, Robolectric tests, Flow tests with Turbine, screenshot tests, fakes from testing-unit, or module-wide test rules.

home-assistant/android 0 installs
View source

ha-android-ui

Home Assistant Android UI guidance. Use when building or reviewing Compose screens, ViewModels, screen state, navigation, dialogs, widgets, or anything using HATheme and the design system.

home-assistant/android 0 installs
View source

Repository documentation

home-assistant/core package overview

home-assistant/core/README.md View on GitHub

home-assistant/core

🏡 Open source home automation that puts local control and privacy first. Includes 6 official skills: ha-integration-knowledge, bump-dependency, ha-review, ha-pr-reviewer, ha-pr-comment-audit, ha-quality-scale-verify.

Top skills in this package

ha-integration-knowledgeEverything you need to know to build, test and review Home Assistant Integrations. If you're looking at an integration, you must use this as your primary reference.
bump-dependencyBumps a Python package dependency across Home Assistant Core integrations, regenerates core requirement files, runs verification tests and prek lint, and prepares a pull request with proper release/compare links.
ha-reviewReviews Home Assistant code changes and provides constructive feedback. Should be used when a review is requested to provide a consistent review behavior and output format. This skill can be used for code reviews in general, not just for GitHub pull requests.
ha-pr-reviewerReviews Home Assistant GitHub pull requests and provides feedback comments. This is the top skill to use for reviewing Pull Requests from GitHub.
ha-pr-comment-auditAudits the review comment threads on a Home Assistant GitHub pull request, flagging unaddressed comments and requests for clarification. Use when checking whether PR feedback has been handled, either standalone or as part of a full PR review.
ha-quality-scale-verifyVerifies that a Home Assistant integration follows a specific quality scale rule, checking whether it implements the required patterns, configurations, or code structures defined by the quality scale system. Use when asked to check a rule (e.g. "check if the peblar integration follows the config-flow rule") or to verify an integration reaches a quality tier (Bronze, Silver, Gold, Platinum).

Install

Install the full package:

npx skills add home-assistant/core --full-depth -y

Install a specific skill:

npx skills add home-assistant/core --skill ha-integration-knowledge --full-depth -y

Use the package when you want your agent to choose the relevant skill from this official Home Assistant repository.

View home-assistant/core on GitHub
Copied