swift_structure

Installation
SKILL.md

Swift Structure

This skill covers Swift's core language structures and features for building robust applications.

Overview

Swift structure skills cover the fundamental building blocks of the language: collections, optionals, control flow, closures, and other essential language features.

Available References

Collections

  • Array - Ordered collections, map/filter/reduce operations
  • Dictionary - Key-value pairs, lookups, transformations
  • Set - Unique elements, set algebra operations
Related skills
Installs
24
GitHub Stars
6
First Seen
Jan 28, 2026