ha-inlite

Home Assistant integration for in-lite
git clone https://git.stephank.nl/ha-inlite
Log | Files | Refs | README | LICENSE | ZIP

skill.md (611B)


      1 ---
      2 name: "{skill-name}"
      3 description: "{what this skill teaches agents}"
      4 domain: "{e.g., testing, api-design, error-handling}"
      5 confidence: "low|medium|high"
      6 source: "{how this was learned: manual, observed, earned}"
      7 tools:
      8   # Optional — declare MCP tools relevant to this skill's patterns
      9   # - name: "{tool-name}"
     10   #   description: "{what this tool does}"
     11   #   when: "{when to use this tool}"
     12 ---
     13 
     14 ## Context
     15 {When and why this skill applies}
     16 
     17 ## Patterns
     18 {Specific patterns, conventions, or approaches}
     19 
     20 ## Examples
     21 {Code examples or references}
     22 
     23 ## Anti-Patterns
     24 {What to avoid}