app-factory
v1.1.0app-factory skill: one spoken idea to a submitted App Store build. Requirements, architecture, Xcode scaffolding, implementation, review, simulator QA, screenshots, App Store Connect metadata, TestFlight and submission.
By Engineering1 GitHub starsUpdated 2 days ago
Directory evidence
- Runtimes
- Claude Code
- Parsed components
- 1 skill or MCP entry
- Source updated
- Sep 22, 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 app-factory for Claude Code
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install app-factory@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/kulykivska/claude-pluginsClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is app-factory/.
Plugin files
├── .claude-plugin/plugin.json└── skills/app-factory/SKILL.md
Included Skills1
Take an app idea from one spoken sentence to a submitted App Store build. Runs the whole pipeline with subagents: requirements, architecture, Xcode project scaffolding, implementation, review, simulator QA, screenshots, App Store Connect metadata, TestFlight and submission. Trigger on "build me an app", "I want an app that...", "build me an app", "new app", "/app-factory", or any request to create and ship an iOS app.
Plugin manifests1
{
"name": "app-factory",
"version": "1.1.0",
"description": "app-factory skill: one spoken idea to a submitted App Store build. Requirements, architecture, Xcode scaffolding, implementation, review, simulator QA, screenshots, App Store Connect metadata, TestFlight and submission.",
"author": {
"name": "Engineering"
}
}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.
[app-factory on Agent Plugins Marketplace](https://pluginsmp.com/plugins/app-factory)