Company-wide development tools and standards for Claude Code, Codex, and future agent harnesses.
This repository now keeps plugin behavior in shared source files and generates harness-specific artifacts for each supported runtime.
sources/plugins/: canonical plugin metadatasources/skills/: canonical skill instructionsplugins/*/.claude-plugin/: generated Claude manifestsplugins/*/.codex-plugin/: generated Codex manifests.claude-plugin/marketplace.json: generated Claude marketplace.agents/plugins/marketplace.json: generated Codex marketplace
make generate-pluginsmake validate-pluginsAdd the marketplace:
/plugin marketplace add OSSystems/ai-pluginsInstall individual plugins directly:
/plugin install ossystems-commit@ossystems
/plugin install ossystems-refactor-agent-instructions@ossystemsThese Claude Code commands are still valid. Anthropic's current plugin documentation and plugin
announcement still describe the /plugin marketplace add and /plugin install flow.
Add the marketplace from the command line:
codex plugin marketplace add OSSystems/ai-pluginsThe current local Codex CLI also accepts a local checkout as the marketplace source:
codex plugin marketplace add /absolute/path/to/ai-pluginsThe generated Codex marketplace file lives at:
.agents/plugins/marketplace.json
After adding the marketplace, install plugins from inside the Codex CLI interactive /plugin
flow. The current Codex CLI on this machine exposes codex plugin marketplace add, but it does not
expose a standalone non-interactive codex plugin install subcommand.
Available Codex plugins:
ossystems-commitossystems-refactor-agent-instructions
Creates conventional commits for staged changes.
Refactors agent instruction files such as AGENTS.md and legacy CLAUDE.md using progressive
disclosure.
MIT