From sundial-org-awesome-openclaw-skills-4
Initializes a minimal SwiftUI iOS app by generating a single .xcodeproj with XcodeGen in the current directory. Use for quick iOS prototyping without workspaces, packages, or tests.
npx claudepluginhub joshuarweaver/cascade-ai-ml-agents-misc-2 --plugin sundial-org-awesome-openclaw-skills-4This skill uses the workspace's default tool permissions.
Initialize a clean, single-target SwiftUI iOS app in the current directory.
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.
Initialize a clean, single-target SwiftUI iOS app in the current directory.
The project is generated using XcodeGen to produce a single .xcodeproj, leaving developers ready to start adding features immediately.
xcode-selectPATHIf any prerequisite is missing:
com.example.<ProjectName>The resulting project must:
project.pbxproj).xcodeproj (no .xcworkspace)@main App lifecycleContentView placeholderInfo.plist (avoid unnecessary scene or delegate keys)project.yml using the provided inputsYourApp.xcodeproj using XcodeGenproject.ymlYourApp.xcodeprojYourApp/ (app target source files)No additional folders, packages, workspaces, scripts, or assets should be present.
YourApp.xcodeproj is generated successfully by XcodeGen.