RADAR SKILL · GITHUB

Agent Skills utili, ordinati per utilizzo reale.

Confronta Skills verificati per funzione, contenuto del pacchetto, installazioni e affidabilità della fonte.

AMBITO CATALOGO
VERIFICATO
Skills
5771
repository
824
ultimo aggiornamento
8 set 2026
5771 Skills
encoredev
Ufficiale

encore-code-review

Review existing Encore.ts code for best practices and common anti-patterns.

installazioni
1
GitHub Stars
26
Aggiornato
3 set
encoredev
Ufficiale

encore-cron

- Schedule periodic / recurring work in Encore.ts using CronJob from encore.dev/cron. Covers every: "1h" interval syntax and schedule: "0 9 1" cron expressions.

installazioni
1
GitHub Stars
26
Aggiornato
3 set
encoredev
Ufficiale

encore-database

Work with PostgreSQL in Encore.ts using SQLDatabase from encore.dev/storage/sqldb — schema migrations and SQL queries.

installazioni
1
GitHub Stars
26
Aggiornato
3 set
encoredev
Ufficiale

encore-migrate

Migrate an existing backend application to Encore. Supports any source framework, targets Encore.ts or Encore Go. Drives a structured DISCOVER → PLAN → MIGRATE workflow with migration-plan.md tracking.

installazioni
1
GitHub Stars
26
Aggiornato
3 set
encoredev
Ufficiale

encore-pubsub

Asynchronous messaging in Encore.ts via Topic and Subscription from encore.dev/pubsub — broadcast events, decouple producers from consumers, and run background handlers.

installazioni
1
GitHub Stars
26
Aggiornato
3 set
encoredev
Ufficiale

encore-secret

Manage API keys, credentials, and other secrets in Encore.ts using secret(...) from encore.dev/config.

installazioni
1
GitHub Stars
26
Aggiornato
3 set
encoredev
Ufficiale

encore-webhook

Receive inbound webhooks from external services (Stripe, GitHub, Slack, Twilio, etc.) using api.raw(...) from encore.dev/api. The right skill any time the user names a third-party provider that POSTs events to a URL you own.

installazioni
1
GitHub Stars
26
Aggiornato
3 set
mohitmishra786
Community

linux-perf

Linux perf profiler skill for CPU performance analysis. Use when collecting sampling profiles with perf record, generating perf report, measuring hardware counters (cache misses, branch mispredicts, IPC), identifying hot functions, or feeding perf data into flamegraph tools. Activates on queries about perf, Linux performance counters, PMU events, off-CPU profiling, perf stat, perf annotate, or sampling-based profiling on Linux.

installazioni
1
GitHub Stars
193
Aggiornato
27 giu
mohitmishra786
Community

llvm

LLVM IR and pass pipeline skill. Use when working directly with LLVM Intermediate Representation (IR), running opt passes, generating IR with llc, inspecting or writing LLVM IR for custom passes, or understanding how the LLVM backend lowers IR to assembly. Activates on queries about LLVM IR, opt, llc, llvm-dis, LLVM passes, IR transformations, or building LLVM-based tools.

installazioni
1
GitHub Stars
193
Aggiornato
27 giu
mohitmishra786
Community

sanitizers

Compiler sanitizer skill for runtime bug detection in C/C++. Use when enabling and interpreting AddressSanitizer (ASan), UndefinedBehaviorSanitizer (UBSan), ThreadSanitizer (TSan), MemorySanitizer (MSan), or LeakSanitizer (LSan) with GCC or Clang. Activates on queries about sanitizer flags, sanitizer reports, ASANOPTIONS, memory errors, data races, undefined behaviour, uninitialised reads, or choosing which sanitizer to use for a given bug class.

installazioni
1
GitHub Stars
193
Aggiornato
27 giu
adobe
Community

adobe-retouch-portraits

Bulk-retouch a folder of portrait photos using Adobe tools — designed for wedding photographers and event photographers who need fast, walk-away batch processing. Use this skill when the user says "retouch my photos", "batch process these portraits", "process my wedding photos", "clean up this folder of images", "run my headshots through Adobe", or uploads/selects a folder of photos and wants them polished and ready to review. Automatically applies auto-straighten, auto-tone, and auto-light to every image. Outputs a preview grid and download folder. Access: 🔐 Signed-In required | Gen AI: ❌ by default — optional background-only cleanup only where the surface permits generative AI (e.g. Codex); none on Claude

installazioni
1
GitHub Stars
177
Aggiornato
3 set
op7418
Community

yingzao

Transform real Chinese architecture and place-based cultural photos into art-directed editorial posters, integrated multi-photo scenes, and optional source comparisons. Use for historic buildings, vernacular streets, culturally rooted shops, interiors, food, travel covers, and place montages; do not use for generic advertising, routine retouching, or invented places.

installazioni
1
GitHub Stars
151
Aggiornato
3 set
vasanthsreeram
Community

teach

One-to-one tutor using the Alvar method — probe the edge of this mind, plan a mermaid DAG, then teach one reasoning step at a time with a lock-in quiz. Use when the user runs /teach or /skill:teach, or says teach me, tutor me, I want to learn, introduce me to, walk me through, or asks for a lesson fitted to what they already know.

installazioni
1
GitHub Stars
147
Aggiornato
16 ago
louisblythe
Community

lead-qualification-logic

When the user wants to build or improve a sales bot's ability to ask the right questions to score and route leads automatically. Also use when the user mentions "bot qualification," "automated lead scoring," "qualification questions," "lead routing," or "qualification flow."

installazioni
1
GitHub Stars
142
Aggiornato
24 gen
alpacahq
Community

alpaca-broker-reconciliation-idempotency

Keep local state correct against the Alpaca Broker API — idempotency keys, ID-keyed upserts, event snapshotting and dedup, polling rails that have no events, nightly reconciliation/heal jobs, status state-machine mapping, and handling eventual consistency and corrections. Use when designing the data-correctness layer of any Alpaca integration in any language.

installazioni
1
GitHub Stars
141
Aggiornato
2 set
open-mercato
Community

om-apply-upgrade-notes

Apply the skills collection's UPGRADENOTES.md after an upgrade. Re-syncs installed tracker and browser-provider descriptors while preserving local edits, reports custom-provider gaps, checks pipeline config and installed artifacts, and summarizes exactly what changed.

installazioni
1
GitHub Stars
139
Aggiornato
3 set
open-mercato
Community

om-auto-continue-pr

Resume any open PR — started by om-auto-create-pr or opened outside the pipeline. Claims it, resumes in an isolated worktree from the first unchecked step of its execution plan; a PR with no plan is adopted — the goal is reconstructed from its description, comments, review feedback, linked issues and diff, then executed. Usage - /om-auto-continue-pr

installazioni
1
GitHub Stars
139
Aggiornato
3 set
open-mercato
Community

om-auto-create-pr

Run an arbitrary autonomous task end-to-end and ship it as a PR against the configured base branch. Drafts a Progress-tracked execution plan, commits on a fresh worktree branch, implements phase-by-phase, runs the configured validation gate, applies pipeline labels. Long plans hand off to om-auto-create-pr-loop automatically. Resumable via om-auto-continue-pr.

installazioni
1
GitHub Stars
139
Aggiornato
3 set
open-mercato
Community

om-auto-create-pr-loop

Advanced om-auto-create-pr for long, multi-step spec implementations needing resumability and strict step tracking — run folder (PLAN/HANDOFF/NOTIFY), one lean commit per Step, checkpoint verification every ~5 Steps with integration tests and UI screenshots, full gate at completion, ready labeled PR. Resumable via om-auto-continue-pr-loop. Use plain om-auto-create-pr for small fixes.

installazioni
1
GitHub Stars
139
Aggiornato
3 set
open-mercato
Community

om-auto-implement-spec

Implement an existing spec and ship a verified, reviewed, ready PR. Resolves the spec by path, name, issue, or spec-PR number (clean stop with candidates when not found). A spec PR stays design-only — implementation ships on its own PR referencing it. Delegates to om-auto-create-pr (om-auto-continue-pr for an existing implementation PR), then runs the review loop and UI verification with screenshots. Use for "implement the spec X", "build spec from issue 123".

installazioni
1
GitHub Stars
139
Aggiornato
3 set
open-mercato
Community

om-auto-qa-pr

QA a PR's UI change in a real browser through the configured browser-provider descriptor — first ensuring the PR has been reviewed (invoking om-auto-review-pr when it has not), then capturing screenshots and a pass/fail report, and optionally posting tracker evidence or self-QA labels without modifying source. Also runs in a local, tracker-less mode against the current worktree.

installazioni
1
GitHub Stars
139
Aggiornato
3 set
open-mercato
Community

om-auto-update-changelog

Draft a CHANGELOG.md release entry in an emoji-driven format for every PR merged since the last release, then delegate to om-auto-create-pr so it lands as a docs PR against the configured base branch. Honors the Supersede Credit Rule and verifies every credit against commit authorship, so carry-forwards and umbrella merges credit the contributor rather than the merger. Use at release time.

installazioni
1
GitHub Stars
139
Aggiornato
3 set
bobmatnyc
Community

zustand

Minimal, unopinionated state management library for React with simple hook-based API, no providers, and minimal boilerplate for global state without Redux complexity.

installazioni
1
GitHub Stars
74
Aggiornato
18 lug
rylaa
Community

clarify

Clarification protocol — grill an ambiguous request into a Requirements Ledger before any delegation. The chair MUST load this whenever a request arrives carrying ambiguity that would change the work; Rule 0.5 in the core profile only summarizes it.

installazioni
1
GitHub Stars
59
Aggiornato
1 set