Maxime Beretvas
Community@mberetvas · Zedelgem, Belgie
Agent Skills by Maxime Beretvas
Showing 80 vetted skills indexed across 2 GitHub repositories.
m13-domain-error
Define a structured domain error taxonomy for cross-service consistency.
rust-symbol-analyzer
Enumerate Rust modules, structs, traits, and functions via LSP symbols.
m15-anti-pattern
Identify Rust anti-patterns in code reviews, including ownership issues, unwrap usage, cloning practices, and error handling.
coding-guidelines
Codify Rust naming, formatting, and linting rules for code reviews.
m10-performance
Profile Rust projects with flamegraph, perf, and criterion to guide safe optimizations.
m12-lifecycle
Explain Rust resource lifecycle design covering ownership, cleanup, and scope decisions.
rust-skill-creator
Automates creation of Rust crate and std library documentation skills with SKILL.md frontmatter contracts.
m09-domain
Design Rust domain models with Entities, Value Objects, Aggregates, and Repositories.
rust-trait-explorer
Identify trait implementors and map trait-to-struct relationships in Rust codebases.
m05-type-driven
Encode invariants in types using type-state, phantom types, and newtypes.
rust-code-navigator
Navigate Rust codebases via Language Server Protocol to locate definitions and references.
readme-blueprint-generator
Generate a structured README.md from project documentation and copilot instructions.
meta-cognition-parallel
Coordinates three parallel analyses of language, design, and domain constraints to produce a synthesized recommendation.
domain-fintech
Enforces fintech domain constraints for immutable audit trails and decimal math using rust_decimal and audited data structures.
create-readme
Generate a structured README.md with GitHub Flavored Markdown.
m04-zero-cost
Guide Rust library design between generics and trait objects for zero-cost abstractions.
m14-mental-model
Explain Rust ownership, borrowing, and lifetimes with mental models and analogies.
rust-call-graph
Generate ASCII call graphs for Rust functions using LSP call hierarchy.
m11-ecosystem
Evaluate Rust crates for serialization, HTTP, FFI, and Python bindings.
unsafe-checker
Identify unsafe Rust code patterns and enforce safety invariants.
domain-embedded
Guide no_std embedded Rust firmware development with no-heap and core-only constraints.
polyglot-test-agent
Coordinate a multi-agent pipeline to generate and verify tests across programming languages.
rust-daily
Consolidate Rust community updates into time-bounded reports from multiple sources.
m07-concurrency
Coordinate safe concurrent patterns in Rust across threads and async contexts.