Codex plugin monorepo for portable developer workflows, starting with a Rust-focused plugin bundle.
The repository currently ships one installable plugin:
| Plugin | Path | Purpose |
|---|---|---|
rust-agents |
plugins/rust-agents |
Portable Rust workflows plus Rust specialist agents for architecture, implementation, review, debugging, and orchestration |
See the Rust Agents plugin README for installation and usage details.
| Path | Purpose |
|---|---|
.agents/plugins/marketplace.json |
Local marketplace definition for Codex |
plugins/rust-agents/.codex-plugin/plugin.json |
Plugin manifest consumed by Codex |
plugins/rust-agents/agents/ |
Rust specialist agent instructions shipped with the plugin |
plugins/rust-agents/skills-portable/ |
Self-contained skill bundle shipped with the plugin |
- Clone the repository.
- Open Codex on the repository root.
- Trust the project when prompted.
- Install
rust-agentsfrom thebug-ops Codexmarketplace entry.
Note
The marketplace currently exposes a local source path, so installation is intended for local development and testing workflows.
This repository only contains Codex plugin assets and supporting metadata. Plugin-specific documentation and release notes live with each plugin package.
This repository is licensed under MIT, as declared by the shipped plugin manifest.