Find the perfect skill
GitHub Quantitative Trading Project Analysis
Data & AI
Search and analyze popular quantitative trading projects on GitHub, providing actionable recommendations for implementation.
Kit Module Management
Development
Manage optional skill modules for modular kits. Supports install, remove, update, list, audit, and preset operations.
Scaffold New Cobra CLI Command
Development
Scaffold a new Cobra CLI command following the project's patterns, including file locations, error handling, context, and output formatting.
Gemini API Caching Strategies
Development
Best practices for implementing robust caching for Gemini API calls, including cache versioning, entity-stable keys, and cache busting to reduce costs and improve latency.
CTF Cryptography
Security
Provides cryptography attack techniques for CTF challenges. Use when attacking encryption, hashing, signatures, and other crypto problems.
ACE-Step Documentation
Documentation
Provides documentation and troubleshooting for the ACE-Step music generation system. Covers installation, GPU configuration, model download, Gradio web UI usage, API integration, and common issues such as VRAM problems and CUDA errors. Useful for developers and users setting up or debugging ACE-Step.
Repository Dashboard
Development
Displays priority PRs/issues, suggested tasks, CI/CD health, and deployment status for a repository.
StockAI — Domain Knowledge, Analysis Style & Coding Standards
Development
Teaches Claude the trading domain, system architecture, analysis mental models, and coding standards for the StockAI platform.
Session Handoff
Development
Captures the current session context before ending or auto-compaction, generating a handoff document summarizing decisions, code changes, and next steps. Helps maintain continuity across work sessions, especially after automatic context compaction.
Full-stack app build with conventions
Development
Build, review, or assess full-stack apps (FastAPI + React + Docker) against a set of conventions. Three modes: new, review, assess.
Beads (bd) Task Tracking
Development
Durable project task tracking with the Beads CLI (bd): manage tasks, dependencies, blockers, and multi-session handoff.
C Systems Programming
Development
Write efficient C code with proper memory management, pointer arithmetic, and system calls. Handles embedded systems, kernel modules, and performance-critical code.