Find the perfect skill
Claude Code session diagnostic
DevOps
Analyzes Claude Code session bloat: displays token count, context usage percentage (out of 200K), and a breakdown of bloat sources. Useful when the session feels large or the context window nears capacity, with recommendations for reducing it.
Juicebox Performance Tuning
DevOps
Optimize Juicebox API performance by implementing response caching with Redis, request batching, and connection pooling. Use when improving response times, reducing latency, or maximizing throughput in Juicebox integrations.
Repren - Multi-Pattern Search and Replace
DevOps
Multi-pattern search and replace tool for bulk code refactoring, file renaming, and case-preserving transformations. Supports simultaneous replacements, regex patterns, dry-run previews, and automatic backups for safe refactoring.
Fixed Video Format (9:16)
Development
Provides a fixed 1080x1920 pixel video format (9:16) with percentage-based positioning. Use this when laying out vertical video compositions for TikTok/Instagram Reels, leveraging VIDEO_CONFIG constants and safe zones for UI overlays.
UCM - API Marketplace for AI Agents
Development
Provides access to an API marketplace with over 100 services and 217 endpoints, including web search, image generation, code execution, and more. AI agents can discover and call external capabilities using simple HTTP requests, with free registration and $1.00 credit. Useful when an agent needs capabilities not available natively, such as real-time data, media generation, or document conversion.
Get Agentuity Cloud API Key
DevOps
Retrieve a specific API key by its ID from the Agentuity cloud platform. Requires prior authentication with `agentuity auth login`. Useful for viewing details of a particular key without listing all.
HLD Review and Validation
Development
Evaluates a High-Level Design note against linked ADRs, requirements, and architecture principles. Scores the design across six dimensions (ADR coverage, requirements traceability, etc.) and generates severity-rated findings with actionable next steps. Best used when reviewing architecture designs to ensure consistency and compliance.
Steering - Workflow Management
Productivity
This skill creates a structured workflow by generating requirements, design, and tasklist files under .steering/ for each work instruction. It uses tasklist.md as the single source of truth for progress, operating in plan, implement, and reflect modes. Use it when you need to plan a task, track its implementation, or review completed work.
View Latest KakaoTalk Messages
Productivity
This skill retrieves and displays the latest KakaoTalk messages from the terminal. It supports an optional step count to control how many recent messages to fetch (default 10). Use it when you need to quickly catch up on recent conversations without opening the KakaoTalk app.
Nixtla Correlation Mapper
Finance & Accounting
Analyzes correlations between multiple contracts from CSV data (price or value) to recommend hedging strategies for portfolio risk management. Computes a correlation matrix, identifies significant pairs, and generates optimal hedge ratios (OLS, minimum variance). Useful when managing correlated assets, with visualizations (heatmap, rolling correlations) and export of recommendations.
Video Processing & Editing with FFmpeg
Content
Automate video editing with FFmpeg: cutting, concatenation, audio mixing, transitions, and export optimization for YouTube and social media. Includes subtitle handling and batch processing.
Knowledge Log Output
Documentation
Logs new insights about repository structure and rules discovered during a conversation, prioritizing gaps between AI-inferred knowledge and the user's actual understanding. Saves to a timestamped file to highlight undocumented conventions and assumptions that need documentation.