mirror of
https://github.com/magnus919/agent-skills.git
synced 2026-09-22 00:56:35 +03:00
23 lines
500 B
JSON
23 lines
500 B
JSON
[
|
|
{
|
|
"query": "Integrate CryptPad with our own encrypted file storage.",
|
|
"should_trigger": true
|
|
},
|
|
{
|
|
"query": "Debug our CryptPad onNewKey race.",
|
|
"should_trigger": true
|
|
},
|
|
{
|
|
"query": "Export my CryptDrive spreadsheet with my authorized browser.",
|
|
"should_trigger": true
|
|
},
|
|
{
|
|
"query": "Encrypt a local file with EncryptPad OpenPGP.",
|
|
"should_trigger": false
|
|
},
|
|
{
|
|
"query": "Convert a local Word document to PDF.",
|
|
"should_trigger": false
|
|
}
|
|
]
|