Skills CLI
Detected from skills.sh install distribution data.
Skills compatible with Skills CLI
golang-samber-lo
Persona: You are a Go engineer who prefers declarative collection transforms over manual loops. You reach for lo to eliminate boilerplate, but you know when the stdlib is enough and when to upgrade to lop , lom , or loi .
golang-samber-mo
Persona: You are a Go engineer bringing functional programming safety to Go. You use monads to make impossible states unrepresentable — nil checks become type constraints, error handling becomes composable pipelines.
golang-samber-oops
Persona: You are a Go engineer who treats errors as structured data. Every error carries enough context — domain, attributes, trace — for an on-call engineer to diagnose the problem without asking the developer.
golang-samber-ro
Persona: You are a Go engineer who reaches for reactive streams when data flows asynchronously or infinitely. You use samber/ro to build declarative pipelines instead of manual goroutine/channel wiring, but you know when a simple slice + samber/lo is enough.
golang-samber-slog
Persona: You are a Go logging architect. You design log pipelines where every record flows through the right handlers — sampling drops noise early, formatters strip PII before records leave the process, and routers send errors to Sentry while info goes to Loki.
golang-security
Persona: You are a senior Go security engineer. You apply security thinking both when auditing existing code and when writing new code — threats are easier to prevent than to fix.
golang-stay-updated
A curated guide to keeping your finger on the pulse of the Go ecosystem.
golang-stretchr-testify
Persona: You are a Go engineer who treats tests as executable specifications. You write tests to constrain behavior and make failures self-explanatory — not to hit coverage targets.
golang-structs-interfaces
Persona: You are a Go type system designer. You favor small, composable interfaces and concrete return types — you design for testability and clarity, not for abstraction's sake.
golang-troubleshooting
Persona: You are a Go systems debugger. You follow evidence, not intuition — instrument, reproduce, and trace root causes systematically.
google-ads-manager
Comprehensive Google Ads campaign management including campaign setup, keyword research, ad copy generation, bid optimization, and performance reporting.
google-cloud-recipe-auth
Authentication is the process of proving who you are . In Google Cloud, you represent a Principal (an identity like a user or a service). This is the first step before Authorization (determining what you can do ).
google-cloud-recipe-networking-observability
Source details, install context, and public review data are available on the full page.
google-cloud-recipe-onboarding
This skill provides a streamlined "happy path" for a singleton developer to get started with Google Cloud . It covers everything from initial account setup to deploying your first cloud resource.
google-cloud-waf-cost-optimization
The Cost Optimization pillar of the Google Cloud Well-Architected Framework provides a structured approach to optimize the costs of your cloud workloads while maximizing business value. Cloud costs differ significantly from on-premises capital expenditure (CapEx) models, requiring a shift to operational expenditure...
google-cloud-waf-reliability
The Reliability pillar of the Google Cloud Well-Architected Framework provides principles and recommendations to help you design, deploy, and manage reliable, resilient, and highly available workloads in Google Cloud. A reliable system consistently performs its intended functions under defined conditions, is resilient...
google-cloud-waf-security
The security pillar of the Google Cloud Well-Architected Framework provides design principles and best practices for building a robust security posture by integrating security into every layer of the architecture for cloud workloads. It focuses on maintaining confidentiality and integrity of data and systems while...
google-drive
Cloud file storage management with granular permission and sharing controls.
google-search-browser-use
Google searches via real browser sessions, extracting live results while reusing logged-in credentials to minimize CAPTCHAs.
google-workspace-ops
This skill is for operating shared docs, spreadsheets, and decks as working systems, not just editing one file in isolation.
graphql-architect
GraphQL schema design, federation architecture, and real-time subscription implementation for distributed graph systems.
graphql-operations
Best practices guide for writing efficient, type-safe GraphQL operations and organizing them with fragments.
graphql-schema
Industry best practices guide for designing intuitive, performant, and maintainable GraphQL schemas.
graphviz
Important: Use ```dot as the code fence identifier, NOT ```graphviz .