smithery/pluginagentmarketplace

uikit-development

Master UIKit - Views, controllers, navigation, Auto Layout, animations

Installation

$ npx skills add smithery/pluginagentmarketplace --skill uikit-development

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from smithery/pluginagentmarketplace · top by installs.

npx skills add smithery/pluginagentmarketplace

Browse all from smithery/pluginagentmarketplace

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Skill metadata

Parsed from SKILL.md frontmatter.

Version2.0.0

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 2,006 B
  • docs SUMMARY.md 95 B

History

  1. First recorded snapshot · 0 installs

SKILL.md

UIKit Development Skill

Build professional iOS interfaces with UIKit

Learning Objectives

By completing this skill, you will:

  • Build complex view hierarchies programmatically
  • Master Auto Layout with NSLayoutConstraint
  • Implement modern collection views with diffable data sources
  • Create smooth animations and transitions
  • Ensure accessibility compliance

Prerequisites

Requirement Level
iOS Fundamentals Completed
Swift Intermediate

Curriculum

Module 1: View Hierarchy (4 hours)

Topics:

  • UIView fundamentals
  • UIStackView layouts
  • Custom view creation
  • Layer properties

Module 2: View Controllers (5 hours)

Topics:

  • UIViewController lifecycle
  • Container view controllers
  • Child VC management
  • Presentation styles

Module 3: Collection Views (6 hours)

Topics:

  • UICollectionViewCompositionalLayout
  • UICollectionViewDiffableDataSource
  • Cell registration (iOS 14+)
  • Self-sizing cells

Module 4: Navigation (4 hours)

Topics:

  • UINavigationController
  • Coordinator pattern
  • Custom transitions

Module 5: Animations (4 hours)

Topics:

  • UIView.animate
  • Spring animations
  • Keyframe animations
  • View controller transitions

Module 6: Accessibility (3 hours)

Topics:

  • VoiceOver support
  • Dynamic Type
  • Color contrast
  • Accessibility labels

Assessment Criteria

Criteria Weight
Layout implementation 25%
Collection view usage 25%
Navigation patterns 20%
Animation quality 15%
Accessibility 15%

Skill Validation

  1. Custom Components: Build 5 reusable UI components
  2. Complex List: Multi-section collection view
  3. Navigation Flow: Coordinator-based navigation