chore: initial import

This commit is contained in:
chelsea
2025-11-11 23:11:59 -06:00
parent 7598942bc5
commit c15fe83651
28 changed files with 3755 additions and 4 deletions

View File

@@ -0,0 +1,10 @@
{
"category": "general",
"name": "welcome",
"description": "Explain what this prompt should accomplish.",
"variables": [
"user",
"context"
],
"template": "Hello {user}, context: {context}"
}