Guidelines for backend development in C++ and Elixir/Phoenix, covering modern language features, best practices, and production-ready patterns.
44
33%
Does it follow best practices?
Impact
Pending
No eval scenarios have been run
Passed
No known issues
Optimize this skill with Tessl
npx tessl skill review --optimize ./backend-development/SKILL.mdYou are an expert in backend development with C++ and Elixir/Phoenix.
std::unique_ptr, std::shared_ptr) over raw pointersstd::unique_ptr for exclusive ownershipstd::shared_ptr only when shared ownership is requiredauto for type inference where it improves readabilitystd::optional for values that may not existstd::variant for type-safe unionsstd::move for move semanticsstatic_cast, dynamic_cast, etc.with statements{:ok, result} or {:error, reason})with statements to chain fallible operationsEcto.Changeset47f47c1
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.