app-creator

Solid

Orchestrate iOS/macOS app scaffolding and optional skill adoption for existing projects. Use when users want a guided wizard that can scaffold with XcodeGen and optionally install xcode-makefiles and simple-tasks.

Data & Documents 103 stars 20 forks Updated 1 weeks ago MIT

Install

View on GitHub

Quality Score: 82/100

Stars 20%
67
Recency 20%
90
Frontmatter 20%
70
Documentation 15%
90
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# App Creator ## Overview Paul Solt Paul@SuperEasyApps.com Version: 0.9.8 `app-creator` is now an orchestrator skill. Responsibilities: 1. Scaffold new projects with XcodeGen templates. 2. Adopt existing projects non-destructively. 3. Optionally install subskills: - `xcode-makefiles` - `simple-tasks` ## Workflow 1. Collect inputs. 2. Run doctor checks. 3. Choose mode: `new` or `adopt`. 4. In `new` mode, scaffold app templates and run XcodeGen. 5. Install selected subskills (default: both). 6. Optionally initialize git and create a baseline commit. 7. Print exact next commands. ## Modes ### New Project Run: ```bash skills/app-creator/scripts/init.sh --project-mode new ``` Required fields in new mode: - App name - Bundle id - Platform (`ios` or `macos`) - UI framework (`swiftui`, `uikit`, `appkit`) - Output directory ### Adopt Existing Project Run: ```bash skills/app-creator/scripts/init.sh --project-mode adopt ``` Behavior: - No scaffolding/regeneration. - Only installs selected subskills into the existing project. ## Subskill install defaults Wizard defaults to installing both: - `xcode-makefiles` - `simple-tasks` You can opt out with: - `--skip-xcode-makefiles` - `--skip-simple-tasks` ## Dry run Use `--dry-run` to preview actions without mutating files. ## Git onboarding `init.sh`/`scaffold_app.sh` support: - `--git-init auto|never` - `--git-commit prompt|always|never` Defaults: - `--git-init auto` - `--git-commit prompt` Safety behavior: - If t...

Details

Author
robertguss
Repository
robertguss/claude-code-toolkit
Created
6 months ago
Last Updated
1 weeks ago
Language
Shell
License
MIT

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Listed

bootstrap-xcode-app-project

Bootstrap a new native Apple app project for macOS, iOS, or iPadOS when the user wants to start, begin, create, or bootstrap an Xcode app project. Use for new SwiftUI-first app repositories on macOS, with optional XcodeGen generation preference and repo-baseline setup guidance. Do not use for plain Swift packages, libraries, or tools that are not native Apple apps.

6 Updated 3 days ago
gaelic-ghost
Data & Documents Listed

kappmaker

KAppMaker CLI - automate mobile app bootstrapping, AI logo/screenshot generation, App Store Connect setup, Google Play Console setup, Adapty subscriptions, image tools, Android builds, store publishing, package refactoring, and version bumping. Use when the user wants to create a mobile app, generate logos, screenshots, translate screenshots, set up App Store Connect, configure Google Play Console (listings, subscriptions, IAPs, data safety), configure Adapty, add a new subscription or credit-pack IAP to an existing app, process images, convert images to WebP, build Android releases, generate keystores, publish to Play Store or App Store, refactor package names, or bump versions.

3 Updated 4 days ago
KAppMaker
AI & Automation Listed

kelly-app-creator

Design human-and-Agent operating apps on Busabase using Research, Plan, Action, and Retrospective workflows. Use when a user wants an approval queue, research desk, planner, action console, operating dashboard, control panel, or collaboration workspace. This skill is Busabase-only and must use both `$busabase` and `$busabase-app-creator`; it does not define a local provider, runtime, data layer, or deployment path of its own.

3 Updated today
mr-kelly