forge-app

Orchestrate the Forge pipeline to convert app ideas into running iOS apps.

1|Updated Feb 20, 2026
One-click install
npx skills add https://github.com/sakhnenkoff/forge-ios --skill forge-app
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: forge-app
Source: https://github.com/sakhnenkoff/forge-ios/tree/main/skills/forge-app
Command: npx skills add https://github.com/sakhnenkoff/forge-ios --skill forge-app

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Forge provides an end-to-end automation for turning app ideas into fully planned, designed, built, and shipped iOS apps by orchestrating a multi-skill pipeline.

Core Features & Use Cases

  • Planner and orchestrator for Phase 1 planning, Phase 2 design contracts, Phase 3 Codex-driven building, Phase 4 quality verification, and Phase 5 shipping.
  • Auto-dispatches builders and judges, collects DESIGN.md, generates SPEC.json, and validates navigation and UI consistency.
  • Use Case: A team wants a custom app idea to be implemented with a reproducible pipeline that produces a working prototype and App Store-ready assets with minimal manual steps.

Quick Start

Describe your app idea to Forge to start the orchestration pipeline.

Frequently Asked Questions about forge-app

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate an end-to-end iOS app build pipeline from an idea?▼

To automate an iOS app build pipeline, you orchestrate phases from planning to shipping by converting an app idea into a complete app manifest and artifacts. This requires a root SKILL.md file, DESIGN.md references, and companion skills to drive the process.

What is a design contract in the context of iOS app orchestration?▼

A design contract in iOS app orchestration is a DESIGN.md reference collected during Phase 2 to establish UI and navigation consistency. It generates a SPEC.json file to validate design constraints before the Codex-driven building phase begins.

Do I need specific companion skills to run the iOS app orchestration pipeline?▼

Yes, running the iOS app orchestration pipeline requires a set of companion skills located under the skills/ directory. These skills are necessary to drive planning, design contracts, build dispatch, and quality verification sprint loops.

How does automated quality verification work for iOS app builds?▼

Automated quality verification works by dispatching judges during Phase 4 to run evaluation sprint loops on the generated iOS app. It validates navigation and UI consistency against the established design contracts and generated specifications.

Can I use pipeline orchestration to generate App Store-ready assets for an iOS prototype?▼

Yes, you can use pipeline orchestration to generate App Store-ready assets for an iOS prototype. The orchestration pipeline produces a working prototype and shipping assets with minimal manual steps across five distinct phases.

Why does the iOS app build pipeline require a SKILL.md file at the root directory?▼

The iOS app build pipeline requires a SKILL.md file at the root directory to act as the central entry point for the orchestrator. Without it, the multi-skill pipeline cannot properly dispatch builders, judges, and planning tasks.