Cé Con
Community@cecon123
hello world
Agent Skills by Cé Con
Showing 32 vetted skills indexed across 1 GitHub repositories.
rust-error
Implement typed error handling in Rust with thiserror and anyhow.
winreg
Access and manipulate Windows Registry keys and values from Rust.
coding-guidelines
Standardize Rust naming, formatting, and code review practices.
m10-performance
Identifies and fixes Rust project bottlenecks using profiling, benchmarking, and safe parallelism.
screenshot
Capture the primary Windows screen and send it as JPEG via Telegram bot.
m12-lifecycle
Design Rust resource lifecycles with RAII, OnceLock, and guard patterns.
rust-skill-creator
Generate dedicated skills for Rust crates and standard library documentation.
rust-trait-explorer
Identify all implementations of a given Rust trait across a codebase.
rust-ownership
Diagnose and remediate Rust ownership, borrowing, and lifetime errors.
rust-async-pattern
Implement supervisor, streaming, and plugin patterns for Rust async services.
rust-ffi
Generate safe Rust FFI bindings with ownership and panic containment.
find-skills
Discover and install agent skills from the open ecosystem via CLI.
windows-service
Manage Windows SCM services through a Rust-centric API.
teloxide
Build Telegram bots in Rust with API communication and update routing.
m04-zero-cost
Guide Rust generics versus trait objects for zero-cost polymorphism decisions.
rust-unsafe
Analyze unsafe Rust blocks and document SAFETY invariants for soundness.
anyhow
Propagate Rust errors with contextual messages and optional backtraces.
m11-ecosystem
Identify Rust crates and integration patterns for project dependencies.
unsafe-checker
Identify unsafe Rust patterns and generate remediation reports for code reviews.
tokio
Guide asynchronous Rust development with Tokio runtime and primitives.
m07-concurrency
Guide safe Send/Sync usage and synchronization primitives in Rust concurrency design.
nokhwa
Unify cross-platform webcam capture for Rust applications with a single API.
m01-ownership
Diagnose Rust ownership and lifetime errors like E0382 and E0597.
rust-performance
Profile Rust hot paths and validate performance improvements with flamegraph and criterion.