add 000-configs/, dashboard, templates, .obsidian/, bin/, model-identity

This commit is contained in:
stateofshit
2026-07-29 13:29:47 +00:00
parent c22bd80fe1
commit 36eca4ca89
31 changed files with 1127 additions and 17 deletions
View File
+33
View File
@@ -0,0 +1,33 @@
# Prompts
System prompts, agent prompts, model-specific prompts.
## Format
Each prompt file:
```markdown
---
title: "Prompt name"
status: "active" | "draft" | "archive"
tags: [prompt, <provider>, <use-case>]
created: YYYY-MM-DD
updated: YYYY-MM-DD
version: 1.0.0
provider: openwebui | claude | gpt | local
use_case: research | coding | ops | etc
---
# Prompt Name
[the actual prompt text]
```
## Naming
- `openwebui-system.md`
- `claude-code-agent.md`
- `gpt-researcher.md`
## Versioning
Bump `version` on every edit. Major = rewrite.