Showing 30 of 2,118

Sorted by quality
golang-testing
Claude Codeby samber
93

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, sett…

Coding / 软件开发
Safe-ish
Scanned
golang-data-structures
Claude Codeby samber
93

Golang data structures — slices (internals, capacity growth, preallocation, slices package), maps (internals, hash buckets, maps package), arrays, container/list/heap/ring, strings.Builder vs bytes.Buffer, generic collections, pointers (unsafe.Pointer, weak.Pointer), and copy semantics. Use when ch…

Coding / 软件开发
Safe-ish
Scanned
golang-uber-fx
Claude Codeby samber
93

Golang application framework using uber-go/fx — fx.New, fx.Provide, fx.Invoke, fx.Module, fx.Lifecycle hooks, fx.Annotate (name/group/As), fx.Decorate, fx.Supply, fx.Replace, fx.WithLogger, and signal-aware Run(). Apply when using or adopting uber-go/fx, when the codebase imports `go.uber.org/fx`, …

Coding / 软件开发
Safe-ish
Scanned
portaljs-connect-ckan
Claude Codeby datopian
93

Wire a scaffolded PortalJS portal to a CKAN backend over its API. Generates a tiny server-side fetch client (no runtime dependency) and feeds the /search catalog and /@namespace/slug showcases from CKAN instead of datasets.json. Use when connecting an existing portal to a live CKAN instance instead…

Coding / 软件开发
Safe-ish
Scanned
golang-context
Claude Codeby samber
93

Idiomatic context.Context usage in Golang — propagation through API boundaries, cancellation, timeouts and deadlines, request-scoped values, context.WithoutCancel for background work outliving requests. Apply when designing context propagation across layers, debugging leaked or unexpired contexts, …

Coding / 软件开发
Safe-ish
Scanned
golang-design-patterns
Claude Codeby samber
93

Idiomatic Golang design patterns — functional options, constructors, error flow and cascading, resource management and lifecycle, graceful shutdown, resilience, architecture, dependency injection, data handling, streaming, and more. Apply when explicitly choosing between architectural patterns, imp…

Coding / 软件开发
Safe-ish
Scanned
Advertisement
golang-safety
Claude Codeby samber
93

Defensive Golang coding to prevent panics, silent data corruption, and subtle runtime bugs. Use when encountering nil panics, append aliasing, map concurrent access, float comparison pitfalls, or zero-value design questions. Also use when reviewing code for nil-safety, numeric conversion overflow, …

Coding / 软件开发
Safe-ish
Scanned
ctf-forensics
Claude Codeby ljagiello
93

Provides digital forensics and signal analysis techniques for CTF challenges. Use when analyzing disk images, memory dumps, event logs, network captures, cryptocurrency transactions, steganography, PDF analysis, Windows registry, Volatility, PCAP, Docker images, coredumps, side-channel power traces…

Coding / 软件开发
Shell
Scanned
golang-security
Claude Codeby samber
93

Security best practices and vulnerability prevention for Golang. Covers injection (SQL, command, XSS), cryptography, filesystem safety, network security, cookies, secrets management, memory safety, and logging. Apply when writing, reviewing, or auditing Go code for security, or when working on any …

Security / 安全
Safe-ish
Scanned
code-review
Claude Codeby JackyST0
90

Smart code review skill that helps review code quality, identify potential issues, and provide improvement suggestions.

Coding / 软件开发
Safe-ish
Scanned
clean-code-guard
Claude Codeby amElnagdy
89

Review generated or changed production code before it ships, using Clean Code, SOLID, DRY, KISS, YAGNI, and LLM-specific failure-mode checks in any programming language. Best used reactively after an agent writes, edits, refactors, or fixes code, before presenting, committing, or merging the result…

Coding / 软件开发
Safe-ish
Scanned
observability-and-instrumentation
Claude Codeby addyosmani
89

Instruments code so production behavior is visible and diagnosable. Use when adding logging, metrics, tracing, or alerting. Use when shipping any feature that runs in production and you need evidence it works. Use when production issues are reported but you can't tell what happened from the availab…

Coding / 软件开发
Safe-ish
Scanned
code-reviewing
Claude Codeby huangjia2019
89

Review code for quality, security, and best practices. Use when the user asks for code review, wants feedback on their code, mentions reviewing changes, or asks about code quality.

Coding / 软件开发
Safe-ish
Scanned
api-generating
Claude Codeby huangjia2019
89

Generate API endpoint documentation from Express route files. Use when the user asks to generate, update, or review API docs for Express.js routes.

Coding / 软件开发
Safe-ish
Scanned
code-reviewing
Claude Codeby huangjia2019
89

Review code for quality, security, and best practices. Use when the user asks for code review, wants feedback on their code, mentions reviewing changes, or asks about code quality.

Coding / 软件开发
Safe-ish
Scanned
describe-design
Claude Codeby posit-dev
89

Research a codebase and create architectural documentation describing how features or systems work. Use when the user asks to: (1) Document how a feature works, (2) Create an architecture overview, (3) Explain code structure for onboarding or knowledge transfer, (4) Research and describe a system's…

Coding / 软件开发
Safe-ish
Scanned
browser-testing-with-devtools
Claude Codeby addyosmani
89

Tests in real browsers via Chrome DevTools MCP. Use when building or debugging anything that runs in a browser. Use when you need to inspect the DOM, capture console errors, analyze network requests, profile performance, or verify visual output with real runtime data. Requires the chrome-devtools M…

Coding / 软件开发
Safe-ish
Scanned
release-post
Claude Codeby posit-dev
89

Create professional package release blog posts following Tidyverse or Shiny blog conventions. Use when the user needs to: (1) Write a release announcement blog post for an R or Python package for tidyverse.org or shiny.posit.co, (2) Transform NEWS/changelog content into blog format, (3) Generate ac…

Coding / 软件开发
Safe-ish
Scanned
baoyu-wechat-summary
Claude Codeby JimLiu
89

Summarizes WeChat group chat highlights into a structured digest using the local wx-cli binary (https://github.com/jackwener/wx-cli). Generates a normal digest by default; a roast (毒舌) version is opt-in. Maintains per-group history (history.json + history-digests.jsonl), per-user profiles, and per-…

Coding / 软件开发
Shell
Scanned
discover
Claude Codeby evo-hq
89

Initialize evo for the current repository by exploring the codebase, proposing unexplored optimization dimensions, constructing the benchmark inside a baseline worktree, and running the first experiment. Use when the user invokes /evo:discover, mentions setting up evo, wants to instrument a codebas…

Coding / 软件开发
Network
Scanned
creating-claude-hooks
Claude Codeby AgentWorkforce
88

Use when creating or publishing Claude Code hooks - covers executable format, event types, JSON I/O, exit codes, security requirements, and PRPM package structure

Coding / 软件开发
Safe-ish
Scanned
seo-audit
Claude Codeby seo-skills
88

Audit websites for SEO, technical, content, security, JS rendering, and AI readiness using SEOmator CLI. Returns LLM-optimized reports with health scores across 251 rules and 20 categories. Use when analyzing websites, debugging SEO issues, or checking site health.

Coding / 软件开发
Safe-ish
Scanned
golang-pkg-go-dev
Claude Codeby samber
88

Golang package and module documentation and exploration via `godig`, a pkg.go.dev API client (CLI + MCP server) — package docs, API references, symbols, code examples, available versions, importers (who imports a package), licenses, and known vulnerabilities. Read-only, no auth. Use for looking up …

Coding / 软件开发
Safe-ish
Scanned
golang-google-wire
Claude Codeby samber
88

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 wire_gen.go. Apply when using or adopting goog…

Coding / 软件开发
Safe-ish
Scanned
document-service
Claude Codeby awslabs
88

This skill should be used when the user asks to "analyze this codebase", "document this service", "generate technical docs", "I inherited this code", "help me understand this system", "create docs for this project", "what does this system look like", "onboard me to this codebase", "this codebase ha…

Coding / 软件开发
Safe-ish
Scanned
blog
Claude Codeby AgriciDaniel
88

Full-lifecycle blog engine with 30 sub-skills, 12 content templates, 5-category 100-point scoring, and 5 specialized agents. Routes user requests to the right sub-skill: writing, rewriting, analysis, outlines, audits, schema, charts, images, repurposing, AI-citation optimization, FLOW framework pro…

Coding / 软件开发
Safe-ish
Scanned
seo-audit
Claude Codeby seo-skills
88

Audit websites for SEO, technical, content, security, JS rendering, and AI readiness using SEOmator CLI. Returns LLM-optimized reports with health scores across 251 rules and 20 categories. Use when analyzing websites, debugging SEO issues, or checking site health.

Coding / 软件开发
Safe-ish
Scanned
golang-stay-updated
Claude Codeby samber
88

Provides resources to stay updated with Golang news, communities and people to follow. Use when seeking Go learning resources, discovering new libraries, finding community channels, or keeping up with Go language changes and releases.

Coding / 软件开发
Safe-ish
Scanned
golang-refactoring
Claude Codeby samber
88

Golang refactoring — the safe, at-scale process for restructuring existing Go code: a coverage-adaptive safety net, tool-driven behavior-preserving transforms (gopls Rename/Inline/Extract, `gofmt -r`, `eg`, `gopatch`, `go/analysis` fixers), the Fowler catalog mapped to Go, breaking import cycles, m…

Coding / 软件开发
Safe-ish
Scanned
golang-continuous-integration
Claude Codeby samber
88

CI/CD pipeline configuration using GitHub Actions for Golang projects — testing, linting, SAST, security scanning, code coverage, Dependabot, Renovate, GoReleaser, code review automation, and release pipelines. Use when setting up or improving Go project CI, configuring GitHub Actions workflows, ad…

Coding / 软件开发
Safe-ish
Scanned