Home / Categories / Engineering
⚙️

Engineering

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

Skills 346
Featured 15
⚙️ Engineering
RARE

Cosign & Sigstore Signing

Sign and verify container images and artifacts with Cosign and Sigstore for supply chain integrity. Set up keyless signing with OIDC, attach SBOM and provenance attestations, verify signatures in admission controllers, and enforce signed-only deploys in CI/CD.

Community 1.9K
Scanned
security supply-chain sigstore
mkdir -p ~/.claude/skills/cosign-sigstore && curl -fsSL https://raw.githubusercontent.com/TerminalSkills/skills/main/skills/cosign/SKILL.md -o ~/.claude/skills/cosign-sigstore/SKILL.md
📊 Data
RARE

Data Pipeline & ETL

Build data pipelines and ETL workflows. Generates extraction scripts, transformation logic, loading procedures, and scheduling for moving data between APIs, databases, warehouses, and file systems.

Community 1.9K
Scanned
etl data-pipeline data-engineering
mkdir -p ~/.claude/skills/data-pipeline-etl && curl -fsSL https://raw.githubusercontent.com/Jeffallan/claude-skills/HEAD/skills/spark-engineer/SKILL.md -o ~/.claude/skills/data-pipeline-etl/SKILL.md
⚙️ Engineering
RARE

Fluent Bit Logging

Validate, lint, and test Fluent Bit log pipelines. Checks config syntax, enforces best practices, flags security issues, and runs dry-run tests on inputs, filters, parsers, and outputs before you ship a logging config to production.

Community 1.9K
Scanned
fluent-bit logging observability
mkdir -p ~/.claude/skills/fluentbit-validator && curl -fsSL https://raw.githubusercontent.com/diegosouzapw/awesome-omni-skill/HEAD/skills/tools/fluentbit-validator/SKILL.md -o ~/.claude/skills/fluentbit-validator/SKILL.md
⚙️ Engineering
RARE

HashiCorp Consul

Service discovery, health checking, and service mesh with HashiCorp Consul. Register services, run health checks, store config in the KV store, and wire Consul Connect for secure, mTLS service-to-service communication across clusters.

Community 1.9K
Scanned
consul service-discovery service-mesh
mkdir -p ~/.claude/skills/consul-service-mesh && curl -fsSL https://raw.githubusercontent.com/TerminalSkills/skills/main/skills/consul/SKILL.md -o ~/.claude/skills/consul-service-mesh/SKILL.md
🎨 Design
RARE

Lottie Animations

Render After Effects animations on the web with Lottie. Integrates lottie-react and lottie-web, controls playback and segments, syncs animation to scroll or state, and optimizes JSON payloads for performance.

Community 1.9K
Scanned
lottie animation after-effects
mkdir -p ~/.claude/skills/lottie-web && curl -fsSL https://raw.githubusercontent.com/Jeffallan/claude-skills/HEAD/skills/react-expert/SKILL.md -o ~/.claude/skills/lottie-web/SKILL.md
⚙️ Engineering
RARE

OpenTelemetry Instrumentation

Instrument your applications with OpenTelemetry for distributed tracing, metrics, and logging. Generates SDK setup, custom spans, metric collectors, and exporter configurations for Jaeger, Grafana, and Datadog.

Community 1.9K
Scanned
observability tracing metrics
mkdir -p ~/.claude/skills/opentelemetry && curl -fsSL https://raw.githubusercontent.com/Jeffallan/claude-skills/HEAD/skills/monitoring-expert/SKILL.md -o ~/.claude/skills/opentelemetry/SKILL.md
📊 Data
RARE

Pandera DataFrame Validation

Validate pandas DataFrames with pandera schemas. Defines column checks, dtype and range constraints, class-based schema models, and decorator-based validation so bad data fails fast in your pipelines.

Community 1.9K
Scanned
pandera dataframe validation
mkdir -p ~/.claude/skills/pandera-validation && curl -fsSL https://raw.githubusercontent.com/majesticlabs-dev/majestic-marketplace/HEAD/plugins/majestic-data/skills/pandera-validation/SKILL.md -o ~/.claude/skills/pandera-validation/SKILL.md
🌐 Community
RARE

Phaser.js Browser Games

Build HTML5 browser games with Phaser.js. Generates game scenes, sprite animations, physics bodies, tilemap levels, particle effects, and audio management for Canvas and WebGL games.

Phaser 1.9K
Scanned
phaser game-dev html5
mkdir -p ~/.claude/skills/phaser-browser-games && curl -fsSL https://raw.githubusercontent.com/Jeffallan/claude-skills/HEAD/skills/game-developer/SKILL.md -o ~/.claude/skills/phaser-browser-games/SKILL.md
⚙️ Engineering
RARE

Pulumi TypeScript IaC

Scaffold and write Pulumi infrastructure-as-code in TypeScript. Configures cloud resources for AWS/Azure/GCP, manages Pulumi ESC environments for centralized secrets, sets up OIDC authentication, builds reusable component resources, and works with stack references.

Community 1.9K
Scanned
pulumi typescript iac
mkdir -p ~/.claude/skills/pulumi-typescript && curl -fsSL https://raw.githubusercontent.com/dirien/claude-skills/main/pulumi-typescript/SKILL.md -o ~/.claude/skills/pulumi-typescript/SKILL.md
🎨 Design
RARE

Radix UI Primitives

Build accessible, headless UI with Radix Primitives. Composes dialogs, menus, popovers, and comboboxes with correct focus management and ARIA, then styles them with your own tokens and compound-component patterns.

Community 1.9K
Scanned
radix-ui accessibility headless-ui
mkdir -p ~/.claude/skills/radix-ui-design-system && curl -fsSL https://raw.githubusercontent.com/diegosouzapw/awesome-omni-skill/HEAD/skills/design/radix-ui-design-system/SKILL.md -o ~/.claude/skills/radix-ui-design-system/SKILL.md
⚙️ Engineering
RARE

SvelteKit Applications

Build fast, modern web apps with SvelteKit. Covers routing, load functions, form actions, server vs client data flow, SSR/CSR/prerender adapters, and Svelte 5 runes for reactive state.

Community 1.9K
Scanned
sveltekit svelte ssr
mkdir -p ~/.claude/skills/sveltekit && curl -fsSL https://raw.githubusercontent.com/diegosouzapw/awesome-omni-skill/HEAD/skills/development/sveltekit/SKILL.md -o ~/.claude/skills/sveltekit/SKILL.md
🌐 Community
RARE

WebAssembly Patterns

Ship near-native performance to the browser, serverless, and the edge with WebAssembly. Covers Rust, Go, and C++ toolchains (wasm-pack, TinyGo, Emscripten), JS interop, memory layout, and when WASM actually beats plain JavaScript.

diegosouzapw 1.9K
Scanned
webassembly wasm rust
mkdir -p ~/.claude/skills/webassembly-patterns && curl -fsSL https://raw.githubusercontent.com/diegosouzapw/awesome-omni-skill/HEAD/skills/backend/webassembly-patterns/SKILL.md -o ~/.claude/skills/webassembly-patterns/SKILL.md
🌐 Community
RARE

Anchor for Solana

Develop, audit, and deploy Solana programs with the Anchor framework. Covers account structures and constraints, security-by-default checks, CPI interactions, PDA design, and testing with Mollusk and LiteSVM — the full write-test-deploy loop.

diegosouzapw 1.8K
Scanned
anchor solana rust
mkdir -p ~/.claude/skills/anchor-solana && curl -fsSL https://raw.githubusercontent.com/diegosouzapw/awesome-omni-skill/HEAD/skills/testing-security/anchor-expert-2026/SKILL.md -o ~/.claude/skills/anchor-solana/SKILL.md
📊 Data
RARE

ClickHouse OLAP

Design and query ClickHouse for real-time analytics. Models MergeTree tables, writes fast aggregations and materialized views, tunes partitions and indexes, and connects from Node and Python clients.

Community 1.8K
Scanned
clickhouse olap analytics
mkdir -p ~/.claude/skills/clickhouse-olap && curl -fsSL https://raw.githubusercontent.com/vibeeval/vibecosystem/HEAD/skills/clickhouse-io/SKILL.md -o ~/.claude/skills/clickhouse-olap/SKILL.md
⚙️ Engineering
RARE

Kustomize Config

Generate ConfigMaps, Secrets, and overlays with Kustomize for Kubernetes. Builds base + overlay structures, uses generators for config and secrets, and patches manifests per environment without templating or Helm.

Community 1.8K
Scanned
kustomize kubernetes k8s
mkdir -p ~/.claude/skills/kustomize-generators && curl -fsSL https://raw.githubusercontent.com/diegosouzapw/awesome-omni-skill/HEAD/skills/backend/kustomize-generators/SKILL.md -o ~/.claude/skills/kustomize-generators/SKILL.md
⚙️ Engineering
RARE

Meilisearch Integration

Add instant search to your application with Meilisearch. Generates index configurations, search UI components, faceted filtering, typo-tolerant queries, and relevancy tuning for sub-50ms search results.

Meilisearch 1.8K
Scanned
meilisearch search full-text
mkdir -p ~/.claude/skills/meilisearch && curl -fsSL https://raw.githubusercontent.com/Jeffallan/claude-skills/HEAD/skills/feature-forge/SKILL.md -o ~/.claude/skills/meilisearch/SKILL.md
🎨 Design
RARE

Panda CSS Design System

Build type-safe, zero-runtime CSS with Panda CSS. Creates design tokens, recipes, slot recipes, and responsive patterns with compile-time CSS extraction — no runtime overhead from the Chakra UI team.

Chakra UI 1.8K
Scanned
panda-css css-in-js design-tokens
mkdir -p ~/.claude/skills/panda-css && curl -fsSL https://raw.githubusercontent.com/rampstackco/claude-skills/HEAD/skills/design-system/SKILL.md -o ~/.claude/skills/panda-css/SKILL.md
🎨 Design
RARE

Style Dictionary Tokens

Transform design tokens into platform code with Style Dictionary. Defines a single source of truth for color, spacing, and typography, then builds CSS variables, Tailwind config, iOS/Android, and JS outputs from one token set.

Community 1.8K
Scanned
style-dictionary design-tokens design-system
mkdir -p ~/.claude/skills/style-dictionary && curl -fsSL https://raw.githubusercontent.com/Jeffallan/claude-skills/HEAD/skills/javascript-pro/SKILL.md -o ~/.claude/skills/style-dictionary/SKILL.md
⚙️ Engineering
RARE

Envoy Proxy

Configure Envoy, the high-performance L4/L7 proxy behind Istio and modern service meshes. Set up API gateways, sidecars, and load balancers with routing, circuit breaking, rate limiting, TLS termination, gRPC, and rich observability.

Community 1.8K
Scanned
envoy proxy api-gateway
mkdir -p ~/.claude/skills/envoy-proxy && curl -fsSL https://raw.githubusercontent.com/TerminalSkills/skills/main/skills/envoy/SKILL.md -o ~/.claude/skills/envoy-proxy/SKILL.md
⚙️ Engineering
RARE

AI Agent Evaluation

Test and benchmark LLM agents with behavioral tests, capability assessments, reliability metrics, and production monitoring — catching the failures that pass benchmarks but break in the real world.

Community 1.7K
Scanned
agent-evaluation testing benchmarking
mkdir -p ~/.claude/skills/agent-evaluation && curl -fsSL https://raw.githubusercontent.com/diegosouzapw/awesome-omni-skill/HEAD/skills/ai-agents/agent-evaluation/SKILL.md -o ~/.claude/skills/agent-evaluation/SKILL.md
⚙️ Engineering
RARE

Angular Enterprise Development

Write performant, maintainable Angular apps. Covers standalone components, change-detection optimization, lazy routing, OnPush strategy, bundle-size reduction, and modern control-flow syntax.

Community 1.7K
Scanned
angular standalone change-detection
mkdir -p ~/.claude/skills/angular-best-practices && curl -fsSL https://raw.githubusercontent.com/diegosouzapw/awesome-omni-skill/HEAD/skills/development/angular-best-practices/SKILL.md -o ~/.claude/skills/angular-best-practices/SKILL.md
⚙️ Engineering
RARE

API Load Testing

Design and run load tests for APIs using k6 or Artillery. Creates test scenarios with realistic traffic patterns, ramp-up strategies, and performance thresholds to find breaking points before your users do.

Community 1.7K
Scanned
load-testing k6 performance
mkdir -p ~/.claude/skills/api-load-testing && curl -fsSL https://raw.githubusercontent.com/Jeffallan/claude-skills/HEAD/skills/chaos-engineer/SKILL.md -o ~/.claude/skills/api-load-testing/SKILL.md
Added to wishlist