Find the perfect skill
Theme Manager
Development
Manage UI themes for the trading platform. Switch between light, dark, and custom themes, list available themes, create new ones, and edit existing theme variables. Helps when you need to customize the visual appearance for trading sessions or match system preferences.
Create GitHub Pull Request
Development
Creates a GitHub pull request from the current branch by analyzing commit history, generating a conventional commit title and structured body, pushing to origin, and submitting via `gh pr create`. Useful when a user wants to create a pull request, open a PR, or ship changes. Automatically detects the base branch and validates that the branch has commits ahead and no uncommitted changes.
Todoist - Task Manager
Productivity
Manage tasks and projects in Todoist from the terminal. Add, complete, and organize your to-dos with labels, priorities, and due dates.
Data Management with XDB CLI
Data & AI
Use XDB CLI to store, query, and manage structured data with a URI-based addressing system. It supports flexible, strict, or dynamic schemas and namespace organization for different projects, users, or agents. This is useful for persisting data from web scraping, issue tracking, metrics, logs, or conversation memory.
Marp Pitch Deck Creator
Content
Creates professional pitch decks in Markdown using Marp and Tailwind CSS. It uses HTML with Tailwind utility classes for advanced layouts like grids and columns. Best for quickly generating polished presentations from structured content.
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.
Session Skill Extraction Workflow
Productivity
Extract non-obvious discoveries from sessions into persistent reusable skills. Used to document debugging solutions, workarounds, and multi-step workflows for future sessions.
EVM Transaction Info Fetcher
Data & AI
Fetches details of an EVM transaction given its hash. Uses the cast tool (Foundry) and supports Ethereum, Polygon, Arbitrum, Optimism, Base, and BSC chains. Helps users quickly look up transaction information.
Ansatz Designer
Data & AI
Design of parameterized quantum circuits for variational algorithms, balancing expressibility and trainability. Hardware-efficient ansatz generation and barren plateau detection.
Diataxis Documentation Framework
Documentation
Create comprehensive, user-focused documentation using the Diataxis framework. Identify the right documentation type (tutorials, how-to guides, references, explanations) and apply best practices for each.
MCP Server Builder
Development
Covers principles for building MCP (Model Context Protocol) servers, including tool design, resource patterns, error handling, security, and configuration. Helps developers create well-structured, secure, and testable MCP servers for AI tool integration.
API Design Assistant
Development
Design RESTful and GraphQL APIs following industry standards, generate OpenAPI specs, and create consistent endpoint patterns.