Engineering Advanced Skills (POWERFUL Tier)
Index of 37 advanced engineering agent skills for Claude Code, Codex, Gemini CLI, Cursor, OpenClaw.
How to use it
Claude Code
- Run the line below. It pulls the whole folder into
~/.claude/skills/engineering-advanced-skills. - Describe your job in plain words. Claude Code follows the skill from there.
Claude Code — installs the whole folder, not just SKILL.md
npx degit alirezarezvani/claude-skills/engineering/skills/engineering-advanced-skills#main ~/.claude/skills/engineering-advanced-skillsFor one project only, change the path to .claude/skills/engineering-advanced-skills.
Claude (web or desktop app)
- On this page open ⋯ → Download .md.
- Save it as SKILL.md in a folder, zip the folder, then Customize → Skills → + → Create skill → Upload a skill.
- Pick the file and Save. Claude shows the name and description and runs a security scan.
- Check the skill is switched on.
- Start a new chat and describe your job in plain words. The AI follows the skill from there.
ChatGPT or another app
- ChatGPT: make a Project and paste it into Instructions.
- Neither? Paste it at the top of a new chat — it works for that chat.
Not working?
- Check which app you pasted it into — the steps above name the right one.
- Some skills need the paid tier of Claude or ChatGPT.
Paste into Claude, ChatGPT or Cursor.
Source of Engineering Advanced Skills (POWERFUL Tier)
Show the full text85 lines
| name | description | version | author | license | tags | agents |
|---|---|---|---|---|---|---|
| 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. | 2.9.0 | Alireza Rezvani | MIT | - engineering - architecture - agents - rag - mcp - ci-cd - observability | - claude-code - codex-cli - openclaw |
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
| 1 | |
| 2 | name "engineering-advanced-skills" |
| 3 | description "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." |
| 4 | version 2.9.0 |
| 5 | author Alireza Rezvani |
| 6 | license MIT |
| 7 | tags |
| 8 | - engineering |
| 9 | - architecture |
| 10 | - agents |
| 11 | - rag |
| 12 | - mcp |
| 13 | - ci-cd |
| 14 | - observability |
| 15 | agents |
| 16 | - claude-code |
| 17 | - codex-cli |
| 18 | - openclaw |
| 19 | |
| 20 | |
| 21 | # Engineering Advanced Skills (POWERFUL Tier) |
| 22 | |
| 23 | 37 advanced engineering skills for complex architecture, automation, reliability, and platform operations. |
| 24 | |
| 25 | ## Quick Start |
| 26 | |
| 27 | ### Claude Code |
| 28 | |
| 29 | /read engineering/skills/agent-designer/SKILL.md |
| 30 | |
| 31 | |
| 32 | ### Codex CLI |
| 33 | |
| 34 | npx agent-skills-cli add alirezarezvani/claude-skills/engineering |
| 35 | |
| 36 | |
| 37 | ## Skills Overview |
| 38 | |
| 39 | | Skill | Folder | Focus | |
| 40 | |-------|--------|-------| |
| 41 | | Agent Designer | `agent-designer/` | Multi-agent architecture: plan, schema-generate, evaluate | |
| 42 | | Agent Workflow Designer | `agent-workflow-designer/` | Workflow orchestration scaffolds | |
| 43 | | API Design Reviewer | `api-design-reviewer/` | REST/GraphQL linting, breaking changes | |
| 44 | | API Test Suite Builder | `api-test-suite-builder/` | API test generation | |
| 45 | | Browser Automation | `browser-automation/` | Playwright/Selenium automation patterns | |
| 46 | | Changelog Generator | `changelog-generator/` | Changelogs, semantic version bumps, hotfix/rollback discipline | |
| 47 | | Chaos Engineering | `chaos-engineering/` | Experiment design, blast-radius, postmortems | |
| 48 | | CI/CD Pipeline Builder | `ci-cd-pipeline-builder/` | Pipeline generation | |
| 49 | | Codebase Onboarding | `codebase-onboarding/` | New dev onboarding guides | |
| 50 | | Database Designer | `database-designer/` | Schema analysis, index optimization, migrations | |
| 51 | | Database Schema Designer | `database-schema-designer/` | ERD, normalization | |
| 52 | | Dependency Auditor | `dependency-auditor/` | Dependency security scanning | |
| 53 | | Env Secrets Manager | `env-secrets-manager/` | Secrets rotation, vault | |
| 54 | | Feature Flags Architect | `feature-flags-architect/` | Flag debt, rollout plans, kill switches | |
| 55 | | Focused Fix | `focused-fix/` | Systematic feature/module repair | |
| 56 | | Full Page Screenshot | `full-page-screenshot/` | Full-page capture tooling | |
| 57 | | Git Worktree Manager | `git-worktree-manager/` | Parallel branch workflows | |
| 58 | | Interview System Designer | `interview-system-designer/` | Hiring pipeline design | |
| 59 | | Kubernetes Operator | `kubernetes-operator/` | CRD validation, reconcile linting | |
| 60 | | MCP Server Builder | `mcp-server-builder/` | MCP tool creation | |
| 61 | | Migration Architect | `migration-architect/` | System migration planning | |
| 62 | | Monorepo Navigator | `monorepo-navigator/` | Monorepo tooling | |
| 63 | | Observability Designer | `observability-designer/` | Dashboards, alert noise (SLOs → slo-architect) | |
| 64 | | Performance Profiler | `performance-profiler/` | CPU, memory, load profiling | |
| 65 | | PR Review Expert | `pr-review-expert/` | Pull request analysis | |
| 66 | | RAG Architect | `rag-architect/` | RAG design, chunking, retrieval evaluation | |
| 67 | | Runbook Generator | `runbook-generator/` | Operational runbooks | |
| 68 | | Secrets Vault Manager | `secrets-vault-manager/` | Vault patterns, HCL | |
| 69 | | Self-Eval | `self-eval/` | Honest work-quality scoring | |
| 70 | | Ship Gate | `ship-gate/` | Pre-production audit (89 checks) | |
| 71 | | Skill Security Auditor | `skill-security-auditor/` | Skill vulnerability scanning | |
| 72 | | Skill Tester | `skill-tester/` | Skill quality evaluation | |
| 73 | | SLO Architect | `slo-architect/` | SLO/SLI design, error budgets, burn-rate alerts | |
| 74 | | Spec-Driven Workflow | `spec-driven-workflow/` | Spec-first development gates | |
| 75 | | SQL Database Assistant | `sql-database-assistant/` | Query optimization, 4 dialects | |
| 76 | | TC Tracker | `tc-tracker/` | Task context lifecycle + handoffs | |
| 77 | | Tech Debt Tracker | `tech-debt-tracker/` | Debt scan → prioritize → dashboard | |
| 78 | |
| 79 | Note: release management merged into `changelog-generator/` (version bumper + hotfix/rollback procedures live there now). |
| 80 | |
| 81 | ## Rules |
| 82 | |
| 83 | Load only the specific skill SKILL.md you need |
| 84 | These are advanced skills — combine with engineering-team/ core skills as needed |
| 85 |
Discussion
CI/CD and AutomationAutomates CI/CD pipeline setup. Use when setting up or modifying build and deployment pipelines. Use when you need to automate quality gates, configure test runners in CI, or establish deployment strategies.Finishing a development branchUse when implementation is complete, all tests pass, and you need to decide how to integrate the workUsing git worktreesUse when starting feature work that needs isolation from current workspace or before executing implementation plans - ensures an isolated workspace exists via native tools or git worktree fallbackClaude Code Skill (Slash Command): review-and-commit.mdA slash command for Claude Code to perform (a) commit(s) following the conventional style.
Browse more free Claude skills or everything in Development.