Skip to content

Commit 85e7984

Browse files
nkuehnFFawzy
andauthored
Small fixes (VScode install link, skill.sh schema not available, ..) (#5)
* remove skills.sh schema, it does not exist under that location * add readme to .agents to explain it's the openai codex plugin * vscode install link as HTML (hoping that it renders that way on GH) * give up, GH does not render VScode install links * fix build --------- Co-authored-by: Fady Fawzy <fady.fawzy@commercetools.com>
1 parent c682a27 commit 85e7984

4 files changed

Lines changed: 6 additions & 3 deletions

File tree

.agents/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
This folder contains the OpenAI Codex plugin until https://github.com/openai/codex/issues/17066 is resolved. It holds a full copy of the skills.
2+
3+
Only after that issue is resolved we can move to the conventional `.codex-plugin` and have it use the repo root `skills` folder.

.internal/scripts/build.mjs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,8 @@ const discoverSkillSlugs = () => {
247247
};
248248

249249
const skillsShConfig = {
250-
$schema: "https://skills.sh/schemas/skills.sh.schema.json",
250+
// schema is broken 404 at the moment .. uncomment when its working again
251+
// $schema: "https://skills.sh/schemas/skills.sh.schema.json",
251252
groupings: [
252253
{
253254
title: "commercetools-skills",

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ The official commercetools Plugins gives **Claude Code**, **Cursor**, **VS Code
3232
| Tool | Command |
3333
| :--- | :--- |
3434
| **All tools: Skills-only installation** | Terminal: `npx skills add commercetools/commercetools-ai-plugins` <br/> Does not auto-update and lacks agents. Run `npx skills update` regularly to update. |
35-
| **VS Code: Knowledge MCP only** | [Click here to install](vscode:mcp/install?%7B%22name%22%3A%22commercetools-knowledge%22%2C%22transport%22%3A%22http%22%2C%22url%22%3A%22https%3A%2F%2Fdocs.commercetools.com%2Fapis%2Fmcp%22%7D) |
35+
| **Knowledge MCP only** | [See its documentation for installation instructions](https://docs.commercetools.com/sdk/mcp/knowledge-mcp) |
3636

3737

3838
## Why this exists

skills.sh.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
{
2-
"$schema": "https://skills.sh/schemas/skills.sh.schema.json",
32
"groupings": [
43
{
54
"title": "commercetools-skills",

0 commit comments

Comments
 (0)