engineering-skills
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChineseEngineering Team Skills
工程团队技能
23 production-ready engineering skills organized into core engineering, AI/ML/Data, and specialized tools.
23项生产就绪型工程技能,分为核心工程、AI/ML/数据和专用工具三大类。
Quick Start
快速开始
Claude Code
Claude Code
/read engineering-team/senior-fullstack/SKILL.md/read engineering-team/senior-fullstack/SKILL.mdCodex CLI
Codex CLI
bash
npx agent-skills-cli add alirezarezvani/claude-skills/engineering-teambash
npx agent-skills-cli add alirezarezvani/claude-skills/engineering-teamSkills Overview
技能概览
Core Engineering (13 skills)
核心工程(13项技能)
| Skill | Folder | Focus |
|---|---|---|
| Senior Architect | | System design, architecture patterns |
| Senior Frontend | | React, Next.js, TypeScript, Tailwind |
| Senior Backend | | API design, database optimization |
| Senior Fullstack | | Project scaffolding, code quality |
| Senior QA | | Test generation, coverage analysis |
| Senior DevOps | | CI/CD, infrastructure, containers |
| Senior SecOps | | Security operations, vulnerability management |
| Code Reviewer | | PR review, code quality analysis |
| Senior Security | | Threat modeling, STRIDE, penetration testing |
| AWS Solution Architect | | Serverless, CloudFormation, cost optimization |
| MS365 Tenant Manager | | Microsoft 365 administration |
| TDD Guide | | Test-driven development workflows |
| Tech Stack Evaluator | | Technology comparison, TCO analysis |
| 技能 | 文件夹 | 重点领域 |
|---|---|---|
| 资深架构师 | | 系统设计、架构模式 |
| 资深前端工程师 | | React、Next.js、TypeScript、Tailwind |
| 资深后端工程师 | | API设计、数据库优化 |
| 资深全栈工程师 | | 项目脚手架搭建、代码质量 |
| 资深QA工程师 | | 测试用例生成、覆盖率分析 |
| 资深DevOps工程师 | | CI/CD、基础设施、容器 |
| 资深SecOps工程师 | | 安全运维、漏洞管理 |
| 代码评审专员 | | PR评审、代码质量分析 |
| 资深安全工程师 | | 威胁建模、STRIDE、渗透测试 |
| AWS解决方案架构师 | | 无服务器架构、CloudFormation、成本优化 |
| MS365租户管理员 | | Microsoft 365 管理 |
| TDD指南 | | 测试驱动开发工作流 |
| 技术栈评估师 | | 技术对比、TCO分析 |
AI/ML/Data (5 skills)
AI/ML/数据(5项技能)
| Skill | Folder | Focus |
|---|---|---|
| Senior Data Scientist | | Statistical modeling, experimentation |
| Senior Data Engineer | | Pipelines, ETL, data quality |
| Senior ML Engineer | | Model deployment, MLOps, LLM integration |
| Senior Prompt Engineer | | Prompt optimization, RAG, agents |
| Senior Computer Vision | | Object detection, segmentation |
| 技能 | 文件夹 | 重点领域 |
|---|---|---|
| 资深数据科学家 | | 统计建模、实验设计 |
| 资深数据工程师 | | 数据管道、ETL、数据质量 |
| 资深ML工程师 | | 模型部署、MLOps、LLM集成 |
| 资深提示工程师 | | 提示词优化、RAG、Agent |
| 资深计算机视觉工程师 | | 目标检测、图像分割 |
Specialized Tools (5 skills)
专用工具(5项技能)
| Skill | Folder | Focus |
|---|---|---|
| Playwright Pro | | E2E testing (9 sub-skills) |
| Self-Improving Agent | | Memory curation (5 sub-skills) |
| Stripe Integration | | Payment integration, webhooks |
| Incident Commander | | Incident response workflows |
| Email Template Builder | | HTML email generation |
| 技能 | 文件夹 | 重点领域 |
|---|---|---|
| Playwright Pro | | 端到端测试(含9项子技能) |
| 自我进化Agent | | 记忆管理(含5项子技能) |
| Stripe集成专家 | | 支付集成、Webhook |
| 事件指挥官 | | 事件响应工作流 |
| 邮件模板构建器 | | HTML邮件生成 |
Python Tools
Python工具
30+ scripts, all stdlib-only. Run directly:
bash
python3 <skill>/scripts/<tool>.py --helpNo pip install needed. Scripts include embedded samples for demo mode.
30+款脚本,全部仅依赖Python标准库。可直接运行:
bash
python3 <skill>/scripts/<tool>.py --help无需pip安装。脚本内置示例,支持演示模式。
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
- 仅加载你需要的特定技能的SKILL.md文件——不要批量加载全部23项
- 使用Python工具进行分析和脚手架搭建,而非人工判断
- 查看CLAUDE.md获取工具使用示例和工作流