refactor: align with fritzlab skill pattern

- TRIGGER-based description in frontmatter
- <quick-context> with key facts
- <safety> and <style> sections
- summary attribute on reference entry

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Donavan Fritz
2026-05-14 21:51:56 -07:00
parent 71c1417e6f
commit e328c66311
+21 -18
View File
@@ -1,28 +1,31 @@
--- ---
name: home name: home
description: Fritz Household skill. description: >
Activate this skill for any work related to the Fritz household (Hawks Nest).
TRIGGER when: user mentions Hawks Nest, boat, MasterCraft, Minnetrista, Hawks Point,
home automation, Home Assistant, Lutron, Z-Wave, lights, automations, 4400 Hawks.
user-invocable: true user-invocable: true
--- ---
<requirements> <quick-context>
After reading this index, read the specific reference file(s) needed for the task - Address: 4400 Hawks Pt, Minnetrista, MN 55331
Multiple references can be loaded. - Names: Home, The Hawks Nest
Check skill reference files FIRST before external tools. - Home Assistant: home.vino.network (HAOS on msp001 VM 123) — see fritzlab skill for access
MUST keep references up to date with new information </quick-context>
MUST write references for low token count and use XML for organization
MUST keep information organized in reference files and NOT this main file.
DO NOT USE MEMORY.md. Keep all context in this project for sharing.
Read existing files before writing code. Understand the problem first.
Prefer editing over rewriting whole files. Read each file once.
</requirements>
<about> <safety>
address: 4400 Hawks Pt, Minnetrista, MN 55331 - Do not disable active automations without understanding their dependencies first.
Names: Home, The Hawks Nest </safety>
</about>
<style>
- Keep references low token count, organized with XML tags.
- State what IS, not what happened.
- MUST keep this skill up to date. Knowledge lives HERE, not in memory.
</style>
<references> <references>
<reference file="refernce/boat.md" <reference file="reference/boat.md"
summary="Boat details: Stranger Fins, 2025 MasterCraft 21 — specs and info"
categories=["boat", "fun", "entertainment"] categories=["boat", "fun", "entertainment"]
keywords=["MasterCraft","NXT","Boat"] /> keywords=["MasterCraft", "NXT", "boat", "Stranger Fins", "wake", "surf"] />
</references> </references>