Rust-focused Codex plugin that packages specialist Rust agents together with portable workflow skills for specification work, README authoring, release preparation, mdBook writing, and YAML workflows.
The plugin ships these portable skills from skills-portable/:
| Skill | Purpose |
|---|---|
fast-yaml |
Validate, format, lint, and convert YAML |
mdbook-tech-writer |
Create and maintain mdBook documentation |
readme-generator |
Generate or improve project READMEs |
rust-agent-handoff |
Persist structured handoffs between implementation phases or subagents |
rust-release |
Prepare Rust releases and update changelogs |
sdd |
Run spec-driven development workflows |
Tip
Keep the skills portable by updating the copies inside skills-portable/ when you adapt or add plugin content.
- Clone
bug-ops/codex-plugins. - Open Codex on the repository root.
- Trust the project when prompted.
- Install the
rust-agentsentry from thebug-ops Codexmarketplace.
Important
Version 0.1.0 is currently distributed as a local plugin entry for development and testing.
After installation, use the packaged skills in Codex with prompts such as:
Create a spec and implementation plan for a Rust feature
Generate or improve a README for this Rust project
Prepare a Rust release and update the changelog
Validate this YAML file with fast-yaml
The plugin also ships Rust specialist agent instructions in agents/:
rust-architectrust-developerrust-testing-engineerrust-performance-engineerrust-security-maintenancerust-code-reviewerrust-cicd-devopsrust-debuggerrust-criticrust-teamleadsdd
These files were copied from the original rust-code/agents/ set and reshaped into a Codex plugin agents/ directory instead of being misrepresented as skills.
The package keeps rust-agent-handoff as a workflow skill because it is genuinely a reusable handoff protocol rather than an agent persona.
| Path | Purpose |
|---|---|
.codex-plugin/plugin.json |
Plugin manifest and UI metadata |
agents/ |
Specialist and orchestration agent instructions |
assets/rust-agents.svg |
Plugin icon and logo |
skills-portable/ |
Self-contained skill definitions and references |
CHANGELOG.md |
Plugin release notes |
Update the plugin manifest, the portable skill copies, and CHANGELOG.md together when you change shipped behavior or documentation.
This plugin is licensed under MIT, as declared in .codex-plugin/plugin.json.