Home / Categories / Engineering
⚙️

Engineering

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

Skills 346
Featured 15
📊 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

HashiCorp Packer

Build automated, reproducible machine images with HashiCorp Packer. Author HCL2 templates to bake AMIs, Docker images, and GCP/Azure images with provisioners, variables, and post-processors for immutable infrastructure pipelines.

Community 2.1K
Scanned
packer machine-images ami
mkdir -p ~/.claude/skills/packer-images && curl -fsSL https://raw.githubusercontent.com/TerminalSkills/skills/main/skills/packer/SKILL.md -o ~/.claude/skills/packer-images/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

Hugging Face Accelerate

Add distributed training to any PyTorch script in a few lines with Hugging Face Accelerate. Unified API over DeepSpeed, FSDP, and DDP with automatic device placement and mixed precision (FP16/BF16/FP8).

Hugging Face 2.1K
Scanned
huggingface accelerate distributed-training
mkdir -p ~/.claude/skills/huggingface-accelerate && curl -fsSL https://raw.githubusercontent.com/diegosouzapw/awesome-omni-skill/HEAD/skills/data-ai/huggingface-accelerate/SKILL.md -o ~/.claude/skills/huggingface-accelerate/SKILL.md
⚙️ Engineering
RARE

Neon Serverless Postgres

Ship on Neon serverless Postgres. Covers scale-to-zero compute, instant database branching for previews, connection pooling, the serverless driver over HTTP/WebSocket, and autoscaling for cost-efficient Postgres on edge and serverless runtimes.

Community 2.1K
Scanned
neon postgres serverless
mkdir -p ~/.claude/skills/neon-postgres && curl -fsSL https://raw.githubusercontent.com/diegosouzapw/awesome-omni-skill/HEAD/skills/backend/neon-postgres/SKILL.md -o ~/.claude/skills/neon-postgres/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
🌐 Community
RARE

viem for Ethereum

Build Ethereum interactions with viem — the modern, type-safe replacement for ethers.js. Covers public/wallet clients, transports, transactions, signing, ABI encoding/decoding, and smart-contract reads and writes with first-class TypeScript inference.

diegosouzapw 2.1K
Scanned
viem ethereum web3
mkdir -p ~/.claude/skills/viem && curl -fsSL https://raw.githubusercontent.com/diegosouzapw/awesome-omni-skill/HEAD/skills/development/viem/SKILL.md -o ~/.claude/skills/viem/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
⚡ Productivity
RARE

Changelog Generator

Auto-generate changelogs from git history, PRs, and conventional commits. Creates formatted CHANGELOG.md files with categorized entries (features, fixes, breaking changes) and links to PRs and issues.

Community 2.0K
Scanned
changelog releases git
mkdir -p ~/.claude/skills/changelog-generator && curl -fsSL https://raw.githubusercontent.com/ComposioHQ/awesome-claude-skills/HEAD/changelog-generator/SKILL.md -o ~/.claude/skills/changelog-generator/SKILL.md
⚙️ Engineering
RARE

Flask API Development

Develop lightweight Flask APIs with routing, blueprints, database integration, authentication, and clean request/response handling. Ideal for microservices and small web services where Django would be overkill.

Community 2.0K
Scanned
flask python blueprints
mkdir -p ~/.claude/skills/flask-api-development && curl -fsSL https://raw.githubusercontent.com/diegosouzapw/awesome-omni-skill/HEAD/skills/backend/flask-api-development/SKILL.md -o ~/.claude/skills/flask-api-development/SKILL.md
⚙️ Engineering
RARE

Helm Chart Generator

Generate and validate Helm charts for Kubernetes applications. Scaffolds chart structure, templates Deployments/Services/Ingress with sane values, parameterizes via values.yaml, adds helpers and hooks, and checks charts against best practices.

Community 2.0K
Scanned
helm kubernetes charts
mkdir -p ~/.claude/skills/helm-charts && curl -fsSL https://raw.githubusercontent.com/gitjfmd/ansible-skills/main/devops-skills-plugin/skills/helm-generator/SKILL.md -o ~/.claude/skills/helm-charts/SKILL.md
⚙️ Engineering
RARE

Inngest Durable Workflows

Build reliable background jobs and scheduled workflows with Inngest. Generates event-driven functions with automatic retries, cron triggers, step functions, and durable execution that survives crashes.

Inngest 2.0K
Scanned
inngest background-jobs workflows
mkdir -p ~/.claude/skills/inngest-workflows && curl -fsSL https://raw.githubusercontent.com/Jeffallan/claude-skills/HEAD/skills/architecture-designer/SKILL.md -o ~/.claude/skills/inngest-workflows/SKILL.md
⚙️ Engineering
RARE

Terragrunt IaC

Generate best-practice Terragrunt configurations — root configs, child modules, stacks, and multi-environment setups. Keeps Terraform DRY with shared inputs, remote state, and dependency wiring across dev/staging/prod.

Community 2.0K
Scanned
terragrunt terraform iac
mkdir -p ~/.claude/skills/terragrunt-generator && curl -fsSL https://raw.githubusercontent.com/diegosouzapw/awesome-omni-skill/HEAD/skills/tools/terragrunt-generator/SKILL.md -o ~/.claude/skills/terragrunt-generator/SKILL.md
⚙️ Engineering
RARE

.NET 8 Core

Build .NET 8 backends with minimal APIs and clean architecture. Implements Entity Framework Core, CQRS with MediatR, JWT authentication, and AOT compilation for cloud-native microservices.

Community 1.9K
Scanned
dotnet csharp aspnet-core
mkdir -p ~/.claude/skills/dotnet-core-expert && curl -fsSL https://raw.githubusercontent.com/Jeffallan/claude-skills/HEAD/skills/dotnet-core-expert/SKILL.md -o ~/.claude/skills/dotnet-core-expert/SKILL.md
⚙️ Engineering
RARE

AI Agent Memory Systems

Architect memory for AI agents — short-term context, long-term vector storage, and the retrieval strategies that decide what an agent actually remembers. Covers chunking, embedding, and recall over storage.

Community 1.9K
Scanned
agent-memory retrieval vector-store
mkdir -p ~/.claude/skills/agent-memory-systems && curl -fsSL https://raw.githubusercontent.com/diegosouzapw/awesome-omni-skill/HEAD/skills/ai-agents/agent-memory-systems/SKILL.md -o ~/.claude/skills/agent-memory-systems/SKILL.md
⚙️ Engineering
RARE

Arize Phoenix Observability

Trace, evaluate, and debug LLM and RAG applications with Arize Phoenix, an open-source AI observability platform. Capture OpenTelemetry spans, run evals on retrieval and responses, and find where your pipeline breaks.

Arize AI 1.9K
Scanned
arize-phoenix observability llm-eval
mkdir -p ~/.claude/skills/arize-phoenix && curl -fsSL https://raw.githubusercontent.com/diegosouzapw/awesome-omni-skill/HEAD/skills/ai-agents/arize-phoenix/SKILL.md -o ~/.claude/skills/arize-phoenix/SKILL.md
⚙️ Engineering
RARE

CodeQL Security Analysis

Scan a codebase for security vulnerabilities using CodeQL's interprocedural data flow and taint tracking. Build databases, run security-and-quality and experimental suites, and process SARIF output to surface high-precision findings.

Trail of Bits 1.9K
Scanned
security sast codeql
mkdir -p ~/.claude/skills/community-codeql-analysis && curl -fsSL https://raw.githubusercontent.com/trailofbits/skills/HEAD/plugins/static-analysis/skills/codeql/SKILL.md -o ~/.claude/skills/community-codeql-analysis/SKILL.md
Added to wishlist