-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathcommands.json
More file actions
15 lines (14 loc) · 1.49 KB
/
Copy pathcommands.json
File metadata and controls
15 lines (14 loc) · 1.49 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[
{ "trigger": "fix", "type": "ai", "prompt": "Fix grammar, spelling, and punctuation errors." },
{ "trigger": "improve", "type": "ai", "prompt": "Rewrite to improve clarity, flow, and coherence." },
{ "trigger": "shorten", "type": "ai", "prompt": "Rewrite to be more concise while preserving the core meaning." },
{ "trigger": "expand", "type": "ai", "prompt": "Rewrite with more detail. Elaborate only on what is stated or widely known \u2014 do not fabricate information." },
{ "trigger": "formal", "type": "ai", "prompt": "Rewrite in a formal, professional tone." },
{ "trigger": "casual", "type": "ai", "prompt": "Rewrite in a casual, friendly tone." },
{ "trigger": "emoji", "type": "ai", "prompt": "Add relevant emojis throughout." },
{ "trigger": "human", "type": "ai", "prompt": "Rewrite to sound naturally human, not AI-generated. Never use emdashes or semicolons, use commas or periods instead. Drop AI clich\u00e9s and filler phrases. Use contractions, everyday words, and varied sentence lengths. Keep all facts, names, and numbers intact." },
{ "trigger": "reply", "type": "ai", "prompt": "Generate a contextual reply to this message." },
{ "trigger": "date", "type": "replacer-shell", "value": "powershell -NoProfile -Command \"Get-Date -Format 'dddd, MMMM dd, yyyy'\"" },
{ "trigger": "time", "type": "replacer-shell", "value": "powershell -NoProfile -Command \"Get-Date -Format 'hh:mm tt'\"" },
{ "trigger": "ip", "type": "replacer-shell", "value": "curl -s https://ifconfig.me" }
]