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
- Run the line below. It pulls the whole folder into
~/.claude/skills/engineering-skills, including the files SKILL.md points to. - 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-skillsFor 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)
- On this page open ⋯ → Download .md.
- Save it as SKILL.md in a folder, zip the folder, then Customize → Skills → + → Create skill → Upload a skill.
- Pick the file and Save. Claude shows the name and description and runs a security scan.
- Check the skill is switched on.
- Start a new chat and describe your job in plain words. The AI follows the skill from there.
ChatGPT or another app
- ChatGPT: make a Project and paste it into Instructions.
- 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.
Paste into Claude, ChatGPT or Cursor.
Source of Engineering Team Skills
Show the full text92 lines
| name | description | version | author | license | tags | agents |
|---|---|---|---|---|---|---|
| engineering-skills | 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. | 2.9.0 | Alireza Rezvani | MIT | - 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 | |
| 2 | name "engineering-skills" |
| 3 | description "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 | version 2.9.0 |
| 5 | author Alireza Rezvani |
| 6 | license MIT |
| 7 | tags |
| 8 | - engineering |
| 9 | - frontend |
| 10 | - backend |
| 11 | - devops |
| 12 | - security |
| 13 | - ai-ml |
| 14 | - data-engineering |
| 15 | agents |
| 16 | - claude-code |
| 17 | - codex-cli |
| 18 | - openclaw |
| 19 | |
| 20 | |
| 21 | # Engineering Team Skills |
| 22 | |
| 23 | 32 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 | |
| 34 | npx 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 | |
| 79 | 30+ scripts, all stdlib-only. Run directly: |
| 80 | |
| 81 | |
| 82 | python3 <skill>/scripts/<tool>.py --help |
| 83 | |
| 84 | |
| 85 | No 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
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.Offer 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.Paywall 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.Pricing 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.
Browse more free Claude skills or everything in Sales.