Dev Skill for Openclaw

An AI agent skill that automatically transforms Product Requirements Documents (PRDs) into production-ready, fully architected SwiftUI iOS applications.

subaru0573
v1.0.0
Jun 30, 2026
0
237
0

Install & Download

1. ClawHub CLI

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

npx clawhub@latest install super-dev-skill

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 super-dev-skill 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 Dev Skill?

Dev Skill is a powerful code generation tool designed to bridge the gap between initial product design and high-performance engineering. Part of the Openclaw Skills ecosystem, it ingests markdown-formatted Product Requirements Documents and outputs fully functional Xcode projects adhering to enterprise-grade SwiftUI standards.

By leveraging the MVVM (Model-View-ViewModel) architectural pattern, the skill ensures all generated applications are highly modular, testable, and maintainable. It eliminates hours of boilerplate engineering by setting up full directory hierarchies, navigation flows, mock or real data persistence layers, network stacks, and responsive UI components based purely on requirement descriptions.

Dev Skill Use Cases

  • Rapid Prototyping: Instantly convert complex product ideas and requirement documents into functional iOS MVVM prototypes.
  • Boilerplate Reduction: Scaffold clean, production-grade Xcode workspace directories complete with models, views, and viewmodels.
  • Automated Workflow Chains: Seamlessly pipe requirements from product mapping tools into design schemas and pass them off directly to quality assurance pipelines.

How Dev Skill Works

  1. PRD Analysis: Parses the incoming PRD markdown file to extract critical functional requirements, screen specs, user journeys, and technical constraints.
  2. Project Structure Generation: Scaffolds a complete Xcode directory path, segregating concerns into explicit subfolders for Models, ViewModels, Views, Services, and Utilities.
  3. Core Component Generation: Synthesizes Codable Swift data models, ObservableObject ViewModels for business logic, and modular SwiftUI views complete with UI state bindings.
  4. Feature Implementation: Injects modern iOS features such as swift async/await network calls, local storage persistence (Core Data/SwiftData), adaptive layout constraints, and native Apple Human Interface Guidelines compliance.
  5. Compilation and Hand-Off: Verifies that the codebase compiles cleanly against the iOS 16+ SDK target, writes out to an output directory, and triggers downstream evaluation.

Dev Skill Setup

To integrate this capability into your AI development pipeline, include it in your configuration directory. Ensure you have the requisite environment setups and proper downstream skills available.

# Install the skill package into your agent directory
openclaw install skill-dev-swiftui

# Ensure dependent skills are ready for pipeline execution
openclaw verify prd-skill qa-skill

Dev Skill Data Schema & Taxonomy

The skill manages inputs and creates outputs adhering to the following data taxonomy:

Input Requirements

Source Component Data Type Description
prd-skill Output Markdown Document Functional specifications, priorities, and screen flows.

Output Architecture (dev-output/)

  • Models/: Contains DataModel.swift and APIModels.swift conforming to Identifiable and Codable protocols.
  • ViewModels/: State management classes acting as ObservableObject primitives.
  • Views/: Native SwiftUI structures featuring NavigationStack architectures and isolated component sheets.
  • Services/: Network layer orchestrators using async/await and local data storage schemas.

Dev Skill Advanced Features

  • Sequential Pipeline Integration: Seamlessly pulls data from upstream requirements tools and automatically fires downstream verification triggers.
  • Automated QA Handoff: Once compiling logic is verified, the system auto-triggers your quality assurance tool passing the target build code directly for testing.
  • Human Interface Guidelines Compliance: Employs adaptive layouts, out-of-the-box Dark Mode adaptation, custom haptic feedback hooks, and accessibilities frameworks automatically.

SKILL.md


Loading

Related Openclaw Skills

METADATA

Github Stars: 0
forks: 0

Featured*