Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

Expand Down
2 changes: 1 addition & 1 deletion plugins/nurok-kb-capture/.claude-plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion plugins/nurok-kb-capture/.codex-plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
Original file line number Diff line number Diff line change
@@ -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."
2 changes: 1 addition & 1 deletion plugins/nurok-kb-manage/.claude-plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion plugins/nurok-kb-manage/.codex-plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
Original file line number Diff line number Diff line change
@@ -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."
2 changes: 1 addition & 1 deletion plugins/nurok-kb/.claude-plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion plugins/nurok-kb/.codex-plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion plugins/nurok-kb/skills/nurok-kb/agents/openai.yaml
Original file line number Diff line number Diff line change
@@ -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."
Loading