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.

CharlesWiltgen
maintainer
CharlesWiltgen
更新日 3/29/2026
スター
807
フォーク
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.

インストール
$ install --globalskills.sh
使い方

インストール後、ターミナルで以下のコマンドを実行してこのスキルを使用できます:

skills use axiom-ownership-conventions