Find the perfect skill
Makepad UI Development for Rust
Development
Skills for Makepad UI development in Rust: setup, patterns, shaders, packaging, and troubleshooting.
iOS SwiftUI App Scaffold
Development
Scaffold a SwiftUI iOS app with MVVM, offline-first persistence, push notification plumbing, SwiftFormat/SwiftLint, CI, and optional GitHub repo creation.
Exa Secondary Workflow B
Development
Secondary Exa workflow complementing the primary workflow. Handles processing, output, and error recovery.
Sentry Known Pitfalls
Development
Identifies and avoids common Sentry pitfalls, ensuring proper SDK configuration, error capture, and alerting best practices. Use for troubleshooting Sentry issues or reviewing configurations.
Web Components Architecture
Development
Build web components using Custom Elements v1, Declarative Shadow DOM, and the handleEvent pattern. Enforces attribute-driven state, zero DOM selection, and no external dependencies. Ideal for creating custom elements or extending built-in HTML elements with pure web platform APIs.
AI Code and Design Review
Development
Reviews code and design against criteria such as completeness, code style compliance, consistency, clean architecture, best practices, simplicity, and test coverage. Helps ensure high-quality implementations by providing structured feedback with severity-ranked issues and recommendations.
Replit Hello World
Development
Create a minimal working Replit example. Use it to start a new Replit integration, test your setup, or learn basic Replit API patterns.
Checkpoint: Save & Restore State
Development
Mid-task rollback points to save/restore state before risky operations like refactors, migrations, or destructive edits.