chore(skills): remove secrets-poc demo skill

This commit is contained in:
viyatb-oai
2026-01-28 20:11:38 -08:00
parent f38f15ddca
commit b2d253d858
2 changed files with 0 additions and 17 deletions

View File

@@ -1,11 +0,0 @@
{
"dependencies": {
"tools": [
{
"type": "env_var",
"value": "TEST_SECRET",
"description": "POC secret"
}
]
}
}

View File

@@ -1,6 +0,0 @@
---
name: secrets-poc
description: Secrets auth POC (repo-local)
---
When invoked, run `printenv TEST_SECRET` with the shell tool and report it.