From fee27bc8c4f1d0b33875bf61cbc0738cce3e8330 Mon Sep 17 00:00:00 2001 From: maxdml Date: Tue, 3 Mar 2026 09:43:10 -0800 Subject: [PATCH] add dbos skills to skills_index --- skills_index.json | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/skills_index.json b/skills_index.json index 084bef1f..57c325ef 100644 --- a/skills_index.json +++ b/skills_index.json @@ -3659,6 +3659,33 @@ "source": "https://docs.dbos.dev/", "date_added": "2026-02-27" }, + { + "id": "dbos-golang", + "path": "skills/dbos-golang", + "category": "uncategorized", + "name": "dbos-golang", + "description": "DBOS Go SDK for building reliable, fault-tolerant applications with durable workflows. Use this skill when writing Go code with DBOS, creating workflows and steps, using queues, using the DBOS Client from external applications, or building Go applications that need to be resilient to failures.", + "risk": "safe", + "source": "https://docs.dbos.dev/" + }, + { + "id": "dbos-python", + "path": "skills/dbos-python", + "category": "uncategorized", + "name": "dbos-python", + "description": "DBOS Python SDK for building reliable, fault-tolerant applications with durable workflows. Use this skill when writing Python code with DBOS, creating workflows and steps, using queues, using DBOSClient from external applications, or building applications that need to be resilient to failures.", + "risk": "safe", + "source": "https://docs.dbos.dev/" + }, + { + "id": "dbos-typescript", + "path": "skills/dbos-typescript", + "category": "uncategorized", + "name": "dbos-typescript", + "description": "DBOS TypeScript SDK for building reliable, fault-tolerant applications with durable workflows. Use this skill when writing TypeScript code with DBOS, creating workflows and steps, using queues, using DBOSClient from external applications, or building applications that need to be resilient to failures.", + "risk": "safe", + "source": "https://docs.dbos.dev/" + }, { "id": "dbt-transformation-patterns", "path": "skills/dbt-transformation-patterns",