From 58ca4a6d3e777394213f0d544660e4bdf34ab400 Mon Sep 17 00:00:00 2001 From: cbarrado Date: Tue, 7 Apr 2026 14:55:57 +0200 Subject: [PATCH 1/2] fix: add codex plugin install metadata --- plugins/caveman/.codex-plugin/plugin.json | 5 +++++ plugins/caveman/assets/caveman-small.svg | 7 +++++++ plugins/caveman/assets/caveman.svg | 7 +++++++ plugins/caveman/skills/caveman/agents/openai.yaml | 6 ++++++ plugins/caveman/skills/caveman/assets/caveman-small.svg | 7 +++++++ plugins/caveman/skills/caveman/assets/caveman.svg | 7 +++++++ 6 files changed, 39 insertions(+) create mode 100644 plugins/caveman/assets/caveman-small.svg create mode 100644 plugins/caveman/assets/caveman.svg create mode 100644 plugins/caveman/skills/caveman/agents/openai.yaml create mode 100644 plugins/caveman/skills/caveman/assets/caveman-small.svg create mode 100644 plugins/caveman/skills/caveman/assets/caveman.svg diff --git a/plugins/caveman/.codex-plugin/plugin.json b/plugins/caveman/.codex-plugin/plugin.json index e6b4f70..7822753 100644 --- a/plugins/caveman/.codex-plugin/plugin.json +++ b/plugins/caveman/.codex-plugin/plugin.json @@ -26,9 +26,14 @@ "Write" ], "websiteURL": "https://github.com/JuliusBrussee/caveman", + "privacyPolicyURL": "https://github.com/JuliusBrussee/caveman/blob/main/README.md", + "termsOfServiceURL": "https://github.com/JuliusBrussee/caveman/blob/main/LICENSE", "defaultPrompt": [ "Use caveman mode. Cut filler. Keep technical accuracy." ], + "composerIcon": "./assets/caveman-small.svg", + "logo": "./assets/caveman.svg", + "screenshots": [], "brandColor": "#6B7280" } } diff --git a/plugins/caveman/assets/caveman-small.svg b/plugins/caveman/assets/caveman-small.svg new file mode 100644 index 0000000..d85603e --- /dev/null +++ b/plugins/caveman/assets/caveman-small.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/plugins/caveman/assets/caveman.svg b/plugins/caveman/assets/caveman.svg new file mode 100644 index 0000000..c19d09b --- /dev/null +++ b/plugins/caveman/assets/caveman.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/plugins/caveman/skills/caveman/agents/openai.yaml b/plugins/caveman/skills/caveman/agents/openai.yaml new file mode 100644 index 0000000..b7cda02 --- /dev/null +++ b/plugins/caveman/skills/caveman/agents/openai.yaml @@ -0,0 +1,6 @@ +interface: + display_name: "Caveman" + short_description: "Talk like caveman. Cut filler. Keep technical accuracy." + icon_small: "./assets/caveman-small.svg" + icon_large: "./assets/caveman.svg" + default_prompt: "Use $caveman to answer briefly, cut filler, and preserve exact technical substance." diff --git a/plugins/caveman/skills/caveman/assets/caveman-small.svg b/plugins/caveman/skills/caveman/assets/caveman-small.svg new file mode 100644 index 0000000..d85603e --- /dev/null +++ b/plugins/caveman/skills/caveman/assets/caveman-small.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/plugins/caveman/skills/caveman/assets/caveman.svg b/plugins/caveman/skills/caveman/assets/caveman.svg new file mode 100644 index 0000000..c19d09b --- /dev/null +++ b/plugins/caveman/skills/caveman/assets/caveman.svg @@ -0,0 +1,7 @@ + + + + + + + From 984f63fa9e3984ba7a5296aa4cbf82dac7a5123e Mon Sep 17 00:00:00 2001 From: cbarrado Date: Tue, 7 Apr 2026 15:03:40 +0200 Subject: [PATCH 2/2] docs: add windows codex install steps --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index fc22c92..a31bf15 100644 --- a/README.md +++ b/README.md @@ -157,6 +157,20 @@ Codex: 4. Search `Caveman` 5. Install plugin +### Windows (VS Code Codex) + +If you are using the VS Code Codex extension on Windows: + +1. Clone this repo locally +2. Open the cloned repo in VS Code +3. Open Codex Settings → Plugins +4. Look under the repo/local marketplace for `Caveman` +5. Click `Install` +6. Run `Developer: Reload Window` +7. Verify `Caveman` appears under installed plugins + +This repo includes a repo-local marketplace entry at `.agents/plugins/marketplace.json`, so the plugin can be discovered directly from the cloned repository without adding personal machine-specific paths to the repo. + Install once. Use in all sessions after that. One rock. That it.