Skip to content

Commit 8792df5

Browse files
committed
Register mojo plugin in marketplace
Add the mojo skill plugin (agent-sh/mojo v0.1.0) to the marketplace, pinned to tag v0.1.0 / commit 97016891. Mirror the name in plugins.txt. Skill teaches agents to write idiomatic, current Mojo (v1.0.0b1) and prevents stale pre-2025 syntax.
1 parent b3ee2a5 commit 8792df5

2 files changed

Lines changed: 14 additions & 0 deletions

File tree

.claude-plugin/marketplace.json

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -325,6 +325,19 @@
325325
"version": "0.1.0",
326326
"category": "development",
327327
"homepage": "https://github.com/agent-sh/zig-lsp"
328+
},
329+
{
330+
"name": "mojo",
331+
"source": {
332+
"source": "url",
333+
"url": "https://github.com/agent-sh/mojo.git",
334+
"ref": "v0.1.0",
335+
"commit": "97016891cad494aec4d6e8a138b8ee8892bfa500"
336+
},
337+
"description": "Teach agents to write idiomatic, correct, performant, current Mojo (v1.0.0b1) - fundamentals, performance (SIMD/vectorize/parallelize), and GPU kernels; prevents stale pre-2025 syntax",
338+
"version": "0.1.0",
339+
"category": "development",
340+
"homepage": "https://github.com/agent-sh/mojo"
328341
}
329342
]
330343
}

scripts/plugins.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ drift-detect
1010
enhance
1111
gate-and-ship
1212
learn
13+
mojo
1314
next-task
1415
onboard
1516
perf

0 commit comments

Comments
 (0)