view-specifications

Standardizes template-driven specifications for SwiftUI and cross-platform views from wireframes to implementation.

3|Updated Feb 5, 2026
One-click install
npx skills add https://github.com/jpavley/meta-loop-ios --skill view-specifications
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: view-specifications
Source: https://github.com/jpavley/meta-loop-ios/tree/main/skills/view-specifications
Command: npx skills add https://github.com/jpavley/meta-loop-ios --skill view-specifications

SYSTEM DOCUMENTATION & REQUIREMENTS

## What problem does it solve? This Skill provides a standardized approach to writing view specifications and a reusable starter template, ensuring consistent communication from wireframes to implementation.

## Core Features & Use Cases

  • Template-driven specs for SwiftUI and cross-platform views that clarify inputs, layouts, and interactions.
  • Guidance on wireframes to ensure alignment between design intent and engineering work.
  • Implementation Reference scaffolding to document file locations and key code patterns for teams.

### Quick Start Describe your view and wireframes to generate a complete spec draft. For example: "Create a spec for a modal list view with a header and item cells."

Frequently Asked Questions about view-specifications

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I standardize SwiftUI view specifications from wireframes to implementation?

To standardize SwiftUI view specifications, use a template-driven structure in SKILL.md that defines sections for headers, wireframes, layouts, content, data models, interactions, implementation references, and accessibility. This ensures consistent guidance from design to code.

What should be included in a cross-platform UI design view specification?

A cross-platform UI design view specification should include sections for wireframes, layout, content, data contracts or models, interaction patterns, implementation references, and accessibility to maintain alignment between design intent and engineering work.

How do I create a spec for a modal list view with a header and item cells?

You create a spec for a modal list view by describing your view and wireframes to generate a complete spec draft. The template standardizes headers, layouts, and child views to clarify inputs and interactions.

Does the view-specification template support documenting file locations and code patterns for teams?

Yes, the view-specification template includes Implementation Reference scaffolding specifically designed to document file locations and key code patterns, ensuring teams have consistent engineering guidance.

Can I use this template-driven approach for cross-platform views or is it limited to SwiftUI?

You can use this template-driven approach for both SwiftUI and cross-platform views. It applies to designing views across different platforms by guiding headers, layouts, child views, and data contracts consistently.

What is the best way to align wireframes with engineering work during UI design?

The best way to align wireframes with engineering work is to enforce a standardized view specification that clarifies inputs, layouts, and interactions, bridging the gap between design intent and implementation.