Engineering Team Skills
23 production-ready engineering skills organized into core engineering, AI/ML/Data, and specialized tools.
Quick Start
Claude Code
/read engineering-team/senior-fullstack/SKILL.md
Codex CLI
npx agent-skills-cli add alirezarezvani/claude-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 CLAUDE.md for tool usage examples and workflows
1---2name: engineering-skills3description: 23 engineering agent skills and plugins for Claude Code, Codex, Gemini CLI, 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).4license: MIT5---67# Engineering Team Skills8923 production-ready engineering skills organized into core engineering, AI/ML/Data, and specialized tools.1011## Quick Start1213### Claude Code14```15/read engineering-team/senior-fullstack/SKILL.md16```1718### Codex CLI19```bash20npx agent-skills-cli add alirezarezvani/claude-skills/engineering-team21```2223## Skills Overview2425### Core Engineering (13 skills)2627| Skill | Folder | Focus |28|-------|--------|-------|29| Senior Architect | `senior-architect/` | System design, architecture patterns |30| Senior Frontend | `senior-frontend/` | React, Next.js, TypeScript, Tailwind |31| Senior Backend | `senior-backend/` | API design, database optimization |32| Senior Fullstack | `senior-fullstack/` | Project scaffolding, code quality |33| Senior QA | `senior-qa/` | Test generation, coverage analysis |34| Senior DevOps | `senior-devops/` | CI/CD, infrastructure, containers |35| Senior SecOps | `senior-secops/` | Security operations, vulnerability management |36| Code Reviewer | `code-reviewer/` | PR review, code quality analysis |37| Senior Security | `senior-security/` | Threat modeling, STRIDE, penetration testing |38| AWS Solution Architect | `aws-solution-architect/` | Serverless, CloudFormation, cost optimization |39| MS365 Tenant Manager | `ms365-tenant-manager/` | Microsoft 365 administration |40| TDD Guide | `tdd-guide/` | Test-driven development workflows |41| Tech Stack Evaluator | `tech-stack-evaluator/` | Technology comparison, TCO analysis |4243### AI/ML/Data (5 skills)4445| Skill | Folder | Focus |46|-------|--------|-------|47| Senior Data Scientist | `senior-data-scientist/` | Statistical modeling, experimentation |48| Senior Data Engineer | `senior-data-engineer/` | Pipelines, ETL, data quality |49| Senior ML Engineer | `senior-ml-engineer/` | Model deployment, MLOps, LLM integration |50| Senior Prompt Engineer | `senior-prompt-engineer/` | Prompt optimization, RAG, agents |51| Senior Computer Vision | `senior-computer-vision/` | Object detection, segmentation |5253### Specialized Tools (5 skills)5455| Skill | Folder | Focus |56|-------|--------|-------|57| Playwright Pro | `playwright-pro/` | E2E testing (9 sub-skills) |58| Self-Improving Agent | `self-improving-agent/` | Memory curation (5 sub-skills) |59| Stripe Integration | `stripe-integration-expert/` | Payment integration, webhooks |60| Incident Commander | `incident-commander/` | Incident response workflows |61| Email Template Builder | `email-template-builder/` | HTML email generation |6263## Python Tools646530+ scripts, all stdlib-only. Run directly:6667```bash68python3 <skill>/scripts/<tool>.py --help69```7071No pip install needed. Scripts include embedded samples for demo mode.7273## Rules7475- Load only the specific skill SKILL.md you need — don't bulk-load all 2376- Use Python tools for analysis and scaffolding, not manual judgment77- Check CLAUDE.md for tool usage examples and workflows