save
This commit is contained in:
@@ -0,0 +1 @@
|
|||||||
|
.idea/
|
||||||
@@ -1,16 +1,28 @@
|
|||||||
---
|
---
|
||||||
name: thelonglakelodge
|
name: thelonglakelodge
|
||||||
description: |
|
description: Managing The Long Lake Lodge Short Term Rental
|
||||||
skill for managing the long lake lodge ("the lodge")
|
|
||||||
user-invocable: true
|
user-invocable: true
|
||||||
---
|
---
|
||||||
|
|
||||||
|
<requirements>
|
||||||
|
After reading this index, read the specific reference file(s) needed for the task
|
||||||
|
Multiple references can be loaded.
|
||||||
|
Check skill reference files FIRST before external tools.
|
||||||
|
MUST keep references up to date with new information
|
||||||
|
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>
|
<about>
|
||||||
address: 7251 County Road B Siren, WI 54872
|
address: 7251 County Road B Siren, WI 54872
|
||||||
|
names: "the lodge", "long lake lodge"
|
||||||
</about>
|
</about>
|
||||||
|
|
||||||
<requirements>
|
<references>
|
||||||
- Treat reference docs as the source of truth.
|
<reference file="refernce/utilities.md"
|
||||||
- If info isn’t in docs, ask one direct question and then update the docs.
|
categories=[utilities]
|
||||||
- Don’t store lodge facts in assistant memory; keep them in this repo.
|
keywords=[garbage,electricity] />
|
||||||
</requirements>
|
</references>
|
||||||
|
|||||||
@@ -0,0 +1,23 @@
|
|||||||
|
---
|
||||||
|
name: utilities
|
||||||
|
description: Lodge Utilities Information
|
||||||
|
---
|
||||||
|
|
||||||
|
<electricity
|
||||||
|
provider="Polk Burnett",
|
||||||
|
|
||||||
|
/>
|
||||||
|
|
||||||
|
<gas
|
||||||
|
provider="Polk Burnett",
|
||||||
|
|
||||||
|
/>
|
||||||
|
|
||||||
|
<garbage
|
||||||
|
|
||||||
|
/>
|
||||||
|
|
||||||
|
<Internet Service Provider
|
||||||
|
provider='Siren Telecom'
|
||||||
|
|
||||||
|
/>
|
||||||
Reference in New Issue
Block a user