Engineering Team Skills

Index of the engineering-team skills bundle for Claude Code, Codex, Gemini CLI, Cursor, OpenClaw, and 6 more tools.

How to use it

Claude Code
  1. Run the line below. It pulls the whole folder into ~/.claude/skills/engineering-skills, including the files SKILL.md points to.
  2. 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-team/skills/engineering-skills#main ~/.claude/skills/engineering-skills

For one project only, change the path to .claude/skills/engineering-skills. This skill also uses Next.js — copying SKILL.md alone won't be enough. See the folder on GitHub.

Claude (web or desktop app)
  1. On this page open ⋯ → Download .md.
  2. Save it as SKILL.md in a folder, zip the folder, then Customize → Skills → + → Create skill → Upload a skill.
  3. Pick the file and Save. Claude shows the name and description and runs a security scan.
  4. Check the skill is switched on.
  5. Start a new chat and describe your job in plain words. The AI follows the skill from there.
ChatGPT or another app
  1. ChatGPT: make a Project and paste it into Instructions.
  2. 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.
Step-by-step guide with screenshots · Ask in the forum

Paste into Claude, ChatGPT or Cursor.

Source of Engineering Team Skills

Show the full text92 lines
namedescriptionversionauthorlicensetagsagents
engineering-skillsIndex 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.2.9.0Alireza RezvaniMIT - engineering - frontend - backend - devops - security - ai-ml - data-engineering - claude-code - codex-cli - openclaw

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
1---
2name: "engineering-skills"
3description: "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."
4version: 2.9.0
5author: Alireza Rezvani
6license: MIT
7tags:
8 - engineering
9 - frontend
10 - backend
11 - devops
12 - security
13 - ai-ml
14 - data-engineering
15agents:
16 - claude-code
17 - codex-cli
18 - openclaw
19---
20 
21# Engineering Team Skills
22 
2332 production-ready engineering skills organized into core engineering, security, AI/ML/Data, and specialized tools.
24 
25## Quick Start
26 
27### Claude Code
28```
29/read engineering-team/skills/senior-fullstack/SKILL.md
30```
31 
32### Codex CLI
33```bash
34npx agent-skills-cli add alirezarezvani/claude-skills/engineering-team
35```
36 
37## Skills Overview
38 
39### Core Engineering (13 skills)
40 
41| Skill | Folder | Focus |
42|-------|--------|-------|
43| Senior Architect | `senior-architect/` | System design, architecture patterns |
44| Senior Frontend | `senior-frontend/` | React, Next.js, TypeScript, Tailwind |
45| Senior Backend | `senior-backend/` | API design, database optimization |
46| Senior Fullstack | `senior-fullstack/` | Project scaffolding, code quality |
47| Senior QA | `senior-qa/` | Test generation, coverage analysis |
48| Senior DevOps | `senior-devops/` | CI/CD, infrastructure, containers |
49| Senior SecOps | `senior-secops/` | Security operations, vulnerability management |
50| Code Reviewer | `code-reviewer/` | PR review, code quality analysis |
51| Senior Security | `senior-security/` | Threat modeling, STRIDE, penetration testing |
52| AWS Solution Architect | `aws-solution-architect/` | Serverless, CloudFormation, cost optimization |
53| MS365 Tenant Manager | `ms365-tenant-manager/` | Microsoft 365 administration |
54| TDD Guide | `tdd-guide/` | Test-driven development workflows |
55| Tech Stack Evaluator | `tech-stack-evaluator/` | Technology comparison, TCO analysis |
56 
57### AI/ML/Data (5 skills)
58 
59| Skill | Folder | Focus |
60|-------|--------|-------|
61| Senior Data Scientist | `senior-data-scientist/` | Statistical modeling, experimentation |
62| Senior Data Engineer | `senior-data-engineer/` | Pipelines, ETL, data quality |
63| Senior ML Engineer | `senior-ml-engineer/` | Model deployment, MLOps, LLM integration |
64| Senior Prompt Engineer | `senior-prompt-engineer/` | Prompt optimization, RAG, agents |
65| Senior Computer Vision | `senior-computer-vision/` | Object detection, segmentation |
66 
67### Specialized Tools (5 skills)
68 
69| Skill | Folder | Focus |
70|-------|--------|-------|
71| Playwright Pro | `playwright-pro/` | E2E testing (9 sub-skills) |
72| Self-Improving Agent | `self-improving-agent/` | Memory curation (5 sub-skills) |
73| Stripe Integration | `stripe-integration-expert/` | Payment integration, webhooks |
74| Incident Commander | `incident-commander/` | Incident response workflows |
75| Email Template Builder | `email-template-builder/` | HTML email generation |
76 
77## Python Tools
78 
7930+ scripts, all stdlib-only. Run directly:
80 
81```bash
82python3 <skill>/scripts/<tool>.py --help
83```
84 
85No pip install needed. Scripts include embedded samples for demo mode.
86 
87## Rules
88 
89- Load only the specific skill SKILL.md you need — don't bulk-load all 32
90- Use Python tools for analysis and scaffolding, not manual judgment
91- Check CLAUDE.md for tool usage examples and workflows
92 

Discussion

Alternatives

Also in Pricing & offersSee all 138 in Sales →
Dynamic Pricing Intelligence Agent — RAISE / HOLD / LOWERData-driven pricing strategy engine for Amazon sellers. Given one or more ASINs, auto-detects each product's leaf category, analyzes the pricing landscape, and delivers RAISE/HOLD/LOWER signals with profit simulation. Supports single ASIN or batch (multiple ASINs, auto-grouped by category). Uses ZooData API endpoints with cross-validation. Use when user asks about: pricing strategy, how much to price, optimal price, price optimization, competitor pricing, price war, BuyBox strategy, profit margin, pricing analysis, should I raise price, should I lower price, price comparison, price positioning, repricing, should I raise or lower price. Requires ZOODATA_API_KEY.Sales & ecommerce · MITOffer DesignTell us what you sell, your price, and who it's for. Get back a stronger deal: better bonuses, a fair guarantee, an honest reason to buy now, and a sharper name and price.Business & ops · MITPaywall and Upgrade Screen CROWhen the user wants to create or optimize in-app paywalls, upgrade screens, upsell modals, or feature gates. Also use when the user mentions "paywall," "upgrade screen," "upgrade modal," "upsell," "feature gate," "convert free to paid," "freemium conversion," "trial expiration screen," "limit reached screen," "plan upgrade prompt," "in-app pricing," "free users won't upgrade," "trial to paid conversion," or "how do I get users to pay." Use this for any in-product moment where you're asking users to upgrade. Distinct from public pricing pages (see cro) — this focuses on in-product upgrade moments where the user has already experienced value. For pricing decisions, see pricing.Marketing · MITPricing StrategyTell us what you sell and who buys it, and get back a clear pricing plan with tiers, price points, and the reasoning behind each number.Business & ops · MIT