Find the perfect skill
Perplexity Rate Limit Handling
Development
Implement Perplexity rate limiting, exponential backoff, and idempotency for API calls.
Diagnosing Bugs
Development
Diagnosis loop for hard bugs and performance regressions. Use when the user says 'diagnose'/'debug this', or reports something broken/throwing/failing/slow.
Vexor: Vector CLI for Semantic File Search
Data & AI
This skill provides guidance for using a vector-powered CLI for semantic file search, designed as a skill for Claude/Codex.
DevFlow Structured Development Workflow
Development
Progressive disclosure workflow with gate-based verification. Use for staged development where tests must pass before advancing.
Claude Code Skill Manager
Development
Manage Claude Code skills on demand: install, list, update, and remove skills from a central registry, with per-repo customization and version locking.
Voice Profile Management
Content
Manages saved voice profiles for consistent writing style. Allows listing, applying, or deleting voices, helping maintain a specific tone or style across writing tasks.
Secure Environment Variable Management
Security
Guidance for managing environment variables securely, preventing secret exposure in sessions, logs, and git.
Stablecoin Resilience Classification
Data & AI
Classifies stablecoins to override default resilience sub-factor scores (chainRisk, collateralQuality, custodyModel) when the default inference is incorrect. Useful after adding new stablecoins or auditing existing scores for accuracy.
Debug and Trace Configuration
Development
Expert in setting up comprehensive debugging environments, distributed tracing, and diagnostic tools for development and production environments.
Release cryptobot-python package
DevOps
Automates the release process for the cryptobot-python package: validates version, updates files, creates git tag and GitHub release. Useful when you need to cut a new version, update HISTORY.md, or publish a release.
Create GitHub Pull Requests
Development
Automatically creates GitHub pull requests from branch commits, including title/body generation and review monitoring.
Data Quality Frameworks
Data & AI
Implement data quality validation with Great Expectations, dbt tests, and data contracts. Use when building data quality pipelines, implementing validation rules, or establishing data contracts.