Commit e69a32e
feat(swiftui-dev): add components and gestures skills from legacy content
Add two new skills modernizing legacy swiftui-guidelines content:
- swiftui-components: Layout containers (VStack, HStack, ZStack, grids,
GeometryReader, ViewThatFits), built-in components (List, Navigation,
Forms, SF Symbols), visual styling (shadows, gradients, blur, shapes),
and animations (transitions, matchedGeometryEffect, phaseAnimator)
- swiftui-gestures: Basic gestures (tap, long press, drag, magnification,
rotation), gesture composition (simultaneous, sequential, exclusive),
haptic feedback (UIKit and iOS 17+ sensoryFeedback), and accessibility
Also enhanced swiftui-architecture with detailed project structure
covering feature-based organization and Swift Package structure.
Bumped version 0.1.0 -> 0.2.0
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>1 parent f94f558 commit e69a32e
5 files changed
Lines changed: 1157 additions & 15 deletions
File tree
- .claude-plugin
- context/plugins/swiftui-dev
- .claude-plugin
- skills
- swiftui-architecture
- swiftui-components
- swiftui-gestures
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
90 | 90 | | |
91 | 91 | | |
92 | 92 | | |
93 | | - | |
| 93 | + | |
94 | 94 | | |
95 | 95 | | |
96 | 96 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
| 36 | + | |
36 | 37 | | |
| 38 | + | |
37 | 39 | | |
38 | 40 | | |
39 | 41 | | |
| |||
Lines changed: 86 additions & 13 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
171 | 171 | | |
172 | 172 | | |
173 | 173 | | |
| 174 | + | |
| 175 | + | |
174 | 176 | | |
175 | 177 | | |
176 | 178 | | |
177 | | - | |
178 | | - | |
179 | | - | |
180 | | - | |
| 179 | + | |
| 180 | + | |
| 181 | + | |
| 182 | + | |
| 183 | + | |
| 184 | + | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
| 189 | + | |
| 190 | + | |
| 191 | + | |
| 192 | + | |
| 193 | + | |
181 | 194 | | |
182 | | - | |
183 | | - | |
184 | 195 | | |
185 | | - | |
186 | 196 | | |
187 | | - | |
| 197 | + | |
188 | 198 | | |
189 | 199 | | |
190 | | - | |
| 200 | + | |
| 201 | + | |
191 | 202 | | |
192 | 203 | | |
193 | 204 | | |
194 | | - | |
| 205 | + | |
| 206 | + | |
| 207 | + | |
| 208 | + | |
| 209 | + | |
| 210 | + | |
| 211 | + | |
195 | 212 | | |
196 | | - | |
197 | | - | |
198 | | - | |
| 213 | + | |
| 214 | + | |
| 215 | + | |
| 216 | + | |
| 217 | + | |
| 218 | + | |
| 219 | + | |
| 220 | + | |
| 221 | + | |
| 222 | + | |
| 223 | + | |
| 224 | + | |
| 225 | + | |
| 226 | + | |
| 227 | + | |
| 228 | + | |
| 229 | + | |
| 230 | + | |
| 231 | + | |
| 232 | + | |
| 233 | + | |
| 234 | + | |
| 235 | + | |
| 236 | + | |
| 237 | + | |
| 238 | + | |
| 239 | + | |
| 240 | + | |
| 241 | + | |
| 242 | + | |
| 243 | + | |
| 244 | + | |
| 245 | + | |
| 246 | + | |
| 247 | + | |
| 248 | + | |
| 249 | + | |
| 250 | + | |
| 251 | + | |
| 252 | + | |
| 253 | + | |
| 254 | + | |
| 255 | + | |
| 256 | + | |
| 257 | + | |
| 258 | + | |
| 259 | + | |
| 260 | + | |
| 261 | + | |
| 262 | + | |
| 263 | + | |
| 264 | + | |
| 265 | + | |
| 266 | + | |
| 267 | + | |
| 268 | + | |
| 269 | + | |
199 | 270 | | |
200 | 271 | | |
201 | 272 | | |
| |||
209 | 280 | | |
210 | 281 | | |
211 | 282 | | |
| 283 | + | |
| 284 | + | |
212 | 285 | | |
213 | 286 | | |
0 commit comments