{"id":51303190,"url":"https://github.com/roquerodrigo/ha-integration-dev-skill","last_synced_at":"2026-06-30T22:02:20.439Z","repository":{"id":361734606,"uuid":"1253501712","full_name":"roquerodrigo/ha-integration-dev-skill","owner":"roquerodrigo","description":"Claude Code plugin for developing Home Assistant custom integrations","archived":false,"fork":false,"pushed_at":"2026-06-01T03:40:02.000Z","size":24,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-06-01T04:11:11.467Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/roquerodrigo.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-05-29T14:27:33.000Z","updated_at":"2026-06-01T03:40:07.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/roquerodrigo/ha-integration-dev-skill","commit_stats":null,"previous_names":["roquerodrigo/ha-integration-dev-skill"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/roquerodrigo/ha-integration-dev-skill","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/roquerodrigo%2Fha-integration-dev-skill","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/roquerodrigo%2Fha-integration-dev-skill/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/roquerodrigo%2Fha-integration-dev-skill/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/roquerodrigo%2Fha-integration-dev-skill/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/roquerodrigo","download_url":"https://codeload.github.com/roquerodrigo/ha-integration-dev-skill/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/roquerodrigo%2Fha-integration-dev-skill/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34984784,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-30T02:00:05.919Z","response_time":92,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2026-06-30T22:02:20.333Z","updated_at":"2026-06-30T22:02:20.426Z","avatar_url":"https://github.com/roquerodrigo.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# ha-integration-dev-skill\n\nA Claude Code plugin that teaches Claude the conventions, architecture, and\ntesting patterns for building **Home Assistant custom integrations** and their\ncompanion Python SDKs.\n\nThe patterns target **Platinum** on the HA Integration Quality Scale and\nassume a shared blueprint (e.g. `ha-integration-blueprint`) as the starting\npoint for each new integration.\n\n## What's inside\n\nA single skill — `ha-integration-dev` — that auto-loads when Claude Code is\nworking in a repo containing `custom_components/\u003cdomain\u003e/` or in a related\nPython SDK. The skill bundles:\n\n- **Architecture** — file layout, runtime data, coordinator, config/options\n  flow, entity design, exception hierarchy, translations, diagnostics, HACS.\n- **Coding conventions** — strict typing, naming, imports, properties,\n  logging, error messages, Conventional Commits, `pyproject.toml` template.\n- **Testing patterns** — test layout, coverage gates, `conftest.py` pattern,\n  mocking strategy, translation parity tests, CI/CD jobs.\n- **Code review checklist** — per-area checklist for PR review.\n- **New integration scaffolding** — step-by-step checklist to fork a\n  blueprint into a fresh integration.\n\nReference files are loaded on demand by Claude — only what's relevant to the\ncurrent task ends up in context.\n\n## Installation\n\nIn a Claude Code session:\n\n```text\n/plugin marketplace add roquerodrigo/ha-integration-dev-skill\n/plugin install ha-integration-dev\n```\n\nAfter install, start a session inside any HA integration repo and the skill\nloads automatically when its triggers match.\n\n## When the skill triggers\n\n- Repos containing `custom_components/\u003cdomain\u003e/`\n- Companion Python SDKs that wrap a device or cloud API for such an\n  integration\n- Conversations mentioning: HACS, config flow, coordinator, reauth,\n  translations, quality scale, or other HA integration concepts\n\n## When it does NOT trigger\n\nThe skill explicitly steps aside for:\n\n- Home Assistant core development (`home-assistant/core`)\n- Third-party integrations that visibly do not follow the blueprint layout\n- HA YAML configuration, automations, and dashboards (user-side, not Python)\n\n## Layout\n\n```\n.claude-plugin/marketplace.json\nplugins/ha-integration-dev/\n├── .claude-plugin/plugin.json\n└── skills/ha-integration-dev/\n    ├── SKILL.md\n    └── references/\n        ├── architecture.md\n        ├── coding-conventions.md\n        ├── testing.md\n        ├── code-review.md\n        └── new-integration.md\n```\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Froquerodrigo%2Fha-integration-dev-skill","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Froquerodrigo%2Fha-integration-dev-skill","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Froquerodrigo%2Fha-integration-dev-skill/lists"}