Showing 30 of 146048 results
A Go-specific AI agent skill for testing in production-ready Golang projects. Part of a human-reviewed skill collection distilled from real Go project commits, covering testing strategies, patterns, and best practices.
from better-auth/skills
GitHub Copilot for Azure skill that assists with Azure Database for PostgreSQL, helping manage and query PostgreSQL databases on Azure from within your IDE.
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 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.
A Gmail watch agent skill from the gws CLI — a unified command-line interface for all of Google Workspace that dynamically builds its command surface from Google's Discovery Service, with structured JSON output for AI agents.
from flutter/agent-plugins
A Go-specific agent skill that teaches AI agents idiomatic concurrency patterns for production-ready Golang projects, reducing concurrency-related errors by 39%.
A Firecrawl workflow skill that produces multi-source deep research reports by crawling and synthesizing content from multiple web sources into comprehensive, structured findings.
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.
Provides Go Swagger/OpenAPI best practices as a Claude Code skill, offering human-reviewed instructions for generating API documentation in production-ready Golang projects.
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%.
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 Claude Code skill for Go projects using spf13/viper that provides expert guidance on layered configuration precedence (flag > env > file > KV > default), env binding, config file reading, struct unmarshalling with mapstructure, sub-tree access, hot reload via WatchConfig, and isolated testing with viper.New().
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%.