Find the perfect skill
Corrosion Materials Selector
Productivity
Recommends construction materials resistant to corrosion based on process conditions and industry standards to ensure equipment reliability.
Image Generation with Google Gemini
Content
Generate or edit images using Google Gemini API through the nanobanana tool. Support text prompts, image editing, and multiple resolutions.
Secure Sandbox Execution
DevOps
Execute commands in isolated containers to safely test untrusted code. Automatic runtime detection (Python, Node, Rust, Go, Ruby, etc.) with granular permission controls.
Hookdeck Outpost - Outbound Event Delivery
DevOps
Sets up and configures Hookdeck Outpost for delivering outbound events to customer endpoints. Use when building webhook delivery infrastructure, configuring supported destinations (HTTP, SQS, RabbitMQ, Pub/Sub, etc.), or managing tenants and subscriptions.
Implementation Plan Builder
Documentation
Create implementation plans tailored to project complexity using predefined templates. Automatically selects between minimal, standard, or comprehensive versions based on scope.
Swift Binding Fixer
Development
Fixes SwiftUI '$' binding errors ('cannot find $viewModel') by replacing @State or plain properties with @Bindable on @Observable ViewModels in the Leavn app. Use this when encountering sheet presentation or other binding errors in SwiftUI views.
Expo Router Patterns
Development
Patterns for Expo Router including Stack configuration, native tabs, and file-based routing best practices for mobile navigation.
Bootstrap New Feature Ticket
Development
Bootstraps a new feature ticket by setting active context, deriving a slug hint from the idea note, and preparing PRD questions. Use at the idea stage to initialize the ticket workflow and validate PRD readiness.
Debug Code Task
Development
Fetches task metadata and execution logs for a code-agent task from Firestore. Use this when the user pastes a code-task URL (dev.intexuraos.cloud or intexuraos.cloud) or provides a task ID (task_*) with debugging or investigation intent.
Cross-Platform Compatibility
Development
Comprehensive guide to writing code compatible across Windows, macOS, and Linux. Covers file path handling, OS detection, platform-specific dependencies, and testing strategies.
Paper Synthesizer
Productivity
Subagent that fetches and synthesizes a single research paper. It downloads the PDF, extracts key details (problem, method, results, limitations), and writes a structured staging file for the main agent. Useful when processing multiple papers for a literature synthesis task.
Dartboard Rendering
Development
This skill provides implementation patterns for rendering a dartboard with p5.js, including correct drawing order (outer to inner, spider split into two steps), coordinate transformation between physical mm and screen pixels, and segment boundary angle calculations. It helps when implementing or reviewing dartboard rendering logic to avoid common mistakes like incorrect layering or coordinate mixing.