SkillsAdd

Install skills for AI.
Extend your AI agent.

A local directory of open agent skills — ranked, searchable, and one command away.

Catalog324,895
Summaries320,711
With docs109,090
Ranked9,730

Topics

All topics
#
Skill
Source
8W Activity
Installs
622
golang-database Comprehensive guide for Go database access — parameterized queries, struct scanning, NULLable columns, transactions, …
samber/cc-skills-golang
37.8K
623
gws-slides Official Google Slides: Read and write presentations.
googleworkspace/cli
37.8K
624
public-relations When the user wants help with public relations, earned media, press coverage, journalist outreach, or media strategy …
coreyhaines31/marketingskills
37.7K
625
golang-documentation Comprehensive documentation guide for Golang projects, covering godoc comments, README, CONTRIBUTING, CHANGELOG, Go P…
samber/cc-skills-golang
37.7K
627
golang-data-structures Golang data structures — slices (internals, capacity growth, preallocation, slices package), maps (internals, hash bu…
samber/cc-skills-golang
37.6K
628
golang-safety Defensive Golang coding against accidental bugs — nil panics, typed-nil interfaces, `append` backing-array aliasing, …
samber/cc-skills-golang
37.6K
629
golang-modernize Modernize Golang code to use recent language features, standard library improvements, and idiomatic patterns.
samber/cc-skills-golang
37.6K
631
golang-project-layout Golang project layout and workspace setup — cmd/internal/pkg directory conventions, module and package naming, go.wor…
samber/cc-skills-golang
37.5K
632
golang-lint Linting best practices and golangci-lint configuration for Golang projects — running linters, configuring .golangci.y…
samber/cc-skills-golang
37.4K
633
gws-gmail-read Official Gmail: Read a message and extract its body or headers.
googleworkspace/cli
37.3K
634
golang-troubleshooting Troubleshoot Golang programs systematically - find and fix the root cause. Use when encountering bugs, crashes, deadl…
samber/cc-skills-golang
37.3K
635
golang-observability Golang everyday observability — the always-on signals in production. Covers structured logging with slog, Prometheus …
samber/cc-skills-golang
37.3K
636
golang-dependency-management Dependency management for Golang projects — go.mod and go.sum, `go get` install and upgrade flows, Minimal Version Se…
samber/cc-skills-golang
37.1K
638
golang-structs-interfaces Golang struct and interface design patterns — composition, embedding, type assertions, type switches, interface segre…
samber/cc-skills-golang
37.1K
639
golang-popular-libraries Golang library and framework selection — vetted production-ready options by category (web, database, testing, logging…
samber/cc-skills-golang
37.1K
640
offers When the user wants to design, construct, or improve an offer — the thing they actually sell — including value framin…
coreyhaines31/marketingskills
37K
641
golang-dependency-injection Comprehensive guide for dependency injection (DI) in Golang. Covers why DI matters (testability, loose coupling, sepa…
samber/cc-skills-golang
37K
642
golang-benchmark Golang benchmarking, profiling, and performance measurement. Use when writing, running, or comparing Go benchmarks, p…
samber/cc-skills-golang
37K
643
golang-cli Golang CLI application development. Use when building, modifying, or reviewing a Go CLI tool — especially for command…
samber/cc-skills-golang
36.9K
644
golang-stretchr-testify Comprehensive guide to stretchr/testify for Golang testing.
samber/cc-skills-golang
36.9K
645
golang-continuous-integration GitHub Actions CI/CD pipeline configuration for Golang projects — workflow files for test, lint, SAST, coverage and v…
samber/cc-skills-golang
36.8K
646
insforge-debug >- Use when diagnosing problems in an InsForge project — reactive failures (SDK error object, HTTP 4xx/5xx, gateway t…
insforge/insforge-skills
36.8K
647
golang-grpc Provides gRPC usage guidelines, protobuf organization, and production-ready patterns for Golang microservices.
samber/cc-skills-golang
36.8K
648
animate-expo Build animations in React Native and Expo, making the decisions in the order that determines whether they feel right …
emilkowalski/skills
36.7K
649
gws-forms Official Read and write Google Forms.
googleworkspace/cli
36.3K
650
golang-stay-updated Golang ecosystem watch list — official sources (go.dev/blog, pkg.go.dev, tour.golang.org, golang-nuts), newsletters (…
samber/cc-skills-golang
36.3K
651
golang-samber-lo Functional programming helpers for Golang using samber/lo — 500+ type-safe generic functions for slices, maps, channe…
samber/cc-skills-golang
36.2K
653
golang-samber-do Dependency injection in Golang using samber/do — service containers, lifecycle management, scopes, health checks, gra…
samber/cc-skills-golang
36.1K
654
golang-samber-slog Structured logging extensions for Golang using samber/slog-**** packages — multi-handler pipelines (slog-multi), log …
samber/cc-skills-golang
36.1K
656
insforge-integrations >- Use when wiring an external auth provider (Clerk, Auth0, WorkOS, Kinde, Stytch, Better Auth) into InsForge for JWT…
insforge/insforge-skills
36K
657
golang-samber-oops Structured error handling in Golang with samber/oops — error builders, stack traces, error codes, error context, erro…
samber/cc-skills-golang
36K
658
golang-samber-mo Monadic types for Golang using samber/mo — Option, Result, Either, Future, IO, Task, and State types for type-safe nu…
samber/cc-skills-golang
36K
659
golang-samber-hot In-memory caching in Golang using samber/hot — eviction algorithms (LRU, LFU, TinyLFU, W-TinyLFU, S3FIFO, ARC, TwoQue…
samber/cc-skills-golang
36K
660
golang-samber-ro Reactive streams and event-driven programming in Golang using samber/ro — ReactiveX implementation with 150+ type-saf…
samber/cc-skills-golang
36K
661
gws-meet Official Manage Google Meet conferences.
googleworkspace/cli
35.8K
662
value skill does absolutely nothing, as well as the agent that uses it.
hugmouse/skills
35.5K
663
karpathy-guidelines Behavioral guidelines to reduce common LLM coding mistakes. Use when writing, reviewing, or refactoring code to avoid…
multica-ai/andrej-karpathy-skills
35.4K
664
frontend-ui-engineering Builds production-quality, accessible, responsive user-facing UIs.
addyosmani/agent-skills
35.2K
665
vitest Vitest fast unit testing framework powered by Vite with Jest-compatible API. Use when writing tests, mocking, configu…
antfu/skills
35.1K
667
security-and-hardening Hardens code against vulnerabilities. Use when auditing an input handler for vulnerabilities, when handling user inpu…
addyosmani/agent-skills
35K
668
vite Vite build tool configuration, plugin API, SSR, and Vite 8 Rolldown migration. Use when working with Vite projects, v…
antfu/skills
35K
669
golang-swagger Golang OpenAPI/Swagger documentation with swaggo/swag — annotation comments (@Summary, @Param, @Success, @Router, @Se…
samber/cc-skills-golang
34.8K
670
golang-graphql Implements GraphQL APIs in Golang using gqlgen or graphql-go.
samber/cc-skills-golang
34.7K
671
golang-spf13-cobra Golang CLI command tree library using spf13/cobra — cobra.Command, RunE vs Run, PersistentPreRunE hook chain, Args va…
samber/cc-skills-golang
34.7K
672
wind-find-finance-skill 万得金融能力发现与安?
wind-information-co-ltd/wind-skills
34.7K
673
golang-spf13-viper Golang configuration library using spf13/viper — layered precedence (flag > env > file > KV > default), BindPFlag/Bin…
samber/cc-skills-golang
34.6K
674
angular-developer Generates Angular code and provides architectural guidance. Trigger when creating projects, components, services, or …
angular/skills
34.6K
675
golang-google-wire Compile-time dependency injection in Golang using google/wire — wire.NewSet, wire.Build, wire.Bind (interface→concret…
samber/cc-skills-golang
34.6K
677
golang-uber-fx Golang application framework using uber-go/fx — fx.New, fx.Provide, fx.Invoke, fx.Module, fx.Lifecycle hooks, fx.Anno…
samber/cc-skills-golang
34.5K
678
flutter-apply-architecture-best-practices Official Architects a Flutter application using the recommended layered approach (UI, Logic, Data). Use when structuring a new…
flutter/agent-plugins
34.5K
Page 10 · 6,026 ranked Previous Next