Skip to main content
Jeden Skill in Manus ausführen
mit einem Klick
GitHub-Repository

awesome-gcli-test

awesome-gcli-test enthält 24 gesammelte Skills von irahardianto, mit Repository-Berufsabdeckung und Skill-Detailseiten auf SkillsMP.

gesammelte Skills
24
Stars
0
aktualisiert
2026-04-21
Forks
0
Berufsabdeckung
6 Berufskategorien · 100% klassifiziert
Repository-Explorer

Skills in diesem Repository

accessibility-principles
Webentwickler

WCAG accessibility: semantic HTML, ARIA, keyboard nav, contrast, screen readers. For all user-facing interfaces.

2026-04-21
adr
Softwareentwickler

Document architectural decisions using ADR format. Use during research when choosing approaches, introducing deps/patterns, or changing arch.

2026-04-21
api-design-principles
Softwareentwickler

REST/HTTP API design: resource naming, status codes, error formats, versioning, pagination.

2026-04-21
ci-cd-gitops-kubernetes
Softwareentwickler

Kubernetes deployment and GitOps patterns: rolling/blue-green/canary strategies, ArgoCD/Flux manifests, K8s secrets management. Supplement to ci-cd-principles.

2026-04-21
ci-cd-principles
Softwareentwickler

CI/CD pipeline patterns: stages, Dockerfile, GitHub Actions, artifact management, environment promotion, rollback. Layered by deployment complexity.

2026-04-21
code-review
Softwarequalitätssicherungsanalysten und -tester

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.

2026-04-21
command-execution-principles
Softwareentwickler

Safe command execution: input sanitization, timeout handling, output capture, error propagation. For spawning processes, shell commands, system calls.

2026-04-21
concurrency-and-threading-principles
Softwareentwickler

Concurrency/parallelism patterns: race prevention, deadlock avoidance, message passing, async/channels/mutexes/worker pools.

2026-04-21
configuration-management-principles
Netzwerk- und Computersystemadministratoren

Config management patterns: env vars, config files, settings structs, secrets injection. Validation, layering, fail-fast, twelve-factor.

2026-04-21
data-serialization-principles
Softwareentwickler

Serialization best practices: schema validation, encoding, versioning, backward compat, safe deserialization. JSON, YAML, Protobuf, MessagePack.

2026-04-21
database-design-principles
Datenbankarchitekten

Database design: schemas, migrations, queries, indexes, transactions. Normalization, query optimization, migration safety.

2026-04-21
debugging-protocol
Softwareentwickler

Structured debugging: hypothesis generation, validation, root cause analysis. For complex bugs, flaky tests, intermittent failures.

2026-04-21
dependency-management-principles
Softwareentwickler

Dependency management: version pinning, vulnerability scanning, dependency hygiene. go.mod, package.json, Cargo.toml, pubspec.yaml.

2026-04-21
feature-flags-principles
Softwareentwickler

Feature flag patterns ONLY when PRD/arch requires. Flag evaluation, lifecycle, testing, infrastructure. Do NOT load speculatively.

2026-04-21
frontend-design
Web- und digitale Schnittstellendesigner

Generates distinctive, production-grade frontend interfaces (React, Vue, HTML/CSS). Bold aesthetics, unique typography, motion. Use for websites, dashboards, posters, or styling tasks.

2026-04-21
git-workflow
Softwareentwickler

Git conventions: conventional commits, branch naming, PR hygiene, release tagging.

2026-04-21
guardrails
Softwareentwickler

Pre-flight checklists before coding, post-implementation self-review after. Catches arch violations, missing observability, security oversights.

2026-04-21
logging-and-observability-principles
Softwareentwickler

Structured logging and observability patterns: log levels, structured fields, correlation IDs, language-specific logger setup.

2026-04-21
mobile-design
Web- und digitale Schnittstellendesigner

Distinctive, production-grade mobile interfaces for Flutter/RN. Platform-native patterns, adaptive layouts, fluid motion. iOS/Android conventions.

2026-04-21
monitoring-and-alerting-principles
Softwareentwickler

Health checks, metrics instrumentation (RED/USE), error tracking, graceful degradation. Prometheus, probes, alert thresholds.

2026-04-21
pathfinder-workflow
Softwareentwickler

Use when exploring a codebase, refactoring code, implementing features, or auditing code quality effectively.

2026-04-21
perf-optimization
Softwareentwickler

Profile-driven performance optimization: methodology, pattern catalog, safety invariants, when-to-stop heuristics. Language-specific in languages/*.md.

2026-04-21
performance-optimization-principles
Softwareentwickler

Performance principles: measure-first methodology, data structures, caching, batching, when to stop. For hands-on profiling, use perf-optimization skill.

2026-04-21
resources-and-memory-management
Softwareentwickler

Resource lifecycle patterns: files, DB connections, sockets, locks. RAII, defer/finally, pooling, graceful shutdown, leak prevention.

2026-04-21