iphone-duo-fit
v1.0.0Fit an existing iPhone app (SwiftUI or web/Capacitor) to every iPhone Duo pose
By Pursuit Li0 GitHub starsUpdated 1 hour ago
Directory evidence
- Runtimes
- Claude Code
- Parsed components
- 1 skill or MCP entry
- Source updated
- Sep 24, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install iphone-duo-fit for Claude Code
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install iphone-duo-fit@agent-plugin-marketplacePaste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/Pursuitli/iphone-duo-skillsClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The repository root is the plugin root.
Plugin files
├── .claude-plugin/plugin.json└── skills/iphone-duo-fit/SKILL.md
Included Skills1
Fit an existing iPhone app to the iPhone Duo (Apple's foldable, iOS 27.1) so it is right in every pose — closed on the 466×678pt outer display with the system's vertical control column on the right, open upright at 669×951pt, open on its side at 951×669pt, and across a fold or a rotation mid-task — for SwiftUI/UIKit apps and for web/Capacitor apps alike. Use this whenever the user mentions the iPhone Duo, a foldable iPhone, "folded / unfolded", the outer or inner display, the Duo simulator, Xcode 27.1, a strip or sidebar of controls beside the clock, an app that looks stretched when the phone is opened or squeezed when it is closed, buttons that do not line up with the camera, a sheet that sits 8pt inside the screen, or an audit of how an app behaves on every Duo pose. Also use it when someone asks how to make an app "work on all screen sizes" and an iPhone is in scope, because the Duo is the size that breaks the usual phone/iPad split.
Plugin manifests1
{
"name": "iphone-duo-fit",
"description": "Fit an existing iPhone app (SwiftUI or web/Capacitor) to every iPhone Duo pose",
"version": "1.0.0",
"author": {
"name": "Pursuit Li"
}
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[iphone-duo-fit on Agent Plugins Marketplace](https://pluginsmp.com/plugins/iphone-duo-fit)