feat: add multi-platform support (Claude Code, Codex, Cursor)#9
Merged
Conversation
This repo is not just a Claude plugin — the SKILL.md format is compatible with Codex and Cursor too. Changes: - .agents/skills/: symlinks to skills/ for Codex discovery (smg-map, smg-contribute, smg-review-pr, smg-implement) - README.md: complete rewrite - Title changed from "SMG Claude Plugin" to "SMG Dev Guide" - Install instructions for all 3 platforms - Platform-specific usage (Claude /smg command, Codex $ invocation) - Directory structure section explaining the multi-manifest layout - Removed Claude-specific language throughout The skills/ directory remains the single source of truth. Codex discovers skills via .agents/skills/ symlinks, Claude Code via .claude-plugin/, and Cursor via .cursor-plugin/. Signed-off-by: Simo Lin <slin1237@gmail.com> Signed-off-by: Simo Lin <linsimo.mark@gmail.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Make the dev guide work across Claude Code, Codex, and Cursor — not just Claude.
The SKILL.md frontmatter format (name + description in YAML) is already compatible with all three platforms. The only difference is where each platform discovers skills.
Changes
.agents/skills/: 4 symlinks toskills/directories for Codex skill discoverysmg-map→../../skills/mapsmg-contribute→../../skills/contributesmg-review-pr→../../skills/review-prsmg-implement→../../skills/implementREADME.md: Complete rewrite/smgcommand vs Codex$invocation)Architecture
Test Plan
120000(portable)claude marketplace addstill works via.claude-plugin/marketplace.json.agents/skills/*/SKILL.md