SKILL RADAR · GITHUB
Useful agent skills, ranked by real adoption.
Browse verified skills from public repositories. Compare what each skill does, package contents, install activity, and source evidence before adding it to your agent.
- CATALOG SCOPE
- VERIFIED
- skills
- 10,772
- repositories
- 1711
- last synced
- Sep 23, 2026
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.
- installs
- 1
- GitHub stars
- 0
- Updated
- Sep 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).
- installs
- 1
- GitHub stars
- 0
- Updated
- Sep 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).
- installs
- 1
- GitHub stars
- 0
- Updated
- Sep 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.
- installs
- 1
- GitHub stars
- 0
- Updated
- Sep 14
joseph-lozanofile-pr
Prepare or file a pull request. Use when the user asks to open, create, file, or draft a PR.
- installs
- 1
- GitHub stars
- 0
- Updated
- Sep 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.
- installs
- 1
- GitHub stars
- 0
- Updated
- Sep 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.
- installs
- 1
- GitHub stars
- 0
- Updated
- Sep 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.
- installs
- 1
- GitHub stars
- 0
- Updated
- Sep 19
joseph-lozanowait-what
Stop. That last message did not land: re-pitch it.
- installs
- 1
- GitHub stars
- 0
- Updated
- Sep 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.
- installs
- 1
- GitHub stars
- 0
- Updated
- Sep 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.
- installs
- 1
- GitHub stars
- 192.6K
- Updated
- Sep 17
microsoftsessions
Core principles and workflow router for changes to the Agents Window under src/vs/sessions.
- installs
- 1
- GitHub stars
- 192.6K
- Updated
- Sep 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.
- installs
- 1
- GitHub stars
- 103.1K
- Updated
- Sep 17
pytorchpyrefly-type-coverage
Migrate a file to use stricter Pyrefly type checking with annotations required for all functions, classes, and attributes.
- installs
- 1
- GitHub stars
- 103.1K
- Updated
- Sep 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.
- installs
- 1
- GitHub stars
- 103.1K
- Updated
- Sep 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.
- installs
- 1
- GitHub stars
- 39.1K
- Updated
- Sep 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.
- installs
- 1
- GitHub stars
- 39.1K
- Updated
- Sep 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.
- installs
- 1
- GitHub stars
- 39.1K
- Updated
- Sep 17
githubpremium-frontend-ui
A comprehensive guide for GitHub Copilot to craft immersive, high-performance web experiences with advanced motion, typography, and architectural craftsmanship.
- installs
- 1
- GitHub stars
- 39.1K
- Updated
- Sep 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.
- installs
- 1
- GitHub stars
- 16.3K
- Updated
- Sep 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.
- installs
- 1
- GitHub stars
- 16.2K
- Updated
- Sep 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.
- installs
- 1
- GitHub stars
- 16.2K
- Updated
- Sep 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.
- installs
- 1
- GitHub stars
- 16.2K
- Updated
- Sep 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.
- installs
- 1
- GitHub stars
- 16.2K
- Updated
- Sep 16