Showing 30 of 145016 results
A Go-specific AI agent skill for security in production-ready Golang projects. Part of a human-reviewed skill collection distilled from real Go project commits, providing security-focused guidance and best practices.
Official GSAP plugins skill covering ScrollToPlugin, ScrollSmoother, Flip, Draggable, Inertia, Observer, SplitText, ScrambleText, SVG and physics plugins, CustomEase, EasePack, GSDevTools, and more.
An official GSAP AI skill that teaches agents correct GSAP utility usage including helper functions, easing, and reusable animation patterns for building high-quality web animations with the GreenSock Animation Platform.
Helps modernize Go codebases by replacing outdated patterns with current language features, standard library improvements, and idiomatic patterns from recent Go releases.
A Go-specific agent skill that teaches AI agents idiomatic concurrency patterns for production-ready Golang projects, reducing concurrency-related errors by 39%.
Official Firebase agent skills that teach AI coding assistants how to work effectively with Firebase services, available as a Gemini CLI extension and Claude Code plugin.
A Go-specific agent skill that enforces Go naming conventions across variables, functions, types, and packages for production-ready codebases, reducing naming-related errors by 23%.
A Go-specific agent skill that guides AI agents to choose and implement idiomatic Go data structures for production-ready projects, reducing data structure errors by 39%.
Comprehensive Go documentation guide covering godoc comments, README and CONTRIBUTING files, CHANGELOG, Go Playground examples, Example tests, API documentation, and llms.txt for both library and application projects.
A Go-specific AI agent skill for context management in production-ready Golang projects. Part of a human-reviewed skill collection distilled from real Go project commits, covering Go context patterns and proper usage.
Go production observability skill covering structured logging with slog, Prometheus metrics, OpenTelemetry distributed tracing, continuous profiling with pprof/Pyroscope, and Grafana dashboard setup for monitoring Go services.
A Go-specific agent skill that teaches AI agents idiomatic struct and interface design patterns for production-ready Golang codebases, reducing structural design errors by 35%.
Guide for Go database access covering parameterized queries, struct scanning, NULLable columns, transactions, isolation levels, connection pooling, batch processing, and migration tooling with database/sql, sqlx, and pgx.
A Go-specific AI agent skill for safety practices in production-ready Golang projects. Part of a human-reviewed skill collection distilled from real Go project commits, covering safety patterns such as error handling and concurrency safety.
A skill from the gws CLI that enables AI agents to interact with Google Slides. Part of the gws toolkit — a unified CLI for all Google Workspace APIs that dynamically generates commands from Google's Discovery Service, producing structured JSON output.
Go dependency management guide covering go.mod management, Minimal Version Selection, vulnerability scanning with govulncheck, outdated dependency tracking, Dependabot/Renovate setup, version conflict resolution, and go.work workspaces.
Guide for setting up Go project layouts and workspaces, covering cmd/internal/pkg directory conventions, monorepo organization, CLI tools with multiple main packages, and module splitting decisions.
A Go-specific agent skill that guides AI agents in implementing dependency injection patterns for production-ready Golang projects, reducing DI-related errors by 47%.
Systematic Go troubleshooting skill covering debugging methodology, common Go pitfalls, test-driven debugging, pprof profiling, Delve debugger usage, race detection, GODEBUG tracing, and production debugging techniques.
Go linting best practices and golangci-lint configuration guide covering linter selection, .golangci.yml setup, nolint directive usage, lint output interpretation, and CI integration.
A Go-specific agent skill that guides AI agents in selecting and correctly using the most popular Go libraries for production projects, reducing library-related errors by 30%.
A Firebase Agent Skill that provides AI coding agents with instructions and scripts for developing with Firebase Genkit in Python, following the Agent Skills format for seamless integration with Claude Code, Gemini CLI, and other AI tools.
A Go-specific agent skill that guides AI agents in writing accurate benchmarks and interpreting Go benchmark results for performance optimization, reducing benchmarking errors by 50%.
A Go-specific agent skill that guides AI agents in building production-ready CLI applications with idiomatic Go patterns, reducing CLI implementation errors by 43%.
A Go-specific agent skill that guides AI agents in building gRPC services using idiomatic Go patterns for production-ready projects, reducing gRPC implementation errors by 41%.
Official GSAP React integration skill — the `useGSAP` hook, refs, `gsap.context()`, cleanup, and SSR patterns for using GSAP correctly inside React components.
Go development skill for the samber/lo library, providing type-safe functional programming helpers like map, filter, and reduce with generics.