L3DigitalNet/Claude-Code-Plugins
Command
Generate a complete Home Assistant integration from scratch with all necessary files. Interactive command that scaffolds a full integration based on user requirements.
L3DigitalNet/Claude-Code-Plugins
Command
Generate a complete Home Assistant integration from scratch with all necessary files. Interactive command that scaffolds a full integration based on user requirements.
L3DigitalNet/Claude-Code-Plugins
Command
Scaffold a new Home Assistant integration with all required files.
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
Command
Run coverage analysis for the Qt project. Instruments the build, executes tests, generates an HTML report, identifies coverage gaps, and optionally triggers the test-generator agent to fill them.
L3DigitalNet/Claude-Code-Plugins
Command
Generate unit tests for Qt/PySide6 source files. Claude scans the project, identifies files that need better test coverage, and writes test files following the project's testing conventions.
L3DigitalNet/Claude-Code-Plugins
Command
Generate a new Qt widget, dialog, or window class with correct boilerplate and object names.
L3DigitalNet/Claude-Code-Plugins
Command
Build and run the Qt project's test suite. Auto-detects Python (pytest) vs C++ (CMake + CTest) and reports results with a pass/fail summary.
L3DigitalNet/Claude-Code-Plugins
Command
Scaffold a new Python/PySide6 application with pyproject.toml, src layout, and qt-suite config.
L3DigitalNet/Claude-Code-Plugins
Command
Launch the Qt/PySide6 application headlessly and run visual GUI tests using the bundled Qt Pilot MCP server. Claude interacts with the live UI via screenshots, clicks, and text input.
L3DigitalNet/Claude-Code-Plugins
Command
Scaffold the minimal spec-pipeline handoff layout (phase-plan, audit dir, gitignore entry).