Skip to main content

irahardianto/rugged-gemini

SkillsMP는 irahardianto/rugged-gemini에서 42개의 skill을 수집했습니다. skill을 열어 소스와 세부 정보를 확인하세요.

최근 기록된 소스 활동
SkillsMP 카탈로그 업데이트
수집된 skills
42
GitHub 스타
5
GitHub 포크
2

수집된 skill 42개 중 40개를 표시합니다.

직업 분류
소프트웨어 개발자
설명

Session bootstrap + workflows for Pathfinder semantic navigation tools. Covers: discovery protocol, tool chaining patterns (explore, impact, audit, debug), search optimization, LSP degraded mode, and error recovery.

원문 언어: 영어

업데이트
직업 분류
웹 개발자
설명

Playwright browser automation via MCP. Covers E2E testing, UI review, web scraping, screenshot capture, and general browser interaction. MCP-first — CLI is fallback only.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

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

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

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

원문 언어: 영어

업데이트
직업 분류
네트워크·컴퓨터 시스템 관리자
설명

Structured incident workflow: severity classification, triage, diagnosis, mitigation, postmortem, and prevention. Template-driven with blameless review.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Constructs, validates, and traverses a Directed Acyclic Graph (DAG) from scope cards for safe level-based parallel dispatch. Determines execution order via topological sort. Detects cycles and invalid dependencies.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Decomposes broad tasks into MECE, parallelizable sub-tasks with explicit scope cards. Core skill for intra-domain parallel dispatch. Produces scope cards consumed by parallel-dispatch-dag, parallel-dispatch-ownership, and parallel-dispatch-merge skills.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Safe, sequential merge protocol for integrating N parallel worktree branches back into main. Defines merge ordering, quality gates between merges, conflict classification, and the updated worktree naming convention for multi-instance dispatches.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Enforces MECE file boundaries for parallel write-agents. Validates that no two writers share file access. Manages the contracts layer (shared reads) and integration sub-task patterns. The safety invariant that prevents merge chaos.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

OpenAPI 3.1 specification writing, request/response examples, error documentation, versioning, and interactive API portal patterns.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 품질 보증 분석가·테스터
설명

Controlled failure injection: hypothesis design, blast radius control, safety mechanisms, game day planning, and resilience verification.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

CLI tool design, argument parsing, interactive prompts, shell completions, cross-platform considerations, and distribution strategies.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 품질 보증 분석가·테스터
설명

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.

원문 언어: 영어

업데이트
직업 분류
데이터 과학자
설명

Data pipeline architecture, ETL/ELT patterns, data quality, batch vs stream processing, orchestration, and data governance principles.

원문 언어: 영어

업데이트
직업 분류
데이터베이스 아키텍트
설명

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.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Resource-constrained development, real-time patterns, interrupt handling, memory management, RTOS patterns, and hardware abstraction layers.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

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

원문 언어: 영어

업데이트
직업 분류
데이터 과학자
설명

ML pipeline design, feature engineering, model training/serving, experiment tracking, model validation, and MLOps principles.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

PCI DSS compliance, payment gateway integration, tokenization, webhook reliability, idempotency, fraud prevention, and subscription billing.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

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

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Safe refactoring pattern catalog: code smell taxonomy, transformation techniques, behavior preservation strategies, and metrics tracking.

원문 언어: 영어

업데이트
직업 분류
정보 보안 분석가
설명

SBOM generation, CVE scanning, supply chain attack detection, license compliance, dependency pinning, and artifact verification.

원문 언어: 영어

업데이트
직업 분류
웹 개발자
설명

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.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

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.

원문 언어: 영어

업데이트
직업 분류
프로젝트 관리 전문가
설명

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

원문 언어: 영어

업데이트
직업 분류
소프트웨어 품질 보증 분석가·테스터
설명

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.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

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.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Maximum token-efficiency communication. Telegraphic English + minimal structured notation. 100% technical accuracy. Zero fluff. Zero waste.

원문 언어: 영어

업데이트
수집된 skill 42개 중 40개를 표시합니다.