Find the perfect skill
Markdown Converter - File Transformer
Documentation
Convert documents and files to Markdown format. Transform PDFs, HTML, Word docs and more into clean, portable Markdown for easy editing and version control.
Browser Automation with agent-browser
Development
Browser automation CLI for AI agents. Navigate pages, fill forms, click buttons, take screenshots, extract data, and automate web interactions programmatically.
First Principles Decomposer
Data & AI
Break any problem down to its fundamental truths using first principles thinking. Challenge assumptions and build solutions from the ground up.
Stock Technical Indicators
Data & AI
Professional stock technical indicators calculation (MA, MACD, RSI, BOLL). Trend analysis, quantitative backtesting and buy/sell signals identification returning DataFrames.
Zustand Middleware
Development
Use this skill when implementing Zustand middleware for persistence, dev tools, immutability, and other enhanced store functionality. It covers middleware composition, persist options, DevTools integration, and Immer for mutable-style immutable updates. Particularly helpful for complex state management requiring persistence and debugging support.
Technical Indicator Dashboard
Data & AI
Build an interactive technical analysis dashboard using Plotly Dash or Streamlit. Supports single-symbol, multi-symbol, and multi-timeframe layouts with real-time refresh. Helps visualize indicators and monitor financial markets in real time.
Terraform Resource Migration
Development
Guides migration of existing SDK-based Terraform resources to the Plugin Framework while maintaining state compatibility and behavioral parity. Use when converting legacy resources or when the user asks to migrate, convert, or port existing resources.
GitHub Shipment Tracker
Development
Analyzes merged pull requests and closed issues across GitHub repositories to generate an interactive HTML report summarizing what was shipped over a given time period. Useful for visualizing team progress, sprint results, or quarterly deliveries.
Workspace Setup
Development
Runs setup scripts for one or all projects in the workspace, including dependency installation, environment configuration, and database migrations. Helpful when the user asks to set up projects or install dependencies.
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.
Next.js Performance Optimization
Development
Focuses on critical Next.js performance fixes: prevents asynchronous waterfalls via Promise.all and Suspense, reduces bundle size by banning barrel imports and using next/dynamic for heavy components, secures Server Actions with mandatory internal authentication, and enforces proper production build practices. Ideal when writing React components, data fetching logic, Server Actions, or optimizing bundle size in Next.js applications.