WCAG accessibility: semantic HTML, ARIA, keyboard nav, contrast, screen readers. For all user-facing interfaces.
原文の言語: 英語
メニュー
SkillsMP は irahardianto/awesome-gcli-test から 24 件の skill を収集しています。skill を開くとソースと詳細を確認できます。
収集済み skill 24 件中 24 件を表示しています。
WCAG accessibility: semantic HTML, ARIA, keyboard nav, contrast, screen readers. For all user-facing interfaces.
原文の言語: 英語
Document architectural decisions using ADR format. Use during research when choosing approaches, introducing deps/patterns, or changing arch.
原文の言語: 英語
REST/HTTP API design: resource naming, status codes, error formats, versioning, pagination.
原文の言語: 英語
Kubernetes deployment and GitOps patterns: rolling/blue-green/canary strategies, ArgoCD/Flux manifests, K8s secrets management. Supplement to ci-cd-principles.
原文の言語: 英語
CI/CD pipeline patterns: stages, Dockerfile, GitHub Actions, artifact management, environment promotion, rollback. Layered by deployment complexity.
原文の言語: 英語
Structured code review protocol: inspect against full rule set. Use for audit workflows, code reviews, or when user requests review. Produces findings document with severity tags.
原文の言語: 英語
Safe command execution: input sanitization, timeout handling, output capture, error propagation. For spawning processes, shell commands, system calls.
原文の言語: 英語
Concurrency/parallelism patterns: race prevention, deadlock avoidance, message passing, async/channels/mutexes/worker pools.
原文の言語: 英語
Config management patterns: env vars, config files, settings structs, secrets injection. Validation, layering, fail-fast, twelve-factor.
原文の言語: 英語
Serialization best practices: schema validation, encoding, versioning, backward compat, safe deserialization. JSON, YAML, Protobuf, MessagePack.
原文の言語: 英語
Database design: schemas, migrations, queries, indexes, transactions. Normalization, query optimization, migration safety.
原文の言語: 英語
Structured debugging: hypothesis generation, validation, root cause analysis. For complex bugs, flaky tests, intermittent failures.
原文の言語: 英語
Dependency management: version pinning, vulnerability scanning, dependency hygiene. go.mod, package.json, Cargo.toml, pubspec.yaml.
原文の言語: 英語
Feature flag patterns ONLY when PRD/arch requires. Flag evaluation, lifecycle, testing, infrastructure. Do NOT load speculatively.
原文の言語: 英語
Generates distinctive, production-grade frontend interfaces (React, Vue, HTML/CSS). Bold aesthetics, unique typography, motion. Use for websites, dashboards, posters, or styling tasks.
原文の言語: 英語
Git conventions: conventional commits, branch naming, PR hygiene, release tagging.
原文の言語: 英語
Pre-flight checklists before coding, post-implementation self-review after. Catches arch violations, missing observability, security oversights.
原文の言語: 英語
Structured logging and observability patterns: log levels, structured fields, correlation IDs, language-specific logger setup.
原文の言語: 英語
Distinctive, production-grade mobile interfaces for Flutter/RN. Platform-native patterns, adaptive layouts, fluid motion. iOS/Android conventions.
原文の言語: 英語
Health checks, metrics instrumentation (RED/USE), error tracking, graceful degradation. Prometheus, probes, alert thresholds.
原文の言語: 英語
Use when exploring a codebase, refactoring code, implementing features, or auditing code quality effectively.
原文の言語: 英語
Profile-driven performance optimization: methodology, pattern catalog, safety invariants, when-to-stop heuristics. Language-specific in languages/*.md.
原文の言語: 英語
Performance principles: measure-first methodology, data structures, caching, batching, when to stop. For hands-on profiling, use perf-optimization skill.
原文の言語: 英語
Resource lifecycle patterns: files, DB connections, sockets, locks. RAII, defer/finally, pooling, graceful shutdown, leak prevention.
原文の言語: 英語