All skills
Skillintermediate
Template placeholders
These placeholders are replaced by `scripts/render_template.py` during scaffolding.
Claude Code Knowledge Pack7/10/2026
Overview
Template placeholders
These placeholders are replaced by scripts/render_template.py during scaffolding.
- APP_NAME
- App and scheme name.
- BUNDLE_ID
- Full bundle identifier (e.g., com.example.MyApp).
- DEPLOYMENT_TARGET
- Deployment target (iOS 18.0 or macOS 15.4 by default).
- PLATFORM
- ios or macos.
- SIM_NAME
- iOS Simulator name (defaults to "auto" to pick the newest available iPhone).
- SCRIPTS_DIR
- Toolkit scripts directory (defaults to
./scriptsor./scripts/<namespace>).
- Toolkit scripts directory (defaults to
- TARGET_PREFIX
- Optional Makefile target prefix when the toolkit is namespaced (e.g.,
demo-).
- Optional Makefile target prefix when the toolkit is namespaced (e.g.,
- APP_GENERATOR
- Generator used for project generation:
xcodegen.
- Generator used for project generation: