技能雷达 · GITHUB

值得安装的 Agent Skills。

汇总公开仓库中已验证的 Skills。安装前先看清它能做什么、包内包含什么、热度如何,以及来源是否可靠。

目录范围
已验证
Skills
10,772
仓库
1711
最近同步
2026年9月23日
10,772 Skills
getsentry
官方

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.

安装量
1
GitHub Stars
3
最近更新
9月10日
lightrun-platform
社区

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.

安装量
1
GitHub Stars
27
最近更新
8月18日
perufitlife
社区

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.

安装量
1
GitHub Stars
23
最近更新
6月21日
chiroro-jr
社区

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.

安装量
1
GitHub Stars
20
最近更新
4月11日
yoanbernabeu
社区

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.

安装量
1
GitHub Stars
19
最近更新
1月30日
yoanbernabeu
社区

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.

安装量
1
GitHub Stars
19
最近更新
1月30日
yoanbernabeu
社区

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.

安装量
1
GitHub Stars
19
最近更新
1月30日
yoanbernabeu
社区

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.

安装量
1
GitHub Stars
19
最近更新
1月30日
promovaweb
社区

brandfy-aplicacoes

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

安装量
1
GitHub Stars
10
最近更新
8月30日
promovaweb
社区

brandfy-tipografia-web

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

安装量
1
GitHub Stars
10
最近更新
8月30日
joellewis
社区

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.

安装量
1
GitHub Stars
6
最近更新
3月31日
noahgdev
社区

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.

安装量
1
GitHub Stars
4
最近更新
9月16日
drupal-canvas
社区

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.

安装量
1
GitHub Stars
3
最近更新
9月14日
iannuttall
社区

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.

安装量
1
GitHub Stars
3
最近更新
7月30日
callicrate
社区

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.

安装量
1
GitHub Stars
1
最近更新
6月24日
closetheloop-dev
社区

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.

安装量
1
GitHub Stars
1
最近更新
8月30日
dcc-mcp
社区

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.

安装量
1
GitHub Stars
0
最近更新
9月14日
fabianoflorentino
社区

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).

安装量
1
GitHub Stars
0
最近更新
9月14日
fabianoflorentino
社区

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.

安装量
1
GitHub Stars
0
最近更新
9月14日
fabianoflorentino
社区

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).

安装量
1
GitHub Stars
0
最近更新
9月14日
fabianoflorentino
社区

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).

安装量
1
GitHub Stars
0
最近更新
9月14日
fabianoflorentino
社区

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.

安装量
1
GitHub Stars
0
最近更新
9月14日
fabianoflorentino
社区

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.

安装量
1
GitHub Stars
0
最近更新
9月14日
fabianoflorentino
社区

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.

安装量
1
GitHub Stars
0
最近更新
9月14日