Skip to content

Latest commit

 

History

History
86 lines (61 loc) · 3.08 KB

File metadata and controls

86 lines (61 loc) · 3.08 KB

Rust Agents for Codex

Version License Plugin path

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.

Rust Agents logo

What it includes

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.

Install from the local marketplace

  1. Clone bug-ops/codex-plugins.
  2. Open Codex on the repository root.
  3. Trust the project when prompted.
  4. Install the rust-agents entry from the bug-ops Codex marketplace.

Important

Version 0.1.0 is currently distributed as a local plugin entry for development and testing.

Use the plugin

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

Included agents

The plugin also ships Rust specialist agent instructions in agents/:

  • rust-architect
  • rust-developer
  • rust-testing-engineer
  • rust-performance-engineer
  • rust-security-maintenance
  • rust-code-reviewer
  • rust-cicd-devops
  • rust-debugger
  • rust-critic
  • rust-teamlead
  • sdd

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.

Team workflow support

The package keeps rust-agent-handoff as a workflow skill because it is genuinely a reusable handoff protocol rather than an agent persona.

Package layout

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

Contributing

Update the plugin manifest, the portable skill copies, and CHANGELOG.md together when you change shipped behavior or documentation.

License

This plugin is licensed under MIT, as declared in .codex-plugin/plugin.json.