Home / Categories / Engineering
⚙️

Engineering

Code review, debugging, architecture, testing, deployment, and development workflows.

Skills 346
Featured 15
⚙️ Engineering
RARE

TanStack Form

Build type-safe forms with TanStack Form v1 — field-level validation with Zod, async validation, multi-step wizards, dynamic field arrays, and Server Actions with shadcn/ui integration.

Community 1.4K
Scanned
tanstack-form forms zod
mkdir -p ~/.claude/skills/nextjs-tanstack-form && curl -fsSL https://raw.githubusercontent.com/diegosouzapw/awesome-omni-skill/HEAD/skills/development/nextjs-tanstack-form/SKILL.md -o ~/.claude/skills/nextjs-tanstack-form/SKILL.md
⚙️ Engineering
RARE

vanilla-extract CSS

Write type-safe, zero-runtime CSS in TypeScript with vanilla-extract. Authors styles in .css.ts files, builds themes with CSS variable contracts, and generates atomic sprinkles utilities — all statically extracted at build time.

Community 1.4K
Scanned
vanilla-extract css-in-ts typescript
mkdir -p ~/.claude/skills/vanilla-extract && curl -fsSL https://raw.githubusercontent.com/Jeffallan/claude-skills/HEAD/skills/typescript-pro/SKILL.md -o ~/.claude/skills/vanilla-extract/SKILL.md
⚙️ Engineering
RARE

Kubernetes Cost Optimizer

Cut Kubernetes cloud bills by comparing pod resource requests and limits against real usage. Find overprovisioned workloads, generate right-sizing recommendations, spot idle capacity, and tune requests/limits for efficient, stable clusters.

Community 1.4K
Scanned
kubernetes finops cost-optimization
mkdir -p ~/.claude/skills/k8s-cost-optimizer && curl -fsSL https://raw.githubusercontent.com/TerminalSkills/skills/main/skills/k8s-cost-optimizer/SKILL.md -o ~/.claude/skills/k8s-cost-optimizer/SKILL.md
⚙️ Engineering
RARE

Modal Serverless Compute

Run Python and GPU workloads serverlessly with Modal. Covers defining functions and images in code, on-demand GPU containers, scale-to-zero, scheduled and web endpoints, volumes and secrets, and fan-out parallelism for batch inference and data jobs.

Community 1.4K
Scanned
modal serverless gpu
mkdir -p ~/.claude/skills/modal-serverless && curl -fsSL https://raw.githubusercontent.com/diegosouzapw/awesome-omni-skill/HEAD/skills/devops/modal-serverless-gpu/SKILL.md -o ~/.claude/skills/modal-serverless/SKILL.md
⚙️ Engineering
RARE

Railway Deploy

Deploy apps and databases on Railway. Covers service configuration, environment variables and secrets, Postgres/Redis plugins, private networking, cron jobs, health checks, and CI-driven deploys for zero-config full-stack hosting.

Community 1.3K
Scanned
railway deployment paas
mkdir -p ~/.claude/skills/railway-deploy && curl -fsSL https://raw.githubusercontent.com/diegosouzapw/awesome-omni-skill/HEAD/skills/backend/railway-new/SKILL.md -o ~/.claude/skills/railway-deploy/SKILL.md
⚙️ Engineering
RARE

Angular Signals

Implement signal-based reactive state in Angular v20+. Uses signal(), computed(), linkedSignal(), and effect() for fine-grained reactivity and converts legacy BehaviorSubject/Observable patterns to signals.

Community 1.3K
Scanned
angular signals reactivity
mkdir -p ~/.claude/skills/angular-signals && curl -fsSL https://raw.githubusercontent.com/diegosouzapw/awesome-omni-skill/HEAD/skills/frontend/angular-signals/SKILL.md -o ~/.claude/skills/angular-signals/SKILL.md
⚙️ Engineering
RARE

Elixir & Phoenix

Write idiomatic Elixir with OTP patterns, supervision trees, and Phoenix LiveView. Builds fault-tolerant, highly concurrent backends and real-time features on the BEAM with GenServers and channels.

Community 1.3K
Scanned
elixir phoenix liveview
mkdir -p ~/.claude/skills/elixir-pro && curl -fsSL https://raw.githubusercontent.com/diegosouzapw/awesome-omni-skill/HEAD/skills/development/elixir-pro/SKILL.md -o ~/.claude/skills/elixir-pro/SKILL.md
📊 Data
RARE

Evidence (BI as Code)

Build BI reports as code with Evidence. Writes SQL plus Markdown pages that render interactive charts and tables, parameterizes reports with query results, and ships polished, version-controlled data apps as static sites — no drag-and-drop BI.

Community 1.3K
Scanned
evidence bi sql
mkdir -p ~/.claude/skills/evidence-bi && curl -fsSL https://raw.githubusercontent.com/TerminalSkills/skills/main/skills/evidence/SKILL.md -o ~/.claude/skills/evidence-bi/SKILL.md
⚙️ Engineering
RARE

Firebase APK Scanner

Scan Android APKs for Firebase misconfigurations — open databases, public storage buckets, weak authentication, and exposed cloud functions. For authorized mobile app security audits and research.

Trail of Bits 1.3K
Scanned
security mobile android
mkdir -p ~/.claude/skills/community-firebase-apk-scanner && curl -fsSL https://raw.githubusercontent.com/trailofbits/skills/HEAD/plugins/firebase-apk-scanner/skills/firebase-apk-scanner/SKILL.md -o ~/.claude/skills/community-firebase-apk-scanner/SKILL.md
📊 Data
RARE

Kestra Orchestration

Orchestrate data workflows with Kestra's declarative YAML. Writes flows with schedule, webhook, and flow triggers, script tasks, and parallel or conditional logic, adds retries, timeouts, and error handling, and migrates DAGs from Airflow or Prefect.

Community 1.3K
Scanned
kestra orchestration workflows
mkdir -p ~/.claude/skills/kestra-orchestration && curl -fsSL https://raw.githubusercontent.com/lemig/kestra-template/main/.claude/skills/kestra/SKILL.md -o ~/.claude/skills/kestra-orchestration/SKILL.md
⚙️ Engineering
RARE

Nanostores State

Share state across frameworks with Nanostores — a tiny (under 1KB) atomic store. Builds atoms, maps, and computed stores that work in React, Vue, Svelte, Solid, and Astro islands, ideal for cross-island and cross-framework state.

Community 1.3K
Scanned
nanostores state-management astro
mkdir -p ~/.claude/skills/nanostores && curl -fsSL https://raw.githubusercontent.com/Jeffallan/claude-skills/HEAD/skills/javascript-pro/SKILL.md -o ~/.claude/skills/nanostores/SKILL.md
🌐 Community
RARE

Tauri Desktop Apps

Scaffold and build cross-platform desktop apps with Tauri v2. Sets up an opinionated core plus opt-in modules — CLI+MCP, SQLite, tray and auto-updater, release/preflight, and a Swift sidecar — on top of the official create-tauri-app boilerplate.

glebis 1.3K
Scanned
tauri desktop rust
mkdir -p ~/.claude/skills/init-tauri-app && curl -fsSL https://raw.githubusercontent.com/glebis/claude-skills/HEAD/init-tauri-app/SKILL.md -o ~/.claude/skills/init-tauri-app/SKILL.md
⚙️ Engineering
RARE

Vue Component & E2E Testing

Test Vue 3 apps with Playwright — component tests and end-to-end flows covering Vue Router navigation, reactive state, authentication, and network mocking with reliable, non-flaky patterns.

Community 1.3K
Scanned
vue playwright testing
mkdir -p ~/.claude/skills/vue-playwright-testing && curl -fsSL https://raw.githubusercontent.com/diegosouzapw/awesome-omni-skill/HEAD/skills/development/vue-playwright-testing/SKILL.md -o ~/.claude/skills/vue-playwright-testing/SKILL.md
⚙️ Engineering
RARE

Fly.io Deploy

Deploy apps close to users on Fly.io. Covers fly.toml configuration, Dockerfile-based builds, multi-region Machines, volumes and persistent storage, secrets, autoscaling and scale-to-zero, health checks, and private networking between services.

Community 1.3K
Scanned
fly.io deployment docker
mkdir -p ~/.claude/skills/flyio-deploy && curl -fsSL https://raw.githubusercontent.com/diegosouzapw/awesome-omni-skill/HEAD/skills/development/fly-deploy/SKILL.md -o ~/.claude/skills/flyio-deploy/SKILL.md
⚙️ Engineering
RARE

Thanos

Give Prometheus unlimited retention and global querying with Thanos. Deploy the sidecar, store, query, and compactor components for durable metric storage in object storage, cross-cluster queries, downsampling, and HA deduplication.

Community 1.3K
Scanned
thanos prometheus metrics
mkdir -p ~/.claude/skills/thanos-metrics && curl -fsSL https://raw.githubusercontent.com/TerminalSkills/skills/main/skills/thanos/SKILL.md -o ~/.claude/skills/thanos-metrics/SKILL.md
⚙️ Engineering
RARE

Vulnerability Variant Analysis

After finding one bug, hunt for its variants across the codebase using pattern-based analysis. Helps build CodeQL and Semgrep queries to systematically find every instance of a vulnerability class.

Trail of Bits 1.3K
Scanned
security variant-analysis codeql
mkdir -p ~/.claude/skills/community-variant-analysis && curl -fsSL https://raw.githubusercontent.com/trailofbits/skills/HEAD/plugins/variant-analysis/skills/variant-analysis/SKILL.md -o ~/.claude/skills/community-variant-analysis/SKILL.md
⚙️ Engineering
RARE

Turso (libSQL Edge DB)

Ship SQLite at the edge with Turso and libSQL. Covers embedded replicas, multi-region reads, database-per-tenant patterns, schema migrations, and drivers for TypeScript, Rust, and serverless runtimes with sub-millisecond local reads.

Community 1.2K
Scanned
turso libsql sqlite
mkdir -p ~/.claude/skills/turso-db && curl -fsSL https://raw.githubusercontent.com/diegosouzapw/awesome-omni-skill/HEAD/skills/tools/turso-automation/SKILL.md -o ~/.claude/skills/turso-db/SKILL.md
🌐 Community
RARE

Arbitrum dApp Builder

Build full-stack dApps on Arbitrum with Stylus (Rust) and/or Solidity. Covers local devnode setup, contract development and testing, deployment to Arbitrum, and React frontend integration with viem. An opinionated, end-to-end guide for shipping on L2.

hummusonrails 1.2K
Scanned
arbitrum blockchain solidity
mkdir -p ~/.claude/skills/arbitrum-dapp && curl -fsSL https://raw.githubusercontent.com/hummusonrails/arbitrum-dapp-skill/HEAD/SKILL.md -o ~/.claude/skills/arbitrum-dapp/SKILL.md
⚙️ Engineering
RARE

Burp Suite Project Parser

Search and explore Burp Suite project files (.burp) from the command line. Regex-search response headers and bodies, dump proxy history and site map, and extract findings from captured HTTP traffic.

Trail of Bits 1.2K
Scanned
security pentest burpsuite
mkdir -p ~/.claude/skills/community-burpsuite-parser && curl -fsSL https://raw.githubusercontent.com/trailofbits/skills/HEAD/plugins/burpsuite-project-parser/skills/burpsuite-project-parser/SKILL.md -o ~/.claude/skills/community-burpsuite-parser/SKILL.md
📊 Data
RARE

Data Contracts

Formalize producer-consumer agreements with data contracts. Drafts YAML contracts with schema, grain, SLA, PII classification, and ownership so data-quality issues are caught at the boundary, not downstream.

Community 1.2K
Scanned
data-contracts governance schema
mkdir -p ~/.claude/skills/data-contracts && curl -fsSL https://raw.githubusercontent.com/DipakMandlik/Pi-Skills/HEAD/src/skills/data-contract-writer.skill.md -o ~/.claude/skills/data-contracts/SKILL.md
🌐 Community
RARE

ESPHome Config Helper

Generate and troubleshoot ESPHome configurations for ESP32 and ESP8266 devices. Ready-to-use YAML templates, GPIO pin-assignment guidance, sensor and actuator setup, WiFi and OTA config, plus fixes for common compile and connection errors.

diegosouzapw 1.2K
Scanned
esphome esp32 iot
mkdir -p ~/.claude/skills/esphome-config-helper && curl -fsSL https://raw.githubusercontent.com/diegosouzapw/awesome-omni-skill/HEAD/skills/backend/esphome-config-helper/SKILL.md -o ~/.claude/skills/esphome-config-helper/SKILL.md
⚙️ Engineering
RARE

Hugging Face Jobs

Run training and batch ML workloads on Hugging Face Jobs infrastructure. Launch UV scripts and Docker-based jobs, pick the right GPU/CPU hardware, estimate cost, and authenticate with tokens.

Hugging Face 1.2K
Scanned
huggingface jobs training
mkdir -p ~/.claude/skills/huggingface-jobs && curl -fsSL https://raw.githubusercontent.com/diegosouzapw/awesome-omni-skill/HEAD/skills/devops/hugging-face-jobs/SKILL.md -o ~/.claude/skills/huggingface-jobs/SKILL.md
⚙️ Engineering
RARE

Mutation Testing with Stryker

Find gaps in your test suite using mutation testing with Stryker. Introduces deliberate code mutations and reports which ones your tests fail to catch, revealing undertested code paths.

Trail of Bits 1.2K
Scanned
mutation-testing testing quality
mkdir -p ~/.claude/skills/stryker-mutation && curl -fsSL https://raw.githubusercontent.com/trailofbits/skills/HEAD/plugins/mutation-testing/skills/mutation-testing/SKILL.md -o ~/.claude/skills/stryker-mutation/SKILL.md
Added to wishlist