Claude-skills engineering-skills
23 engineering agent skills and plugins 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. 30+ Python tools (stdlib-only).
install
source · Clone the upstream repo
git clone https://github.com/alirezarezvani/claude-skills
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/alirezarezvani/claude-skills "$T" && mkdir -p ~/.claude/skills && cp -r "$T/.gemini/skills/engineering-team-bundle" ~/.claude/skills/alirezarezvani-claude-skills-engineering-skills && rm -rf "$T"
manifest:
.gemini/skills/engineering-team-bundle/SKILL.mdsource content
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 | | 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 |
AI/ML/Data (5 skills)
| 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 |
Specialized Tools (5 skills)
| 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 |
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