Loading...
Loading...
Found 1,658 Skills
Convert plain CSS stylesheets to Tailwind CSS utility classes. Handles selectors, media queries, pseudo-classes, custom properties, and animations.
Query financial market data using the finflow CLI tool. Supports A-shares, HK stocks, US stocks, futures, and macro data. Use this skill whenever the user asks about stock quotes (SH600519, 00700, AAPL), market indices, financial news, capital flow, sector rankings, macro calendar, futures, or any financial data. Also trigger when the user mentions stock codes, ticker symbols (e.g. 茅台, NVDA, 腾讯), asks about market sentiment, wants to check portfolio, or needs real-time financial information for investment decisions.
SEO link building and optimization — directory submissions, content optimization, keyword research, and backlink tracking via browser automation.
AI-powered stock and crypto analysis using the aipa CLI. Use this skill whenever the user asks to analyze a ticker, compare stocks, get technical analysis, or answer any financial market question about Vietnamese stocks (VIC, VCB, FPT...), cryptocurrencies (BTC, ETH...), or global assets. Also use for price action analysis, moving average analysis, support/resistance questions, sector comparison, Wyckoff analysis, or trading insights. Also handles fundamental analysis when the user explicitly asks for fundamentals, PE, ROE, NPL, CAR, valuation, or "phân tích cơ bản" — use `aipa fundamentals` commands to enrich technical analysis with financial ratios, company info, and fundamental screening/ranking. For raw price data without AI, use the aipa-data skill instead.
Self-hosted, open-source alternative to Google NotebookLM for AI-powered research and document analysis. Use when organizing research materials into notebooks, ingesting diverse content sources (PDFs, videos, audio, web pages, Office documents), generating AI-powered notes and summaries, creating multi-speaker podcasts from research, chatting with documents using context-aware AI, searching across materials with full-text and vector search, or running custom content transformations. Supports 16+ AI providers including OpenAI, Anthropic, Google, Ollama, Groq, and Mistral with complete data privacy through self-hosting.
Generate cartoon and animation style video prompts for Seedance 2.0 (Higgsfield). Use this when users want cartoon, 2D animation, cel shading, hand-drawn, illustration, flat animation or motion graphics animation style videos. Trigger words: cartoon, animation, cel shading, hand-drawn, illustration, flat design animation, vector animation, retro cartoon, rubber hose, motion graphics or any cartoon/animation style request. Use it even if users vaguely say "make it look like animation" or "fun and colorful style".
Inspeccionar un proyecto existente para descubrir decisiones arquitectónicas implícitas y proponer ADRs candidatos. Usar cuando el usuario quiera auditar un repositorio en busca de decisiones no documentadas, pida "descubrir ADRs", "qué decisiones arquitectónicas tiene este proyecto", "busca ADRs en el repo", "analiza la arquitectura del proyecto" o cualquier variante que implique explorar el código/estructura para inferir decisiones relevantes que merezcan un ADR. Activar también cuando el usuario llegue a un proyecto nuevo y quiera entender qué decisiones ya se tomaron, aunque no mencione explícitamente "ADR".
Crea o actualiza tareas técnicas (TK-XXX) asociadas a una historia de usuario existente. Activar cuando el usuario solicite planificar implementación, descomponer trabajo, definir alcance técnico, estructurar subtareas o documentar especificaciones técnicas sin generar código ni pruebas. Activar también — por defecto — cuando el usuario solo entregue una referencia a una historia (p. ej. «US-004», «planifica US-007», «tareas para esta historia») — en ese caso el propósito es proponer stubs agrupados por unidad de trabajo que cubran los escenarios (SC-XX) y consideren las reglas de negocio (BR-XX) de la US, sin redactar TKs completas.
Run OpenMMDL molecular dynamics workflows via the FastFold Workflows API (`openmmdl_v1`) from local topology + optional ligand files, prepare draft scripts, execute drafts, wait for completion, fetch artifacts/metrics, and extract trajectory frames. Use when users ask for OpenMMDL, protein-ligand MD, OpenMMDL script preparation, or `/openmmdl/results/<workflow_id>` reruns.
Write Harbor task verifiers using Reward Kit. Use when creating or editing a task's tests/ directory, adding grading criteria, setting up LLM/agent judges, or designing verifiers that produce a reward score.
Frontend development guidelines for React/TypeScript applications. Modern patterns including Suspense, lazy loading, useSuspenseQuery, file organization with features directory, MUI v7 styling, TanStack Router, performance optimization, and TypeScript best practices. Use when creating components, pages, features, fetching data, styling, routing, or working with frontend code.
Advanced Compose Multiplatform UI patterns for shared composables. Use when working with visual UI components, state management patterns (remember, derivedStateOf, produceState), recomposition optimization (@Stable/@Immutable visual usage), Material3 theming, custom ImageVector icons, or determining whether to share UI in commonMain vs keep platform-specific. Delegates navigation to android-expert/desktop-expert. Complements kotlin-expert (handles Kotlin language aspects of state/annotations).