Skip to main content

irahardianto/rugged-gemini

SkillsMP 已收集 irahardianto/rugged-gemini 中的 42 个 Skill。打开任一 Skill 可查看来源和详情。

最近记录的来源活动
SkillsMP 收录数据更新
已收集 skills
42
GitHub 星标
5
GitHub Forks
2

已展示 40 / 42 个已收集 Skill。

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

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.

原文语言:英语

更新
已展示 40 / 42 个已收集 Skill。