Showing 30 of 145012 results
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.
A Go-specific agent skill that teaches AI agents idiomatic concurrency patterns for production-ready Golang projects, reducing concurrency-related errors by 39%.
Helps modernize Go codebases by replacing outdated patterns with current language features, standard library improvements, and idiomatic patterns from recent Go releases.
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.
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.
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%.
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.
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%.
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.
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.
A CI/CD pipeline configuration skill for Go projects using GitHub Actions, covering testing with race detection, golangci-lint, security scanning (gosec, CodeQL, govulncheck), code coverage, Dependabot/Renovate, GoReleaser, and Docker multi-platform builds.
A comprehensive guide skill for stretchr/testify in Go, covering assert vs require usage, mock creation with expectations and argument matchers, test suites with lifecycle hooks, and advanced assertions like Eventually and JSONEq.
Go development skill for the samber/lo library, providing type-safe functional programming helpers like map, filter, and reduce with generics.
A Go dependency injection skill covering samber/do v2, including type-safe service containers with generics, lazy/eager/transient service registration, implicit interface aliasing, named services, package-based module organization, scopes, health checks, and graceful shutdown.