feat: Add Be and tbd skill, also added Roadmap file

This commit is contained in:
2026-05-10 16:32:12 -04:00
parent 3500ade13f
commit 0bb8885802
29587 changed files with 10611695 additions and 0 deletions

43
Skills/@be/node_modules/@myndzi/glossy/package.json generated vendored Normal file
View File

@@ -0,0 +1,43 @@
{
"name" : "@myndzi/glossy",
"version" : "0.1.8",
"description" : "Syslog parser and producer",
"keywords" : ["syslog", "logging"],
"url" : "http://github.com/squeeks/glossy",
"main" : "./index.js",
"author" : "Squeeks <privacymyass@gmail.com>",
"maintainers" : [
{ "name" : "Squeeks", "email" : "privacymyass@gmail.com" }
],
"contributors" : [
{ "name": "artifi", "email": "artifipl@gmail.com" },
{ "name": "Matt Bornski", "email": "matt@bornski.com" },
{ "name": "Fyodor Y", "email": "fygrave@o0o.nu" },
{ "name": "Stan Carney", "email": "stan.carney@rootsh.me" },
{ "name": "Alexander Metzner", "email": "alexander.metzner@thomann.de" },
{ "name": "zaphod1984", "email": "zaphod84@gmx.de" },
{ "name": "Eric Cornelius", "email": "eric.cornelius@mandiant.com" },
{ "name": "horpto", "email": "_singleton__@hackerdom.ru" }
],
"directories" : {
"lib": "./lib",
"test": "./test"
},
"scripts" : {
"test": "node test/runner.js"
},
"repository" : {
"type": "git",
"url": "http://github.com/squeeks/glossy.git"
},
"bugs" : {
"url": "http://github.com/squeeks/glossy/issues"
},
"licenses" : [
{
"type": "MIT",
"url": "http://www.opensource.org/licenses/MIT"
}
],
"engines" : { "node": ">= 0.2.5" }
}