Engineering Advanced Skills
Index of 37 advanced engineering agent skills for Claude Code, Codex, Gemini CLI, Cursor, OpenClaw.
Before & after
Same prompt, same agent — the only difference is the skill.
There are a lot of engineering skills available for different areas. Observability and monitoring is definitely one area where there are specialized tools and practices. I could help you browse what's available and point you toward relevant skills, but I'd need to know more about your specific stack and what you're trying to observe. Are you looking for logging, metrics, tracing, or all of the above? What platform are you on?
ENGINEERING ADVANCED SKILLS INDEX: Observability & Monitoring
LOGGING LAYER
- Structured Logging Framework
Setup JSON schema, log parsers, trace correlation IDs
- Log Aggregation Pipeline
Ship logs to Datadog, Splunk, or ELK; handle backpressure
- Log Sampling & Filtering
Cardinality reduction, sensitive data scrubbing, tail sampling
METRICS & DASHBOARDS
- Prometheus Metrics Exporter
Instrument code for requests, latency, error rates; query PromQL
- Grafana Dashboard Builder
Templated dashboards, alert rules, SLO calculations
- Custom Metrics Design
RED (requests, errors, duration) vs USE (utilization, saturation, errors); choose right aggregation
DISTRIBUTED TRACING
- OpenTelemetry Instrumentation
Span context propagation, baggage carriage, trace sampling strategies
- Jaeger / Tempo Deployment
Backend setup, trace ingestion, flame graph analysis
- Trace Correlation
Tie logs, metrics, and traces by request ID
ALERTING & ONCALL
- Alert Rule Definition
SLO-based alerts, multi-window anomaly detection, noisy alert suppression
- Incident Response Workflows
Page routing, escalation policies, runbook automation
- Observability as Code
Terraform or YAML-based dashboard and alert management
PERFORMANCE PROFILING
- Continuous Profiling
CPU flame graphs, memory allocation tracking, lock contention analysis
- Cost Attribution
Charge-back model for expensive operations, per-customer resource costs
INDEX REFERENCES
- Click any skill title to view setup guide
- Filter by platform: Kubernetes, Serverless, Monolithic
- Filter by scale: Solo, 5-50 person eng, 100+ teamAbout this skill
name: engineering-advanced-skills description: Use when Index of 37 advanced engineering agent skills for Claude Code, Codex, Gemini CLI, Cursor, OpenClaw.
Engineering Advanced Skills
Index of 37 advanced engineering agent skills for Claude Code, Codex, Gemini CLI, Cursor, OpenClaw. Use when browsing or choosing among the POWERFUL-tier engineering skills: agent design, RAG, MCP servers, CI/CD, database design, observability, security auditing, changelog/release automation, reliability (SLO/chaos/flags/operators), platform ops.
What you get
- Public GitHub repo (alirezarezvani/claude-skills)
- the engineering-advanced-skills skill folder with SKILL.md. Part of a 337-skill / 30-agent / 70-command install.
Customize your output
- Fork the repo and adapt the skill's instructions and references to your workflow.
Example output
Activates automatically when your request matches Engineering Advanced Skills; chains with the other skills, agents, and commands in the collection.
Best for
Creators, builders, and teams using Claude Code.
SKILL.md preview
---
name: engineering-advanced-skills
description: Use when selecting among advanced engineering workflows for agent design, RAG, MCP servers, CI/CD, database design, observability, security auditing, or reliability engineering.
version: 1.0.0
category: Development / Engineering
author: AgentVolt
license: proprietary
tags:
- development
- engineering
---
# Engineering Advanced Skills
Routes across advanced engineering workflows so the right specialized approach applies to agent, infrastructure, and reliability work instead of a generic answer.
## When to use
… (sign up to view the full skill)More development skills
View all Development skills →Generate
Scaffold code, tests, and boilerplate from a short spec.
Performance Profiler
Systematic performance profiling for Node.js, Python, and Go applications.
Threat Detection
Use when hunting for threats in an environment, analyzing IOCs, or detecting behavioral anomalies in telemetry.
Agent Harness
Turns a domain folder of skills into a bounded agentic loop: compile a goal into a task plan, execute with the domain's tools, verify every task, retry within a budget.