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-team3description: Engineering Team Skills4---56# Engineering Team Skills7823 production-ready engineering skills organized into core engineering, AI/ML/Data, and specialized tools.910## Quick Start1112### Claude Code13```14/read engineering-team/senior-fullstack/SKILL.md15```1617### Codex CLI18```bash19npx agent-skills-cli add alirezarezvani/claude-skills/engineering-team20```2122## Skills Overview2324### Core Engineering (13 skills)2526| Skill | Folder | Focus |27|-------|--------|-------|28| Senior Architect | `senior-architect/` | System design, architecture patterns |29| Senior Frontend | `senior-frontend/` | React, Next.js, TypeScript, Tailwind |30| Senior Backend | `senior-backend/` | API design, database optimization |31| Senior Fullstack | `senior-fullstack/` | Project scaffolding, code quality |32| Senior QA | `senior-qa/` | Test generation, coverage analysis |33| Senior DevOps | `senior-devops/` | CI/CD, infrastructure, containers |34| Senior SecOps | `senior-secops/` | Security operations, vulnerability management |35| Code Reviewer | `code-reviewer/` | PR review, code quality analysis |36| Senior Security | `senior-security/` | Threat modeling, STRIDE, penetration testing |37| AWS Solution Architect | `aws-solution-architect/` | Serverless, CloudFormation, cost optimization |38| MS365 Tenant Manager | `ms365-tenant-manager/` | Microsoft 365 administration |39| TDD Guide | `tdd-guide/` | Test-driven development workflows |40| Tech Stack Evaluator | `tech-stack-evaluator/` | Technology comparison, TCO analysis |4142### AI/ML/Data (5 skills)4344| Skill | Folder | Focus |45|-------|--------|-------|46| Senior Data Scientist | `senior-data-scientist/` | Statistical modeling, experimentation |47| Senior Data Engineer | `senior-data-engineer/` | Pipelines, ETL, data quality |48| Senior ML Engineer | `senior-ml-engineer/` | Model deployment, MLOps, LLM integration |49| Senior Prompt Engineer | `senior-prompt-engineer/` | Prompt optimization, RAG, agents |50| Senior Computer Vision | `senior-computer-vision/` | Object detection, segmentation |5152### Specialized Tools (5 skills)5354| Skill | Folder | Focus |55|-------|--------|-------|56| Playwright Pro | `playwright-pro/` | E2E testing (9 sub-skills) |57| Self-Improving Agent | `self-improving-agent/` | Memory curation (5 sub-skills) |58| Stripe Integration | `stripe-integration-expert/` | Payment integration, webhooks |59| Incident Commander | `incident-commander/` | Incident response workflows |60| Email Template Builder | `email-template-builder/` | HTML email generation |6162## Python Tools636430+ scripts, all stdlib-only. Run directly:6566```bash67python3 <skill>/scripts/<tool>.py --help68```6970No pip install needed. Scripts include embedded samples for demo mode.7172## Rules7374- Load only the specific skill SKILL.md you need — don't bulk-load all 2375- Use Python tools for analysis and scaffolding, not manual judgment76- Check CLAUDE.md for tool usage examples and workflows