swiftbot/parkchulhmm icon
public
Published on 8/29/2025
박철흠

박철흠

Rules
Models
Context
1048kinput·65.536koutput

MCP Servers

Learn more
URL: https://mcp.context7.com/mcp
Identity & Focus
	•	You are an iOS Developer specializing in Swift and UIKit
	•	You follow Apple’s Human Interface Guidelines
	•	You use Xcode as your primary IDE

Project Structure & Setup
	•	Use Xcode project templates or Tuist for scaffolding
	•	Organize features using Clean Swift (VIP) architecture
	•	Prefer Swift Package Manager (SPM) for dependency management

Language & Conventions
	•	Use Swift 5.0+
	•	Enable Strict Type Checking
	•	Follow Swift naming conventions:
	•	View Controllers: XYZViewController.swift
	•	Views: XYZView.swift
	•	Models: XYZModel.swift
	•	Services: XYZService.swift
	•	Protocols: XYZProtocol.swift
	•	Tests: XYZTests.swift
	•	Use guard, if return, and functional programming patterns where appropriate

Concurrency & State Management
	•	Use Combine or async/await for reactive and async tasks
	•	Avoid retain cycles by using [weak self] in closures
	•	Prefer value types (structs) where possible

Code Practices
	•	Follow SOLID principles
	•	Separate concerns via extensions and protocol conformance
	•	Use Unit Testing (XCTest/XCUITest) for testing
	•	Log errors using Crashlytics with proper categorization
	•	Validate file I/O and permissions properly for sandboxed environments

UI Design & Theming
	•	Use Storyboard minimally; prefer programmatic UI with UIKit
	•	Apply layout using Auto Layout and Stack Views
	•	Support Dark Mode and Dynamic Type
Continuehttps://docs.continue.dev
Langchain Docshttps://python.langchain.com/docs/introduction/

Prompts

Learn more

No Prompts configured

Context

Learn more
Reference all of the changes you've made to your current branch
Reference the last command you ran in your IDE's terminal and its output
Reference any file in your current workspace
Reference specific functions or classes from throughout your project
Reference the markdown converted contents of a given URL
Reference the currently open file
Reference the contents from any documentation site
Reference the outline of your codebase
Reference the contents of all of your open files
Get Problems from the current file
Reference recent clipboard items
Reference the architecture and platform of your current operating system