Engineering Team Skills
32 production-ready engineering skills organized into core engineering, security, AI/ML/Data, and specialized tools.
Quick Start
Claude Code
/read engineering-team/skills/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 32
- Use Python tools for analysis and scaffolding, not manual judgment
- Check CLAUDE.md for tool usage examples and workflows
Source: alirezarezvani/claude-skills → engineering-team/skills/engineering-skills/SKILL.md
1---2name: engineering-skills3description: Index of the engineering-team skills bundle 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 (stdlib-only Python tools). Use when browsing or choosing among engineering-team role skills — load only the one specialist SKILL.md you need, never bulk-load the bundle.4---5
6
7# Engineering Team Skills
8
932 production-ready engineering skills organized into core engineering, security, AI/ML/Data, and specialized tools.
10
11## Quick Start
12
13### Claude Code
14```
15/read engineering-team/skills/senior-fullstack/SKILL.md
16```
17
18### Codex CLI
19```bash
20npx agent-skills-cli add alirezarezvani/claude-skills/engineering-team
21```
22
23## Skills Overview
24
25### Core Engineering (13 skills)
26
27| 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 |
42
43### AI/ML/Data (5 skills)
44
45| 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 |
52
53### Specialized Tools (5 skills)
54
55| 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 |
62
63## Python Tools
64
6530+ scripts, all stdlib-only. Run directly:
66
67```bash
68python3 <skill>/scripts/<tool>.py --help
69```
70
71No pip install needed. Scripts include embedded samples for demo mode.
72
73## Rules
74
75- Load only the specific skill SKILL.md you need — don't bulk-load all 32
76- Use Python tools for analysis and scaffolding, not manual judgment
77- Check CLAUDE.md for tool usage examples and workflows
78
79---
80
81**Source:** [`alirezarezvani/claude-skills`](https://github.com/alirezarezvani/claude-skills) → `engineering-team/skills/engineering-skills/SKILL.md`