Co-Pilot
Updated 24 days ago

custom-plugin-swift

Ppluginagentmarketplace
0.0k
pluginagentmarketplace/custom-plugin-swift
80
Agent Score

πŸ’‘ Summary

A comprehensive plugin for Swift development featuring specialized agents and skills for iOS and macOS.

🎯 Target Audience

iOS DevelopersmacOS DevelopersSwift LearnersSoftware ArchitectsAI Enthusiasts

πŸ€– AI Roast: β€œPowerful, but the setup might scare off the impatient.”

Security AnalysisMedium Risk

Risk: Medium. Review: shell/CLI command execution; outbound network access (SSRF, data egress). Run with least privilege and audit before enabling in production.

Version License Status SASMP

Agents Skills Commands Swift

πŸ“¦ Install Now Β· πŸ€– Explore Agents Β· πŸ“– Documentation Β· ⭐ Star this repo


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


πŸš€ Quick Start

Prerequisites

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

Installation (Choose One)

# 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
# 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 development, AppKit, sandboxing | | 6 | swift-testing | XCTest, TDD, mocking, coverage | | 7 | swift-performance | Optimization, profiling, memory | | 8 | swift-advanced | Metaprogramming, macros, generics |


πŸ› οΈ Skills

Available Skills (12 Golden Format)

| Skill | Description | Invoke | |-------|-------------|--------| | swift-fundamentals | Language basics, optionals, protocols | Skill("swift-fundamentals") | | swift-ios-basics | iOS development fundamentals | Skill("swift-ios-basics") | | swift-swiftui | SwiftUI framework mastery | Skill("swift-swiftui") | | swift-uikit | UIKit framework patterns | Skill("swift-uikit") | | swift-networking | URLSession, async networking | Skill("swift-networking") | | swift-core-data | Core Data persistence | Skill("swift-core-data") | | swift-combine | Reactive programming | Skill("swift-combine") | | swift-concurrency | async/await, actors | Skill("swift-concurrency") | | swift-spm | Swift Package Manager | Skill("swift-spm") | | swift-architecture | MVVM, Clean Architecture | Skill("swift-architecture") | | swift-testing | XCTest, TDD patterns | Skill("swift-testing") | | swift-macos | macOS development | Skill("swift-macos") |


⌨️ Commands

| Command | Description | |---------|-------------| | /swift-check | Analyze project for issues and best practices | | /swift-new | Create new project or component | | /swift-build | Build for iOS/macOS with various options | | /swift-test | Run tests with coverage reporting |


πŸ“š Documentation

| Document | Description | |----------|-------------| | CHANGELOG.md | Version history | | CONTRIBUTING.md | How to contribute | | LICENSE | License information |


πŸ“ Project Structure

custom-plugin-swift/
β”œβ”€β”€ πŸ“ .claude-plugin/
β”‚   └── plugin.json
β”œβ”€β”€ πŸ“ agents/                    # 8 Swift agents
β”‚   β”œβ”€β”€ 01-swift-fundamentals.md
β”‚   β”œβ”€β”€ 02-swift-ios.md
β”‚   β”œβ”€β”€ 03-swift-swiftui.md
β”‚   β”œβ”€β”€ 04-swift-data.md
β”‚   β”œβ”€β”€ 05-swift-macos.md
β”‚   β”œβ”€β”€ 06-swift-testing.md
β”‚   β”œβ”€β”€ 07-swift-performance.md
β”‚   └── 08-swift-advanced.md
β”œβ”€β”€ πŸ“ skills/                    # 12 Golden Format skills
β”‚   β”œβ”€β”€ swift-fundamentals/
β”‚   β”œβ”€β”€ swift-ios-basics/
β”‚   β”œβ”€β”€ swift-swiftui/
β”‚   β”œβ”€β”€ swift-uikit/
β”‚   β”œβ”€β”€ swift-networking/
β”‚   β”œβ”€β”€ swift-core-data/
β”‚   β”œβ”€β”€ swift-combine/
β”‚   β”œβ”€β”€ swift-concurrency/
β”‚   β”œβ”€β”€ swift-spm/
β”‚   β”œβ”€β”€ swift-architecture/
β”‚   β”œβ”€β”€ swift-testing/
β”‚   └── swift-macos/
β”œβ”€β”€ πŸ“ commands/                  # 4 commands
β”‚   β”œβ”€β”€ swift-check.md
β”‚   β”œβ”€β”€ swift-new.md
β”‚   β”œβ”€β”€ swift-build.md
β”‚   └── swift-test.md
β”œβ”€β”€ πŸ“ hooks/
β”‚   └── hooks.json
β”œβ”€β”€ πŸ“„ README.md
β”œβ”€β”€ πŸ“„ CHANGELOG.md
└── πŸ“„ LICENSE

πŸ“± Platform Support

| Platform | Minimum Version | |----------|-----------------| | iOS | 15.0+ | | macOS | 12.0+ | | watchOS | 8.0+ | | tvOS | 15.0+ |


πŸ“… Metadata

| Field | Value | |-------|-------| | Version | 2.0.0 | | Last Updated | 2025-12-29 | | Status | Production Ready | | SASMP | v1.3.0 | | Agents | 8 | | Skills | 12 | | Commands | 4 |


🀝 Contributing

Contributions are welcome! Please read our Contributing Guide.

  1. Fork the repository
  2. Create your feature branch
  3. Follow the Golden Format for new skills
  4. Submit a pull request

⚠️ Security

Important: This repository contains third-party code and dependencies.

  • βœ… Always review code before using in production
  • βœ… Check dependencies for known vulnerabilities
  • βœ… Follow security best practices
  • βœ… Report security issues privately via Issues

πŸ“ License

Copyright Β© 2025 Dr. Umit Kacar & Muhsin Elcicek

Custom License - See LICENSE for details.


πŸ‘₯ Contributors


Made with ❀️ for the Claude Code Community

GitHub

5-Dim Analysis
Clarity8/10
Novelty8/10
Utility9/10
Completeness8/10
Maintainability7/10
Pros & Cons

Pros

  • Offers a wide range of specialized agents.
  • Supports both iOS and macOS development.
  • Includes practical skills and commands.
  • Regular updates and community contributions.

Cons

  • Requires a Claude subscription.
  • Dependency on third-party code.
  • Installation may be complex for beginners.
  • Limited to Swift and Apple ecosystem.

Related Skills

swift-expert

A
toolCo-Pilot
86/ 100

β€œPowerful, but the setup might scare off the impatient.”

ios-simulator-skill

A
toolCo-Pilot
84/ 100

β€œPowerful, but the setup might scare off the impatient.”

swiftui-performance-audit

A
toolCo-Pilot
82/ 100

β€œThis skill is like a performance mechanic who can diagnose your car's engine from a sound clip, but you still have to get your hands dirty with the actual tools.”

Disclaimer: This content is sourced from GitHub open source projects for display and rating purposes only.

Copyright belongs to the original author pluginagentmarketplace.