home/categories/architecture-patterns/charleswiltgen-axiom-axiom-codex-skills-axiom-ownership-conventions-skill-md
architecture-patternsdevelopment
axiom-ownership-conventions
Use when optimizing large value type performance, working with noncopyable types, reducing ARC traffic, or using InlineArray/Span for zero-copy memory access. Covers borrowing, consuming, inout modifiers, consume operator, ~Copyable types, InlineArray, Span, value generics.
maintainer
CharlesWiltgen
Actualizado 3/29/2026
Estrellas
807
Forks
66
quick start
Installation and usage
Use when optimizing large value type performance, working with noncopyable types, reducing ARC traffic, or using InlineArray/Span for zero-copy memory access. Covers borrowing, consuming, inout modifiers, consume operator, ~Copyable types, InlineArray, Span, value generics.
Instalación
$ install --globalskills.sh
Uso
Después de instalarlo, puedes usar este skill ejecutando el siguiente comando en tu terminal:
skills use axiom-ownership-conventions