SKILL-RADAR · GITHUB

Nützliche Agent Skills, nach echter Nutzung sortiert.

Vergleiche verifizierte Skills aus öffentlichen Repositories nach Aufgabe, Paketinhalt, Installationen und nachvollziehbarer Quelle.

KATALOGUMFANG
VERIFIZIERT
Skills
10.772
Repositories
1711
zuletzt synchronisiert
23.09.2026
10.772 Skills
streakyc
Community

gws-gmail

Gmail: Send, read, and manage email.

Installationen
1
GitHub Stars
0
Aktualisiert
5. Aug.
streakyc
Community

gws-gmail-reply

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

Installationen
1
GitHub Stars
0
Aktualisiert
5. Aug.
streakyc
Community

gws-gmail-reply-all

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

Installationen
1
GitHub Stars
0
Aktualisiert
5. Aug.
streakyc
Community

gws-gmail-send

Gmail: Send an email.

Installationen
1
GitHub Stars
0
Aktualisiert
5. Aug.
streakyc
Community

gws-shared

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

Installationen
1
GitHub Stars
0
Aktualisiert
5. Aug.
remotion-dev
Offiziell

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.

Installationen
1
GitHub Stars
59.115
Aktualisiert
13. Sept.
remotion-dev
Offiziell

add-effect

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

Installationen
1
GitHub Stars
59.115
Aktualisiert
13. Sept.
remotion-dev
Offiziell

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.

Installationen
1
GitHub Stars
59.115
Aktualisiert
13. Sept.
remotion-dev
Offiziell

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.

Installationen
1
GitHub Stars
59.115
Aktualisiert
13. Sept.
remotion-dev
Offiziell

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.

Installationen
1
GitHub Stars
59.115
Aktualisiert
13. Sept.
remotion-dev
Offiziell

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.

Installationen
1
GitHub Stars
59.115
Aktualisiert
13. Sept.
remotion-dev
Offiziell

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.

Installationen
1
GitHub Stars
59.115
Aktualisiert
13. Sept.
remotion-dev
Offiziell

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.

Installationen
1
GitHub Stars
59.115
Aktualisiert
13. Sept.
remotion-dev
Offiziell

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.

Installationen
1
GitHub Stars
59.115
Aktualisiert
13. Sept.
remotion-dev
Offiziell

upgrade-mediabunny

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

Installationen
1
GitHub Stars
59.115
Aktualisiert
13. Sept.
anthropics
Offiziell

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.

Installationen
1
GitHub Stars
24.003
Aktualisiert
13. Sept.
anthropics
Offiziell

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.

Installationen
1
GitHub Stars
24.003
Aktualisiert
13. Sept.
metabase
Community

add-malli-schemas

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

Installationen
1
GitHub Stars
49.232
Aktualisiert
14. Sept.
sickn33
Community

tdd-workflow

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

Installationen
1
GitHub Stars
46.371
Aktualisiert
13. Sept.
everyinc
Community

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.

Installationen
1
GitHub Stars
25.061
Aktualisiert
13. Sept.
oxc-project
Community

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.

Installationen
1
GitHub Stars
22.729
Aktualisiert
13. Sept.
jeffallan
Community

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.

Installationen
1
GitHub Stars
11.450
Aktualisiert
7. Aug.
jeffallan
Community

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.

Installationen
1
GitHub Stars
11.450
Aktualisiert
7. Aug.
jeffallan
Community

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.

Installationen
1
GitHub Stars
11.450
Aktualisiert
7. Aug.