skill
职业分类
描述
更新
rust-refactor
软件开发工程师
Architecturally overhaul Rust code for explicit ownership, responsibility, supervision, shutdown, error propagation, and cleanup. Use for whole-function or whole-module clean-code refactors, especially async or threaded pipelines, tangled concurrency, broad contexts, unclear ownership boundaries, and fragmented cancellation paths.
2026-07-21
implement
软件开发工程师
Implement a piece of work based on a spec or set of tickets.
2026-07-17
debloat
软件开发工程师
Debloat a codebase by removing defensive repair, adapters, duplicate naming schemes, and misplaced component logic. Use when simplifying code, tightening contracts, removing fallback-heavy compatibility layers, or making components presentational.
2026-07-12