技能雷达 · GITHUB
值得安装的 Agent Skills。
汇总公开仓库中已验证的 Skills。安装前先看清它能做什么、包内包含什么、热度如何,以及来源是否可靠。
- 目录范围
- 已验证
- Skills
- 10,772
- 仓库
- 1711
- 最近同步
- 2026年9月23日
fabianoflorentinogolang-samber-oops
Structured error handling in Golang with samber/oops — error builders, stack traces, error codes, error context, error wrapping, error attributes, user-facing vs developer messages, panic recovery, and logger integration. Apply when using or adopting samber/oops, or when the codebase already imports github.com/samber/oops.
- 安装量
- 1
- GitHub Stars
- 0
- 最近更新
- 9月14日
fabianoflorentinogolang-samber-ro
Reactive streams and event-driven programming in Golang using samber/ro — ReactiveX implementation with 150+ type-safe operators, cold/hot observables, 5 subject types (Publish, Behavior, Replay, Async, Unicast), declarative pipelines via Pipe, 40+ plugins (HTTP, cron, fsnotify, JSON, logging), automatic backpressure, error propagation, and Go context integration. Apply when using or adopting samber/ro, when the codebase imports github.com/samber/ro, or when building asynchronous event-driven pipelines, real-time data processing, streams, or reactive architectures in Go. Not for finite slice transforms (→ See fabianoflorentino/golang-agent-skills@golang-samber-lo skill).
- 安装量
- 1
- GitHub Stars
- 0
- 最近更新
- 9月14日
fabianoflorentinogolang-security
Security best practices and vulnerability prevention for Golang — injection (SQL, command, XSS), cryptography, path traversal, SSRF and HTTP security headers, cookies, secrets management, memory safety, PII in logs, STRIDE/DREAD threat modeling, plus gosec SAST, race detection, and fuzz testing. Apply when writing, reviewing, or auditing Go code for security, or when touching crypto, file or network I/O, secrets, user input, or authentication. Not for non-exploitable defensive bugs such as nil panics or slice aliasing (→ See fabianoflorentino/golang-agent-skills@golang-safety skill), dependency vulnerability scanning with govulncheck (→ See fabianoflorentino/golang-agent-skills@golang-dependency-management skill), or wiring security scanners into CI pipelines (→ See fabianoflorentino/golang-agent-skills@golang-continuous-integration skill).
- 安装量
- 1
- GitHub Stars
- 0
- 最近更新
- 9月14日
fabianoflorentinogolang-testing
Production-ready Golang tests — table-driven tests, testify suites and mocks, parallel tests, fuzzing, fixtures, goroutine leak detection with goleak, snapshot testing, code coverage, integration tests, idiomatic test naming. Use when writing or reviewing Go tests, choosing a testing approach, setting up Go test CI, or debugging flaky/slow tests. For testify-specific APIs see fabianoflorentino/golang-agent-skills@golang-stretchr-testify; for measurement methodology see fabianoflorentino/golang-agent-skills@golang-benchmark.
- 安装量
- 1
- GitHub Stars
- 0
- 最近更新
- 9月14日
joseph-lozanofile-pr
Prepare or file a pull request. Use when the user asks to open, create, file, or draft a PR.
- 安装量
- 1
- GitHub Stars
- 0
- 最近更新
- 9月19日
joseph-lozanogrill-with-docs
A relentless interview to sharpen a plan or design, which also creates docs (ADR's and glossary) as we go.
- 安装量
- 1
- GitHub Stars
- 0
- 最近更新
- 9月19日
joseph-lozanoprototype
Build a runnable throwaway prototype to answer a design question. Use when the user wants to exercise a state model or behaviour, or compare UI variations inside the product context.
- 安装量
- 1
- GitHub Stars
- 0
- 最近更新
- 9月19日
joseph-lozanosetup-matt-pocock-skills
Configure this repo for the engineering skills: set up its issue tracker, triage label vocabulary, and domain doc layout. Run once before first use of the other engineering skills.
- 安装量
- 1
- GitHub Stars
- 0
- 最近更新
- 9月19日
joseph-lozanowait-what
Stop. That last message did not land: re-pitch it.
- 安装量
- 1
- GitHub Stars
- 0
- 最近更新
- 9月19日
joseph-lozanowriting-for-agents
Write or edit agent-facing instructions. Use when creating or changing a skill, AGENTS.md, CLAUDE.md, or a document agents reach through a pointer.
- 安装量
- 1
- GitHub Stars
- 0
- 最近更新
- 9月19日
microsoftaccessibility
Primary accessibility skill for VS Code. REQUIRED for new feature and contribution work, and also applies to updates of existing UI. Covers accessibility help dialogs, accessible views, verbosity settings, signals, ARIA announcements, keyboard navigation, and ARIA labels/roles.
- 安装量
- 1
- GitHub Stars
- 19.3万
- 最近更新
- 9月17日
microsoftsessions
Core principles and workflow router for changes to the Agents Window under src/vs/sessions.
- 安装量
- 1
- GitHub Stars
- 19.3万
- 最近更新
- 9月17日
pytorchmetal-kernel
Write Metal/MPS kernels for PyTorch operators. Use when adding MPS device support to operators, implementing Metal shaders, or porting CUDA kernels to Apple Silicon. Covers nativefunctions.yaml dispatch, host-side operators, and Metal kernel implementation.
- 安装量
- 1
- GitHub Stars
- 10.3万
- 最近更新
- 9月17日
pytorchpyrefly-type-coverage
Migrate a file to use stricter Pyrefly type checking with annotations required for all functions, classes, and attributes.
- 安装量
- 1
- GitHub Stars
- 10.3万
- 最近更新
- 9月17日
pytorchtriaging-issues
Triages GitHub issues by routing to oncall teams, applying labels, and closing questions. Use when processing new PyTorch issues or when asked to triage an issue.
- 安装量
- 1
- GitHub Stars
- 10.3万
- 最近更新
- 9月17日
githubazure-pricing
Fetches real-time Azure retail pricing using the Azure Retail Prices API (prices.azure.com) and estimates Copilot Studio agent credit consumption. Use when the user asks about the cost of any Azure service, wants to compare SKU prices, needs pricing data for a cost estimate, mentions Azure pricing, Azure costs, Azure billing, or asks about Copilot Studio pricing, Copilot Credits, or agent usage estimation. Covers compute, storage, networking, databases, AI, Copilot Studio, and all other Azure service families.
- 安装量
- 1
- GitHub Stars
- 3.9万
- 最近更新
- 9月17日
githubgdpr-compliant
Apply GDPR-compliant engineering practices across your codebase. Use this skill whenever you are designing APIs, writing data models, building authentication flows, implementing logging, handling user data, writing retention/deletion jobs, designing cloud infrastructure, or reviewing pull requests for privacy compliance. Trigger this skill for any task involving personal data, user accounts, cookies, analytics, emails, audit logs, encryption, pseudonymization, anonymization, data exports, breach response, CI/CD pipelines that process real data, or any question framed as "is this GDPR-compliant?". Inspired by CNIL developer guidance and GDPR Articles 5, 25, 32, 33, 35.
- 安装量
- 1
- GitHub Stars
- 3.9万
- 最近更新
- 9月17日
githubjava-mcp-server-generator
Generate a complete Model Context Protocol server project in Java using the official MCP Java SDK with reactive streams and optional Spring Boot integration.
- 安装量
- 1
- GitHub Stars
- 3.9万
- 最近更新
- 9月17日
githubpremium-frontend-ui
A comprehensive guide for GitHub Copilot to craft immersive, high-performance web experiences with advanced motion, typography, and architectural craftsmanship.
- 安装量
- 1
- GitHub Stars
- 3.9万
- 最近更新
- 9月17日
vercelvercel-cli
Deploy, manage, inspect, and troubleshoot Vercel projects from the command line. Use for Vercel deployments, Vercel Toolbar comments, build failures, projects and teams, environment variables, domains and DNS, logs, metrics, Speed Insights, Core Web Vitals, request traces, usage, activity, alerts, firewall rules, cache, cron jobs, deploy hooks, Edge Config, feature flags (vercel flags), integrations, connectors, Blob storage, Container Registry (VCR), microfrontends, rolling releases, custom environments, Sandbox, agent/MCP setup, preview access, local development, or vercel api fallback.
- 安装量
- 1
- GitHub Stars
- 1.6万
- 最近更新
- 9月16日
vercel-labsjotai
Jotai adapter for json-render's StateStore interface. Use when integrating json-render with Jotai for state management via @json-render/jotai.
- 安装量
- 1
- GitHub Stars
- 1.6万
- 最近更新
- 9月16日
vercel-labsreact-pdf
React PDF renderer for json-render. Use when generating PDF documents from JSON specs, working with @json-render/react-pdf, or rendering specs to PDF buffers/streams/files.
- 安装量
- 1
- GitHub Stars
- 1.6万
- 最近更新
- 9月16日
vercel-labsreact-three-fiber
React Three Fiber 3D renderer for json-render. Use when working with @json-render/react-three-fiber, building 3D scenes from JSON specs, rendering meshes/lights/models/environments, or integrating Three.js with json-render catalogs.
- 安装量
- 1
- GitHub Stars
- 1.6万
- 最近更新
- 9月16日
vercel-labsremotion
Remotion renderer for json-render that turns JSON timeline specs into videos. Use when working with @json-render/remotion, building video compositions from JSON, creating video catalogs, or rendering AI-generated video timelines.
- 安装量
- 1
- GitHub Stars
- 1.6万
- 最近更新
- 9月16日