You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Represent mojo skill in docs + refresh v0.2.0 description (#361)
The mojo plugin was registered but never represented in generated docs:
- STATIC_SKILLS lacked the mojo skill, so the architecture table counted
mojo as 0 skills (AGENTS.md said 45 total while README said 46).
- CATEGORY_MAP had no mojo entry and the skills-table categoryOrder
omitted 'Languages', so even a mapped Languages group would not render.
Fixes:
- Add mojo skill to STATIC_SKILLS and map it to a new 'Languages'
category; add 'Languages' to categoryOrder so it renders.
- Regenerate AGENTS.md / site/content.json (mojo 0 -> 1 skill, total 45 -> 46).
- List mojo in the hand-maintained README External skill plugins table.
- Refresh the marketplace description to match mojo v0.2.0 (memory/copy
optimization and Mojo/Python interop, not just SIMD + GPU).
Pin unchanged (v0.2.0 / 4d6f5fe). All marketplace/generate-docs/readme
tests pass (190); generate-docs --check is fresh.
Skills are the reusable implementation units. Agents invoke skills; commands orchestrate agents. When you install a plugin, its skills become available to all agents in that session.
0 commit comments