Cé Con avatar

Cé Con

Community

@cecon123

3Followers
|
25Public Repos
|
32Published Skills

hello world

Agent Skills by Cé Con

Showing 32 vetted skills indexed across 1 GitHub repositories.

cecon123cecon123

rust-error

Implement typed error handling in Rust with thiserror and anyhow.

Community
Advanced
cecon123cecon123

winreg

Access and manipulate Windows Registry keys and values from Rust.

Community
Advanced
cecon123cecon123

coding-guidelines

Standardize Rust naming, formatting, and code review practices.

Community
Intermediate
cecon123cecon123

m10-performance

Identifies and fixes Rust project bottlenecks using profiling, benchmarking, and safe parallelism.

Community
Advanced
cecon123cecon123

screenshot

Capture the primary Windows screen and send it as JPEG via Telegram bot.

Community
Intermediate
cecon123cecon123

m12-lifecycle

Design Rust resource lifecycles with RAII, OnceLock, and guard patterns.

Community
Advanced
cecon123cecon123

rust-skill-creator

Generate dedicated skills for Rust crates and standard library documentation.

Community
Advanced
cecon123cecon123

rust-trait-explorer

Identify all implementations of a given Rust trait across a codebase.

Community
Intermediate
cecon123cecon123

rust-ownership

Diagnose and remediate Rust ownership, borrowing, and lifetime errors.

Community
Advanced
cecon123cecon123

rust-async-pattern

Implement supervisor, streaming, and plugin patterns for Rust async services.

Community
Advanced
cecon123cecon123

rust-ffi

Generate safe Rust FFI bindings with ownership and panic containment.

Community
Advanced
cecon123cecon123

find-skills

Discover and install agent skills from the open ecosystem via CLI.

Community
Intermediate
cecon123cecon123

windows-service

Manage Windows SCM services through a Rust-centric API.

Community
Intermediate
cecon123cecon123

teloxide

Build Telegram bots in Rust with API communication and update routing.

Community
Advanced
cecon123cecon123

m04-zero-cost

Guide Rust generics versus trait objects for zero-cost polymorphism decisions.

Community
Advanced
cecon123cecon123

rust-unsafe

Analyze unsafe Rust blocks and document SAFETY invariants for soundness.

Community
Advanced
cecon123cecon123

anyhow

Propagate Rust errors with contextual messages and optional backtraces.

Community
Advanced
cecon123cecon123

m11-ecosystem

Identify Rust crates and integration patterns for project dependencies.

Community
Advanced
cecon123cecon123

unsafe-checker

Identify unsafe Rust patterns and generate remediation reports for code reviews.

Community
Advanced
cecon123cecon123

tokio

Guide asynchronous Rust development with Tokio runtime and primitives.

Community
Intermediate
cecon123cecon123

m07-concurrency

Guide safe Send/Sync usage and synchronization primitives in Rust concurrency design.

Community
Advanced
cecon123cecon123

nokhwa

Unify cross-platform webcam capture for Rust applications with a single API.

Community
Intermediate
cecon123cecon123

m01-ownership

Diagnose Rust ownership and lifetime errors like E0382 and E0597.

Community
Intermediate
cecon123cecon123

rust-performance

Profile Rust hot paths and validate performance improvements with flamegraph and criterion.

Community
Advanced