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.
npx skills add nolte/claude-home-assistant --skill ha-integration-ci-scaffoldgit clone --depth 1 https://github.com/nolte/claude-home-assistantWrote 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.
[](https://agentmods.dev/skills/nolte/claude-home-assistant/ha-integration-ci-scaffold)<a href="https://agentmods.dev/skills/nolte/claude-home-assistant/ha-integration-ci-scaffold"><img src="https://agentmods.dev/badge/skills/nolte/claude-home-assistant/ha-integration-ci-scaffold/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.
<a href="https://agentmods.dev/skills/nolte/claude-home-assistant/ha-integration-ci-scaffold"><img src="https://agentmods.dev/badge/skills/nolte/claude-home-assistant/ha-integration-ci-scaffold.svg" alt="Reviewed on agentmods" width="80" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00199 | $0.01728 |
| Opus 5 | $0.00100 | $0.00864 |
| Sonnet 5 | $0.00040 | $0.00346 |
| Haiku 4.5 | $0.00020 | $0.00173 |
Grade A, and why
ha-integration-ci-scaffold 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 11d 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.
How it starts
The opening of the file, as written. The whole thing — 92 lines — stays where its author put it; the contents beside it link to each section on GitHub.
HA Integration CI Scaffold
Spec: spec/claude/ha-integration-ci-scaffold/en.md (EN canonical) / spec/claude/ha-integration-ci-scaffold/de.md (DE translation).
This skill scaffolds the HA-domain CI validators — hassfest, the HACS validation action, and the pytest matrix — that the generic portfolio CI (nolte-shared:project-structure-apply, quality-gate, release-automation) does not emit. It closes the audit finding that ha-integration-scaffold claims hassfest CI is "handled by the project-structure scaffold" when in fact nothing HA-specific is generated. The generated YAML targets the consumer integration repository, not this plugin repo.
Why this is a skill, not an agent
- Human-visible augmentation surface — the user reads back the generated
validate.ymland the pytest matrix and confirms the Python-version set; a skill keeps this on the visible command surface, like the sibling scaffolders. - Mid-flow interactivity — the Python-version matrix, whether the repo is HACS-distributed (so the HACS action applies), and the ZIP-mode toggle are per-run dialogues the user confirms.
- Bounded, inline generation — one or two workflow files fit inline; no isolated agent context is needed.
- Counter-dimension considered: the draft loop could be an agent, but the matrix and delimitation decisions belong in the user's working context; skill wins.
When this skill activates
Use this skill to add the HA-specific CI validation to a Custom Integration repo — hassfest + HACS validation + a pytest matrix — when the repo has the integration code but no HA-domain CI gate yet.
When NOT to activate
- the generic repo scaffold (lint, pre-commit, release-drafter wiring) →
nolte-shared:project-structure-apply - the release publish flow (Draft → Published, version alignment, ZIP asset) →
release-automation/ha-hacs-release - generating the Python integration code →
ha-integration-scaffold - deploying/importing into a running HA instance → out of scope (generation only)
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.
- 11d ago First seen · 92 lines · 199 tokens per session scan A ba4c9519de1a
ha-integration-ci-scaffold is a skill published in the GitHub repository nolte/claude-home-assistant (1 stars, last pushed 1mo ago), licensed MIT. It adds 199 tokens to every session and 1,728 once invoked, about $0.0010 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.
Other skills, from other repositories
devops-cloud
DevOps, cloud infrastructure, and platform engineering. Use when working with AWS, GCP, Azure, Kubernetes, Terraform, CI/CD pipelines, or infrastructure as code.
ci-pipeline
CI pipeline discipline: lint→build→test→quality→security, fail-fast, deterministic build, secret handling, PR gates.
reviewdog
Automated code review and security linting integration for CI/CD pipelines using reviewdog. Aggregates findings from multiple security and quality tools (SAST, linters, formatters) into unified code review comments on pull requests. Use when: (1) Integrating security scanning into code review workflows, (2) Automating…
deployment-pipeline-design
Design multi-stage CI/CD pipelines with approval gates, security checks, and deployment orchestration. Use this skill when designing zero-downtime deployment pipelines, implementing canary rollout strategies, setting up multi-environment promotion workflows, or debugging failed deployment gates in CI/CD.
bazel-build-optimization
Optimize Bazel builds for large-scale monorepos. Use when configuring Bazel, implementing remote execution, or optimizing build performance for enterprise codebases.
security-compliance
Guides security professionals in implementing defense-in-depth security architectures, achieving compliance with industry frameworks (SOC2, ISO27001, GDPR, HIPAA), conducting threat modeling and risk assessments, managing security operations and incident response, and embedding security throughout the SDLC.