Skip to content

Commit b3bfa50

Browse files
committed
Update with mikeCRL feedback (1)
1 parent 56c48b4 commit b3bfa50

3 files changed

Lines changed: 9 additions & 5 deletions

File tree

src/current/Gemfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ gem "csv"
1919
gem "logger"
2020
gem "base64"
2121
gem "bigdecimal"
22+
gem "ostruct"
2223
group :jekyll_plugins do
2324
gem "jekyll-include-cache"
2425
gem 'jekyll-algolia', "~> 1.0", path: "./jekyll-algolia-dev"

src/current/Gemfile.lock

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,7 @@ GEM
123123
racc (~> 1.4)
124124
nokogiri (1.19.0-x86_64-linux-musl)
125125
racc (~> 1.4)
126+
ostruct (0.6.3)
126127
pathutil (0.16.2)
127128
forwardable-extended (~> 2.6)
128129
progressbar (1.13.0)
@@ -171,6 +172,7 @@ DEPENDENCIES
171172
jekyll-sass-converter (~> 2.0)
172173
liquid-c (~> 4.0.0)
173174
logger
175+
ostruct
174176
redcarpet (~> 3.6)
175177
rss
176178
webrick
@@ -230,6 +232,7 @@ CHECKSUMS
230232
nokogiri (1.19.0-x86_64-darwin) sha256=1dad56220b603a8edb9750cd95798bffa2b8dd9dd9aa47f664009ee5b43e3067
231233
nokogiri (1.19.0-x86_64-linux-gnu) sha256=f482b95c713d60031d48c44ce14562f8d2ce31e3a9e8dd0ccb131e9e5a68b58c
232234
nokogiri (1.19.0-x86_64-linux-musl) sha256=1c4ca6b381622420073ce6043443af1d321e8ed93cc18b08e2666e5bd02ffae4
235+
ostruct (0.6.3) sha256=95a2ed4a4bd1d190784e666b47b2d3f078e4a9efda2fccf18f84ddc6538ed912
233236
pathutil (0.16.2) sha256=e43b74365631cab4f6d5e4228f812927efc9cb2c71e62976edcb252ee948d589
234237
progressbar (1.13.0) sha256=18c921d1c527dbe7eba3c5a07a1e3bcdd5e42fc18276f5711187a7489448be78
235238
public_suffix (7.0.2) sha256=9114090c8e4e7135c1fd0e7acfea33afaab38101884320c65aaa0ffb8e26a857

src/current/v26.1/agent-skills.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,16 @@ toc: true
55
docs_area: ai_tools
66
---
77

8-
The [cockroachlabs/cockroachdb-skills](https://github.com/cockroachlabs/cockroachdb-skills) is a public Git repository with a curated collection of Agent Skills for CockroachDB. These skills encode operational expertise so AI agents, automation systems, and developer tools can deliver production-grade CockroachDB operations.
8+
Cockroach Labs provides a public [cockroachdb-skills](https://github.com/cockroachlabs/cockroachdb-skills) repository with a curated collection of Agent Skills for CockroachDB. These skills encode operational expertise so AI agents, automation systems, and developer tools can deliver production-grade CockroachDB operations.
99

1010
## What is a CockroachDB Agent Skill?
1111

1212
A CockroachDB Agent Skill:
1313

14-
- Encodes operational expertise for a specific task or workflow
15-
- Follows the [Agent Skills Specification](https://agentskills.io/specification)
16-
- Is machine-executable, with clear inputs, outputs, and safety guardrails
17-
- Links to authoritative CockroachDB documentation rather than duplicating it
14+
- Encodes operational expertise for a specific task or workflow.
15+
- Follows the [Agent Skills Specification](https://agentskills.io/specification).
16+
- Is machine-executable, with clear inputs, outputs, and safety guardrails.
17+
- Links to authoritative CockroachDB documentation rather than duplicating it.
1818

1919
Skills live under [the repository's `skills/` directory](https://github.com/cockroachlabs/cockroachdb-skills/tree/main/skills).
2020

0 commit comments

Comments
 (0)