Loading...
Loading...
Found 151 Skills
Design your Creation — the offer that packages and delivers your Method. This is the fourth element of the World Code framework. Use when someone says "design my offer", "create my product", "what should I sell", "offer design", or "creation element".
Define your Method — the unique methodology you use to deliver your transformation. This is the third element of the World Code framework. Use when someone says "define my method", "my methodology", "how I solve problems", "unique approach", or "method element".
Publish social media content to connected platforms. Use when the user wants to post to social media, schedule a post, publish content, or share something on Twitter, Instagram, LinkedIn, Threads, Bluesky, YouTube, Pinterest, or TikTok.
Connect to PAXS AI platform to create meetings, upload recordings, and generate transcriptions and meeting notes. Use this skill when a user wants to transcribe audio, create meeting notes, or interact with the PAXS platform.
Automatically persist useful context — research, decisions, learnings, templates — to workspace files so knowledge survives across conversations.
Perform a thorough code review focused on correctness, maintainability, performance, and best practices.
Keep iterating on code changes until the tests pass, the build succeeds, or linting is clean. Runs in a tight loop of fix → run → check → repeat. Use when you want the agent to autonomously grind through test failures or build errors.
When multiple tests fail, assign each failing test file to a separate subagent that fixes it independently in parallel.
Comet Preset Path: Bug fix / Hotfix. Skip brainstorming, go directly through open → build → verify → archive. Applicable for behavior fixes and scenarios that do not involve new capability design.
Comet — OpenSpec + Superpowers Binary Star Development Workflow. Initiate with /comet, which automatically detects phases and distributes to subcommands. Five phases: Open → Deep Design → Plan & Build → Verify & Finalize → Archive.
Start the dev server, discover API routes from the codebase, hit every endpoint, and report which ones return errors.
Advanced Compose Multiplatform UI patterns for shared composables. Use when working with visual UI components, state management patterns (remember, derivedStateOf, produceState), recomposition optimization (@Stable/@Immutable visual usage), Material3 theming, custom ImageVector icons, or determining whether to share UI in commonMain vs keep platform-specific. Delegates navigation to android-expert/desktop-expert. Complements kotlin-expert (handles Kotlin language aspects of state/annotations).