Back to Directory
marketing
SF Symbol generator
Generate an Xcode SF Symbol asset catalog .symbolset from an SVG. Use when you need to add a custom SF Symbol (build-time) by creating the symbolset folder, Contents.json, and SVG file.
iosswiftuixcode
Installation
Run this in your terminal or add to your configuration:
# Clone into your skills directory
git clone ...About this Skill
SF Symbol Generator skill initial release.
- Generate .symbolset assets for Xcode from SVG files, creating the necessary folder, Contents.json, and SVG.
- Supports both raw and template-based workflows for symbolset creation.
- Validates and processes SVGs, ensuring proper viewBox and path usage.
- Automatically centers paths and injects them into recommended SF Symbol weight templates.
- Allows customization of asset catalog output location via optional arguments or environment variable.