Maxime Beretvas avatar

Maxime Beretvas

Community

@mberetvas · Zedelgem, Belgie

3Followers
|
5Public Repos
|
80Published Skills

Agent Skills by Maxime Beretvas

Showing 80 vetted skills indexed across 2 GitHub repositories.

mberetvasmberetvas

m13-domain-error

Define a structured domain error taxonomy for cross-service consistency.

Community
Advanced
mberetvasmberetvas

rust-symbol-analyzer

Enumerate Rust modules, structs, traits, and functions via LSP symbols.

Community
Intermediate
mberetvasmberetvas

m15-anti-pattern

Identify Rust anti-patterns in code reviews, including ownership issues, unwrap usage, cloning practices, and error handling.

Community
Intermediate
mberetvasmberetvas

coding-guidelines

Codify Rust naming, formatting, and linting rules for code reviews.

Community
Basic
mberetvasmberetvas

m10-performance

Profile Rust projects with flamegraph, perf, and criterion to guide safe optimizations.

Community
Advanced
mberetvasmberetvas

m12-lifecycle

Explain Rust resource lifecycle design covering ownership, cleanup, and scope decisions.

Community
Advanced
mberetvasmberetvas

rust-skill-creator

Automates creation of Rust crate and std library documentation skills with SKILL.md frontmatter contracts.

Community
Advanced
mberetvasmberetvas

m09-domain

Design Rust domain models with Entities, Value Objects, Aggregates, and Repositories.

Community
Advanced
mberetvasmberetvas

rust-trait-explorer

Identify trait implementors and map trait-to-struct relationships in Rust codebases.

Community
Advanced
mberetvasmberetvas

m05-type-driven

Encode invariants in types using type-state, phantom types, and newtypes.

Community
Advanced
mberetvasmberetvas

rust-code-navigator

Navigate Rust codebases via Language Server Protocol to locate definitions and references.

Community
Intermediate
mberetvasmberetvas

readme-blueprint-generator

Generate a structured README.md from project documentation and copilot instructions.

Community
Intermediate
mberetvasmberetvas

meta-cognition-parallel

Coordinates three parallel analyses of language, design, and domain constraints to produce a synthesized recommendation.

Community
Advanced
mberetvasmberetvas

domain-fintech

Enforces fintech domain constraints for immutable audit trails and decimal math using rust_decimal and audited data structures.

Community
Advanced
mberetvasmberetvas

create-readme

Generate a structured README.md with GitHub Flavored Markdown.

Community
Intermediate
mberetvasmberetvas

m04-zero-cost

Guide Rust library design between generics and trait objects for zero-cost abstractions.

Community
Advanced
mberetvasmberetvas

m14-mental-model

Explain Rust ownership, borrowing, and lifetimes with mental models and analogies.

Community
Intermediate
mberetvasmberetvas

rust-call-graph

Generate ASCII call graphs for Rust functions using LSP call hierarchy.

Community
Intermediate
mberetvasmberetvas

m11-ecosystem

Evaluate Rust crates for serialization, HTTP, FFI, and Python bindings.

Community
Advanced
mberetvasmberetvas

unsafe-checker

Identify unsafe Rust code patterns and enforce safety invariants.

Community
Advanced
mberetvasmberetvas

domain-embedded

Guide no_std embedded Rust firmware development with no-heap and core-only constraints.

Community
Advanced
mberetvasmberetvas

polyglot-test-agent

Coordinate a multi-agent pipeline to generate and verify tests across programming languages.

Community
Advanced
mberetvasmberetvas

rust-daily

Consolidate Rust community updates into time-bounded reports from multiple sources.

Community
Intermediate
mberetvasmberetvas

m07-concurrency

Coordinate safe concurrent patterns in Rust across threads and async contexts.

Community
Advanced