EmilLindfors

6 mods across 3 repositories, 112 stars between them.

rust-review

01

EmilLindfors/a2a-rs

Command Codex

Review the current Rust diff (or specified files/PR) for idiomatic Rust patterns and hexagonal-architecture compliance, in one pass.

87 3d ago A 28 tokens original MIT

EmilLindfors/a2a-rs

Skill Claude CodeCodex

Review Rust code for advanced architectural patterns — capability mixins, typed commands, concurrency model choice, smart pointer/interior mutability selection, error-handling architecture, and memory layout. Use when the user asks to review system architecture, suggest broad design improvements, or evaluate trait…

87 3d ago A 82 tokens original MIT

hexagonal_review

03

EmilLindfors/a2a-rs

Skill Claude CodeCodex

Review a Rust codebase for hexagonal architecture compliance — dependency direction, port shape, adapter grouping, error boundaries, feature-flag placement, and testability. Use when the user asks to review architecture, audit layering, check ports-and-adapters discipline, or evaluate whether a Rust project's…

87 3d ago A 65 tokens original MIT

EmilLindfors/a2a-rs

Skill Claude CodeCodex

Refactor Rust code toward idiomatic patterns — generics vs dyn, associated vs generic trait parameters, enum dispatch, extension traits, closure bounds, iterator combinators, API ergonomics (Into/AsRef/Cow), and clean error propagation. Use when the user asks to make code more idiomatic, clean up a function, choose…

87 3d ago A 85 tokens original MIT

EmilLindfors/a2a-rs

Skill Claude CodeCodex

Guide an incremental migration of an existing Rust codebase toward ports-and-adapters / hexagonal architecture. Use when the user wants to refactor a tangled service, extract a domain core, introduce port traits, or split a monolithic module into domain/port/adapter layers without a big-bang rewrite.

87 3d ago A 67 tokens original MIT

browser-automation

06

EmilLindfors/rust-browser-mcp

Skill Claude CodeCodex

Enterprise-grade browser automation using WebDriver protocol. Use when the user needs to automate web browsers, perform web scraping, test web applications, fill forms, take screenshots, monitor performance, or execute multi-step browser workflows. Supports Chrome, Firefox, and Edge with connection pooling and health…

7 8mo ago A 61 tokens