RADAR DE SKILLS · GITHUB

Agent Skills útiles, ordenados por uso real.

Compara Skills verificados por función, contenido del paquete, instalaciones y fiabilidad de la fuente antes de añadirlos.

ALCANCE DEL CATÁLOGO
VERIFICADO
Skills
10.772
repositorios
1711
última sincronización
23 sept 2026
10.772 Skills
streakyc
Comunidad

gws-gmail

Gmail: Send, read, and manage email.

instalaciones
1
GitHub Stars
0
Actualizado
5 ago
streakyc
Comunidad

gws-gmail-reply

Gmail: Reply to a message (handles threading automatically).

instalaciones
1
GitHub Stars
0
Actualizado
5 ago
streakyc
Comunidad

gws-gmail-reply-all

Gmail: Reply-all to a message (handles threading automatically).

instalaciones
1
GitHub Stars
0
Actualizado
5 ago
streakyc
Comunidad

gws-gmail-send

Gmail: Send an email.

instalaciones
1
GitHub Stars
0
Actualizado
5 ago
streakyc
Comunidad

gws-shared

gws CLI: Shared patterns for authentication, global flags, and output formatting.

instalaciones
1
GitHub Stars
0
Actualizado
5 ago
remotion-dev
Oficial

add-bug

Add a new Remotion bug entry to packages/bugs/api/[v].ts. Use when the user describes a bug and affected Remotion versions that should be surfaced through the bugs API.

instalaciones
1
GitHub Stars
59,1 mil
Actualizado
13 sept
remotion-dev
Oficial

add-effect

Add a new effect to @remotion/effects, including implementation, package exports, docs, demos, preview images, Remotion skill updates, tests, formatting, and builds.

instalaciones
1
GitHub Stars
59,1 mil
Actualizado
13 sept
remotion-dev
Oficial

add-new-package

Add a new package to the Remotion monorepo, including package scaffolding, monorepo registration, documentation, build scripts, tests, and release checklist updates. Use when creating a new @remotion package.

instalaciones
1
GitHub Stars
59,1 mil
Actualizado
13 sept
remotion-dev
Oficial

convert

Start the local @remotion/convert app and open it in the Codex browser. Use when the user invokes /convert or $convert, asks to launch convert.remotion.dev locally, or wants to inspect the Convert package UI.

instalaciones
1
GitHub Stars
59,1 mil
Actualizado
13 sept
remotion-dev
Oficial

experts

Maintain Remotion's experts directory and its generated assets. Use when adding, removing, or editing experts; changing experts data or portraits; rendering expert cards; or regenerating the homepage experts animation for Chrome and Safari.

instalaciones
1
GitHub Stars
59,1 mil
Actualizado
13 sept
remotion-dev
Oficial

merge

Wait for a Remotion pull request to become mergeable, handle merge conflicts, distinguish genuine CI failures from flakes, rerun flaky checks through the flake skill, and merge the PR. Use when asked to run /merge, merge a current PR after checks pass, or shepherd a Remotion PR through CI to merge.

instalaciones
1
GitHub Stars
59,1 mil
Actualizado
13 sept
remotion-dev
Oficial

react-scan

Capture and analyze Remotion Studio React render profiles with the internal React Scan Lite collector. Use when diagnosing unnecessary re-renders, slow commits, frame-reactive component trees, or when comparing render performance before and after a change.

instalaciones
1
GitHub Stars
59,1 mil
Actualizado
13 sept
remotion-dev
Oficial

studio

Start Remotion Studio from packages/example and open it in the Codex browser. Use when the user invokes /studio or $studio, asks to launch the example Studio, or wants the Remotion Studio dev UI available locally.

instalaciones
1
GitHub Stars
59,1 mil
Actualizado
13 sept
remotion-dev
Oficial

studio-css-reset

Diagnose and fix Remotion Studio UI bugs caused by the global CSS reset. Use when nested text or SVG icons have incorrect color, typography, sizing, hover states, or truncation in packages/studio.

instalaciones
1
GitHub Stars
59,1 mil
Actualizado
13 sept
remotion-dev
Oficial

upgrade-mediabunny

Upgrade Mediabunny and related @mediabunny packages across the Remotion repo. Use when asked to update Mediabunny to the latest version.

instalaciones
1
GitHub Stars
59,1 mil
Actualizado
13 sept
anthropics
Oficial

margin-analyzer

Analyzes unit economics by product or service using PayPal merchant insights and QuickBooks cost data, benchmarks against inflation and cost changes, and shows pricing-scenario data (e.g. "a 5% increase historically correlates with ~3% volume drop"). Surfaces analysis only — does not recommend a price. Use when the user asks about raising prices, pricing, margin analysis, what to charge, whether costs are eating into profit, or how a price change might affect their business. Trigger even if the user doesn't say "margin" explicitly — phrases like "am I making enough?", "should I charge more?", or "my costs are going up" all call for this skill.

instalaciones
1
GitHub Stars
24 mil
Actualizado
13 sept
anthropics
Oficial

quarterly-review

Generates a full QBR narrative — revenue trend, margin trend, customer health, top opportunities and risks — as a presentation-ready PDF or deck. Accepts optional quarter and save-to arguments.

instalaciones
1
GitHub Stars
24 mil
Actualizado
13 sept
metabase
Comunidad

add-malli-schemas

Efficiently add Malli schemas to API endpoints in the Metabase codebase with proper patterns, validation timing, and error handling

instalaciones
1
GitHub Stars
49,2 mil
Actualizado
14 sept
sickn33
Comunidad

tdd-workflow

Test-Driven Development workflow principles. RED-GREEN-REFACTOR cycle.

instalaciones
1
GitHub Stars
46,4 mil
Actualizado
13 sept
everyinc
Comunidad

ce-handoff

Create a session handoff for another agent, or resume, find, and read any user-selected continuity source. Use when work or conversation must continue without access to the current session history.

instalaciones
1
GitHub Stars
25,1 mil
Actualizado
13 sept
oxc-project
Comunidad

migrate-oxlint

Guide for migrating a project from ESLint to Oxlint. Use when asked to migrate, convert, or switch a JavaScript/TypeScript project's linter from ESLint to Oxlint.

instalaciones
1
GitHub Stars
22,7 mil
Actualizado
13 sept
jeffallan
Comunidad

cloud-architect

Designs cloud architectures, creates migration plans, generates cost optimization recommendations, and produces disaster recovery strategies across AWS, Azure, and GCP. Use when designing cloud architectures, planning migrations, or optimizing multi-cloud deployments. Invoke for Well-Architected Framework, cost optimization, disaster recovery, landing zones, security architecture, serverless design.

instalaciones
1
GitHub Stars
11,5 mil
Actualizado
7 ago
jeffallan
Comunidad

code-reviewer

Analyzes code diffs and files to identify bugs, security vulnerabilities (SQL injection, XSS, insecure deserialization), code smells, N+1 queries, naming issues, and architectural concerns, then produces a structured review report with prioritized, actionable feedback. Use when reviewing pull requests, conducting code quality audits, identifying refactoring opportunities, or checking for security issues. Invoke for PR reviews, code quality checks, refactoring suggestions, review code, code quality. Complements specialized skills (security-reviewer, test-master) by providing broad-scope review across correctness, performance, maintainability, and test coverage in a single pass.

instalaciones
1
GitHub Stars
11,5 mil
Actualizado
7 ago
jeffallan
Comunidad

cpp-pro

Writes, optimizes, and debugs C++ applications using modern C++20/23 features, template metaprogramming, and high-performance systems techniques. Use when building or refactoring C++ code requiring concepts, ranges, coroutines, SIMD optimization, or careful memory management — or when addressing performance bottlenecks, concurrency issues, and build system configuration with CMake.

instalaciones
1
GitHub Stars
11,5 mil
Actualizado
7 ago