Skip to content

Add Codex plugin marketplace support#110

Open
kpeez wants to merge 4 commits into
kepano:mainfrom
kpeez:fix/codex-plugin-marketplace
Open

Add Codex plugin marketplace support#110
kpeez wants to merge 4 commits into
kepano:mainfrom
kpeez:fix/codex-plugin-marketplace

Conversation

@kpeez

@kpeez kpeez commented Jun 18, 2026

Copy link
Copy Markdown

Summary

  • add a native Codex marketplace manifest
  • package the existing skills as an obsidian plugin
  • preserve Claude Code marketplace support using the shared plugin directory
  • add the official Obsidian logo and Codex plugin metadata
  • document installation for Claude Code and Codex

Repository structure

This reorganizes the existing skills under a shared plugin root to work with the Codex plugin format:

plugins/obsidian/
├── .claude-plugin/plugin.json
├── .codex-plugin/plugin.json
├── assets/
└── skills/

Both Claude Code and Codex marketplaces now reference the same plugin payload. This avoids duplicating the skills while supporting each platform’s native manifest format. The skill contents themselves are unchanged; only their paths were moved.

Closes #65

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Codex now supports plugins

1 participant