ha-dev-workflow-apply

ha-dev-workflow-apply is a skill for Claude Code from nolte/claude-home-assistant. It costs 212 tokens per session (2,557 once invoked), scanned A, original, MIT.

A workflow for applying and checking Home Assistant code style, strict type annotations, and validation rules to an existing custom integration.

In plain words
What is it for?
Use it to run formatting, linting, strict type checks, and Home Assistant validation on one custom integration.
Why use it?
It finds and fixes mechanical quality issues, then reports whether the integration meets the required development standards.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the claude-home-assistant plugin — 45 skills, 11 agents shipped together

Good fit Use it to run formatting, linting, strict type checks, and Home Assistant validation on one custom integration.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/nolte/claude-home-assistant/ha-dev-workflow-apply
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add nolte/claude-home-assistant --skill ha-dev-workflow-apply
Clone the repo
git clone --depth 1 https://github.com/nolte/claude-home-assistant

Made for: Claude Code.

Or install claude-home-assistant, the plugin that ships this one along with the rest of its 45 skills, 11 agents.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for ha-dev-workflow-apply

README.md
[![agentmods](https://agentmods.dev/badge/skills/nolte/claude-home-assistant/ha-dev-workflow-apply/github.svg)](https://agentmods.dev/skills/nolte/claude-home-assistant/ha-dev-workflow-apply)
Your own site
<a href="https://agentmods.dev/skills/nolte/claude-home-assistant/ha-dev-workflow-apply"><img src="https://agentmods.dev/badge/skills/nolte/claude-home-assistant/ha-dev-workflow-apply/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for ha-dev-workflow-apply

Your own site · 80×15
<a href="https://agentmods.dev/skills/nolte/claude-home-assistant/ha-dev-workflow-apply"><img src="https://agentmods.dev/badge/skills/nolte/claude-home-assistant/ha-dev-workflow-apply.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 212 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,557 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00212 $0.02557
Opus 5 $0.00106 $0.01278
Sonnet 5 $0.00042 $0.00511
Haiku 4.5 $0.00021 $0.00256

Measured 9d ago against content hash 99591c4f7203, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-09, from the pricing page.

Security

Grade A, and why

ha-dev-workflow-apply scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 9d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/ha-dev-workflow-apply/SKILL.md · 126 lines

How it starts

The opening of the file, as written. The whole thing — 126 lines — stays where its author put it; the contents beside it link to each section on GitHub.

HA Dev-Workflow Apply

Spec: spec/claude/ha-dev-workflow-apply/en.md (EN canonical) / spec/claude/ha-dev-workflow-apply/de.md (DE translation). Grounding spec: spec/ha/dev-workflow/en.md — this skill operationalises that spec's MUST rules; read it for the pinned HA-original rules.

This skill is the owning skill of spec/ha/dev-workflow: it applies the HA coding workflow (style, strict typing, validation) to an existing Custom Integration and validates the result, closing the spec-vs-skill gap where the Platinum tier of ha-integration-solution previously resolved to a bare checklist item.

Why this is a skill, not an agent

  • Human-visible apply surface — like the sibling ha-translation-sync, the user invokes it directly, watches the format/typing/validation edits land, and reads the CONFORMANT / NEEDS-WORK report; a skill keeps that on the visible command surface.
  • Bounded, tool-driven work — it runs ruff, mypy, and hassfest over one integration and applies mechanical fixes; the read/edit volume fits inline, so the pressure that biases toward an isolated agent does not apply.
  • Dispatched by an orchestratorha-integration-solution dispatches it for target_tier: platinum; the skill-orchestrates-skill default keeps it in skill form.
  • Counter-dimension considered: the strict-typing pass could run as a fire-and-forget agent, but the annotation edits and the mypy-strict decisions should stay visible and reviewable in the user context; skill wins.

When this skill activates

Use this skill to bring an existing Custom Integration under custom_components/<domain>/ up to the spec/ha/dev-workflow obligations — code style, full typing, hassfest, config validation — for a chosen target_tier (bronze floor through platinum). It is the tooling counterpart of the read-only ha-quality-scale-audit: that one checks the tier, this one applies the code-workflow rules that a tier requires.

When NOT to activate

  • a read-only quality-scale tier assessment → ha-quality-scale-audit
  • a security hardening audit → ha-security-audit
  • the pytest harness (fixtures, MockConfigEntry, snapshot tests, coverage) → ha-test-harness-augment / ha/test-harness
  • devcontainer / Kind / script/setup / venv bootstrap → ha/dev-environment
  • async / event-loop patterns → ha/async-patterns
  • deploying / verifying against a running HA instance → the ha-integration-deployer / ha-integration-verifier agents

Read the full file on GitHub · 126 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 9d ago First seen · 126 lines · 212 tokens per session scan A 99591c4f7203

Subscribe to this mod's changes

ha-dev-workflow-apply is a skill published in the GitHub repository nolte/claude-home-assistant (1 stars, last pushed 1mo ago), licensed MIT. It adds 212 tokens to every session and 2,557 once invoked, about $0.0011 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

python-anti-patterns

Use this skill when reviewing Python code for common anti-patterns to avoid. Use as a checklist when reviewing code, before finalizing implementations, or when debugging issues that might stem from known bad practices.

FluxonLab/Skillry · 46 tokens

python-code-style

Python code style, linting, formatting, naming conventions, and documentation standards. Use when writing new code, reviewing style, configuring linters, writing docstrings, or establishing project standards.

FluxonLab/Skillry · 42 tokens

ai-ml-development

AI and machine learning development with PyTorch, TensorFlow, and LLM integration. Use when building ML models, training pipelines, fine-tuning LLMs, or implementing AI features.

travisjneuman/.claude · 43 tokens

python-pypi-package-builder

End-to-end skill for building, testing, linting, versioning, and publishing a production-grade Python library to PyPI. Covers all four build backends (setuptools+setuptoolsscm, hatchling, flit, poetry), PEP 440 versioning, semantic versioning, dynamic git-tag versioning, OOP/SOLID design, type hints (PEP…

FluxonLab/Skillry · 162 tokens

async-python-patterns

Master Python asyncio, concurrent programming, and async/await patterns for high-performance applications. Use when building async APIs, concurrent systems, or I/O-bound applications requiring non-blocking operations.

FluxonLab/Skillry · 42 tokens

fastapi-templates

Create production-ready FastAPI projects with async patterns, dependency injection, and comprehensive error handling. Use when building new FastAPI applications or setting up backend API projects.

FluxonLab/Skillry · 37 tokens