·programmatic-uikit-layout
</>

programmatic-uikit-layout

dagba/ios-mcp

Use when building UIKit interfaces without storyboards, setting up Auto Layout constraints with anchors, creating reusable UI components, or encountering layout constraint errors and ambiguous layout warnings

21Installs·0Trend·@dagba

Installation

$npx skills add https://github.com/dagba/ios-mcp --skill programmatic-uikit-layout

SKILL.md

Programmatic UIKit layout with anchors provides type-safe, maintainable UI code used by production apps at scale. Stack views solve 50%+ of layout problems, anchors provide compile-time safety, design systems ensure consistency.

Core principle: Anchors-only (no Visual Format Language), stack-first composition, reusable components with centralized spacing/colors.

CRITICAL: Every view needs translatesAutoresizingMaskIntoConstraints = false

Use when building UIKit interfaces without storyboards, setting up Auto Layout constraints with anchors, creating reusable UI components, or encountering layout constraint errors and ambiguous layout warnings Source: dagba/ios-mcp.

View raw

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/dagba/ios-mcp --skill programmatic-uikit-layout
Category
</>Dev Tools
Verified
First Seen
2026-02-01
Updated
2026-02-18

Quick answers

What is programmatic-uikit-layout?

Use when building UIKit interfaces without storyboards, setting up Auto Layout constraints with anchors, creating reusable UI components, or encountering layout constraint errors and ambiguous layout warnings Source: dagba/ios-mcp.

How do I install programmatic-uikit-layout?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/dagba/ios-mcp --skill programmatic-uikit-layout Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor

Where is the source repository?

https://github.com/dagba/ios-mcp