Home / Categories / Engineering
⚙️

Engineering

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

Skills 346
Featured 15
🎨 Design
RARE

shadcn-svelte Components

Add accessible, themeable UI to Svelte apps with shadcn-svelte. Installs and composes Button, Card, Dialog, Form, and Table components wired to design tokens and Tailwind.

Community 1.2K
Scanned
shadcn-svelte svelte components
mkdir -p ~/.claude/skills/shadcn-svelte && curl -fsSL https://raw.githubusercontent.com/diegosouzapw/awesome-omni-skill/HEAD/skills/development/shadcn-svelte/SKILL.md -o ~/.claude/skills/shadcn-svelte/SKILL.md
📊 Data
RARE

Trino Query Optimizer

Analyze and optimize Trino queries. Reads EXPLAIN plans, predicts CPU, memory, and scan cost before running, rewrites expensive federated queries, and surfaces partition-pruning and join-order fixes for faster, cheaper distributed SQL.

Community 1.2K
Scanned
trino presto query-optimization
mkdir -p ~/.claude/skills/trino-query-engine && curl -fsSL https://raw.githubusercontent.com/razorpay/trino-gateway/master/.agents/skills/trino-analyzer/SKILL.md -o ~/.claude/skills/trino-query-engine/SKILL.md
⚙️ Engineering
RARE

gRPC in Go

Build high-performance gRPC services in Go. Covers protobuf schema design, unary and streaming RPCs, interceptors for auth and logging, error handling with status codes, deadlines and metadata, and gRPC gateway for REST/JSON transcoding.

Community 1.2K
Scanned
grpc golang protobuf
mkdir -p ~/.claude/skills/grpc-go && curl -fsSL https://raw.githubusercontent.com/diegosouzapw/awesome-omni-skill/HEAD/skills/backend/grpc-golang/SKILL.md -o ~/.claude/skills/grpc-go/SKILL.md
⚙️ Engineering
RARE

Cloudflare D1

Build on Cloudflare D1, the serverless SQLite database for Workers. Covers schema and migrations, the Workers binding and query API, prepared statements and batching, production seeding, read replication, and pairing D1 with Drizzle for type-safe access.

Community 1.1K
Scanned
cloudflare d1 sqlite
mkdir -p ~/.claude/skills/cloudflare-d1 && curl -fsSL https://raw.githubusercontent.com/diegosouzapw/awesome-omni-skill/HEAD/skills/devops/cloudflare-d1-migrations-and-production-seeding/SKILL.md -o ~/.claude/skills/cloudflare-d1/SKILL.md
🌐 Community
RARE

Aptos & Move

Build on the Aptos blockchain with the Move language. Covers Move modules and resources, smart contracts, NFTs, and DeFi primitives, plus deploying and testing across devnet, testnet, and mainnet.

diegosouzapw 1.1K
Scanned
aptos move blockchain
mkdir -p ~/.claude/skills/aptos-expert && curl -fsSL https://raw.githubusercontent.com/diegosouzapw/awesome-omni-skill/HEAD/skills/development/aptos-expert/SKILL.md -o ~/.claude/skills/aptos-expert/SKILL.md
⚙️ Engineering
RARE

Constant-Time Crypto Analyzer

Detect timing side-channel vulnerabilities in cryptographic code across C, C++, Go, Rust, Swift, Java, JS/TS, Python, and more. Flags secret-dependent branches, division on secrets, and non-constant-time comparisons.

Trail of Bits 1.1K
Scanned
security cryptography side-channel
mkdir -p ~/.claude/skills/community-constant-time-crypto && curl -fsSL https://raw.githubusercontent.com/trailofbits/skills/HEAD/plugins/constant-time-analysis/skills/constant-time-analysis/SKILL.md -o ~/.claude/skills/community-constant-time-crypto/SKILL.md
📊 Data
RARE

Snowplow Analytics

Capture rich behavioral data with Snowplow. Designs event and entity schemas, instruments web and mobile trackers, configures the collector and enrich pipeline and warehouse loaders, and models clean event data for product and marketing analytics.

Community 1.1K
Scanned
snowplow event-tracking behavioral-data
mkdir -p ~/.claude/skills/snowplow-analytics && curl -fsSL https://raw.githubusercontent.com/membranedev/application-skills/main/skills/snowplow-analytics/SKILL.md -o ~/.claude/skills/snowplow-analytics/SKILL.md
🌐 Community
RARE

Three.js Scenes & Shaders

Build production-quality vanilla Three.js scenes (no R3F) — voxel worlds, procedural geometry, instancing/BatchedMesh, particle systems, and GLSL shader effects (bloom, god rays, depth of field, glitch). Includes EffectComposer post-processing and draw-call optimization.

tuomashatakka 1.1K
Scanned
threejs glsl shaders
mkdir -p ~/.claude/skills/threejs-scenes && curl -fsSL https://raw.githubusercontent.com/tuomashatakka/threejs-scenes-skill/HEAD/skill/SKILL.md -o ~/.claude/skills/threejs-scenes/SKILL.md
🌐 Community
RARE

IoT Engineering

Design connected-device architectures end to end — MQTT and device protocols, edge computing, device management, and cloud data pipelines. Build scalable, secure, reliable IoT systems on stacks like Mosquitto, AWS IoT, Azure IoT, and Node-RED.

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

Solana Vulnerability Scanner

Scan Solana programs for 6 critical vulnerability classes including arbitrary CPI, improper PDA validation, missing signer and ownership checks, and sysvar spoofing. Tuned for Solana and Anchor programs.

Trail of Bits 1.1K
Scanned
security solana web3
mkdir -p ~/.claude/skills/community-solana-vuln-scanner && curl -fsSL https://raw.githubusercontent.com/trailofbits/skills/HEAD/plugins/building-secure-contracts/skills/solana-vulnerability-scanner/SKILL.md -o ~/.claude/skills/community-solana-vuln-scanner/SKILL.md
⚙️ Engineering
RARE

Google Cloud Run

Deploy containers serverlessly on Google Cloud Run. Covers container builds, request-based autoscaling and scale-to-zero, concurrency tuning, secrets and env config, Cloud SQL connections, IAM and invoker permissions, and jobs for batch workloads.

Community 1.0K
Scanned
google-cloud cloud-run containers
mkdir -p ~/.claude/skills/cloud-run && curl -fsSL https://raw.githubusercontent.com/diegosouzapw/awesome-omni-skill/HEAD/skills/development/cloudrun-development/SKILL.md -o ~/.claude/skills/cloud-run/SKILL.md
⚙️ Engineering
RARE

Smart Contract Entry Point Analyzer

Map the attack surface of smart contracts by finding every state-changing entry point. Categorizes externally callable functions by access level (public, admin, role-restricted) and generates structured audit reports across Solidity, Vyper, Solana/Rust, Move, TON, and CosmWasm.

Trail of Bits 1.0K
Scanned
security smart-contracts web3
mkdir -p ~/.claude/skills/community-entry-point-analyzer && curl -fsSL https://raw.githubusercontent.com/trailofbits/skills/HEAD/plugins/entry-point-analyzer/skills/entry-point-analyzer/SKILL.md -o ~/.claude/skills/community-entry-point-analyzer/SKILL.md
⚙️ Engineering
RARE

Token Integration Analyzer

Analyze ERC20/ERC721 token implementations and integrations against Trail of Bits' token integration checklist. Checks conformity, 20+ weird-token patterns, owner privileges, and how protocols handle non-standard tokens.

Trail of Bits 1.0K
Scanned
security web3 defi
mkdir -p ~/.claude/skills/community-token-integration-analyzer && curl -fsSL https://raw.githubusercontent.com/trailofbits/skills/HEAD/plugins/building-secure-contracts/skills/token-integration-analyzer/SKILL.md -o ~/.claude/skills/community-token-integration-analyzer/SKILL.md
⚙️ Engineering
COMMON

Medusa Commerce Backend

Build headless commerce backends with Medusa. Covers custom modules, API routes, workflows, subscribers and events, product and cart logic, plugins, and admin extensions for fully customizable Node.js storefront backends.

Community 990
Scanned
medusa commerce headless
mkdir -p ~/.claude/skills/medusa-commerce && curl -fsSL https://raw.githubusercontent.com/diegosouzapw/awesome-omni-skill/HEAD/skills/development/medusa/SKILL.md -o ~/.claude/skills/medusa-commerce/SKILL.md
⚙️ Engineering
COMMON

Secret Zeroization Audit

Detect sensitive data left in memory and zeroization stripped by compiler optimizations. Uses assembly-level and control-flow analysis to verify keys, passwords, and secrets are actually wiped in C, C++, and Rust.

Trail of Bits 950
Scanned
security cryptography memory-safety
mkdir -p ~/.claude/skills/community-zeroize-audit && curl -fsSL https://raw.githubusercontent.com/trailofbits/skills/HEAD/plugins/zeroize-audit/skills/zeroize-audit/SKILL.md -o ~/.claude/skills/community-zeroize-audit/SKILL.md
🌐 Community
COMMON

WebXR Immersive

Build web-based AR and VR with the WebXR Device API. Access XR sessions and reference spaces directly from the browser, handle controllers and hand input, and render immersive scenes that run on headsets and phones without an app install.

diegosouzapw 950
Scanned
webxr ar vr
mkdir -p ~/.claude/skills/webxr && curl -fsSL https://raw.githubusercontent.com/diegosouzapw/awesome-omni-skill/HEAD/skills/development/webxr/SKILL.md -o ~/.claude/skills/webxr/SKILL.md
⚙️ Engineering
COMMON

AgentDB Vector Search

Implement semantic vector search with AgentDB for intelligent document retrieval, similarity matching, and context-aware querying. Wire it into RAG systems, semantic search engines, and knowledge bases.

Community 900
Scanned
agentdb vector-search semantic-search
mkdir -p ~/.claude/skills/agentdb-vector-search && curl -fsSL https://raw.githubusercontent.com/diegosouzapw/awesome-omni-skill/HEAD/skills/ai-agents/agentdb-vector-search/SKILL.md -o ~/.claude/skills/agentdb-vector-search/SKILL.md
🌐 Community
COMMON

Firmware Analyst

Extract, analyze, and reverse-engineer firmware for embedded and IoT security. Covers firmware unpacking, filesystem and binary analysis, and vulnerability research across routers, IoT devices, automotive systems, and industrial controllers.

diegosouzapw 900
Scanned
firmware iot-security reverse-engineering
mkdir -p ~/.claude/skills/firmware-analyst && curl -fsSL https://raw.githubusercontent.com/diegosouzapw/awesome-omni-skill/HEAD/skills/development/firmware-analyst/SKILL.md -o ~/.claude/skills/firmware-analyst/SKILL.md
⚙️ Engineering
COMMON

macOS Seatbelt Sandboxer

Generate minimal, allowlist-based macOS Seatbelt sandbox profiles to isolate and restrict applications. Locks a process down to only the files, network, and syscalls it actually needs.

Trail of Bits 900
Scanned
security macos sandbox
mkdir -p ~/.claude/skills/community-seatbelt-sandboxer && curl -fsSL https://raw.githubusercontent.com/trailofbits/skills/HEAD/plugins/seatbelt-sandboxer/skills/seatbelt-sandboxer/SKILL.md -o ~/.claude/skills/community-seatbelt-sandboxer/SKILL.md
🌐 Community
COMMON

Web Game Development

Design, optimize, and deploy modern browser-based games and game-like web apps. Step-by-step guidance on game loops, input, rendering choices, asset pipelines, and shipping playable builds to the web.

Loxia-ai 900
Scanned
gamedev browser canvas
mkdir -p ~/.claude/skills/web-game-dev && curl -fsSL https://raw.githubusercontent.com/Loxia-ai/onbuzz-community/HEAD/skills/web-game-dev/skill.md -o ~/.claude/skills/web-game-dev/SKILL.md
⚙️ Engineering
COMMON

Upstash QStash

Add serverless messaging and scheduling with Upstash QStash. Covers HTTP-based message queues, delayed and scheduled delivery, cron jobs, retries with backoff, dead-letter handling, and signature verification for reliable jobs on serverless and edge.

Community 880
Scanned
upstash qstash message-queue
mkdir -p ~/.claude/skills/upstash-qstash && curl -fsSL https://raw.githubusercontent.com/diegosouzapw/awesome-omni-skill/HEAD/skills/backend/upstash-qstash/SKILL.md -o ~/.claude/skills/upstash-qstash/SKILL.md
🌐 Community
COMMON

ARKit for visionOS

Build and debug ARKit features for Apple visionOS. Covers ARKitSession setup and authorization, data providers for world tracking, plane detection, scene reconstruction, and hand tracking, anchor processing, and RealityKit integration in immersive spaces.

diegosouzapw 800
Scanned
arkit visionos spatial-computing
mkdir -p ~/.claude/skills/arkit-visionos && curl -fsSL https://raw.githubusercontent.com/diegosouzapw/awesome-omni-skill/HEAD/skills/tools/arkit-visionos-developer/SKILL.md -o ~/.claude/skills/arkit-visionos/SKILL.md
⚙️ Engineering
COMMON

Ionic + Capacitor Mobile

Build cross-platform mobile apps with Ionic Framework and Capacitor. Covers ion-* components, @ionic/react, angular, and vue, Capacitor plugins (Camera, Geolocation, Push, Filesystem), dark mode, lifecycle hooks, and iOS/Android deployment patterns Claude doesn't know from training.

Nyctanassabillingsgate832 700
Scanned
ionic capacitor mobile
mkdir -p ~/.claude/skills/ionic-capacitor && curl -fsSL https://raw.githubusercontent.com/Nyctanassabillingsgate832/ionic-capacitor-skills/HEAD/ionic-capacitor/SKILL.md -o ~/.claude/skills/ionic-capacitor/SKILL.md
⚙️ Engineering
COMMON

Thrunt (Threat Hunting Workflows)

Run structured threat-hunting workflows in agentic IDEs like Claude Code. Shapes hypotheses, maps the environment, plans and runs hunts, audits evidence, and publishes findings — with phase-based orchestration, forensics, and milestone tracking.

3dcom2711 600
Scanned
security threat-hunting forensics
mkdir -p ~/.claude/skills/thrunt-autonomous && curl -fsSL 'https://raw.githubusercontent.com/3dcom2711/thrunt-god/HEAD/thrunt-god/examples/brute-force-to-persistence/.github/skills/thrunt-autonomous/SKILL.md' -o ~/.claude/skills/thrunt-autonomous/SKILL.md
Added to wishlist