Trending Skills
The hottest skills gaining momentum in the community right now.
srt-translate
by c-kick
Vertaal Engelse SRT ondertitelbestanden naar Nederlands, of review bestaande Nederlandse ondertiteling. Volgt Netflix Dutch Timed Text Style Guide + Modelrichtlijnen Nederlandse Ondertiteling (Auteursbond). Gebruik bij verzoeken om EN→NL ondertitelvertaling, SRT lokalisatie, of review/controle van bestaande NL ondertitels tegen EN bron. Niet voor algemene vertaling zonder SRT-bestand, niet voor ondertiteling in andere talen dan Nederlands, niet voor audio-transcriptie. Primaire methode: orchestrate.sh pipeline (script-gestuurd, headless). Alternatief: interactieve modus voor losse fasen of review.
checkmate
by InsipidPoint
"Focus your agent on a long-running task and keep iterating until your satisfaction criteria are met — not just a best-effort attempt. Use when you want to lock your agent into a quality loop: it converts your goal into machine-checkable criteria, spins up a worker, judges the output, feeds back gaps, and repeats until PASS or you call it done. Good for tasks where correctness matters: code that must pass tests, docs that must hit a standard, research that must be thorough, anything where 'good enough on first try' isn't acceptable. Triggers on 'checkmate: TASK', 'keep going until it passes', 'don't stop until done', 'quality loop', 'iterate until satisfied', 'judge and retry'."
pwa-review
by Alexis315
Comprehensive 185-point PWA audit beyond Lighthouse - analyzes manifest, service worker, offline capabilities, security, iOS compatibility, and advanced PWA features
holo-polymarket
by helebest
Polymarket 预测市场工具。查询热门预测、搜索市场、分析概率趋势、追踪大户持仓。
unbrowse
by getfoundry
Reverse-engineer any website into reusable API skills. Capture network traffic, discover endpoints, learn API patterns, execute learned skills, and manage auth for gated sites. Use when someone wants to scrape structured data from a website, discover hidden APIs, automate web interactions, or bypass the need for official API documentation.
SKILL.md — task-router
by manthis
```
Blog Platform
by Humans-Not-Required
GitHub: https://github.com/Humans-Not-Required/blog
excalidraw
by kerta1n
"Use when working with .excalidraw or .excalidraw.json files or user explicitly mentions excalidraw - delegates all Excalidraw operations to subagents to prevent context exhaustion from verbose JSON (single files: 4k-22k tokens, can exceed read limits)"
e2e-reporter
by dablon
"Automated E2E testing and evidence collection using Puppeteer. Use when you need to: (1) Verify application flows with real browser execution, (2) Capture screenshots for progress reports, (3) Inspect API responses in a live environment, (4) Generate verifiable evidence of feature completion."
Gemini API Development Skill
by aivexl
(Catatan: Langkah pengoperasian Merchant Dashboard ini ditambahkan sesuai arahan di luar spesifikasi murni Gemini API SDK)
fightbook
by resided
P2P AI Combat Arena - Configure fighters, watch them battle in real-time
esp-idf-helper
by 547895019
Help develop, build, flash, and debug ESP32/ESP8266 firmware using Espressif ESP-IDF on Linux/WSL. Use when the user asks about ESP-IDF project setup, configuring targets, menuconfig, building, flashing via esptool/idf.py, serial monitor, partition tables, sdkconfig, troubleshooting build/flash/monitor errors, or automating common idf.py workflows from the command line.
obsidian-plan-wiki
by Cygnusfear
Create and manage behavior specification wikis in Obsidian format. Use when creating specs, documenting features, or when user mentions "wiki", "spec", "feature", or "Obsidian".
finishing-a-development-branch
by Cygnusfear
Use when implementation is complete, all tests pass, and you need to decide how to integrate the work - guides completion of development work by presenting structured options for merge, PR, or cleanup
superpower-zustand
by Cygnusfear
MANDATORY for creating Zustand stores. This skill is required when users request state management, creating stores, or mention Zustand. Do NOT create Zustand stores without this skill - all stores must use the required StoreBuilder pattern with immer middleware and factory pattern separation
chrome-devtools
by Cygnusfear
Control Chrome browser programmatically using chrome-devtools-mcp. Use when user asks to automate Chrome, debug web pages, take screenshots, evaluate JavaScript, inspect network requests, or interact with browser DevTools. Also use when asked about browser automation, web scraping, or testing websites.
the-oracle
by Cygnusfear
This skill should be used when the user asks to "use the oracle" or "ask the oracle" for deep research, analysis, or architectural questions. The oracle excels at multi-source research combining codebase exploration and web searches, then synthesizing findings into actionable answers. Use for complex questions requiring investigation across multiple sources, architectural analysis, refactoring plans, debugging mysteries, and code reviews.
create-skill
by Cygnusfear
This skill should be used when users want to create a new skill (or update an existing skill) that extends your capabilities with specialized knowledge, workflows, or tool integrations.
obsidian-upgrade
by Cygnusfear
Upgrade Obsidian wikis to latest format. Handles structure migration (phases/tasks → features/specs), comment format upgrades (adding emoji prefixes), and Johnny Decimal feature organization. Use when user mentions "upgrade wiki", "migrate wiki", "update wiki format", or has old-format comments.
writing-skills
by Cygnusfear
Use when creating new skills, editing existing skills, or verifying skills work before deployment
check-plan
by Cygnusfear
Audit implementation progress against a plan ticket, verify completed work, identify remaining tasks, and validate quality. Use when user asks to check plan status, verify implementation, see what's left to do, or validate plan completion.
systematic-debugging
by Cygnusfear
ONLY USE THIS SKILL UPON USER/HOOMAN REQUEST TO USE EXACTLY THIS SKILL, ONLY RUN ON HOOMAN [OK]. Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes
using-superpowers
by Cygnusfear
Guidelines for using skills effectively - load relevant skills before complex tasks, not every message
4-step-program
by Cygnusfear
Coordinator workflow for orchestrating dockeragents through fix-review-iterate-present loop. Use when delegating any task that produces code changes. Ensures agents achieve 10/10 quality before presenting to human.