From sundial-org-awesome-openclaw-skills-4
Generates Xcode SF Symbol .symbolset asset catalogs from SVGs for custom build-time icons, creating symbolset folder, Contents.json, and files.
npx claudepluginhub joshuarweaver/cascade-ai-ml-agents-misc-2 --plugin sundial-org-awesome-openclaw-skills-4This skill uses the workspace's default tool permissions.
You can override the default asset catalog location with `SFSYMBOL_ASSETS_DIR`.
Guides Next.js Cache Components and Partial Prerendering (PPR) with cacheComponents enabled. Implements 'use cache', cacheLife(), cacheTag(), revalidateTag(), static/dynamic optimization, and cache debugging.
Guides building MCP servers enabling LLMs to interact with external services via tools. Covers best practices, TypeScript/Node (MCP SDK), Python (FastMCP).
Generates original PNG/PDF visual art via design philosophy manifestos for posters, graphics, and static designs on user request.
You can override the default asset catalog location with SFSYMBOL_ASSETS_DIR.
./scripts/generate.sh <symbol-name> <svg-path> [assets-dir]
symbol-name: Full symbol name (e.g., custom.logo, brand.icon.fill).svg-path: Path to the source SVG file.assets-dir (optional): Path to Assets.xcassets/Symbols (defaults to Assets.xcassets/Symbols or SFSYMBOL_ASSETS_DIR)../scripts/generate-from-template.js <symbol-name> <svg-path> [template-svg] [assets-dir]
template-svg (optional): SF Symbols template SVG to inject into (defaults to the first .symbolset SVG found in Assets.xcassets/Symbols, otherwise uses the bundled skill template)../scripts/generate-from-template.js pi.logo /Users/admin/Desktop/pi-logo.svg
viewBox.<symbol-name>.symbolset inside the asset catalog Symbols folder.Contents.json.