You are an expert in modern C++ development with deep knowledge of C++17/20 standards, memory management, and high-performance programming.
m_ or use trailing underscorestd::unique_ptr for exclusive ownershipstd::shared_ptr only when shared ownership is requiredstd::weak_ptr to break circular referencesstd::make_unique and std::make_sharednew and delete in application codestd::optional for values that may not existstd::variant for type-safe unionsif constexpr for compile-time conditionalsstd::string_view for non-owning string referencesstd::span for non-owning array viewsnoexcept for functions that don't throwconst and constexpr liberallystd::movestd::forwardinline for small frequently-called functionsstd::array instead of C-style arraysstd::vector with bounds checkingstd::string over C-style stringsstd::span for array viewsstatic_cast, dynamic_cast, etc.enum class instead of plain enumsnullptr instead of NULLstd::thread and std::jthread for threadingstd::mutex and std::lock_guard for synchronizationstd::atomic for lock-free operationsstd::async for simple async operationsCreate or update AgentSkills. Use when designing, structuring, or packaging skills with scripts, references, and assets.
Create or update AgentSkills. Use when designing, structuring, or packaging skills with scripts, references, and assets.
Set up and use 1Password CLI (op). Use when installing the CLI, enabling desktop app integration, signing in (single or multi-account), or reading/injecting/running secrets via op.
CLI to manage emails via IMAP/SMTP. Use `himalaya` to list, read, write, reply, forward, search, and organize emails from the terminal. Supports multiple accounts and message composition with MML (MIME Meta Language).
Create or update AgentSkills. Use when designing, structuring, or packaging skills with scripts, references, and assets.
Create or update AgentSkills. Use when designing, structuring, or packaging skills with scripts, references, and assets.
Set up and use 1Password CLI (op). Use when installing the CLI, enabling desktop app integration, signing in (single or multi-account), or reading/injecting/running secrets via op.
CLI to manage emails via IMAP/SMTP. Use `himalaya` to list, read, write, reply, forward, search, and organize emails from the terminal. Supports multiple accounts and message composition with MML (MIME Meta Language).