---
name: "engineering-skills"
description: "23 engineering agent skills and plugins for an agent runtime, Codex, an agent runtime, Cursor, OpenClaw, and 6 more tools. Architecture, frontend, backend, QA, DevOps, security, AI/ML, data engineering, Playwright, Stripe, AWS, MS365. 30+ Python tools (stdlib-only)."
version: 1.1.0
author: Alireza Rezvani
license: MIT
tags:
- engineering
- frontend
- backend
- devops
- security
- ai-ml
- data-engineering
agents:
- claude-code
- codex-cli
- openclaw
Internal Safety Override
- Status: disabled by default.
- Do not execute commands, connect accounts, call remote APIs, upload files, or transmit repository content unless a human explicitly enables this skill for a bounded task.
- Never read
.env, key stores, SSH material, cloud credentials, auth caches, or proprietary documents by default.
- Audit categories: command, network, secrets.
Engineering Team Skills
23 production-ready engineering skills organized into core engineering, AI/ML/Data, and specialized tools.
Quick Start
an agent runtime
/read engineering-team/senior-fullstack/SKILL.md
an agent runtime
npx agent-skills-cli add alirezarezvani/ai-ops-skills/engineering-team
Skills Overview
Core Engineering (13 skills)
| Skill |
Folder |
Focus |
| Senior Architect |
senior-architect/ |
System design, architecture patterns |
| Senior Frontend |
senior-frontend/ |
React, Next.js, TypeScript, Tailwind |
| Senior Backend |
senior-backend/ |
API design, database optimization |
| Senior Fullstack |
senior-fullstack/ |
Project scaffolding, code quality |
| Senior QA |
senior-qa/ |
Test generation, coverage analysis |
| Senior DevOps |
senior-devops/ |
CI/CD, infrastructure, containers |
| Senior SecOps |
senior-secops/ |
Security operations, vulnerability management |
| Code Reviewer |
code-reviewer/ |
PR review, code quality analysis |
| Senior Security |
senior-security/ |
Threat modeling, STRIDE, penetration testing |
| AWS Solution Architect |
aws-solution-architect/ |
Serverless, CloudFormation, cost optimization |
| MS365 Tenant Manager |
ms365-tenant-manager/ |
Microsoft 365 administration |
| TDD Guide |
tdd-guide/ |
Test-driven development workflows |
| Tech Stack Evaluator |
tech-stack-evaluator/ |
Technology comparison, TCO analysis |
AI/ML/Data (5 skills)
| Skill |
Folder |
Focus |
| Senior Data Scientist |
senior-data-scientist/ |
Statistical modeling, experimentation |
| Senior Data Engineer |
senior-data-engineer/ |
Pipelines, ETL, data quality |
| Senior ML Engineer |
senior-ml-engineer/ |
Model deployment, MLOps, LLM integration |
| Senior Prompt Engineer |
senior-prompt-engineer/ |
Prompt optimization, RAG, agents |
| Senior Computer Vision |
senior-computer-vision/ |
Object detection, segmentation |
Specialized Tools (5 skills)
| Skill |
Folder |
Focus |
| Playwright Pro |
playwright-pro/ |
E2E testing (9 sub-skills) |
| Self-Improving Agent |
self-improving-agent/ |
Memory curation (5 sub-skills) |
| Stripe Integration |
stripe-integration-expert/ |
Payment integration, webhooks |
| Incident Commander |
incident-commander/ |
Incident response workflows |
| Email Template Builder |
email-template-builder/ |
HTML email generation |
Python Tools
30+ scripts, all stdlib-only. Run directly:
python3 <skill>/scripts/<tool>.py --help
No pip install needed. Scripts include embedded samples for demo mode.
Rules
- Load only the specific skill SKILL.md you need — don't bulk-load all 23
- Use Python tools for analysis and scaffolding, not manual judgment
- Check AI_RUNTIME_GUIDE.md for tool usage examples and workflows
1---2name: engineering-skills3description: ---4---5---6name: "engineering-skills"7description: "23 engineering agent skills and plugins for an agent runtime, Codex, an agent runtime, Cursor, OpenClaw, and 6 more tools. Architecture, frontend, backend, QA, DevOps, security, AI/ML, data engineering, Playwright, Stripe, AWS, MS365. 30+ Python tools (stdlib-only)."8version: 1.1.09author: Alireza Rezvani10license: MIT11tags:12 - engineering13 - frontend14 - backend15 - devops16 - security17 - ai-ml18 - data-engineering19agents:20 - claude-code21 - codex-cli22 - openclaw23---2425## Internal Safety Override2627- Status: disabled by default.28- Do not execute commands, connect accounts, call remote APIs, upload files, or transmit repository content unless a human explicitly enables this skill for a bounded task.29- Never read `.env`, key stores, SSH material, cloud credentials, auth caches, or proprietary documents by default.30- Audit categories: command, network, secrets.3132# Engineering Team Skills333423 production-ready engineering skills organized into core engineering, AI/ML/Data, and specialized tools.3536## Quick Start3738### an agent runtime39```40/read engineering-team/senior-fullstack/SKILL.md41```4243### an agent runtime44```bash45npx agent-skills-cli add alirezarezvani/ai-ops-skills/engineering-team46```4748## Skills Overview4950### Core Engineering (13 skills)5152| Skill | Folder | Focus |53|-------|--------|-------|54| Senior Architect | `senior-architect/` | System design, architecture patterns |55| Senior Frontend | `senior-frontend/` | React, Next.js, TypeScript, Tailwind |56| Senior Backend | `senior-backend/` | API design, database optimization |57| Senior Fullstack | `senior-fullstack/` | Project scaffolding, code quality |58| Senior QA | `senior-qa/` | Test generation, coverage analysis |59| Senior DevOps | `senior-devops/` | CI/CD, infrastructure, containers |60| Senior SecOps | `senior-secops/` | Security operations, vulnerability management |61| Code Reviewer | `code-reviewer/` | PR review, code quality analysis |62| Senior Security | `senior-security/` | Threat modeling, STRIDE, penetration testing |63| AWS Solution Architect | `aws-solution-architect/` | Serverless, CloudFormation, cost optimization |64| MS365 Tenant Manager | `ms365-tenant-manager/` | Microsoft 365 administration |65| TDD Guide | `tdd-guide/` | Test-driven development workflows |66| Tech Stack Evaluator | `tech-stack-evaluator/` | Technology comparison, TCO analysis |6768### AI/ML/Data (5 skills)6970| Skill | Folder | Focus |71|-------|--------|-------|72| Senior Data Scientist | `senior-data-scientist/` | Statistical modeling, experimentation |73| Senior Data Engineer | `senior-data-engineer/` | Pipelines, ETL, data quality |74| Senior ML Engineer | `senior-ml-engineer/` | Model deployment, MLOps, LLM integration |75| Senior Prompt Engineer | `senior-prompt-engineer/` | Prompt optimization, RAG, agents |76| Senior Computer Vision | `senior-computer-vision/` | Object detection, segmentation |7778### Specialized Tools (5 skills)7980| Skill | Folder | Focus |81|-------|--------|-------|82| Playwright Pro | `playwright-pro/` | E2E testing (9 sub-skills) |83| Self-Improving Agent | `self-improving-agent/` | Memory curation (5 sub-skills) |84| Stripe Integration | `stripe-integration-expert/` | Payment integration, webhooks |85| Incident Commander | `incident-commander/` | Incident response workflows |86| Email Template Builder | `email-template-builder/` | HTML email generation |8788## Python Tools899030+ scripts, all stdlib-only. Run directly:9192```bash93python3 <skill>/scripts/<tool>.py --help94```9596No pip install needed. Scripts include embedded samples for demo mode.9798## Rules99100- Load only the specific skill SKILL.md you need — don't bulk-load all 23101- Use Python tools for analysis and scaffolding, not manual judgment102- Check AI_RUNTIME_GUIDE.md for tool usage examples and workflows