Skip to main content

Skills in this repository

Sheshiyer/skill-clusters - Page 13

SkillsMP has collected 722 skills from Sheshiyer/skill-clusters. Open a skill to review its source and details.

Sheshiyer/skill-clusters

Showing 40 of 722 collected skills.

occupation
Software Developers
description

Develop Tauri plugins: create plugin extensions, configure permissions, and build mobile plugins for iOS and Android. USE WHEN authoring a Tauri plugin, exposing native commands, defining plugin permissions, or adding mobile platform support.

updated
occupation
Software Developers
description

Distribute Tauri apps for Android: Google Play Store submission, APK and AAB generation, build configuration, signing setup, and version management. USE WHEN building a signed Android APK/AAB of a Tauri app or submitting it to the Play Store.

updated
occupation
Software Developers
description

Distribute Tauri apps to the iOS App Store: Apple Developer enrollment, Xcode config, provisioning profiles, code signing, TestFlight, and App Store submission. USE WHEN code-signing a Tauri iOS build, setting up TestFlight, or submitting to the App Store.

updated
occupation
Software Developers
description

Distribute Tauri apps on macOS: DMG installers, app bundle configuration, entitlements, and Info.plist customization. USE WHEN packaging a Tauri macOS app, building a DMG, or configuring entitlements and Info.plist for distribution.

updated
occupation
Software Developers
description

Distribute Tauri apps on Windows: MSI and NSIS installers, installer customization, WebView2 installation modes, and Microsoft Store submission. USE WHEN building an MSI/NSIS installer for a Tauri app, tuning WebView2 bootstrapping, or submitting to the…

updated
occupation
Software Developers
description

Django architecture patterns: REST API design with DRF, ORM best practices, caching, signals, middleware, and production-grade app structure. USE WHEN structuring a Django app, building a DRF API, or optimizing ORM queries, caching, signals, or middleware.

updated
occupation
Software Developers
description

Django security best practices: authentication, authorization, CSRF protection, SQL injection and XSS prevention, and secure deployment settings. USE WHEN hardening a Django app, reviewing auth or permissions, or auditing for CSRF, SQLi, or XSS before deploy.

updated
occupation
Software Quality Assurance Analysts & Testers
description

Django testing strategies with pytest-django: TDD methodology, factory_boy, mocking, coverage, and testing DRF APIs. USE WHEN writing Django tests, setting up pytest-django or factory_boy, or test-driving a Django or DRF feature.

updated
occupation
Software Quality Assurance Analysts & Testers
description

Verification loop for Django projects: migrations, linting, tests with coverage, security scans, and deployment readiness checks. USE WHEN validating a Django change before a PR or release, or running the full pre-ship gate of migrations, lint, tests, and…

updated
occupation
Software Developers
description

Docker and Docker Compose patterns for local development, container security, networking, volumes, and multi-service orchestration. USE WHEN writing a Dockerfile or compose stack, debugging container networking/volumes, or hardening images.

updated
occupation
Software Developers
description

Fetch up-to-date library and framework docs via Context7 MCP instead of training data. USE WHEN answering setup or config questions, API references, or code examples, or when the user names a framework (e.g. React, Next.js, Prisma).

updated
occupation
Software Developers
description

Design task-local harnesses, eval gates, and reusable skill extraction for Claude dynamic workflow mode and adaptive agent harnesses. USE WHEN a task needs a custom loop, evaluator, watcher, or local dashboard, or when repeated work should become a shared…

updated
occupation
Software Quality Assurance Analysts & Testers
description

Playwright E2E testing patterns: Page Object Model, config, CI/CD integration, artifact management, and flaky-test strategies. USE WHEN writing or structuring Playwright E2E suites, wiring them into CI, or stabilizing flaky browser tests.

updated
occupation
Software Developers
description

Embed and execute external binaries (sidecars) in Tauri apps: configuration, cross-platform executable naming, and Rust/JavaScript spawn APIs. USE WHEN bundling a CLI or server binary into a Tauri app or spawning a sidecar process from Rust or JS.

updated
occupation
Software Developers
description

Robust error-handling patterns across TypeScript, Python, and Go: typed errors, error boundaries, retries, circuit breakers, and user-facing messages. USE WHEN designing error types, adding retry or circuit-breaker logic, or debugging cascading or swallowed…

updated
occupation
Software Quality Assurance Analysts & Testers
description

Formal evaluation framework for Claude Code sessions implementing eval-driven development (EDD). USE WHEN defining pass/fail criteria for agent tasks, measuring reliability with pass@k, or building regression suites for prompt or agent changes.

updated
occupation
Software Developers
description

Prevent silent decimal-mismatch bugs across EVM chains: runtime decimal lookup, chain-aware caching, bridged-token precision drift, and safe normalization. USE WHEN reading ERC-20 balances, computing fiat values, or comparing token amounts across chains in…

updated
occupation
Software Developers
description

Create API routes in Expo Router deployed with EAS Hosting. USE WHEN adding server-side endpoints to an Expo app for secrets, database access, third-party API proxies, webhooks, or server-side validation.

updated
occupation
Software Developers
description

Understand and write EAS workflow YAML files for Expo projects. USE WHEN the user asks about CI/CD or workflows in an Expo/EAS context, mentions .eas/workflows/, or wants help with EAS build pipelines or deployment automation.

updated
occupation
Software Developers
description

Deploy Expo apps to the iOS App Store, Android Play Store, web hosting, and API routes via EAS. USE WHEN submitting builds to TestFlight or the stores, configuring store metadata, or shipping an Expo app to production.

updated
occupation
Software Developers
description

Build and distribute Expo development clients locally or via TestFlight using EAS Build. USE WHEN an app needs custom native code, local Expo modules, Apple targets, or third-party native modules not available in Expo Go.

updated
occupation
Software Developers
description

Set up Tailwind CSS v4 in Expo with react-native-css and NativeWind v5 for universal styling across iOS, Android, and web. USE WHEN configuring Tailwind, NativeWind, or PostCSS in an Expo project or wiring the Metro transformer for utility-class styling.

updated
occupation
Software Developers
description

FastAPI patterns for async APIs: dependency injection, Pydantic request/response models, OpenAPI docs, tests, security, and production readiness. USE WHEN building or reviewing a FastAPI app, structuring routers and dependencies, or adding auth, tests, or…

updated
occupation
Software Quality Assurance Analysts & Testers
description

Library-agnostic Flutter/Dart code review checklist: widget best practices, state management (BLoC, Riverpod, Provider, GetX, MobX, Signals), Dart idioms, performance, accessibility, security, and clean architecture. USE WHEN reviewing or auditing…

updated
occupation
Software Developers
description

Apple FoundationModels framework for on-device LLM: text generation, guided generation with @Generable, tool calling, and snapshot streaming in iOS 26+. USE WHEN building privacy-preserving or offline AI features, extracting structured data, or streaming…

updated
occupation
Software Developers
description

Fact-forcing PreToolUse gate that blocks Edit/Write/Bash until concrete investigation (importers, data schemas, user instruction) is done. USE WHEN edits must match existing patterns or schemas, or to stop an agent from guessing instead of investigating…

updated
occupation
Software Developers
description

Git workflow patterns: branching strategies, commit conventions, merge vs rebase, conflict resolution, and collaborative development practices. USE WHEN choosing a branching model, writing commits or PR descriptions, resolving merge conflicts, or managing…

updated
occupation
Software Developers
description

Idiomatic Go patterns, best practices, and conventions for robust, efficient, maintainable applications. USE WHEN writing new Go code, reviewing or refactoring Go, or designing Go packages and modules.

updated
occupation
Software Quality Assurance Analysts & Testers
description

Go testing patterns including table-driven tests, subtests, benchmarks, fuzzing, and coverage, following TDD methodology. USE WHEN writing or adding tests for Go code, creating benchmarks, building fuzz tests, or running TDD in Go projects.

updated
occupation
Software Developers
description

Clinical Decision Support System (CDSS) development patterns for drug interaction checking, dose validation, clinical scoring (NEWS2, qSOFA), and alert severity classification. USE WHEN building CDSS safety checks or integrating clinical alerts into EMR…

updated
occupation
Software Developers
description

EMR/EHR development patterns covering clinical safety, encounter workflows, prescription generation, CDSS integration, and accessibility-first UI. USE WHEN building patient encounter, clinical note, prescription, or lab-result features for medical records…

updated
occupation
Software Quality Assurance Analysts & Testers
description

Patient safety evaluation harness with automated test suites for CDSS accuracy, PHI exposure, clinical workflow integrity, and integration compliance that block unsafe deployments. USE WHEN deploying EMR/EHR apps or after changing CDSS logic, patient-data…

updated
occupation
Information Security Analysts
description

PHI/PII compliance patterns covering data classification, access control, audit trails, encryption, and common leak vectors (HIPAA, DISHA, GDPR). USE WHEN building features touching patient records, designing healthcare schemas or APIs, or reviewing code for…

updated
occupation
Software Developers
description

Design, implement, and refactor Ports & Adapters systems with clear domain boundaries, dependency inversion, and testable use-case orchestration across TypeScript, Java, Kotlin, and Go. USE WHEN decoupling domain logic from frameworks, transport, or…

updated
occupation
Network & Computer Systems Administrators
description

Practical home and homelab network planning for gateways, switches, access points, IP ranges, DHCP reservations, DNS, and cabling. USE WHEN designing a new home network, replacing an ISP-router-only setup, or troubleshooting double NAT and unstable Wi-Fi.

updated
occupation
Network & Computer Systems Administrators
description

Pi-hole installation, blocklist management, DNS-over-HTTPS setup, DHCP integration, and local DNS records on a home network. USE WHEN installing or configuring Pi-hole, managing blocklists, or troubleshooting devices that lose internet after Pi-hole is set up.

updated
occupation
Network & Computer Systems Administrators
description

Segmenting home networks into VLANs for IoT, guest, trusted, and server traffic on UniFi, pfSense/OPNsense, and MikroTik, including trunk config, firewall rules, and SSID mapping. USE WHEN isolating IoT or guest devices or troubleshooting inter-VLAN routing.

updated
occupation
Network & Computer Systems Administrators
description

WireGuard VPN server setup, peer configuration, key generation, and split-tunnel vs full-tunnel routing for remote access to a home network. USE WHEN setting up a WireGuard server, generating peer configs for phones or laptops, or troubleshooting tunnels that…

updated
occupation
Software Developers
description

Configuring JavaScript frontend frameworks for Tauri v2 desktop apps (Next.js, Nuxt, Qwik, SvelteKit, Vite) with SSG setup and tauri.conf.json settings. USE WHEN integrating a JS framework into a Tauri v2 app or fixing static-output and dev-server config for…

updated
occupation
Software Developers
description

Integrating Rust/WASM frontend frameworks (Leptos, Yew, Dioxus, Sycamore) with Tauri v2 via Trunk, covering WASM compilation, Cargo.toml and Trunk.toml config, and withGlobalTauri API access. USE WHEN building a Tauri v2 app with a Rust/WASM frontend or…

updated
Showing 40 of 722 collected skills.