Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx agentmods add skills/robertguss/claude-code-toolkit/app-creatornpx skills add robertguss/claude-code-toolkit --skill app-creatorgit clone --depth 1 https://github.com/robertguss/claude-code-toolkitWhat it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00049 | $0.00522 |
| Opus 5 | $0.00024 | $0.00261 |
| Sonnet 5 | $0.00010 | $0.00104 |
| Haiku 4.5 | $0.00005 | $0.00052 |
Grade A, and why
app-creator scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 2d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
What it actually says
App Creator
Overview
Paul Solt [email protected] Version: 0.9.8
app-creator is now an orchestrator skill.
Responsibilities:
- Scaffold new projects with XcodeGen templates.
- Adopt existing projects non-destructively.
- Optionally install subskills:
xcode-makefilessimple-tasks
Workflow
- Collect inputs.
- Run doctor checks.
- Choose mode:
neworadopt. - In
newmode, scaffold app templates and run XcodeGen. - Install selected subskills (default: both).
- Optionally initialize git and create a baseline commit.
- Print exact next commands.
Modes
New Project
Run:
skills/app-creator/scripts/init.sh --project-mode new
Required fields in new mode:
- App name
- Bundle id
- Platform (
iosormacos) - UI framework (
swiftui,uikit,appkit) - Output directory
Adopt Existing Project
Run:
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-makefilessimple-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 the target repo is already dirty before app-creator runs, auto-commit is skipped.
- If there are no staged/unstaged changes after install/scaffold, no commit is created.
Resources
Use these files when you need details beyond the workflow:
references/workflow.mdreferences/placeholders.md
What ships with it
46 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
- references/placeholders.md 713 B
- references/workflow.md 1.4 KB
- scripts/doctor.sh 2.6 KB runs code
- scripts/init.sh 6.3 KB runs code
- scripts/install_agents.sh 313 B runs code
- scripts/install_toolkit.sh 319 B runs code
- scripts/move_to_trash.sh 550 B runs code
- scripts/render_template.py 1.9 KB runs code
- scripts/scaffold_app.sh 10 KB runs code
- scripts/stabilize_project.sh 4.1 KB runs code
- templates/xcodegen/ios-swiftui/project.yml 1.3 KB
- templates/xcodegen/ios-swiftui/Resources/Assets.xcassets/AccentColor.colorset/Contents.json 329 B
- templates/xcodegen/ios-swiftui/Resources/Assets.xcassets/AppIcon.appiconset/Contents.json 1.2 KB
- templates/xcodegen/ios-swiftui/Resources/Assets.xcassets/Contents.json 63 B
- templates/xcodegen/ios-swiftui/Sources/App.swift 142 B
- templates/xcodegen/ios-swiftui/Sources/ContentView.swift 2.3 KB
- templates/xcodegen/ios-swiftui/Sources/Info.plist 1.1 KB
- templates/xcodegen/ios-swiftui/Tests/AppTests.swift 125 B
- templates/xcodegen/ios-swiftui/Tests/Info.plist 674 B
- templates/xcodegen/ios-uikit/project.yml 1.3 KB
- templates/xcodegen/ios-uikit/Resources/Assets.xcassets/AccentColor.colorset/Contents.json 329 B
- templates/xcodegen/ios-uikit/Resources/Assets.xcassets/AppIcon.appiconset/Contents.json 1.2 KB
- templates/xcodegen/ios-uikit/Resources/Assets.xcassets/Contents.json 63 B
- templates/xcodegen/ios-uikit/Sources/AppDelegate.swift 584 B
- templates/xcodegen/ios-uikit/Sources/Info.plist 1.4 KB
- templates/xcodegen/ios-uikit/Sources/SceneDelegate.swift 512 B
- templates/xcodegen/ios-uikit/Sources/ViewController.swift 3.4 KB
- templates/xcodegen/ios-uikit/Tests/AppTests.swift 125 B
- templates/xcodegen/ios-uikit/Tests/Info.plist 674 B
- templates/xcodegen/macos-appkit/project.yml 1.3 KB
- templates/xcodegen/macos-appkit/Resources/Assets.xcassets/AccentColor.colorset/Contents.json 329 B
- templates/xcodegen/macos-appkit/Resources/Assets.xcassets/AppIcon.appiconset/Contents.json 684 B
- templates/xcodegen/macos-appkit/Resources/Assets.xcassets/Contents.json 63 B
- templates/xcodegen/macos-appkit/Sources/AppDelegate.swift 669 B
- templates/xcodegen/macos-appkit/Sources/Info.plist 884 B
- templates/xcodegen/macos-appkit/Tests/AppTests.swift 125 B
- templates/xcodegen/macos-appkit/Tests/Info.plist 674 B
- templates/xcodegen/macos-swiftui/project.yml 1.3 KB
- templates/xcodegen/macos-swiftui/Resources/Assets.xcassets/AccentColor.colorset/Contents.json 329 B
- templates/xcodegen/macos-swiftui/Resources/Assets.xcassets/AppIcon.appiconset/Contents.json 684 B
- templates/xcodegen/macos-swiftui/Resources/Assets.xcassets/Contents.json 63 B
- templates/xcodegen/macos-swiftui/Sources/App.swift 142 B
- templates/xcodegen/macos-swiftui/Sources/ContentView.swift 2.3 KB
- templates/xcodegen/macos-swiftui/Sources/Info.plist 884 B
- templates/xcodegen/macos-swiftui/Tests/AppTests.swift 125 B
- templates/xcodegen/macos-swiftui/Tests/Info.plist 674 B
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 2d ago First seen · 95 lines · 49 tokens per session scan A 3a3582eb9b1e
app-creator is a skill published in the GitHub repository robertguss/claude-code-toolkit (108 stars, last pushed 25d ago), licensed MIT. It adds 49 tokens to every session and 522 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other skills, from other repositories
offensive-mobile
Mobile (Android + iOS) application penetration testing methodology. Covers static analysis (apktool/jadx for Android, class-dump/Hopper/IDA for iOS), dynamic instrumentation with Frida and Objection, SSL pinning bypass strategies, root/jailbreak detection bypass, deep-link / URL-scheme abuse, exported component…
revenuecat
Comprehensive assistance with RevenueCat in-app subscriptions and purchases.
developer-device-platform-basics
Provides guidance and instructions on managing remote devices on Developer Device Platform (DDP). Use when reserving remote Android devices, establishing connection tunnels, checking session status, or extending/cancelling leases. Don't use for iOS or local device/hardware inquiries.
ima-dai-sdk
Integrates the Google Interactive Media Ads (IMA) Dynamic Ad Insertion (DAI) SDK into websites, web apps, mobile apps, or TV apps. Use when: - A video player needs to load and play HLS or DASH streams in web apps, Android apps, iOS apps, tvOS apps, Cast (CAF) receivers, or Roku channels. - The app needs to make use of…
google-mobile-ads-banner
Provides instructions to implement, integrate, or configure Google Mobile Ads (GMA) banner ads in Android, iOS, or Unity mobile applications. Use when the task involves setting up banner ads in a mobile application. Don't use for other ad formats like interstitial or rewarded ads.
google-mobile-ads-interstitial
Provides instructions for implementing, integrating, or configuring Google Mobile Ads (GMA) SDK interstitial ads in Android, iOS, or Unity mobile applications. Use when the task involves setting up interstitial ads. Don't use for "rewarded interstitial" ads.