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.
لغة النص الأصلي: الإنجليزية
القائمة
جمع SkillsMP عدد ٤٢ من skills من irahardianto/rugged-gemini. افتح أي skill لمراجعة مصدره وتفاصيله.
عرض ٤٠ من أصل ٤٢ skills مجمعة.
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.
لغة النص الأصلي: الإنجليزية