Skip to main content

这个仓库中的 skills

muratovv/ai-hats - 第 3 页

SkillsMP 已收集 muratovv/ai-hats 中的 107 个 Skill。打开任一 Skill 可查看来源和详情。

muratovv/ai-hats

已展示 27 / 107 个已收集 Skill。

职业分类
软件开发工程师
描述

In-memory caching in Golang using samber/hot — eviction algorithms (LRU, LFU, TinyLFU, W-TinyLFU, S3FIFO, ARC, TwoQueue, SIEVE, FIFO), TTL, cache loaders, sharding, stale-while-revalidate, missing key caching, and Prometheus metrics. Apply when using or…

原文语言:英语

更新
职业分类
软件开发工程师
描述

Functional programming helpers for Golang using samber/lo — 500+ type-safe generic functions for slices, maps, channels, strings, math, tuples, and concurrency (Map, Filter, Reduce, GroupBy, Chunk, Flatten, Find, Uniq, etc.). Core immutable package (lo),…

原文语言:英语

更新
职业分类
软件开发工程师
描述

Monadic types for Golang using samber/mo — Option, Result, Either, Future, IO, Task, and State types for type-safe nullable values, error handling, and functional composition with pipeline sub-packages. Apply when using or adopting samber/mo, when the…

原文语言:英语

更新
职业分类
软件开发工程师
描述

Structured error handling in Golang with samber/oops — error builders, stack traces, error codes, error context, error wrapping, error attributes, user-facing vs developer messages, panic recovery, and logger integration. Apply when using or adopting…

原文语言:英语

更新
职业分类
软件开发工程师
描述

Reactive streams and event-driven programming in Golang using samber/ro — ReactiveX implementation with 150+ type-safe operators, cold/hot observables, 5 subject types (Publish, Behavior, Replay, Async, Unicast), declarative pipelines via Pipe, 40+ plugins…

原文语言:英语

更新
职业分类
软件开发工程师
描述

Structured logging extensions for Golang using samber/slog-**** packages — multi-handler pipelines (slog-multi), log sampling (slog-sampling), attribute formatting (slog-formatter), HTTP middleware (slog-fiber, slog-gin, slog-chi, slog-echo), and backend…

原文语言:英语

更新
职业分类
信息安全分析师
描述

Security best practices and vulnerability prevention for Golang. Covers injection (SQL, command, XSS), cryptography, filesystem safety, network security, cookies, secrets management, memory safety, and logging. Apply when writing, reviewing, or auditing Go…

原文语言:英语

更新
职业分类
软件质量保证分析师与测试员
描述

Comprehensive guide to stretchr/testify for Golang testing. Covers assert, require, mock, and suite packages in depth. Use whenever writing tests with testify, creating mocks, setting up test suites, or choosing between assert and require. Essential for…

原文语言:英语

更新
职业分类
软件开发工程师
描述

Golang struct and interface design patterns — composition, embedding, type assertions, type switches, interface segregation, dependency injection via interfaces, struct field tags, and pointer vs value receivers. Use this skill when designing Go types,…

原文语言:英语

更新
职业分类
软件质量保证分析师与测试员
描述

Provides a comprehensive guide for writing production-ready Golang tests. Covers table-driven tests, test suites with testify, mocks, unit tests, integration tests, benchmarks, code coverage, parallel tests, fuzzing, fixtures, goroutine leak detection with…

原文语言:英语

更新
职业分类
软件开发工程师
描述

Google Workspace via the gws CLI (Drive/Sheets/Docs/Gmail/Calendar/Chat/Admin). Use when the agent needs to read or write any Workspace data such as Drive files, Sheets values, Docs content, Gmail messages, Calendar events, Chat messages, or Admin SDK objects.

原文语言:英语

更新
职业分类
网络与计算机系统管理员
描述

Structured procedure for investigating and resolving production incidents. Use when a service or infrastructure component is down or degraded, when alerts fire for critical thresholds (disk, CPU, connectivity), or when a user reports a production issue.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Post-schema semantic validation checklist for structured LLM output. Use when writing code that calls an LLM and parses the response into a data model, reviewing code that consumes structured LLM output, or debugging cases where an LLM returned valid but…

原文语言:英语

更新
职业分类
网络与计算机系统管理员
描述

Pre/post verification checklist for network and routing changes. Use before and after any DNS, routing, tunnel, or proxy change, when exposing a new service externally, or when troubleshooting connectivity issues.

原文语言:英语

更新
职业分类
网络与计算机系统管理员
描述

Maintain network topology and DNS documentation as source of truth. Use after any network topology change (new service, port, tunnel, route), when onboarding a new service or domain, or during periodic accuracy audits of network docs.

原文语言:英语

更新
职业分类
网络与计算机系统管理员
描述

Logging, metrics, alerting, and dashboards setup using the RED method. Use when deploying a new service or container, reviewing observability gaps after an incident, or setting up monitoring infrastructure.

原文语言:英语

更新
职业分类
网络与计算机系统管理员
描述

Production readiness verification for services and infrastructure. Use before promoting a service to production, after significant infrastructure changes, or during periodic production readiness reviews.

原文语言:英语

更新
职业分类
网络与计算机系统管理员
描述

Explicit revert paths for infrastructure and configuration changes. Use before applying any infrastructure or configuration change, before database migrations, or before any change with production impact.

原文语言:英语

更新
职业分类
信息安全分析师
描述

Infrastructure security covering secrets, access control, and environment hardening. Use when configuring access control, SSH, or API keys, reviewing infrastructure for security posture, before committing code that touches secrets or credentials, or setting…

原文语言:英语

更新
职业分类
软件开发工程师
描述

Audit architectures against failure modes (resilience, scalability, consistency, security). Use when reviewing a new system design or architecture proposal, before major infrastructure changes, or during post-incident analysis of architectural weaknesses.

原文语言:英语

更新
职业分类
软件质量保证分析师与测试员
描述

4-phase bug-fix protocol (evidence, pattern, hypothesis, verify). Use when investigating any error, failure, or unexpected behavior, handling bug reports from users or monitoring, or diagnosing test failures with non-obvious causes.

原文语言:英语

更新
职业分类
网络与计算机系统管理员
描述

Terraform/OpenTofu IaC covering state management, DRY modules, and safety practices. Use when writing or reviewing Terraform/OpenTofu configurations, planning infrastructure changes, or managing state and provider versions.

原文语言:英语

更新
职业分类
其他计算机职业
描述

Time-bounded protocol for evaluating new tools, libraries, or methodologies before adoption. Use when evaluating a candidate dependency for the project, researching a methodology (e.g. ML/LLM frameworks, testing approaches), or following up on a hype-driven…

原文语言:英语

更新
职业分类
信息安全分析师
描述

Map trust boundaries and guardrails for AI-augmented systems (Tool Boundary, Defense-in-Depth, Kill Switch, Decision Trail). Use when drafting architecture for an agent that touches production, reviewing a design that lets an agent shell out or modify…

原文语言:英语

更新
职业分类
网页与数字界面设计师
描述

Two-mode UI/UX skill — guide mode applies cognitive UX rules while building (do/don't per page type), review mode audits an existing interface into P0/P1/P2 findings with executable fixes + acceptance criteria. Use when building or reviewing any web/app UI,…

原文语言:英语

更新
职业分类
软件质量保证分析师与测试员
描述

Verify a local web app actually renders and behaves in a real browser via Playwright — start the dev server, drive a headless browser, assert on DOM/visible text/navigation, check console errors, capture screenshots. Use as the task_complete gate for any UI…

原文语言:英语

更新
职业分类
软件质量保证分析师与测试员
描述

E2E fixture skill (HATS-601). Declares provider runtime hooks for both PreToolUse and PostToolUse so the runtime-hook propagation e2e can prove the full materialize → settings.json → live-script chain. Not shipped.

原文语言:英语

更新
已展示 27 / 107 个已收集 Skill。