Home / Categories / Engineering
⚙️

Engineering

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

Skills 252
Featured 13
🌐 Community
RARE

Three.js & WebGL

Build interactive 3D web experiences with Three.js. Set up scenes, cameras, meshes, materials, lights, and animations; handle textures and loaders; and optimize WebGL/WebGPU rendering for product configurators, data viz, and immersive sites.

freshtechbro 2.4K
Scanned
threejs webgl 3d
mkdir -p ~/.claude/skills/threejs-webgl && curl -fsSL https://raw.githubusercontent.com/freshtechbro/claudedesignskills/HEAD/.claude/skills/threejs-webgl/SKILL.md -o ~/.claude/skills/threejs-webgl/SKILL.md
🎨 Design
RARE

Accessibility Audit (WCAG)

Audit web applications for WCAG 2.2 AA/AAA compliance. Checks color contrast, keyboard navigation, ARIA attributes, screen reader compatibility, focus management, and generates remediation code fixes.

Community 2.3K
Scanned
accessibility wcag a11y
mkdir -p ~/.claude/skills/accessibility-audit && curl -fsSL https://raw.githubusercontent.com/rampstackco/claude-skills/HEAD/skills/accessibility-audit/SKILL.md -o ~/.claude/skills/accessibility-audit/SKILL.md
⚙️ Engineering
RARE

Istio Service Mesh

Configure Istio traffic management — routing, load balancing, circuit breakers, and canary deployments. Writes VirtualServices and DestinationRules for progressive delivery, retries, and resilience across a service mesh.

Community 2.3K
Scanned
istio service-mesh kubernetes
mkdir -p ~/.claude/skills/istio-traffic && curl -fsSL https://raw.githubusercontent.com/diegosouzapw/awesome-omni-skill/HEAD/skills/devops/istio-traffic-management/SKILL.md -o ~/.claude/skills/istio-traffic/SKILL.md
⚙️ Engineering
RARE

Bundle Size Analyzer

Analyze and reduce JavaScript bundle sizes. Identifies heavy dependencies, suggests tree-shaking opportunities, recommends lighter alternatives, and implements code splitting strategies for webpack, Vite, and esbuild.

Community 2.2K
Scanned
bundling webpack vite
mkdir -p ~/.claude/skills/bundle-analyzer && curl -fsSL https://raw.githubusercontent.com/rampstackco/claude-skills/HEAD/skills/performance-optimization/SKILL.md -o ~/.claude/skills/bundle-analyzer/SKILL.md
🌐 Community
RARE

Game Developer (Unity & Unreal)

Build game systems in Unity and Unreal Engine. Implement ECS architecture, configure physics and colliders, set up multiplayer with lag compensation, write shaders, optimize to 60+ FPS, and apply patterns like object pooling and state machines.

Jeffallan 2.2K
Scanned
gamedev unity unreal
mkdir -p ~/.claude/skills/game-developer && curl -fsSL https://raw.githubusercontent.com/Jeffallan/claude-skills/HEAD/skills/game-developer/SKILL.md -o ~/.claude/skills/game-developer/SKILL.md
⚙️ Engineering
RARE

Jenkins Pipeline Builder

Generate best-practice Jenkinsfiles for Declarative and Scripted pipelines. Scaffolds build/test/deploy stages, wires credentials, agents, and post conditions, and models parallel stages and shared libraries for robust CI/CD.

Community 2.2K
Scanned
jenkins jenkinsfile cicd
mkdir -p ~/.claude/skills/jenkinsfile-generator && curl -fsSL https://raw.githubusercontent.com/diegosouzapw/awesome-omni-skill/HEAD/skills/devops/jenkinsfile-generator/SKILL.md -o ~/.claude/skills/jenkinsfile-generator/SKILL.md
📊 Data
RARE

Kafka Streaming

Build event-streaming systems with Apache Kafka. Writes producers and consumers, designs topics and partitioning, handles consumer groups and offsets, and implements idempotent, exactly-once processing.

Community 2.2K
Scanned
kafka streaming event-driven
mkdir -p ~/.claude/skills/kafka-streaming && curl -fsSL https://raw.githubusercontent.com/Jupiter41/arthur-airport/HEAD/docs/skills/kafka.SKILL.md -o ~/.claude/skills/kafka-streaming/SKILL.md
⚙️ Engineering
RARE

Microservices Architect

Design distributed systems and decompose monoliths into bounded-context services. Recommends communication patterns, produces service-boundary diagrams, and applies saga, event-sourcing, and CQRS resilience strategies.

Community 2.2K
Scanned
microservices ddd distributed-systems
mkdir -p ~/.claude/skills/microservices-architect && curl -fsSL https://raw.githubusercontent.com/Jeffallan/claude-skills/HEAD/skills/microservices-architect/SKILL.md -o ~/.claude/skills/microservices-architect/SKILL.md
📊 Data
RARE

Airbyte Data Integration

Move data with Airbyte ELT. Configures sources and destinations, builds and tests custom connectors with the CDK, sets up incremental and CDC replication, schedules syncs, and wires failure alerting across 300+ APIs and databases.

Community 2.1K
Scanned
airbyte elt data-integration
mkdir -p ~/.claude/skills/airbyte-connectors && curl -fsSL https://raw.githubusercontent.com/TerminalSkills/skills/main/skills/airbyte/SKILL.md -o ~/.claude/skills/airbyte-connectors/SKILL.md
⚙️ Engineering
RARE

Astro Site Builder

Build blazing-fast static and hybrid sites with Astro. Generates components, content collections, API routes, view transitions, and island architecture patterns with any UI framework integration.

Community 2.1K
Scanned
astro static-site content
mkdir -p ~/.claude/skills/astro-sites && curl -fsSL https://raw.githubusercontent.com/cgyudistira/agentkit/HEAD/templates/skills/astro-sites/SKILL.md -o ~/.claude/skills/astro-sites/SKILL.md
⚙️ Engineering
RARE

Cilium eBPF Networking

Manage Cilium and Hubble network observability for Kubernetes. Writes eBPF-based network policies, observes live traffic flows with Hubble, and troubleshoots pod-to-pod connectivity and dropped packets.

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

Computer Vision Engineer

Design computer vision pipelines for detection, segmentation, and visual reasoning. Covers object detection, segmentation, vision-language models, and real-time inference for production CV systems.

Community 2.1K
Scanned
computer-vision object-detection segmentation
mkdir -p ~/.claude/skills/computer-vision-expert && curl -fsSL https://raw.githubusercontent.com/diegosouzapw/awesome-omni-skill/HEAD/skills/machine-learning/computer-vision-expert/SKILL.md -o ~/.claude/skills/computer-vision-expert/SKILL.md
📊 Data
RARE

Database Migration Planner

Plan and generate safe database migrations for PostgreSQL, MySQL, and SQLite. Creates migration files with rollback support, handles schema diffs, and flags risky operations like column renames on large tables.

Ariga 2.1K
Scanned
database migrations postgresql
mkdir -p ~/.claude/skills/db-migrations && curl -fsSL https://raw.githubusercontent.com/Jeffallan/claude-skills/HEAD/skills/legacy-modernizer/SKILL.md -o ~/.claude/skills/db-migrations/SKILL.md
⚙️ Engineering
RARE

Grafana Loki Logging

Stand up and operate Grafana Loki for horizontally scalable log aggregation. Configures object-storage backends (S3, GCS, Azure Blob), writes LogQL queries, tunes retention and compaction, deploys via Helm, and troubleshoots Loki on Kubernetes.

Community 2.1K
Scanned
loki logging logql
mkdir -p ~/.claude/skills/grafana-loki && curl -fsSL https://raw.githubusercontent.com/julianobarbosa/claude-code-skills/main/skills/loki/SKILL.md -o ~/.claude/skills/grafana-loki/SKILL.md
⚙️ Engineering
RARE

Headless WordPress

Build headless WordPress sites with the REST API or WPGraphQL. Generates custom post types, ACF field groups, GraphQL queries, and Next.js/Astro frontend integrations for decoupled WordPress architectures.

Community 2.1K
Scanned
wordpress headless wpgraphql
mkdir -p ~/.claude/skills/wordpress-headless && curl -fsSL https://raw.githubusercontent.com/Jeffallan/claude-skills/HEAD/skills/wordpress-pro/SKILL.md -o ~/.claude/skills/wordpress-headless/SKILL.md
⚙️ Engineering
RARE

New Relic APM

Automate New Relic observability — manage alert policies, notification channels, and alert conditions, and monitor application and browser performance. Wires up APM alerting, defines conditions on golden signals, and routes notifications to the right teams.

Community 2.1K
Scanned
new-relic apm observability
mkdir -p ~/.claude/skills/new-relic-automation && curl -fsSL https://raw.githubusercontent.com/diegosouzapw/awesome-omni-skill/HEAD/skills/development/new-relic-automation/SKILL.md -o ~/.claude/skills/new-relic-automation/SKILL.md
📊 Data
RARE

Parquet Columnar Storage

Work with Apache Parquet effectively. Chooses compression codecs, designs partition layouts, applies predicate and column pushdown, and handles schema evolution so analytical reads stay fast and cheap.

Community 2.1K
Scanned
parquet columnar partitioning
mkdir -p ~/.claude/skills/parquet-coder && curl -fsSL https://raw.githubusercontent.com/majesticlabs-dev/majestic-marketplace/HEAD/plugins/majestic-data/skills/parquet-coder/SKILL.md -o ~/.claude/skills/parquet-coder/SKILL.md
⚙️ Engineering
RARE

SOC 2 Compliance Automation

Prepare for SOC 2 Type II with mapped Trust Service Criteria, control implementation, and evidence collection. Turn security requirements into concrete engineering tasks, automate evidence gathering, close common audit gaps, and get enterprise-ready for B2B customers.

Community 2.1K
Scanned
security compliance soc2
mkdir -p ~/.claude/skills/soc2-compliance && curl -fsSL https://raw.githubusercontent.com/TerminalSkills/skills/main/skills/soc2-compliance/SKILL.md -o ~/.claude/skills/soc2-compliance/SKILL.md
⚙️ Engineering
RARE

Vue 3 Development

Build Vue 3 apps with the Composition API and TypeScript. Covers reactive state with ref/reactive, composables, script setup, Pinia stores, component patterns, and typed props/emits.

Community 2.1K
Scanned
vue composition-api pinia
mkdir -p ~/.claude/skills/vue-skill && curl -fsSL https://raw.githubusercontent.com/diegosouzapw/awesome-omni-skill/HEAD/skills/development/vue-skill/SKILL.md -o ~/.claude/skills/vue-skill/SKILL.md
📊 Data
RARE

Apache Superset

Explore and visualize data with Apache Superset. Builds charts and dashboards, writes SQL Lab queries, defines datasets, metrics, and calculated columns, configures row-level security and caching, and automates assets through the Superset API.

Community 2.0K
Scanned
superset bi dashboards
mkdir -p ~/.claude/skills/apache-superset && curl -fsSL https://raw.githubusercontent.com/TerminalSkills/skills/main/skills/superset/SKILL.md -o ~/.claude/skills/apache-superset/SKILL.md
Added to wishlist