engineering-advanced-skills
Provides expert-tier guidance on complex system architecture, CI/CD pipelines, and security auditing.
Install
mkdir -p .claude/skills/engineering-advanced-skills && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/2996" && unzip -o skill.zip -d .claude/skills/engineering-advanced-skills && rm skill.zipInstalls to .claude/skills/engineering-advanced-skills
Activation
This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.
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.Key capabilities
- →Design multi-agent architectures and workflow scaffolds
- →Perform REST/GraphQL API design reviews and linting
- →Automate changelog generation and semantic versioning
- →Configure observability dashboards and SLO/SLI metrics
- →Audit dependencies and security vulnerabilities
- →Execute pre-production audits using ship-gate checks
How it works
The skill provides a library of 37 specialized modules that target specific engineering domains like RAG, CI/CD, and reliability. It functions by loading individual skill-specific markdown files to guide the agent through complex technical workflows.
Inputs & outputs
When to use engineering-advanced-skills
- →Design agentic system architecture
- →Configure MCP servers
- →Audit security protocols
- →Optimize CI/CD pipeline performance
About this skill
Engineering Advanced Skills (POWERFUL Tier)
37 advanced engineering skills for complex architecture, automation, reliability, and platform operations.
Quick Start
Claude Code
/read engineering/skills/agent-designer/SKILL.md
Codex CLI
npx agent-skills-cli add alirezarezvani/claude-skills/engineering
Skills Overview
| Skill | Folder | Focus |
|---|---|---|
| Agent Designer | agent-designer/ | Multi-agent architecture: plan, schema-generate, evaluate |
| Agent Workflow Designer | agent-workflow-designer/ | Workflow orchestration scaffolds |
| API Design Reviewer | api-design-reviewer/ | REST/GraphQL linting, breaking changes |
| API Test Suite Builder | api-test-suite-builder/ | API test generation |
| Browser Automation | browser-automation/ | Playwright/Selenium automation patterns |
| Changelog Generator | changelog-generator/ | Changelogs, semantic version bumps, hotfix/rollback discipline |
| Chaos Engineering | chaos-engineering/ | Experiment design, blast-radius, postmortems |
| CI/CD Pipeline Builder | ci-cd-pipeline-builder/ | Pipeline generation |
| Codebase Onboarding | codebase-onboarding/ | New dev onboarding guides |
| Database Designer | database-designer/ | Schema analysis, index optimization, migrations |
| Database Schema Designer | database-schema-designer/ | ERD, normalization |
| Dependency Auditor | dependency-auditor/ | Dependency security scanning |
| Env Secrets Manager | env-secrets-manager/ | Secrets rotation, vault |
| Feature Flags Architect | feature-flags-architect/ | Flag debt, rollout plans, kill switches |
| Focused Fix | focused-fix/ | Systematic feature/module repair |
| Full Page Screenshot | full-page-screenshot/ | Full-page capture tooling |
| Git Worktree Manager | git-worktree-manager/ | Parallel branch workflows |
| Interview System Designer | interview-system-designer/ | Hiring pipeline design |
| Kubernetes Operator | kubernetes-operator/ | CRD validation, reconcile linting |
| MCP Server Builder | mcp-server-builder/ | MCP tool creation |
| Migration Architect | migration-architect/ | System migration planning |
| Monorepo Navigator | monorepo-navigator/ | Monorepo tooling |
| Observability Designer | observability-designer/ | Dashboards, alert noise (SLOs → slo-architect) |
| Performance Profiler | performance-profiler/ | CPU, memory, load profiling |
| PR Review Expert | pr-review-expert/ | Pull request analysis |
| RAG Architect | rag-architect/ | RAG design, chunking, retrieval evaluation |
| Runbook Generator | runbook-generator/ | Operational runbooks |
| Secrets Vault Manager | secrets-vault-manager/ | Vault patterns, HCL |
| Self-Eval | self-eval/ | Honest work-quality scoring |
| Ship Gate | ship-gate/ | Pre-production audit (89 checks) |
| Skill Security Auditor | skill-security-auditor/ | Skill vulnerability scanning |
| Skill Tester | skill-tester/ | Skill quality evaluation |
| SLO Architect | slo-architect/ | SLO/SLI design, error budgets, burn-rate alerts |
| Spec-Driven Workflow | spec-driven-workflow/ | Spec-first development gates |
| SQL Database Assistant | sql-database-assistant/ | Query optimization, 4 dialects |
| TC Tracker | tc-tracker/ | Task context lifecycle + handoffs |
| Tech Debt Tracker | tech-debt-tracker/ | Debt scan → prioritize → dashboard |
Note: release management merged into changelog-generator/ (version bumper + hotfix/rollback procedures live there now).
Rules
- Load only the specific skill SKILL.md you need
- These are advanced skills — combine with engineering-team/ core skills as needed
When not to use it
- →Simple scripts that do not require architectural oversight
- →Environments where external CLI tools like Codex or OpenClaw are restricted
Prerequisites
Limitations
- →Requires loading specific skill modules individually
- →Limited to the 37 defined engineering domains
How it compares
It provides a standardized, modular framework for complex engineering tasks rather than relying on generic coding assistance.
Compared to similar skills
engineering-advanced-skills side by side with the closest alternatives in the catalog.
| Skill | Installs | Updated | Safety | Difficulty |
|---|---|---|---|---|
| engineering-advanced-skills (this skill) | 3 | 2mo | Review | Advanced |
| llm-app-patterns | 3 | 6mo | No flags | Intermediate |
| ai-safe2-secure-build-copilot | 0 | 3mo | No flags | Advanced |
| rag-security | 0 | 2mo | No flags | Intermediate |
Try saying
Example prompts that trigger this skill in your AI assistant.
More by alirezarezvani
View all by alirezarezvani →You might also like
llm-app-patterns
davila7
Production-ready patterns for building LLM applications. Covers RAG pipelines, agent architectures, prompt IDEs, and LLMOps monitoring. Use when designing AI applications, implementing RAG, building agents, or setting up LLM observability.
ai-safe2-secure-build-copilot
CyberStrategyInstitute
>
rag-security
thejefflarson
Detects RAG pipelines that ingest external documents into LLM context without
mcp-builder
anthropics
Guide for creating high-quality MCP (Model Context Protocol) servers that enable LLMs to interact with external services through well-designed tools. Use when building MCP servers to integrate external APIs or services, whether in Python (FastMCP) or Node/TypeScript (MCP SDK).
langchain
zechenzhangAGI
Framework for building LLM-powered applications with agents, chains, and RAG. Supports multiple providers (OpenAI, Anthropic, Google), 500+ integrations, ReAct agents, tool calling, memory management, and vector store retrieval. Use for building chatbots, question-answering systems, autonomous agents, or RAG applications. Best for rapid prototyping and production deployments.
agentdb-advanced-features
ruvnet
Master advanced AgentDB features including QUIC synchronization, multi-database management, custom distance metrics, hybrid search, and distributed systems integration. Use when building distributed AI systems, multi-agent coordination, or advanced vector search applications.