一键导入
CursorMetro
CursorMetro 收录了来自 PeterWCox 的 6 个 skills,并提供仓库级职业覆盖和站内 skill 详情页。
这个仓库中的 skills
Apply Cursor Metro's design system for consistent UI. Use when adding or changing SwiftUI views, padding, spacing, font sizes, or colors so new and edited UI matches the app's theme and stays consistent.
Resets Cursor Metro's local app state to a first-launch style state. Use when the user wants to simulate an out-of-box launch, clear restored projects/tabs, wipe app-local preferences, or start Cursor Metro fresh, with an optional deeper reset that also deletes repo-local `.metro` folders when explicitly requested.
Creates a Debug or Release build of the Cursor Metro macOS app. Use when the user asks for a release build, debug build, "build for release", "build for debugging", or to build the Cursor Metro app in a specific configuration.
Ensures the Cursor Metro app still compiles after agent-made code changes. Use after editing Swift or other source files, refactoring, or applying fixes—run a build and fix any compile errors before considering the task done.
Resets Cursor user settings and keybindings to factory defaults. Use when the user wants a fresh Cursor configuration, to clean settings, start over, or "as if opened fresh."
Fixes build errors for the Cursor Metro macOS app. Runs the build, parses xcodebuild errors, applies fixes, and re-builds until the build succeeds. Use when the user says /fb, "fix the build", or wants to fix compile errors in the Cursor Metro project.