ha-zowietek-research
CommunityStop guessing, start understanding. Research protocol.
Software Engineering#debugging#documentation#research#problem solving#troubleshooting#api testing#home assistant
Authortroykelly
Version1.0.0
Installs0
System Documentation
What problem does it solve?
This Skill prevents wasted time from "guess-and-check" coding by enforcing a mandatory research protocol after two failed attempts. It ensures a deeper understanding of the problem before further coding, leading to more efficient and effective solutions.
Core Features & Use Cases
- Mandatory Research Trigger: Automatically initiates research after two coding failures, breaking inefficient loops.
- Documentation & Source Code Guidance: Directs to official Home Assistant developer documentation, ZowieBox API references, and relevant HA core integration source code.
- Direct API Testing: Encourages testing ZowieBox API endpoints directly using
curlto verify behavior. - Problem Understanding: Requires articulating the solution in plain English before resuming coding.
- Use Case: If a
config_flowimplementation fails twice, this skill directs you to stop coding, review HA config flow docs, examineconfig_flow.pyin other HA integrations, and only then return to coding with a clear understanding.
Quick Start
Use the ha-zowietek-research skill to investigate why the async_get_system_info API call is consistently failing after two attempts.
Dependency Matrix
Required Modules
None requiredComponents
Standard package💻 Claude Code Installation
Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.
Please help me install this Skill: Name: ha-zowietek-research Download link: https://github.com/troykelly/homeassistant-zowietek/archive/main.zip#ha-zowietek-research Please download this .zip file, extract it, and install it in the .claude/skills/ directory.