Agent Plugins Marketplace
All plugins

ios-capability-architect

v0.8.0

Map Apple-platform ideas and existing projects to verified capabilities, configuration evidence, architecture, and implementation plans.

Codex1 Skill1 MCP serverstdio

By FillbyteLicense: MIT0 GitHub starsUpdated 2 hours ago

Directory evidence

Runtimes
Codex
Parsed components
2 skill or MCP entries
Source updated
Aug 30, 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 ios-capability-architect for Codex

Installs for the current user
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add ios-capability-architect@agent-plugin-marketplace

Paste and run these commands in a terminal with Codex. 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/fillbyte/ios-capability-architect

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/ios-capability-architect/.

Plugin files

plugins/ios-capability-architect/
├── .codex-plugin/plugin.json
├── skills/ios-capability-architect/SKILL.md
└── .mcp.json

Included Skills1

ios-capability-architectskills/ios-capability-architect/SKILL.md

Analyze iOS, iPadOS, watchOS, or visionOS app ideas and existing projects; map requirements to public documented Apple frameworks, APIs, system capabilities, permissions, Info.plist keys, entitlements, managed entitlements, extensions, background modes, services, hardware, privacy requirements, App Store risks, architecture, implementation steps, tests, and Swift examples. Use for capability selection, configuration auditing, feasibility, on-device AI, HealthKit, background location, widgets, Live Activities, deprecated API migrations, and Apple-platform technical planning.

MCP servers1

ios-capability-architectstdio
command
node
args
./bundle/server.mjs
cwd
.

Plugin manifests1

plugins/ios-capability-architect/.codex-plugin/plugin.json
{
  "name": "ios-capability-architect",
  "version": "0.8.0",
  "description": "Map Apple-platform ideas and existing projects to verified capabilities, configuration evidence, architecture, and implementation plans.",
  "author": {
    "name": "Fillbyte"
  },
  "license": "MIT",
  "keywords": [
    "ios",
    "swift",
    "swiftui",
    "apple",
    "architecture",
    "capabilities"
  ],
  "skills": "./skills/",
  "interface": {
    "displayName": "iOS Capability Architect",
    "shortDescription": "Plan and audit iOS capabilities with verified evidence.",
    "longDescription": "Analyze an Apple-platform app idea or existing project, map requirements to documented technologies, separate permissions from capabilities and entitlements, audit source configuration without modifying it, identify privacy and App Store risks, and produce a practical SwiftUI-first architecture and delivery plan.",
    "developerName": "Fillbyte",
    "category": "Developer Tools",
    "capabilities": [
      "Read"
    ],
    "defaultPrompt": [
      "Architect my iOS app idea with verified Apple APIs.",
      "Audit my existing iOS project's capabilities and configuration.",
      "Audit this iOS design's permissions and entitlements.",
      "Compare on-device Apple technologies for this feature."
    ],
    "brandColor": "#0A84FF"
  },
  "mcpServers": "./.mcp.json"
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[ios-capability-architect on Agent Plugins Marketplace](https://pluginsmp.com/plugins/ios-capability-architect)