Skip to content

Commit 181ce39

Browse files
ldoguinona-agent
andcommitted
add description field for codex
Co-authored-by: Ona <no-reply@ona.com>
1 parent d45a249 commit 181ce39

113 files changed

Lines changed: 121 additions & 2 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

README.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,17 @@ codex
3030
/plugins
3131
```
3232

33-
Once installed in either agent, skills activate automatically based on what you ask. You can also load one explicitly:
33+
Once installed, skills activate in two ways:
3434

35+
**Implicit** — just describe what you need and Codex picks the right skill:
36+
> "How do I connect to Couchbase from Go?"
37+
> "How do I encrypt a field before storing it?"
38+
39+
**Explicit** — type `$` in the Codex composer to invoke a skill by name:
3540
```
36-
read_skill("server-connection-go")
41+
$server-connection-python
42+
$fle-go
43+
$transactions-java
3744
```
3845

3946
**Alternative (no plugin system):** clone the repo and symlink `skills/` into `.agents/skills/` in your project — Codex scans that directory automatically:

skills/analytics-dotnet/SKILL.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
name: analytics-dotnet
33
summary: Couchbase Analytics Service (CBAS) for .NET — run OLAP queries, window functions, and external data links without impacting operational workloads (Server 6.x–7.x; use columnar-analytics for Server 8+)
4+
description: Couchbase Analytics Service (CBAS) for .NET — run OLAP queries, window functions, and external data links without impacting operational workloads (Server 6.x–7.x; use columnar-analytics for Server 8+)
45
compatibility: .NET SDK 3.x. Requires CouchbaseNetClient 3.x.
56
metadata:
67
last_verified: "2026-05"

skills/analytics-go/SKILL.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
name: analytics-go
33
summary: Couchbase Analytics Service (CBAS) for Go — run OLAP queries, window functions, and external data links without impacting operational workloads (Server 6.x–7.x; use columnar-analytics for Server 8+)
4+
description: Couchbase Analytics Service (CBAS) for Go — run OLAP queries, window functions, and external data links without impacting operational workloads (Server 6.x–7.x; use columnar-analytics for Server 8+)
45
compatibility: Go SDK 2.x (gocb/v2). Requires github.com/couchbase/gocb/v2.
56
metadata:
67
last_verified: "2026-05"

skills/analytics-java/SKILL.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
name: analytics-java
33
summary: Couchbase Analytics Service (CBAS) for Java — run OLAP queries, window functions, and external data links without impacting operational workloads (Server 6.x–7.x; use columnar-analytics for Server 8+)
4+
description: Couchbase Analytics Service (CBAS) for Java — run OLAP queries, window functions, and external data links without impacting operational workloads (Server 6.x–7.x; use columnar-analytics for Server 8+)
45
compatibility: Java SDK 3.x. Requires com.couchbase.client:java-client:3.x.
56
metadata:
67
last_verified: "2026-05"

skills/analytics-nodejs/SKILL.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
name: analytics-nodejs
33
summary: Couchbase Analytics Service (CBAS) for Node.js — run OLAP queries, window functions, and external data links without impacting operational workloads (Server 6.x–7.x; use columnar-analytics for Server 8+)
4+
description: Couchbase Analytics Service (CBAS) for Node.js — run OLAP queries, window functions, and external data links without impacting operational workloads (Server 6.x–7.x; use columnar-analytics for Server 8+)
45
compatibility: Node.js SDK 4.x. Requires couchbase>=4.0.
56
metadata:
67
last_verified: "2026-05"

skills/analytics-php/SKILL.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
name: analytics-php
33
summary: Couchbase Analytics Service (CBAS) for PHP — run OLAP queries, window functions, and external data links without impacting operational workloads (Server 6.x–7.x; use columnar-analytics for Server 8+)
4+
description: Couchbase Analytics Service (CBAS) for PHP — run OLAP queries, window functions, and external data links without impacting operational workloads (Server 6.x–7.x; use columnar-analytics for Server 8+)
45
compatibility: PHP SDK 4.x. Requires couchbase>=4.0.
56
metadata:
67
last_verified: "2026-05"

skills/analytics-python/SKILL.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
name: analytics-python
33
summary: Couchbase Analytics Service (CBAS) for Python — run OLAP queries, window functions, and external data links without impacting operational workloads (Server 6.x–7.x; use columnar-analytics for Server 8+)
4+
description: Couchbase Analytics Service (CBAS) for Python — run OLAP queries, window functions, and external data links without impacting operational workloads (Server 6.x–7.x; use columnar-analytics for Server 8+)
45
compatibility: Python SDK 4.x. Requires couchbase>=4.0.
56
metadata:
67
last_verified: "2026-05"

skills/analytics-ruby/SKILL.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
name: analytics-ruby
33
summary: Couchbase Analytics Service (CBAS) for Ruby — run OLAP queries, window functions, and external data links without impacting operational workloads (Server 6.x–7.x; use columnar-analytics for Server 8+)
4+
description: Couchbase Analytics Service (CBAS) for Ruby — run OLAP queries, window functions, and external data links without impacting operational workloads (Server 6.x–7.x; use columnar-analytics for Server 8+)
45
compatibility: Ruby SDK 3.x. Requires couchbase>=3.0.
56
metadata:
67
last_verified: "2026-05"

skills/analytics-rust/SKILL.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
name: analytics-rust
33
summary: The Analytics Service is not supported by the Couchbase Rust SDK 1.0 — alternatives and workarounds
4+
description: The Analytics Service is not supported by the Couchbase Rust SDK 1.0 — alternatives and workarounds
45
compatibility: Rust SDK 1.0. Analytics Service not supported.
56
metadata:
67
last_verified: "2026-05"

skills/analytics-scala/SKILL.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
name: analytics-scala
33
summary: Couchbase Analytics Service (CBAS) for Scala — run OLAP queries, window functions, and external data links without impacting operational workloads (Server 6.x–7.x; use columnar-analytics for Server 8+)
4+
description: Couchbase Analytics Service (CBAS) for Scala — run OLAP queries, window functions, and external data links without impacting operational workloads (Server 6.x–7.x; use columnar-analytics for Server 8+)
45
compatibility: Scala SDK 1.x. Requires couchbase-scala-client>=1.0.
56
metadata:
67
last_verified: "2026-05"

0 commit comments

Comments
 (0)