tools: add YAML frontmatter to all tool docs

This commit is contained in:
stateofshit
2026-07-29 16:34:15 +00:00
parent dc976c3464
commit e9ef0b0ce8
4 changed files with 40 additions and 0 deletions
+10
View File
@@ -1,3 +1,13 @@
---
title: "GitHub CLI (gh)"
status: "active"
folder: "000-configs/tools"
tags: [tool, cli, github, gh]
created: "2026-07-29"
updated: "2026-07-29"
version: "1.0.0"
---
# GitHub CLI (gh) Instructions for Open WebUI Models
`gh` is the GitHub CLI — v2.96.0, fully installed and authenticated as **`stateofshit`**.
@@ -1,3 +1,13 @@
---
title: "Playwright Browser"
status: "active"
folder: "000-configs/tools"
tags: [tool, browser, automation, playwright]
created: "2026-07-29"
updated: "2026-07-29"
version: "1.0.0"
---
# Playwright Browser Instructions for Open WebUI Coding AI
Use Playwright when the user asks you to inspect, test, debug, screenshot, or interact with a real webpage or web app.
+10
View File
@@ -1,3 +1,13 @@
---
title: "Tools"
status: "active"
folder: "000-configs/tools"
tags: [readme, tools]
created: "2026-07-29"
updated: "2026-07-29"
version: "1.0.0"
---
# Tools
Tool docs — CLI references, browser automation, frameworks, anything with a CLI or API.
@@ -1,3 +1,13 @@
---
title: "Vite Preview Server"
status: "active"
folder: "000-configs/tools"
tags: [tool, vite, preview, dev-server]
created: "2026-07-29"
updated: "2026-07-29"
version: "1.0.0"
---
# Vite Preview Instructions for Open WebUI Coding AI
Use this when the user asks to make a Vite/React app live, visible, public, previewable, or available at the preview URL.