← all publishers

fezvrasta

@fezvrasta source repo

8 published skills

  1. Commit · fezvrasta
    Create a git commit. Always use this skill when the user asks to commit changes. Runs linting, type checking, and formatting checks before committing to ensure all quality gates pass.
    0
    installs
  2. Cut Release · fezvrasta
    Cut a new tagged release of this Home Assistant integration. Use when asked to "release", "cut a release", "ship a version", or publish a new vX.Y.Z. Covers the version scheme, the fact that manifest.json is bumped automatically by CI and never by hand, the commit and release-notes conventions, and how to verify the release landed.
    0
    installs
  3. Brand Assets · fezvrasta
    Icons and logos for a Home Assistant custom integration — where they live since 2026.3, the filenames and sizes Home Assistant recognises, rendering them from SVG, and the librsvg quirks that produce visible seams. Use when adding or changing an integration's icon, or when the integration shows the generic puzzle-piece.
    0
    installs
  4. Hacs Publish · fezvrasta
    Getting a custom integration installable — the HACS custom-repository route, the requirements the HACS action checks, submitting to the HACS default list, and the route to upstreaming into Home Assistant core. Use when the HACS CI job fails, when asked how users install this, or when considering listing it publicly.
    0
    installs
  5. Readme Style · fezvrasta
    The house style for a Home Assistant integration README and its release notes — the layout, the badges, the voice, and what belongs above the fold. Use when writing or rewriting README.md, adding screenshots, or drafting release notes for one of these repositories.
    0
    installs
  6. New Integration · fezvrasta
    Turn this template into a real Home Assistant integration. Use immediately after creating a repository from ha-integration-template, or when asked to "start a new integration", "bootstrap this", or "set up the scaffold". Covers running scripts/bootstrap, choosing integration_type and iot_class, what to replace, and how to know the scaffold still works afterwards.
    0
    installs
  7. Integration Tests · fezvrasta
    How the test suite for these Home Assistant integrations is set up and what is worth testing. Use when adding or fixing tests, when a test needs a Home Assistant fixture, when the suite fails to import, or when deciding whether something needs a test at all.
    0
    installs
  8. Ha Integration Conventions · fezvrasta
    House conventions for Home Assistant custom integration code — config entry runtime data, unique IDs, entity naming and translation keys, coordinator and availability patterns, config flow rules, services, and the deprecated APIs to avoid. Read before writing or reviewing any file under custom_components/, and when asked why an entity is named oddly, why history was lost, or whether something is the modern API.
    0
    installs