Find the perfect skill
Scene Detector
Development
Detects scene changes and shot boundaries in videos. Uses adaptive detection to identify fast cuts and gradual fades for video segmentation.
Agentic Import
Development
Import external reusable assets (skills, templates, agents) into the repository's plugin architecture with validation and dry-run support.
Paperconfig YAML Configuration for Omics Data
Data & AI
Create and validate paperconfig.yaml files to integrate omics publication data (RNA-seq, proteomics, metabolomics) into a knowledge graph. Used when adding new differential expression data from papers.
Perplexity Multi-Environment Setup
DevOps
Configure Perplexity across development, staging, and production environments. Manage secrets, environment detection, and per-environment configuration.
Flutter Pub Update
Development
Updates Flutter project pubspec.yaml dependencies, with changelog review and confirmation for major version updates.
TOON: JSON Data Inspection Tool
Data & AI
CLI tool for efficiently inspecting JSON-like structured data, reducing token consumption before it enters agent context.
Tenant Check Audit
Development
Audit codebase for hardcoded tenant strings, non-semantic colors, and missing feature flags before PR review.
App Review Analyzer
Data & AI
Analyzes app store review CSV data containing id, date, user_name, title, content, rating, and app_version columns. Generates visualizations such as rating distribution, monthly trends, and version ratings, along with keyword analysis for positive and negative reviews. Useful for understanding user satisfaction, tracking app quality over time, and identifying issues in specific versions.
Create Claude Code Agents
Development
Helps create and run custom Claude Code agents by defining agent configurations using --agents JSON and executing them via --agent flag. Useful when users need to build specialized agents for specific tasks or migrate agents from other formats like OpenCode.
Reflection-first Convex Development
Development
Reflection-first methodology for full-stack Convex development, covering root cause analysis, best practices, and minimal change scope.
Evo 2: DNA Scoring, Embedding, and Generation
Data & AI
Score, embed, and generate DNA sequences using the Evo 2 genomic foundation model. Ideal for variant effect prediction, regulatory region analysis, and sequence generation.
Concurrency and Synchronization Audit
Development
Audit ByroRedux for data races, deadlocks, incorrect lock ordering, missing Vulkan synchronization, and thread-safety violations.