From 433c339b39eff26d2e367786ac01e3cd0cb56898 Mon Sep 17 00:00:00 2001 From: jasonaix Date: Tue, 25 Aug 2026 16:59:15 +0800 Subject: [PATCH] fix: unify skill display names and list all Ask An Agent prompts Align the ChatGPT/OpenAI skill card display_name in each agents/openai.yaml with the plugin-level Codex displayName so every surface shows consistent "Nurok KB", "Nurok KB Manage", and "Nurok KB Capture" labels. List prompts for all three skills in the README Ask An Agent section instead of a single example. Bump all plugin manifests to 0.1.1 because canonical skill files changed; Codex and Claude manifest versions stay in sync. Signed-off-by: jasonaix --- README.md | 4 +++- plugins/nurok-kb-capture/.claude-plugin/plugin.json | 2 +- plugins/nurok-kb-capture/.codex-plugin/plugin.json | 2 +- .../skills/nurok-kb-capture/agents/openai.yaml | 2 +- plugins/nurok-kb-manage/.claude-plugin/plugin.json | 2 +- plugins/nurok-kb-manage/.codex-plugin/plugin.json | 2 +- .../nurok-kb-manage/skills/nurok-kb-manage/agents/openai.yaml | 2 +- plugins/nurok-kb/.claude-plugin/plugin.json | 2 +- plugins/nurok-kb/.codex-plugin/plugin.json | 2 +- plugins/nurok-kb/skills/nurok-kb/agents/openai.yaml | 2 +- 10 files changed, 12 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 45f7376..5c618b9 100644 --- a/README.md +++ b/README.md @@ -19,9 +19,11 @@ Each plugin is standalone and declares no dependency on either of the others. In ### Ask An Agent -Give a compatible coding agent this prompt, replacing the skill name when needed: +Give a compatible coding agent one of these prompts: ```text +Install the nurok-kb skill from https://github.com/nurokhq/skills +Install the nurok-kb-manage skill from https://github.com/nurokhq/skills Install the nurok-kb-capture skill from https://github.com/nurokhq/skills ``` diff --git a/plugins/nurok-kb-capture/.claude-plugin/plugin.json b/plugins/nurok-kb-capture/.claude-plugin/plugin.json index 716fce5..5bb063d 100644 --- a/plugins/nurok-kb-capture/.claude-plugin/plugin.json +++ b/plugins/nurok-kb-capture/.claude-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "nurok-kb-capture", - "version": "0.1.0", + "version": "0.1.1", "description": "Capture and refresh immutable canonical original evidence for Nurok knowledge bases.", "author": { "name": "Nurok", diff --git a/plugins/nurok-kb-capture/.codex-plugin/plugin.json b/plugins/nurok-kb-capture/.codex-plugin/plugin.json index 97c7c4f..8e4f475 100644 --- a/plugins/nurok-kb-capture/.codex-plugin/plugin.json +++ b/plugins/nurok-kb-capture/.codex-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "nurok-kb-capture", - "version": "0.1.0", + "version": "0.1.1", "description": "Capture and refresh immutable canonical original evidence for Nurok knowledge bases.", "author": { "name": "Nurok", diff --git a/plugins/nurok-kb-capture/skills/nurok-kb-capture/agents/openai.yaml b/plugins/nurok-kb-capture/skills/nurok-kb-capture/agents/openai.yaml index 1bac0db..9cd56f2 100644 --- a/plugins/nurok-kb-capture/skills/nurok-kb-capture/agents/openai.yaml +++ b/plugins/nurok-kb-capture/skills/nurok-kb-capture/agents/openai.yaml @@ -1,4 +1,4 @@ interface: - display_name: "Capture Nurok KB Sources" + display_name: "Nurok KB Capture" short_description: "Capture immutable original KB evidence" default_prompt: "Use $nurok-kb-capture to capture or refresh this approved canonical original without transforming its content." diff --git a/plugins/nurok-kb-manage/.claude-plugin/plugin.json b/plugins/nurok-kb-manage/.claude-plugin/plugin.json index 5ce27ab..eb073a5 100644 --- a/plugins/nurok-kb-manage/.claude-plugin/plugin.json +++ b/plugins/nurok-kb-manage/.claude-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "nurok-kb-manage", - "version": "0.1.0", + "version": "0.1.1", "description": "Create, validate, publish, and recover source-preserving Nurok knowledge bases with article-body-only Sections.", "author": { "name": "Nurok", diff --git a/plugins/nurok-kb-manage/.codex-plugin/plugin.json b/plugins/nurok-kb-manage/.codex-plugin/plugin.json index fb4998a..c2787b9 100644 --- a/plugins/nurok-kb-manage/.codex-plugin/plugin.json +++ b/plugins/nurok-kb-manage/.codex-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "nurok-kb-manage", - "version": "0.1.0", + "version": "0.1.1", "description": "Create, validate, publish, and recover source-preserving Nurok knowledge bases with article-body-only Sections.", "author": { "name": "Nurok", diff --git a/plugins/nurok-kb-manage/skills/nurok-kb-manage/agents/openai.yaml b/plugins/nurok-kb-manage/skills/nurok-kb-manage/agents/openai.yaml index 62a990c..8889863 100644 --- a/plugins/nurok-kb-manage/skills/nurok-kb-manage/agents/openai.yaml +++ b/plugins/nurok-kb-manage/skills/nurok-kb-manage/agents/openai.yaml @@ -1,4 +1,4 @@ interface: - display_name: "Manage Nurok KBs" + display_name: "Nurok KB Manage" short_description: "Publish source-preserving Nurok knowledge bases" default_prompt: "Use $nurok-kb-manage to create, validate, or publish this Nurok KB with article-body-only Source blocks while preserving every retained source word and its order." diff --git a/plugins/nurok-kb/.claude-plugin/plugin.json b/plugins/nurok-kb/.claude-plugin/plugin.json index 2f6ea5d..e70705b 100644 --- a/plugins/nurok-kb/.claude-plugin/plugin.json +++ b/plugins/nurok-kb/.claude-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "nurok-kb", - "version": "0.1.0", + "version": "0.1.1", "description": "Read, search, inspect, and synthesize Nurok knowledge bases through the CLI or MCP without changing remote state.", "author": { "name": "Nurok", diff --git a/plugins/nurok-kb/.codex-plugin/plugin.json b/plugins/nurok-kb/.codex-plugin/plugin.json index 81c1680..acfca12 100644 --- a/plugins/nurok-kb/.codex-plugin/plugin.json +++ b/plugins/nurok-kb/.codex-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "nurok-kb", - "version": "0.1.0", + "version": "0.1.1", "description": "Read, search, inspect, and synthesize Nurok knowledge bases through the CLI or MCP without changing remote state.", "author": { "name": "Nurok", diff --git a/plugins/nurok-kb/skills/nurok-kb/agents/openai.yaml b/plugins/nurok-kb/skills/nurok-kb/agents/openai.yaml index fb463b1..100854f 100644 --- a/plugins/nurok-kb/skills/nurok-kb/agents/openai.yaml +++ b/plugins/nurok-kb/skills/nurok-kb/agents/openai.yaml @@ -1,4 +1,4 @@ interface: - display_name: "Read Nurok KBs" + display_name: "Nurok KB" short_description: "Search Nurok KBs through CLI or MCP" default_prompt: "Use $nurok-kb to answer from retrieved KB evidence, preferring CLI and using read-only MCP when requested or when CLI is unavailable."