Explorar skills
8801 skills encontradas
Alerta por categoría
Recibe nuevas skills de Automação todos los lunes
video-subtitles
Genere archivos de subtítulos SRT a partir de video o audio usando OpenAI Whisper. Es gratuito, local y no requiere clave de API.
workflow-orchestration
Orquesta el flujo de trabajo del agente para tareas no triviales, incluyendo modo de planificación inicial, uso de subagentes, ciclos de auto-mejora, verificación antes de finalizar y corrección autónoma de errores. Úselo para cualquier tarea con más de 3 pasos, decisiones arquitectónicas, informes de errores o cuando el usuario corrige al agente, asegurando que los cambios sean mínimos y demostrablemente correctos.
agent-governance
Patrones y técnicas para añadir gobernanza, seguridad y controles de confianza a sistemas de agentes de IA. Esencial para agentes que usan herramientas externas, implementan control de acceso y detectan intenciones peligrosas.
windsurf-common-errors
Diagnostica y corrige errores y excepciones comunes de Windsurf. Úsalo al encontrar errores, depurar solicitudes fallidas o solucionar problemas de integración.
multi-skill-orchestration
Genera pósteres académicos a partir de trabajos escritos, condensando capítulos en un póster HTML de una sola página, que incluye ilustraciones y transiciones entre párrafos.
google-meet-connector
Utilice la API externa de AgentPMT para ejecutar la herramienta Google Meet con firmas de billetera, compra de créditos o créditos obtenidos de trabajos.
md-twitter-dresser
Add AI-generated cover + inline images and candidate titles to a Markdown article, with two rounds of HTML-based human review (round 1 confirms image prompts BEFORE generation to save API cost, round 2 confirms the rendered images). Use whenever the user has a Markdown article and asks to "配图", "加图加标题", "给文章生成封面", "dress this article", "add images and title to my markdown". Outputs a dressed `.md`
external-data-scout
Scout, document, and verify external data sources — both open/free and paid/licensed. Produces comprehensive reports with field-level schemas, API response structures, code snippets, and freshness rankings through a 5-phase workflow: brainstorm, research, build, verify, correct. Use this skill whenever the user wants to discover what external data is available, document data sources for a pipeline
update-skills
Se usa cuando el usuario desea actualizar las skills instaladas — globalmente, para el proyecto actual, o ambos. Se activa con frases como actualizar skills, 更新 skills, 更新全局, 更新项目, o intención similar.
update-skills
Use when the user wants to update installed skills — globally, for the current project, or both. Triggers on phrases like "update skills", "更新 skills", "更新全局", "更新项目", or similar intent.
gh-squash-merge-closes-only-one-issue
GitHub auto-close on squash-merge only catches ONE issue per PR even when the PR title/body says "Closes #447, #448, #449, #450". The first issue closes; the rest stay OPEN. Use when: (1) you opened a PR with a title or body listing multiple "Closes #X, #Y, #Z" references, (2) the PR squash-merged successfully (`gh pr view N --json state` = MERGED), (3) `gh issue list --state open` shows some of t
git-pull-after-squash-merge
Fix "untracked working tree files would be overwritten by merge" errors when pulling after a squash merge. Use when: (1) `git pull` fails listing files that should already be on main, (2) you just squash-merged a PR and can't pull on another branch, (3) files from a merged branch appear as "untracked" blocking checkout or pull. The root cause is that squash merge creates new commits — the original