
Engineering Skills
Load one meta entry point so your agent can route to 23 production engineering skills—from architecture and fullstack to QA, DevOps, SecOps, and AI/ML—across Claude Code, Codex, Cursor, and OpenClaw.
Overview
Engineering-skills is a journey-wide agent skill that indexes 23 senior engineering playbooks—usable whenever a solo builder needs structured help across architecture, implementation, QA, DevOps, and security before impr
Install
npx skills add https://github.com/alirezarezvani/claude-skills --skill engineering-skillsWhat is this skill?
- 23 engineering agent skills in core, AI/ML/data, and specialized tools
- 13 core skills spanning architect, frontend, backend, fullstack, QA, DevOps, SecOps, and code review
- 30+ stdlib-only Python helper tools referenced in the bundle
- Multi-agent install paths: Claude /read, Codex npx agent-skills-cli, plus Gemini and OpenClaw
- Coverage includes Playwright, Stripe, AWS, and MS365 specialized plugins
- 30+ Python tools (stdlib-only)
- 13 core engineering skills in the overview table
Adoption & trust: 2k installs on skills.sh; 17.5k GitHub stars; 2/3 security scanners passed (skills.sh audits).
What problem does it solve?
You have powerful coding agents but no consistent map from “fix this API” or “ship CI” to the right senior-engineering procedure.
Who is it for?
Indie full-stack founders who want one repo of vetted engineering skills instead of ad-hoc prompts for every discipline.
Skip if: Builders who need a single deep integration (only scraping, only notarization)—use a phase-specific skill instead of this router.
When should I use this skill?
Need senior engineering guidance across architecture, implementation, QA, DevOps, security, or AI/ML and want the umbrella index before choosing a child skill.
What do I get? / Deliverables
You route the agent to the correct child skill (architect, fullstack, DevOps, etc.) with documented install paths for your IDE or CLI.
- Pointer to correct child SKILL.md
- Install commands for agent-skills-cli or /read paths
- Discipline-specific engineering output from child skill
Recommended Skills
Journey fit
Useful at every journey phase - explore requirements and options before committing to a direction.
Where it fits
Use senior-architect guidance to compare monolith vs services before committing to a stack.
Invoke senior-frontend for React, Next.js, and TypeScript patterns on a marketing app.
Pull senior-qa for coverage-oriented test generation before release.
Route to senior-secops for vulnerability and hardening checks pre-launch.
Use senior-devops for CI/CD and container fixes after incidents.
How it compares
A curated multi-skill bundle and install guide, not one workflow skill or an MCP server.
Common Questions / FAQ
Who is engineering-skills for?
Solo and indie builders using Claude Code, Codex, Cursor, OpenClaw, or Gemini CLI who want packaged senior engineering guidance across the stack.
When should I use engineering-skills?
At Idea research when shaping architecture; during Build for frontend/backend work; at Ship for QA, DevOps, and SecOps; at Operate when reviewing infra or security—by opening the relevant child SKILL.md from the bundle.
Is engineering-skills safe to install?
Check the Security Audits panel on this Prism page; child skills may imply shell, cloud, and git access—scope permissions per task.
SKILL.md
READMESKILL.md - Engineering Skills
# 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 ```bash 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: ```bash 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