chore: sync release state after merge batch

This commit is contained in:
sickn33
2026-03-28 16:46:44 +01:00
parent df9f89ce22
commit ed9b28efa5
45 changed files with 1034 additions and 177 deletions

View File

@@ -20348,6 +20348,28 @@
"reasons": []
}
},
{
"id": "phase-gated-debugging",
"path": "skills/phase-gated-debugging",
"category": "uncategorized",
"name": "phase-gated-debugging",
"description": "Use when debugging any bug. Enforces a 5-phase protocol where code edits are blocked until root cause is confirmed. Prevents premature fix attempts.",
"risk": "safe",
"source": "community",
"date_added": "2026-03-28",
"plugin": {
"targets": {
"codex": "supported",
"claude": "supported"
},
"setup": {
"type": "none",
"summary": "",
"docs": null
},
"reasons": []
}
},
{
"id": "php-pro",
"path": "skills/php-pro",
@@ -22551,6 +22573,28 @@
"reasons": []
}
},
{
"id": "saas-multi-tenant",
"path": "skills/saas-multi-tenant",
"category": "database",
"name": "saas-multi-tenant",
"description": "Design and implement multi-tenant SaaS architectures with row-level security, tenant-scoped queries, shared-schema isolation, and safe cross-tenant admin patterns in PostgreSQL and TypeScript.",
"risk": "safe",
"source": "community",
"date_added": "2026-03-28",
"plugin": {
"targets": {
"codex": "supported",
"claude": "supported"
},
"setup": {
"type": "none",
"summary": "",
"docs": null
},
"reasons": []
}
},
{
"id": "saas-mvp-launcher",
"path": "skills/saas-mvp-launcher",