Home / Categories / Engineering
⚙️

Engineering

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

Skills 252
Featured 13
⚡ 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

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
⚙️ 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

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
📊 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
⚙️ 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
Added to wishlist