Find the perfect skill
Generate Publication-Ready TDA Figures
Data & AI
Generates matplotlib figures for topological data analysis (TDA) following the trajectory_tda/viz codebase conventions. Uses style constants and pre-defined figure templates.
React Email - HTML Email Templates
Development
Use when building HTML email templates with React components. Helps create responsive, consistent emails for common use cases like welcome emails, password resets, notifications, order confirmations, and newsletters. Provides a component library and local preview server to streamline email development across major clients.
Terraform AWS Modules
DevOps
Terraform module creation for AWS — reusable modules, state management, and HCL best practices. Use when building or reviewing Terraform AWS infrastructure.
Edge Log Proof
Productivity
Manually logs proof of completed work to a session log file after significant actions. Helps maintain an audit trail when automatic hooks are unavailable, such as after completing a step, modifying files, or running tests.
1C Form Compilation from JSON DSL
Development
Compiles a 1C managed form from a compact JSON DSL definition. Generates a complete Form.xml (100-500+ lines) from a concise JSON specification (20-50 lines). Use when creating a new form from scratch; automatically handles namespace declarations, companion elements, and sequential IDs.
Debug Unity — Structured Debugging
Development
A structured debugging workflow for Unity-specific issues (NavMesh, physics, animations, AI, rendering). It guides through reading the environment, categorizing the issue by subsystem, diagnosing with common checks, and fixing one change at a time with validation. Helps when encountering Unity bugs, incorrect configurations, or unexpected behavior in scenes.
Project Setup and Workflow File Generation
DevOps
Sets up new projects and generates workflow files such as CLAUDE.md, AGENTS.md, and Plans.md. It includes subskills for adaptive setup, project scaffolding, and generating configuration files. Use this skill when the user requests initialization or project setup, but avoid it for implementation or build tasks.
Huawei Cloud Event-Driven Architecture Review
DevOps
Review Huawei Cloud event-driven architecture designs including DMS Kafka, ROMA Connect, FunctionGraph, SMN, and cross-region replication for reliability and idempotency.
Analyze Account Health
Data & AI
Summarizes B2B account health by analyzing usage patterns, engagement trends, risk signals, and expansion opportunities.
Axiom APL - Query Language
Data & AI
Provides comprehensive guidance for writing, debugging, and optimizing APL queries for Axiom, including operators, functions, query patterns, CLI usage, and common pitfalls. Auto-invoked when working with APL queries to ensure accurate and efficient query building.
Using Superpowers
Productivity
Mandatory protocol for finding and using skills before any task. Establishes brainstorming and checklist workflows.
Supabase Webhook Signature Validation
Development
Implement secure Supabase webhook signature validation and event handling. Configure webhook endpoints with cryptographic verification and replay attack protection.