From f7aa1b3a431fa1b3de319f0bc54b11d443f4984d Mon Sep 17 00:00:00 2001 From: lentil32 Date: Mon, 1 Jun 2026 19:47:04 +0900 Subject: [PATCH 1/3] Add OneQuery --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 92f2e3f..3e81b40 100644 --- a/README.md +++ b/README.md @@ -171,6 +171,7 @@ Reusable instruction bundles in `SKILL.md` format. Place in `~/.codex/skills/` ( - [callstackincubator/agent-skills](https://github.com/callstackincubator/agent-skills) - Agent-optimized React Native skills by Callstack: best practices, optimization, upgrade workflows. ![GitHub stars](https://img.shields.io/github/stars/callstackincubator/agent-skills?style=flat-square) - [Bhanunamikaze/Agentic-SEO-Skill](https://github.com/Bhanunamikaze/Agentic-SEO-Skill) - LLM-first SEO analysis with 16 sub-skills, 10 specialist agents, and 33 utility scripts. ![GitHub stars](https://img.shields.io/github/stars/Bhanunamikaze/Agentic-SEO-Skill?style=flat-square) - [Gitmaxd/deepagents-cli-codex-skill](https://github.com/Gitmaxd/deepagents-cli-codex-skill) - Deep Agents CLI skill - scaffolds Codex skills and launches production subagent pipelines. ![GitHub stars](https://img.shields.io/github/stars/Gitmaxd/deepagents-cli-codex-skill?style=flat-square) +- [OneQuery](https://github.com/wordbricks/skills/tree/main/skills/onequery-cli) - Agent-ready CLI/skill for bounded, auditable queries against approved data sources through centralized credentials, read-only validation, limits, and audit logs. ![GitHub stars](https://img.shields.io/github/stars/wordbricks/skills?style=flat-square) ### Skills Management From 553cb58617eaf4b43cfc0b637ee1bc4aee686afc Mon Sep 17 00:00:00 2001 From: lentil32 Date: Mon, 1 Jun 2026 20:02:00 +0900 Subject: [PATCH 2/3] Shorten OneQuery description --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3e81b40..f033d8d 100644 --- a/README.md +++ b/README.md @@ -171,7 +171,7 @@ Reusable instruction bundles in `SKILL.md` format. Place in `~/.codex/skills/` ( - [callstackincubator/agent-skills](https://github.com/callstackincubator/agent-skills) - Agent-optimized React Native skills by Callstack: best practices, optimization, upgrade workflows. ![GitHub stars](https://img.shields.io/github/stars/callstackincubator/agent-skills?style=flat-square) - [Bhanunamikaze/Agentic-SEO-Skill](https://github.com/Bhanunamikaze/Agentic-SEO-Skill) - LLM-first SEO analysis with 16 sub-skills, 10 specialist agents, and 33 utility scripts. ![GitHub stars](https://img.shields.io/github/stars/Bhanunamikaze/Agentic-SEO-Skill?style=flat-square) - [Gitmaxd/deepagents-cli-codex-skill](https://github.com/Gitmaxd/deepagents-cli-codex-skill) - Deep Agents CLI skill - scaffolds Codex skills and launches production subagent pipelines. ![GitHub stars](https://img.shields.io/github/stars/Gitmaxd/deepagents-cli-codex-skill?style=flat-square) -- [OneQuery](https://github.com/wordbricks/skills/tree/main/skills/onequery-cli) - Agent-ready CLI/skill for bounded, auditable queries against approved data sources through centralized credentials, read-only validation, limits, and audit logs. ![GitHub stars](https://img.shields.io/github/stars/wordbricks/skills?style=flat-square) +- [OneQuery](https://github.com/wordbricks/skills/tree/main/skills/onequery-cli) - CLI skill for safe, auditable agent queries against approved data sources. ![GitHub stars](https://img.shields.io/github/stars/wordbricks/skills?style=flat-square) ### Skills Management From f3431d8982147386fa65ecfe1b9fd43522f799bd Mon Sep 17 00:00:00 2001 From: lentil32 Date: Mon, 1 Jun 2026 20:08:01 +0900 Subject: [PATCH 3/3] Use queries for agents wording --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f033d8d..e18714c 100644 --- a/README.md +++ b/README.md @@ -171,7 +171,7 @@ Reusable instruction bundles in `SKILL.md` format. Place in `~/.codex/skills/` ( - [callstackincubator/agent-skills](https://github.com/callstackincubator/agent-skills) - Agent-optimized React Native skills by Callstack: best practices, optimization, upgrade workflows. ![GitHub stars](https://img.shields.io/github/stars/callstackincubator/agent-skills?style=flat-square) - [Bhanunamikaze/Agentic-SEO-Skill](https://github.com/Bhanunamikaze/Agentic-SEO-Skill) - LLM-first SEO analysis with 16 sub-skills, 10 specialist agents, and 33 utility scripts. ![GitHub stars](https://img.shields.io/github/stars/Bhanunamikaze/Agentic-SEO-Skill?style=flat-square) - [Gitmaxd/deepagents-cli-codex-skill](https://github.com/Gitmaxd/deepagents-cli-codex-skill) - Deep Agents CLI skill - scaffolds Codex skills and launches production subagent pipelines. ![GitHub stars](https://img.shields.io/github/stars/Gitmaxd/deepagents-cli-codex-skill?style=flat-square) -- [OneQuery](https://github.com/wordbricks/skills/tree/main/skills/onequery-cli) - CLI skill for safe, auditable agent queries against approved data sources. ![GitHub stars](https://img.shields.io/github/stars/wordbricks/skills?style=flat-square) +- [OneQuery](https://github.com/wordbricks/skills/tree/main/skills/onequery-cli) - CLI skill for safe, auditable queries for agents against approved data sources. ![GitHub stars](https://img.shields.io/github/stars/wordbricks/skills?style=flat-square) ### Skills Management