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
10.772
repository
1711
ultimo aggiornamento
23 set 2026
10.772 Skills
getsentry
Ufficiale

sentry-otel-exporter-setup

Configure the OpenTelemetry Collector with Sentry Exporter for multi-project routing and automatic project creation. Use when setting up OTel with Sentry, configuring collector pipelines for traces and logs, or routing telemetry from multiple services to Sentry projects.

installazioni
1
GitHub Stars
3
Aggiornato
10 set
lightrun-platform
Community

lightrun-error-remediation-automation

- Guide deterministic runtime investigations in environments using Lightrun MCP tools, with preflight gating, recovery/resume rules, evidence-first diagnosis, PR-first fix proposal delivery, and local source-code fallback only when PR creation is not possible.

installazioni
1
GitHub Stars
27
Aggiornato
18 ago
perufitlife
Community

supabase-security

Use when auditing or hardening a Supabase project's security posture. Triggers: scan/audit Supabase, RLS verification, find leaky tables, check anon grants, review SECURITY DEFINER functions, prep for the May 30 / Oct 30, 2026 Data API exposure changes, generate remediation SQL. Works against any Supabase project (Cloud or self-hosted) given a Personal Access Token.

installazioni
1
GitHub Stars
23
Aggiornato
21 giu
chiroro-jr
Community

pencil-design

Design UIs in Pencil (.pen files) and generate production code from them. Use when working with .pen files, designing screens or components in Pencil, or generating code from Pencil designs. Triggers on tasks involving Pencil, .pen files, design-to-code workflows, or UI design with the Pencil MCP tools.

installazioni
1
GitHub Stars
20
Aggiornato
11 apr
yoanbernabeu
Community

ph-content-recycling

Repurpose Product Hunt launch content across channels. Use this skill to maximize the value of your launch assets by adapting them for blog posts, documentation, social media, and more.

installazioni
1
GitHub Stars
19
Aggiornato
30 gen
yoanbernabeu
Community

ph-newsletter-pitch

Get featured in Product Hunt newsletters. Use this skill to understand newsletter criteria, craft effective pitches, and maximize visibility through PH editorial coverage.

installazioni
1
GitHub Stars
19
Aggiornato
30 gen
yoanbernabeu
Community

ph-relaunch-strategy

Plan and execute a Product Hunt relaunch. Use this skill to determine relaunch eligibility, prepare meaningful updates, and maximize your second (or third) launch.

installazioni
1
GitHub Stars
19
Aggiornato
30 gen
yoanbernabeu
Community

ph-supporter-network

Build and activate a network of supporters for your Product Hunt launch. Use this skill to identify potential supporters, nurture relationships before launch, and coordinate support on launch day.

installazioni
1
GitHub Stars
19
Aggiornato
30 gen
promovaweb
Community

brandfy-aplicacoes

Cria e documenta aplicações digitais, sociais, impressas e institucionais. Use depois da aprovação do sistema verbal e visual.

installazioni
1
GitHub Stars
10
Aggiornato
30 ago
promovaweb
Community

brandfy-tipografia-web

Seleciona webfonts, baixa arquivos licenciados e gera CSS tipográfico. Use para preparar fontes locais, fallbacks e escalas da marca.

installazioni
1
GitHub Stars
10
Aggiornato
30 ago
joellewis
Community

fiction-architect

Designs plot structure and story arcs using McKee's value turns, Campbell's monomyth, and Sanderson's Promise/Progress/Payoff model to ensure causal integrity and emotional resonance. Use when constructing narratives, outlining novels, or diagnosing why a story feels broken.

installazioni
1
GitHub Stars
6
Aggiornato
31 mar
noahgdev
Community

dashboardcn

Build dashboards and analytics UI in React with dashboardcn, a shadcn/ui registry of KPI cards, trend, bar, donut, radar, scatter, sankey, and composed charts, funnels, ranked lists, gauges, activity rings, heatmaps, data tables, and composed cards. Use when asked for a dashboard, analytics page, metrics, KPI tiles, charts, or data tables in a project that uses shadcn/ui and Tailwind.

installazioni
1
GitHub Stars
4
Aggiornato
16 set
drupal-canvas
Community

canvas-component-definition

Start here for any Canvas component task to enforce the canonical Canvas component contract. Use for create, modify, refactor, review, migrate, or validate work. Establishes the canonical Canvas component contract, assuming repository components are Canvas targets, and guides either (1) transforming existing components to meet Canvas requirements or (2) creating new Canvas-ready components.

installazioni
1
GitHub Stars
3
Aggiornato
14 set
iannuttall
Community

png2svg

Reconstruct a geometric PNG (logo, icon, monogram) as a clean native SVG with exact geometry and gradients, using an analyse - measure - model - check - residuals iteration loop scored by perceptual metrics. Use when asked to vectorise, trace or convert a PNG/WebP logo to SVG, recreate a logo's geometry, rebuild a logo as editable vector, or produce colour variants of a reconstructed logo. Not for photos, textures, or organic artwork.

installazioni
1
GitHub Stars
3
Aggiornato
30 lug
callicrate
Community

agents-md

Use when the requested deliverable includes creating, reviewing, moving, splitting, or updating a repository AGENTS.md; produces scoped repo guidance. Do not trigger for standalone skills, prompts, non-AGENTS instruction files, READMEs, changelogs, or architecture docs.

installazioni
1
GitHub Stars
1
Aggiornato
24 giu
closetheloop-dev
Community

omarchy-plugin

Create, scaffold, validate, install, and debug Omarchy shell plugins built with Quickshell/QML, including bar widgets, panels, services, menus, overlays, manifests, qs.Ui controls, settings, host injection, IPC, and reload workflows. Use when the user mentions Omarchy plugins, omarchy-shell, Quickshell plugins, bar widgets or icons, or ~/.config/omarchy/plugins.

installazioni
1
GitHub Stars
1
Aggiornato
30 ago
dcc-mcp
Community

dcc-mcp

- Operate named supported apps through DCC-MCP; discover tools and marketplace skills. Use for app tasks or explicit DCC-MCP/DCC-CUA requests.

installazioni
1
GitHub Stars
0
Aggiornato
14 set
fabianoflorentino
Community

golang-design-patterns

Idiomatic Golang design patterns — functional options, constructor APIs, init() and global-state avoidance, enums, panic vs error decisions, resource management and lifecycle, graceful shutdown, timeouts and retries, streaming and iterators, and architecture styles (clean, hexagonal, DDD, flat). Apply when choosing between architectural patterns, implementing functional options, designing constructor APIs, setting up graceful shutdown, applying resilience patterns, or asking which idiomatic Go pattern fits a specific problem. Not for wiring a DI container or comparing DI libraries (→ See fabianoflorentino/golang-agent-skills@golang-dependency-injection skill), nor for error wrapping, errors.Is/As, or logging mechanics (→ See fabianoflorentino/golang-agent-skills@golang-error-handling skill).

installazioni
1
GitHub Stars
0
Aggiornato
14 set
fabianoflorentino
Community

golang-google-wire

Compile-time dependency injection in Golang using google/wire — wire.NewSet, wire.Build, wire.Bind (interface→concrete), wire.Struct, wire.Value, wire.InterfaceValue, wire.FieldsOf, cleanup functions, //go:build wireinject injector files, and generated wiregen.go. Apply when using or adopting google/wire, when the codebase imports github.com/google/wire, or when wiring an application graph at compile time via wire.Build. For runtime DI with reflection, see fabianoflorentino/golang-agent-skills@golang-uber-dig skill.

installazioni
1
GitHub Stars
0
Aggiornato
14 set
fabianoflorentino
Community

golang-lint

Linting best practices and golangci-lint configuration for Golang projects — running linters, configuring .golangci.yml, suppressing warnings with nolint directives, interpreting lint output, and selecting linters. Use when configuring golangci-lint, asking about lint warnings or nolint suppressions, setting up code quality tooling, or choosing linters. Also use when the user mentions golangci-lint, go vet, staticcheck, or revive. Not for wiring a lint step into a GitHub Actions pipeline (→ See fabianoflorentino/golang-agent-skills@golang-continuous-integration skill).

installazioni
1
GitHub Stars
0
Aggiornato
14 set
fabianoflorentino
Community

golang-modernize

Modernize Golang code to use recent language features, standard library improvements, and idiomatic patterns. Use when reviewing Go code with old-style patterns, when encountering a deprecation warning, or when the user asks for modernization, a Go version upgrade (e.g. to Go 1.27), or a CI/tooling refresh. Not for structural refactors, extracting functions, or moving code between packages (→ See fabianoflorentino/golang-agent-skills@golang-refactoring skill).

installazioni
1
GitHub Stars
0
Aggiornato
14 set
fabianoflorentino
Community

golang-pitfalls-concurrency-foundations

Golang concurrency foundations — concurrency vs parallelism, thinking concurrency is always faster, channels vs mutexes, not understanding race problems (data race vs race condition), not understanding workload types (CPU vs I/O bound, GOMAXPROCS), and misunderstanding Go contexts. Distilled from mistakes 55-60 of 100 Go Mistakes and How to Avoid Them. Apply when reasoning about basic Golang concurrency, goroutines, and context usage.

installazioni
1
GitHub Stars
0
Aggiornato
14 set
fabianoflorentino
Community

golang-pitfalls-data-types

Golang numeric types and data structures — octal literal confusion, integer overflow, floating-point approximations, slice length vs capacity, inefficient slice initialization, nil vs empty slices, emptiness checks, slice copies, append side effects, slice memory leaks, map initialization, map memory leaks, and incorrect value comparison. Distilled from mistakes 17-29 of 100 Go Mistakes and How to Avoid Them. Apply when writing or reviewing Golang code dealing with numbers, slices, maps, or comparing values.

installazioni
1
GitHub Stars
0
Aggiornato
14 set
fabianoflorentino
Community

golang-pitfalls-strings

Golang strings and bytes — the rune concept, len(s) returning bytes not runes, inaccurate string iteration over rune start indices, misusing trim functions, under-optimized string concatenation with strings.Builder, useless string to byte conversions, and substring memory leaks. Distilled from mistakes 36-41 of 100 Go Mistakes and How to Avoid Them. Apply when writing or reviewing Golang code that manipulates strings, runes, or bytes.

installazioni
1
GitHub Stars
0
Aggiornato
14 set