Home / Categories / Engineering
⚙️

Engineering

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

Skills 346
Featured 15
📊 Data
RARE

Apache Arrow

Move and process columnar data at speed with Apache Arrow. Uses zero-copy in-memory format, Arrow Flight for fast transport, and interop across pandas, Polars, DuckDB, and Parquet without serialization overhead.

Community 1.5K
Scanned
apache-arrow columnar in-memory
mkdir -p ~/.claude/skills/apache-arrow && curl -fsSL https://raw.githubusercontent.com/TerminalSkills/skills/main/skills/apache-arrow/SKILL.md -o ~/.claude/skills/apache-arrow/SKILL.md
🌐 Community
RARE

Arduino Code Generator

Generate production-ready Arduino and embedded C++ for UNO, ESP32, and RP2040. Sensors, actuators, I2C/SPI, non-blocking timers, state machines, EEPROM, SD logging, and WiFi — with proper memory management and board-specific optimization.

diegosouzapw 1.5K
Scanned
arduino embedded esp32
mkdir -p ~/.claude/skills/arduino-code-generator && curl -fsSL https://raw.githubusercontent.com/diegosouzapw/awesome-omni-skill/HEAD/skills/development/arduino-code-generator/SKILL.md -o ~/.claude/skills/arduino-code-generator/SKILL.md
🌐 Community
RARE

Embedded Systems & Firmware

Write firmware for microcontrollers and RTOS applications. Configure peripherals, write interrupt handlers, implement DMA transfers, debug timing issues, and optimize power consumption for STM32, ESP32, FreeRTOS, and bare-metal targets.

Jeffallan 1.5K
Scanned
embedded firmware iot
mkdir -p ~/.claude/skills/embedded-systems && curl -fsSL https://raw.githubusercontent.com/Jeffallan/claude-skills/HEAD/skills/embedded-systems/SKILL.md -o ~/.claude/skills/embedded-systems/SKILL.md
⚙️ Engineering
RARE

Fastify REST API

Build high-performance Node.js APIs with Fastify. Uses JSON Schema validation and serialization, plugins and decorators, hooks, and typed routes to get maximum throughput with minimal overhead.

Community 1.5K
Scanned
fastify nodejs json-schema
mkdir -p ~/.claude/skills/fastify-rest-api && curl -fsSL https://raw.githubusercontent.com/diegosouzapw/awesome-omni-skill/HEAD/skills/backend/fastify-rest-api/SKILL.md -o ~/.claude/skills/fastify-rest-api/SKILL.md
⚙️ Engineering
RARE

ML Experiment Tracking

Track ML experiments with reproducible parameters, metrics, and artifacts. Logs runs, compares hyperparameter sweeps, and versions models so training results stay reproducible and easy to compare.

Community 1.5K
Scanned
mlops experiment-tracking reproducibility
mkdir -p ~/.claude/skills/ml-experiment-tracking && curl -fsSL https://raw.githubusercontent.com/diegosouzapw/awesome-omni-skill/HEAD/skills/machine-learning/ml-experiment-tracking/SKILL.md -o ~/.claude/skills/ml-experiment-tracking/SKILL.md
⚙️ Engineering
RARE

PagerDuty

Set up incident management, on-call scheduling, and escalation with PagerDuty. Create services and escalation policies, wire integrations from monitoring tools, manage on-call rotations, and automate incident response workflows via the API.

Community 1.5K
Scanned
pagerduty incident-management on-call
mkdir -p ~/.claude/skills/pagerduty && curl -fsSL https://raw.githubusercontent.com/TerminalSkills/skills/main/skills/pagerduty/SKILL.md -o ~/.claude/skills/pagerduty/SKILL.md
📊 Data
RARE

Redpanda Streaming

Run Kafka-compatible streaming on Redpanda with rpk. Creates and configures topics, manages clusters, profiles, and connections, wires SASL and TLS and the schema registry, and operates tiered storage — a drop-in Kafka replacement with no ZooKeeper.

Community 1.5K
Scanned
redpanda kafka streaming
mkdir -p ~/.claude/skills/redpanda-streaming && curl -fsSL https://raw.githubusercontent.com/redpanda-data/skills/main/skills/rpk/SKILL.md -o ~/.claude/skills/redpanda-streaming/SKILL.md
⚙️ Engineering
RARE

SARIF Results Parser

Parse, filter, deduplicate, and convert SARIF output from CodeQL, Semgrep, and other scanners. Aggregate findings across tools and wire results into CI/CD without re-running the scans themselves.

Trail of Bits 1.5K
Scanned
security sarif static-analysis
mkdir -p ~/.claude/skills/community-sarif-parsing && curl -fsSL https://raw.githubusercontent.com/trailofbits/skills/HEAD/plugins/static-analysis/skills/sarif-parsing/SKILL.md -o ~/.claude/skills/community-sarif-parsing/SKILL.md
📊 Data
RARE

Soda Data Quality

Catch bad data before it hits dashboards with Soda. Writes SodaCL checks for freshness, completeness, uniqueness, validity, and custom business rules, profiles datasets, and wires quality gates into pipelines and CI to stop bad data early.

Community 1.5K
Scanned
soda data-quality testing
mkdir -p ~/.claude/skills/soda-data-quality && curl -fsSL https://raw.githubusercontent.com/TerminalSkills/skills/main/skills/soda/SKILL.md -o ~/.claude/skills/soda-data-quality/SKILL.md
⚙️ Engineering
RARE

TanStack Start Full-Stack React

Bootstrap and build full-stack React apps with TanStack Start — type-safe file routing, server functions, TanStack Query data loading, Tailwind 4, and shadcn/ui on Vite.

Community 1.5K
Scanned
tanstack-start tanstack-router react
mkdir -p ~/.claude/skills/setup-tanstack-start && curl -fsSL https://raw.githubusercontent.com/diegosouzapw/awesome-omni-skill/HEAD/skills/development/setup-tanstack-start/SKILL.md -o ~/.claude/skills/setup-tanstack-start/SKILL.md
⚙️ Engineering
RARE

Valtio Proxy State

Manage React state with Valtio's mutable proxy model. Creates proxy stores you mutate directly, subscribes components with useSnapshot, derives computed values, and persists or syncs state without reducers or actions.

Community 1.5K
Scanned
valtio state-management react
mkdir -p ~/.claude/skills/valtio && curl -fsSL https://raw.githubusercontent.com/Jeffallan/claude-skills/HEAD/skills/react-expert/SKILL.md -o ~/.claude/skills/valtio/SKILL.md
⚙️ Engineering
RARE

Appwrite Backend Platform

Build backends fast with Appwrite. Covers databases and collections, authentication and sessions, storage buckets, serverless functions, realtime subscriptions, permissions, and SDK usage across web, mobile, and server runtimes.

Community 1.4K
Scanned
appwrite backend-as-a-service auth
mkdir -p ~/.claude/skills/appwrite-backend && curl -fsSL https://raw.githubusercontent.com/diegosouzapw/awesome-omni-skill/HEAD/skills/development/appwrite-python/SKILL.md -o ~/.claude/skills/appwrite-backend/SKILL.md
⚙️ Engineering
RARE

Trigger.dev Background Jobs

Run long-running background jobs with Trigger.dev. Covers durable tasks that survive timeouts, retries and idempotency, scheduled and event triggers, concurrency controls, waits and delays, and observability for reliable async workflows in TypeScript.

Community 1.4K
Scanned
trigger.dev background-jobs durable-workflows
mkdir -p ~/.claude/skills/triggerdotdev && curl -fsSL https://raw.githubusercontent.com/diegosouzapw/awesome-omni-skill/HEAD/skills/cli-automation/trigger-dev/SKILL.md -o ~/.claude/skills/triggerdotdev/SKILL.md
⚙️ Engineering
RARE

Agentic Actions Auditor

Audit GitHub Actions workflows for prompt-injection and security flaws in AI agent integrations (Claude Code Action, Gemini CLI, OpenAI Codex, GitHub AI Inference). Detects attacker-controlled input reaching agents in CI/CD.

Trail of Bits 1.4K
Scanned
security ci-cd prompt-injection
mkdir -p ~/.claude/skills/community-agentic-actions-auditor && curl -fsSL https://raw.githubusercontent.com/trailofbits/skills/HEAD/plugins/agentic-actions-auditor/skills/agentic-actions-auditor/SKILL.md -o ~/.claude/skills/community-agentic-actions-auditor/SKILL.md
📊 Data
RARE

Apache Flink Streaming

Build stateful stream-processing jobs with Apache Flink. Writes DataStream and SQL jobs, manages windows, watermarks, and state, configures checkpointing, and tunes throughput for real-time pipelines.

Community 1.4K
Scanned
flink stream-processing real-time
mkdir -p ~/.claude/skills/flink-streaming && curl -fsSL https://raw.githubusercontent.com/jeremylongshore/claude-code-plugins-plus-skills/HEAD/skills/11-data-pipelines/flink-job-creator/SKILL.md -o ~/.claude/skills/flink-streaming/SKILL.md
⚙️ Engineering
RARE

Buildkite CI

Automate Buildkite pipelines — trigger builds, inspect steps and jobs, and manage pipeline runs. Kicks off builds on branches, monitors step status, and retrieves job logs and annotations for hybrid self-hosted CI/CD.

Community 1.4K
Scanned
buildkite cicd pipelines
mkdir -p ~/.claude/skills/buildkite-automation && curl -fsSL https://raw.githubusercontent.com/diegosouzapw/awesome-omni-skill/HEAD/skills/tools/buildkite-automation/SKILL.md -o ~/.claude/skills/buildkite-automation/SKILL.md
🌐 Community
RARE

C++ on the Web (Emscripten)

Compile C and C++ to WebAssembly for the modern web with Emscripten. Port existing native libraries, expose clean JS bindings, manage the heap, and ship high-performance C++ components that run in the browser. Sourced from Google Chrome's modern web guidance.

GoogleChrome 1.4K
Scanned
cpp emscripten webassembly
mkdir -p ~/.claude/skills/cpp-on-the-web && curl -fsSL https://raw.githubusercontent.com/GoogleChrome/modern-web-guidance-src/HEAD/skills-src/cpp-on-the-web/SKILL.md -o ~/.claude/skills/cpp-on-the-web/SKILL.md
⚙️ Engineering
RARE

Crossplane

Provision cloud infrastructure declaratively through Kubernetes APIs with Crossplane. Compose custom resource abstractions, install providers, build Compositions and XRDs, and ship internal developer platforms backed by GitOps.

Community 1.4K
Scanned
crossplane platform-engineering kubernetes
mkdir -p ~/.claude/skills/crossplane-iac && curl -fsSL https://raw.githubusercontent.com/TerminalSkills/skills/main/skills/crossplane/SKILL.md -o ~/.claude/skills/crossplane-iac/SKILL.md
📊 Data
RARE

Cube Semantic Layer

Define metrics once and serve them everywhere with Cube. Models cubes, dimensions, measures, and joins, exposes a headless semantic layer over REST, GraphQL, and SQL, and tunes pre-aggregations, caching, and multi-tenant security.

Community 1.4K
Scanned
cube semantic-layer headless-bi
mkdir -p ~/.claude/skills/cube-semantic-layer && curl -fsSL https://raw.githubusercontent.com/TerminalSkills/skills/main/skills/cube/SKILL.md -o ~/.claude/skills/cube-semantic-layer/SKILL.md
📊 Data
RARE

Dask Parallel Python

Scale Python and pandas with Dask. Parallelizes DataFrame and array workloads across cores or a cluster, tunes partitions and the task graph, handles larger-than-memory data, and diagnoses spill and shuffle bottlenecks from the dashboard.

Community 1.4K
Scanned
dask parallel pandas
mkdir -p ~/.claude/skills/dask-parallel && curl -fsSL https://raw.githubusercontent.com/K-Dense-AI/scientific-agent-skills/main/skills/dask/SKILL.md -o ~/.claude/skills/dask-parallel/SKILL.md
🌐 Community
RARE

Deno Deploy

Ship Deno apps to production on Deno Deploy's edge. Covers the deno deploy CLI, environment variables, Deno KV, custom domains, and the --tunnel flag for testing edge behavior locally before you go live.

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

Google ADK RAG Agent

Build RAG agents with Google ADK and Vertex AI RAG Engine. Sets up corpora, the VertexAiRagRetrieval tool, and citation-backed responses for document Q&A on Google Cloud.

Community 1.4K
Scanned
google-adk vertex-ai rag
mkdir -p ~/.claude/skills/adk-rag-agent && curl -fsSL https://raw.githubusercontent.com/diegosouzapw/awesome-omni-skill/HEAD/skills/ai-agents/adk-rag-agent/SKILL.md -o ~/.claude/skills/adk-rag-agent/SKILL.md
⚙️ Engineering
RARE

SolidJS Fine-Grained Reactivity

Build high-performance UIs with SolidJS. Uses signals, memos, effects, stores, and resources for fine-grained reactivity with no virtual DOM — ideal for granular, low-overhead updates.

Community 1.4K
Scanned
solidjs signals reactivity
mkdir -p ~/.claude/skills/solidjs && curl -fsSL https://raw.githubusercontent.com/diegosouzapw/awesome-omni-skill/HEAD/skills/development/solidjs/SKILL.md -o ~/.claude/skills/solidjs/SKILL.md
Added to wishlist