·swift-ios-basics

Build iOS applications - project setup, app lifecycle, Info.plist, capabilities

9Installs·0Trend·@pluginagentmarketplace

Installation

$npx skills add https://github.com/pluginagentmarketplace/custom-plugin-swift --skill swift-ios-basics

SKILL.md

Foundation knowledge for iOS application development including project setup, app lifecycle, and configuration.

| Not Running | App not launched | - | | Inactive | Transitioning | sceneWillResignActive | | Active | Running in foreground | sceneDidBecomeActive | | Background | Running in background | sceneDidEnterBackground | | Suspended | In memory, not executing | - |

| CFBundleDisplayName | App name shown to user | Yes | | CFBundleIdentifier | Unique app identifier | Yes | | UILaunchStoryboardName | Launch screen | Yes | | NSCameraUsageDescription | Camera permission | If using camera | | NSPhotoLibraryUsageDescription | Photo library permission | If accessing photos |

Build iOS applications - project setup, app lifecycle, Info.plist, capabilities Source: pluginagentmarketplace/custom-plugin-swift.

View raw

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/pluginagentmarketplace/custom-plugin-swift --skill swift-ios-basics
Category
</>Dev Tools
Verified
First Seen
2026-02-01
Updated
2026-02-18

Quick answers

What is swift-ios-basics?

Build iOS applications - project setup, app lifecycle, Info.plist, capabilities Source: pluginagentmarketplace/custom-plugin-swift.

How do I install swift-ios-basics?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/pluginagentmarketplace/custom-plugin-swift --skill swift-ios-basics Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor

Where is the source repository?

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