Find the perfect skill
Gate Build - Compilation validation
Testing
Runs the build and test commands defined in `.specwright/config.json`. Captures stdout and exit codes, writing an evidence report. Returns PASS only if both commands exit 0; otherwise FAIL. Internal gate invoked by verify to confirm the codebase compiles and tests pass before proceeding.
Humanizer
Content
Analyze and rewrite text to remove signs of AI-generated writing, making it sound more natural and human.
Miller Patterns Audit
Development
Use pattern extractors to audit code shapes like routes, attributes, directives, and SQL structures across multiple languages.
Run and drive ircx
Development
Build, run, and drive ircx. Use to start ircx, run tests, take screenshots, click through the UI, or verify frontend changes.
Optimizing Vector Indexes
Data & AI
Optimize vector index performance for latency, recall, and memory. Use when tuning HNSW parameters, selecting quantization strategies, or scaling vector search infrastructure.
Mobile Game Development
Development
Mobile game development principles including touch input, battery optimization, performance targets, and app store requirements.
Full-Stack Development with Security by Design
Development
Build production-ready corporate B2B websites using Next.js, TypeScript, Prisma, and OWASP security standards. Includes RBAC, input validation, and secure authentication.
PyTorch 2 Compiler Debugging
Development
Debug PyTorch 2 compiler stack failures: Dynamo graph breaks, Inductor codegen errors, AOTAutograd crashes, and accuracy mismatches. Use for torch.compile errors and related issues.
Cryptographic Audit of Applications
Security
Systematic review of cryptographic primitives, protocols, and key management to identify vulnerabilities such as weak algorithms or hardcoded keys.
Skill Router
Productivity
Ask which skill or flow fits your situation. Routes you to the right skill based on context.
App Mockup Generator
Development
Creates a static HTML mockup of an app screen based on a design system, using exact tokens and components with realistic content.
Testing Tauri Applications
Testing
Covers testing strategies for Tauri v2 applications: unit and integration testing using a mock runtime, end-to-end testing with WebDriver (Selenium, WebdriverIO), and CI integration with GitHub Actions.