🎯

swift-core-data

🎯Skill

from pluginagentmarketplace/custom-plugin-swift

VibeIndex|
What it does

swift-core-data skill from pluginagentmarketplace/custom-plugin-swift

swift-core-data

Installation

Install skill:
npx skills add https://github.com/pluginagentmarketplace/custom-plugin-swift --skill swift-core-data
4
Last UpdatedJan 5, 2026

Skill Details

SKILL.md

Overview

Swift Development Assistant


[![Version](https://img.shields.io/badge/Version-2.0.0-blue?style=for-the-badge)](https://github.com/pluginagentmarketplace/custom-plugin-swift/releases)

[![License](https://img.shields.io/badge/License-Custom-yellow?style=for-the-badge)](LICENSE)

[![Status](https://img.shields.io/badge/Status-Production-brightgreen?style=for-the-badge)](#)

[![SASMP](https://img.shields.io/badge/SASMP-v1.3.0-blueviolet?style=for-the-badge)](#)

[![Agents](https://img.shields.io/badge/Agents-8-orange?style=flat-square&logo=robot)](#-agents)

[![Skills](https://img.shields.io/badge/Skills-12-purple?style=flat-square&logo=lightning)](#-skills)

[![Commands](https://img.shields.io/badge/Commands-4-green?style=flat-square&logo=terminal)](#-commands)

[![Swift](https://img.shields.io/badge/Swift-5.9-FA7343?style=flat-square&logo=swift)](#)


[πŸ“¦ Install Now](#-quick-start) Β· [πŸ€– Explore Agents](#-agents) Β· [πŸ“– Documentation](#-documentation) Β· [⭐ Star this repo](https://github.com/pluginagentmarketplace/custom-plugin-swift)

---

What is this?

> Swift Development Assistant is a Claude Code plugin with 8 agents and 12 skills for mastering Swift, iOS, macOS, and Apple ecosystem development.

---

πŸ“‘ Table of Contents

Click to expand

  • [Quick Start](#-quick-start)
  • [Features](#-features)
  • [Agents](#-agents)
  • [Skills](#-skills)
  • [Commands](#-commands)
  • [Documentation](#-documentation)
  • [Contributing](#-contributing)
  • [License](#-license)

---

πŸš€ Quick Start

Prerequisites

  • Claude Code CLI v2.0.27+
  • Active Claude subscription
  • Swift 5.9+ / Xcode 15+

Installation (Choose One)

Option 1: From Marketplace (Recommended)

```bash

# Step 1️⃣ Add the marketplace

/plugin marketplace add pluginagentmarketplace/custom-plugin-swift

# Step 2️⃣ Install the plugin

/plugin install swift-development-assistant

# Step 3️⃣ Restart Claude Code

# Close and reopen your terminal/IDE

```

Option 2: Local Installation

```bash

# Clone the repository

git clone https://github.com/pluginagentmarketplace/custom-plugin-swift.git

cd custom-plugin-swift

# Load locally

/plugin load .

# Restart Claude Code

```

βœ… Verify Installation

After restart, you should see these agents:

```

swift-development-assistant:01-swift-fundamentals

swift-development-assistant:02-swift-ios

swift-development-assistant:03-swift-swiftui

swift-development-assistant:04-swift-data

swift-development-assistant:05-swift-macos

swift-development-assistant:06-swift-testing

swift-development-assistant:07-swift-performance

swift-development-assistant:08-swift-advanced

```

---

✨ Features

| Feature | Description |

|---------|-------------|

| πŸ€– 8 Agents | Specialized AI agents for Swift/iOS/macOS |

| πŸ› οΈ 12 Skills | Complete Golden Format with real templates |

| ⌨️ 4 Commands | Swift-specific slash commands |

| πŸ”„ SASMP v1.3.0 | Full protocol compliance |

| πŸ“± iOS/macOS | Full Apple ecosystem support |

---

πŸ€– Agents

8 Specialized Swift Agents

| # | Agent | Purpose |

|---|-------|---------|

| 1 | swift-fundamentals | Swift basics, optionals, protocols, extensions |

| 2 | swift-ios | iOS app development, UIKit, lifecycle |

| 3 | swift-swiftui | SwiftUI framework, declarative UI |

| 4 | swift-data | Data management, Core Data, persistence |

| 5 | swift-macos | macOS d