Home / Categories / Engineering
⚙️

Engineering

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

Skills 236
Featured 13
⚙️ Engineering
RARE

Datadog Monitoring

Automate Datadog observability — query metrics, search logs, and manage monitors, dashboards, events, and downtimes. Builds metric queries and alert monitors, mutes noisy alerts with scheduled downtimes, and wires dashboards for services and infrastructure.

Community 3.4K
Scanned
datadog monitoring observability
mkdir -p ~/.claude/skills/datadog-automation && curl -fsSL https://raw.githubusercontent.com/diegosouzapw/awesome-omni-skill/HEAD/skills/cli-automation/datadog-automation/SKILL.md -o ~/.claude/skills/datadog-automation/SKILL.md
⚙️ Engineering
RARE

Express.js API Patterns

Build Express.js APIs the right way. Structures routes and middleware, centralizes error handling, validates requests, and configures CORS so your Node backend stays maintainable as it grows.

Community 3.4K
Scanned
express nodejs middleware
mkdir -p ~/.claude/skills/express-api-patterns && curl -fsSL https://raw.githubusercontent.com/diegosouzapw/awesome-omni-skill/HEAD/skills/backend/express-api-patterns/SKILL.md -o ~/.claude/skills/express-api-patterns/SKILL.md
⚙️ Engineering
RARE

Monitoring & Observability Strategy

Design end-to-end observability: metrics, logs, and traces. Applies the Four Golden Signals and RED/USE methods, stands up Prometheus/Grafana/Loki, instruments with OpenTelemetry, calculates SLOs and error budgets, and optimizes Datadog cost or migrates to an open-source stack.

Community 3.4K
Scanned
observability monitoring slo
mkdir -p ~/.claude/skills/monitoring-observability && curl -fsSL https://raw.githubusercontent.com/ahmedasmar/devops-claude-skills/main/monitoring-observability/skills/SKILL.md -o ~/.claude/skills/monitoring-observability/SKILL.md
⚙️ Engineering
RARE

React Native Expert

Build cross-platform mobile apps with React Native using the New Architecture (Fabric, JSI, TurboModules). Generates components, navigation flows, native modules, and performance-optimized patterns.

Community 3.4K
Scanned
react-native mobile ios
mkdir -p ~/.claude/skills/react-native-expert && curl -fsSL https://raw.githubusercontent.com/Jeffallan/claude-skills/HEAD/skills/react-native-expert/SKILL.md -o ~/.claude/skills/react-native-expert/SKILL.md
⚙️ Engineering
RARE

Vercel AI SDK

Build AI-powered applications with the Vercel AI SDK. Generates streaming chat UIs, tool-calling agents, structured output extraction, and multi-provider LLM integrations with React Server Components.

Community 3.4K
Scanned
ai-sdk streaming chat
mkdir -p ~/.claude/skills/vercel-ai-sdk && curl -fsSL https://raw.githubusercontent.com/Jeffallan/claude-skills/HEAD/skills/mcp-developer/SKILL.md -o ~/.claude/skills/vercel-ai-sdk/SKILL.md
⚙️ Engineering
RARE

Cypress Component & E2E Testing

Write component and end-to-end tests with Cypress. Generates test suites with custom commands, fixture data, intercept stubs, component mounting, and visual regression testing for React, Vue, and Angular.

Cypress 3.3K
Scanned
cypress testing e2e
mkdir -p ~/.claude/skills/cypress-testing && curl -fsSL https://raw.githubusercontent.com/rampstackco/claude-skills/HEAD/skills/qa-testing/SKILL.md -o ~/.claude/skills/cypress-testing/SKILL.md
⚙️ Engineering
RARE

Multi-Agent Orchestration Patterns

Design multi-agent systems with orchestrator, peer-to-peer, and hierarchical patterns. Covers task decomposition, agent handoffs, shared state, and coordination so a team of agents stays reliable instead of looping.

Community 3.3K
Scanned
multi-agent orchestration agents
mkdir -p ~/.claude/skills/multi-agent-patterns && curl -fsSL https://raw.githubusercontent.com/diegosouzapw/awesome-omni-skill/HEAD/skills/ai-agents/multi-agent-patterns/SKILL.md -o ~/.claude/skills/multi-agent-patterns/SKILL.md
📊 Data
RARE

Apache Airflow

Build, debug, and operate Apache Airflow pipelines. Writes DAGs and TaskGroups, triggers and monitors runs via the CLI, reads task logs, diagnoses import and parse errors, and manages connections, variables, and pools.

Community 3.2K
Scanned
airflow orchestration dag
mkdir -p ~/.claude/skills/apache-airflow && curl -fsSL https://raw.githubusercontent.com/astronomer/agents/HEAD/skills/airflow/SKILL.md -o ~/.claude/skills/apache-airflow/SKILL.md
⚙️ Engineering
RARE

LLM Fine-Tuning Expert

Fine-tune LLMs with LoRA, QLoRA, and PEFT. Prepares JSONL datasets, sets hyperparameters, runs adapter training and instruction tuning, and applies RLHF/DPO — then quantizes and deploys the resulting model.

Community 3.2K
Scanned
fine-tuning lora qlora
mkdir -p ~/.claude/skills/fine-tuning-expert && curl -fsSL https://raw.githubusercontent.com/Jeffallan/claude-skills/HEAD/skills/fine-tuning-expert/SKILL.md -o ~/.claude/skills/fine-tuning-expert/SKILL.md
📊 Data
RARE

Pydantic Data Validation

Validate records with Pydantic models. Builds field and model validators, nested models, and batch validation patterns to enforce types and business rules at the edges of your data pipelines and APIs.

Community 3.2K
Scanned
pydantic validation python
mkdir -p ~/.claude/skills/pydantic-validation && curl -fsSL https://raw.githubusercontent.com/majesticlabs-dev/majestic-marketplace/HEAD/plugins/majestic-data/skills/pydantic-validation/SKILL.md -o ~/.claude/skills/pydantic-validation/SKILL.md
⚙️ Engineering
RARE

Storybook Component Workshop

Set up and configure Storybook 9 for any framework with autodetection and best practices. Scaffolds stories, args/controls, interaction tests, a11y checks, and CI-ready component documentation.

Community 3.2K
Scanned
storybook component-testing design-system
mkdir -p ~/.claude/skills/storybook-config && curl -fsSL https://raw.githubusercontent.com/diegosouzapw/awesome-omni-skill/HEAD/skills/development/storybook-config/SKILL.md -o ~/.claude/skills/storybook-config/SKILL.md
⚙️ Engineering
RARE

TruffleHog Secrets Scanner

Scan your codebase for leaked credentials, API keys, and secrets using TruffleHog. Detects 800+ credential types with live verification against real APIs to confirm which leaks are active.

Trail of Bits 3.2K
Scanned
security secrets credentials
mkdir -p ~/.claude/skills/trufflehog-secrets && curl -fsSL https://raw.githubusercontent.com/trailofbits/skills/HEAD/plugins/supply-chain-risk-auditor/skills/supply-chain-risk-auditor/SKILL.md -o ~/.claude/skills/trufflehog-secrets/SKILL.md
⚙️ Engineering
RARE

Turborepo Monorepo

Set up and manage monorepos with Turborepo. Configures task pipelines, remote caching, workspace dependencies, shared packages, and CI/CD optimization that reduces build times by 70-90%.

Community 3.2K
Scanned
turborepo monorepo workspaces
mkdir -p ~/.claude/skills/turborepo-monorepo && curl -fsSL https://raw.githubusercontent.com/Jeffallan/claude-skills/HEAD/skills/cli-developer/SKILL.md -o ~/.claude/skills/turborepo-monorepo/SKILL.md
⚙️ Engineering
RARE

ArgoCD GitOps

Drive ArgoCD via CLI and REST API for GitOps automation. Manages Applications and ApplicationSets, syncs and rolls back deployments, configures Projects and RBAC, registers repos and clusters, mints tokens, and troubleshoots sync and health failures.

Community 3.1K
Scanned
argocd gitops kubernetes
mkdir -p ~/.claude/skills/argocd-gitops && curl -fsSL https://raw.githubusercontent.com/julianobarbosa/claude-code-skills/main/skills/argocd/SKILL.md -o ~/.claude/skills/argocd-gitops/SKILL.md
⚙️ Engineering
RARE

Django Backend

Build Django web apps and REST APIs with Django REST Framework. Generates models with proper indexes, optimizes ORM queries with select_related/prefetch_related, builds DRF serializers and viewsets, and wires up JWT authentication.

Community 3.1K
Scanned
django drf python
mkdir -p ~/.claude/skills/django-expert && curl -fsSL https://raw.githubusercontent.com/Jeffallan/claude-skills/HEAD/skills/django-expert/SKILL.md -o ~/.claude/skills/django-expert/SKILL.md
🎨 Design
RARE

Framer Motion Animations

Create fluid animations and transitions in React with Framer Motion. Generates layout animations, gesture interactions, scroll-triggered effects, page transitions, and complex orchestrated sequences.

Community 3.1K
Scanned
animation framer-motion react
mkdir -p ~/.claude/skills/framer-motion && curl -fsSL https://raw.githubusercontent.com/Jeffallan/claude-skills/HEAD/skills/react-expert/SKILL.md -o ~/.claude/skills/framer-motion/SKILL.md
📢 Marketing
RARE

React Email Builder

Build transactional and marketing emails with React components. Generates responsive email templates that render correctly in Gmail, Outlook, and Apple Mail using the React Email library from Resend.

Resend 3.1K
Scanned
react-email email templates
mkdir -p ~/.claude/skills/react-email && curl -fsSL https://raw.githubusercontent.com/rampstackco/claude-skills/HEAD/skills/email-sequences/SKILL.md -o ~/.claude/skills/react-email/SKILL.md
⚙️ Engineering
RARE

GitLab CI/CD Pipelines

Build and maintain GitLab CI/CD pipelines with testing, coverage reporting, caching, snapshot builds, and automated releases. Scaffolds .gitlab-ci.yml stages, wires artifacts and caches, and sets up tag-driven release automation.

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

Socket.io Real-Time

Build real-time applications with Socket.io. Generates WebSocket servers with rooms, namespaces, acknowledgments, binary streaming, and auto-reconnection for chat, collaboration, and live dashboards.

Community 3.0K
Scanned
websockets real-time socket-io
mkdir -p ~/.claude/skills/socketio-realtime && curl -fsSL https://raw.githubusercontent.com/Jeffallan/claude-skills/HEAD/skills/websocket-engineer/SKILL.md -o ~/.claude/skills/socketio-realtime/SKILL.md
Added to wishlist