Internal Claude Code plugins for the Intellegam workspace.
Name: intellegam-claude-plugins
OpenAI Codex collaboration MCP server for brainstorming, plan validation, and code review with an external AI agent.
Includes:
- MCP server configuration (references
github:Intellegam/codex-mcp) collaborating-with-codexskill with collaboration guidelines
Add the marketplace to your project's .claude/settings.json:
{
"extraKnownMarketplaces": {
"intellegam-claude-plugins": {
"source": {
"source": "github",
"repo": "intellegam/claude-plugins",
}
}
},
"enabledPlugins": {
"codex@intellegam-claude-plugins": true
}
}When updating a plugin, bump the version in both places and keep them in sync:
plugins/<name>/.claude-plugin/plugin.json- source of truth.claude-plugin/marketplace.json- for discovery/updates
Use semantic versioning (MAJOR.MINOR.PATCH).