iOS Motion Patterns Index for Openclaw

An interactive index of ready-to-run Swift animation code examples spanning 8 user interface categories sourced from the MotionBook collection.

ezra-y
v0.1.1
Jun 26, 2026
0
293
0

Install & Download

1. ClawHub CLI

The fastest way to install a skill directly from the registry.

npx clawhub@latest install ios-motion-patterns-index

2. Manual Installation

Copy the skill folder to one of these locations

Global
~/.openclaw/skills/
Workspace
<project>/skills/

Priority: Workspace > Local > Bundled

3. Prompt Installation

Copy this prompt to OpenClaw to install it automatically.

Help me install ios-motion-patterns-index using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).

Prefer to download?

Get the raw skill files in a ZIP archive.

What is iOS Motion Patterns Index?

The iOS Motion Patterns Index skill provides developers with a direct pipeline to functional, proven animation code for iOS development. Acting as a structured catalog rather than an instructional guide, this skill connects developers directly to open-source repository endpoints that can be cloned and executed immediately. By bypassing the need to code complex motion sequences entirely from scratch, it serves as a high-fidelity reference for Swift and UIKit motion dynamics.

Sourced from the popular younatics/MotionBook collection, the index breaks down mature interactive components into clear categorization. While the entries point heavily to the robust UIKit ecosystem, the underlying timeline values, animation curves, and spatial parameters provide an excellent blueprint for replication inside modern SwiftUI projects.

iOS Motion Patterns Index Use Cases

  • When developing high-fidelity interactive animations in iOS and seeking an established, pre-built codebase instead of designing from scratch.
  • When implementing complex UI transitions, modal expansions, custom side menus, or Tinder-style swipe gestures.
  • When building polished state indicators, loading skeletons, customized application alerts, or fluid sliders inside an interface.
  • When a developer needs real-world baseline parameters for timing curves, spring values, or keyframes to map over to SwiftUI animations.

How iOS Motion Patterns Index Works

  1. The AI agent analyzes the user's specific user interface animation task to pinpoint the exact design requirement.
  2. The system maps the requirement onto one of the 8 predefined layout modules (Menu, Animation, Transition, Tableview, Collectionview, Indicator, Alert, or UI).
  3. The agent searches the root index to evaluate the primary highly-curated repositories listed for that category.
  4. If broader variations are required, the agent navigates into the deep references/ subdirectory to extract the complete list of matching open-source solutions.
  5. The skill presents the target repository URL, direct operational descriptions, and technical specifications to enable instantaneous cloning and verification.

iOS Motion Patterns Index Setup

This skill acts as a configuration blueprint and documentation reference index. To deploy it within your environment, ensure you have the core agent framework active and run the file synchronization:

# Navigate to your agent skills configuration profile
cd ~/.openclaw/skills

# Clone or download the motion pattern directories into your reference layout
mkdir -p references
cp /path/to/ios-motion-patterns-index/references/* ./references/

iOS Motion Patterns Index Data Schema & Taxonomy

The index structures its information architecture around a primary router schema that links down to dedicated single-tier reference files:

Category Target Reference File Primary UI Components Covered
Menu references/menu.md Side menus, radial layout navigation, animated tab bars
Animation references/animation.md Skeleton layouts, vector SVG paths, general timing engines
Transition references/transition.md View controller modal transformations, interactive scroll effects
Tableview references/tableview-collectionview.md Accordion cells, swipe-to-reveal mechanisms, stretch pull-to-refresh
Collectionview references/tableview-collectionview.md Tinder swipe stacks, parallax sticky headers, grid spreadsheets
Indicator references/indicator.md Activity loops, progress loaders, custom Heads-Up Displays (HUD)
Alert references/alert.md Custom alert views, banner notifications, blur window overrides
UI references/ui-controls.md Interface Builder bridges, morphing text fields, elastic sliders

iOS Motion Patterns Index Advanced Features

  • Direct links to active production repositories validating mature interactive UX configurations across several major shipped applications.
  • Aggregated Tableview and Collectionview reference design matrices inside a single cohesive tracking space for unified scroll performance lookup.
  • Complete language fallback metadata mapping Chinese functionality goals directly onto original English codebase dependencies seamlessly.

SKILL.md


Loading

Related Openclaw Skills

METADATA

Github Stars: 0
forks: 0

Featured*