L3DigitalNet/Claude-Code-Plugins
Skill Claude CodeCodex
Device triggers for Home Assistant automation. Use when implementing devicetrigger.py, allowing automations to fire on hardware events like button presses or motion detection.
L3DigitalNet/Claude-Code-Plugins
Skill Claude CodeCodex
Device triggers for Home Assistant automation. Use when implementing devicetrigger.py, allowing automations to fire on hardware events like button presses or motion detection.
L3DigitalNet/Claude-Code-Plugins
Skill Claude CodeCodex
Implement diagnostics for a Home Assistant integration. Required for Gold tier on the Integration Quality Scale. Use when asked about diagnostics.py, debug information, troubleshooting data, or redacting sensitive info.
L3DigitalNet/Claude-Code-Plugins
Skill Claude CodeCodex
Generate documentation for Home Assistant integrations. Creates README.md, Home Assistant docs pages, and HACS info pages. Use when asked about documentation, README, docs, or making documentation for an integration.
L3DigitalNet/Claude-Code-Plugins
Skill Claude CodeCodex
Entity lifecycle and device/entity registries in Home Assistant. Use when asking about entity registration, asyncaddedtohass, asyncwillremovefromhass, deviceinfo, identifiers, or restoring previous state.
L3DigitalNet/Claude-Code-Plugins
Skill Claude CodeCodex
Create Home Assistant entity platforms (sensor, binarysensor, switch, light, cover, climate, button, number, select, etc.). Use when creating entities, adding platforms, implementing switches or sensors, or working with any HA entity type.
L3DigitalNet/Claude-Code-Plugins
Skill Claude CodeCodex
Publish a Home Assistant integration to HACS — GitHub Actions validation, release workflow, brand submission, and adding to the HACS default repository.
L3DigitalNet/Claude-Code-Plugins
Skill Claude CodeCodex
HACS metadata requirements for a Home Assistant integration — hacs.json, manifest.json fields, and repository structure. Use when preparing or validating HACS metadata files.
L3DigitalNet/Claude-Code-Plugins
Skill Claude CodeCodex
Scaffold a new Home Assistant integration with correct file structure, manifest, and boilerplate. Use when creating a new custom component, custom integration, or when asked to scaffold, create, or start a Home Assistant integration.
L3DigitalNet/Claude-Code-Plugins
Skill Claude CodeCodex
Home Assistant integration upgrade guide — config entry version migration and deprecation fixes. Use when upgrading an integration to a newer HA version or handling migration warnings.
L3DigitalNet/Claude-Code-Plugins
Skill Claude CodeCodex
Home Assistant options flow for post-setup user preferences. Use when adding or fixing an options flow, allowing users to change integration settings after initial setup, or implementing reauth when credentials expire.
L3DigitalNet/Claude-Code-Plugins
Skill Claude CodeCodex
Review a Home Assistant integration against the Integration Quality Scale (IQS). Covers all 52 official rules across Bronze, Silver, Gold, and Platinum tiers. Use when asked to review, quality check, assess for core PR, HACS submission, or IQS compliance.
L3DigitalNet/Claude-Code-Plugins
Skill Claude CodeCodex
Work with the Home Assistant recorder and statistics. Use when asked about history, statistics, long-term stats, database, recorder exclusion, or historical data.
L3DigitalNet/Claude-Code-Plugins
Skill Claude CodeCodex
Implement repair issues for Home Assistant integrations. Gold tier IQS requirement. Use when asked about repair issues, issue registry, user notifications, fixable issues, or actionable alerts.
L3DigitalNet/Claude-Code-Plugins
Skill Claude CodeCodex
Home Assistant YAML scripts — callable, reusable action sequences with optional parameters. Use when creating a script, defining a reusable sequence, or adding parameterized fields to a script.
L3DigitalNet/Claude-Code-Plugins
Skill Claude CodeCodex
Generate and explain Home Assistant service actions for controlling entities (lights, switches, climate, media, covers) in Python and YAML. Use when asking about calling services, controlling devices, hass.services.asynccall, entity actions, turnon, turnoff, or invoking HA actions.
L3DigitalNet/Claude-Code-Plugins
Skill Claude CodeCodex
Write tests for Home Assistant integrations using pytest and the hass fixture. Use when mentioning test, pytest, testing, test coverage, mock, fixture, or preparing an integration for core submission.
L3DigitalNet/Claude-Code-Plugins
Skill Claude CodeCodex
Implement WebSocket API commands for Home Assistant integrations. Use when asked about WebSocket API, custom API endpoints, frontend integration, custom panels, or real-time data to frontend.
L3DigitalNet/Claude-Code-Plugins
Skill Claude CodeCodex
Home Assistant YAML automations — triggers, conditions, and actions. Use when writing or fixing an automation, choosing a trigger type, or structuring automation logic.
L3DigitalNet/Claude-Code-Plugins
Plugin Claude Code
Deep web research for development decisions: /research dispatches a Sonnet subagent for a dual-source sweep (Tavily-first recall, Brave/Serper cross-checks, Context7 docs gating, footgun corroboration) and persists a structured, frontmatter-indexed report under docs/research/. User-initiated only.
L3DigitalNet/Claude-Code-Plugins
Agent
Dual-source web research over a topic, task, or technology. Covers official docs, best practices, footguns, existing tools, security, and ecosystem changes. Routes library questions through Context7. Persists a structured report under docs/research/. Read-only on project source.
L3DigitalNet/Claude-Code-Plugins
Command
Dual-source web research via the qdev-researcher subagent (Sonnet). Covers docs, best practices, footguns, existing tools, security, and recent changes. Routes library questions through Context7. Persists a structured report under docs/research/.
L3DigitalNet/Claude-Code-Plugins
Plugin Claude Code
Qt development and testing toolkit: proactive specialist agents, 16 domain references, scaffolding commands, and headless GUI testing via Qt Pilot MCP for PySide6, PyQt6, and C++/Qt projects.
L3DigitalNet/Claude-Code-Plugins
Agent
Use this agent when the user wants to visually test a Qt/PySide6 application's UI behavior using the Qt Pilot MCP server. Triggers on requests to "test the GUI", "run visual tests", "test what the user sees", "interact with the app", "test the UI flows", "check the interface", or "run the app and test it". Also…
L3DigitalNet/Claude-Code-Plugins
Agent
Qt application development specialist. Use PROACTIVELY when creating a new Qt project, implementing Qt widgets or windows, building new features in a PySide6/PyQt6 application, or designing the architecture of a Qt GUI app. Examples: Context: The user is starting a new PySide6 application. user: "I want to build a…