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:52:06 -07:00
parent 1730a6b553
commit 90bc62a160
+23 -19
View File
@@ -1,28 +1,32 @@
--- ---
name: thelonglakelodge name: thelonglakelodge
description: Managing The Long Lake Lodge Short Term Rental description: >
Activate this skill for any work related to The Long Lake Lodge short-term rental.
TRIGGER when: user mentions the lodge, Long Lake Lodge, Siren, Polk Burnett, Siren Telecom,
utilities, rental, reservations, Airbnb, VRBO, garbage, electricity, thelonglakelodge.com.
user-invocable: true user-invocable: true
--- ---
<requirements> <quick-context>
After reading this index, read the specific reference file(s) needed for the task - Address: 7251 County Road B, Siren, WI 54872
Multiple references can be loaded. - Names: The Lodge, Long Lake Lodge
Check skill reference files FIRST before external tools. - Public site: thelonglakelodge.com — hosted via fritzlab sjc001 (see fritzlab skill)
MUST keep references up to date with new information - Home Assistant: home.thelonglakelodge.com — proxied via sjc001 remote-proxy to 172.24.24.50
MUST write references for low token count and use XML for organization </quick-context>
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: 7251 County Road B Siren, WI 54872 - Utility and access info is tenant-facing — verify accuracy before updating.
names: "the lodge", "long lake lodge" </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/utilities.md" <reference file="reference/utilities.md"
categories=[utilities] summary="Lodge utilities: electricity and gas (Polk Burnett), garbage, internet (Siren Telecom)"
keywords=[garbage,electricity] /> categories=["utilities"]
keywords=["garbage", "electricity", "gas", "water", "WiFi", "utilities", "Polk Burnett", "Siren Telecom", "internet"] />
</references> </references>