Engineering Team Skills - Claude Code Guidance
This guide covers the 14 production-ready engineering skills and their Python automation tools.
About
# Engineering Team Skills - Claude Code Guidance This guide covers the 14 production-ready engineering skills and their Python automation tools. ## Engineering Skills Overview **Core Engineering (9 skills):** - senior-architect, senior-frontend, senior-backend, senior-fullstack - senior-qa, senior-devops, senior-secops - code-reviewer, senior-security **AI/ML/Data (5 skills):** - senior-data-scientist, senior-data-engineer, senior-ml-engineer - senior-prompt-engineer, senior-computer-vision **Total Tools:** 30+ Python automation tools ## Core Engineering Tools ### 1. Project Scaffolder (`senior-fullstack/scripts/project_scaffolder.py`) **Purpose:** Production-ready project scaffolding for modern stacks **Supported Stacks:** - Next.js + GraphQL + PostgreSQL - React + REST + MongoDB - Vue + GraphQL + MySQL - Express + TypeScript + PostgreSQL **Features:** - Docker Compose configuration - CI/CD pipeline (GitHub Actions) - Testing infrastructure (Jest, Cypress) - TypeScript + ESL
Quick Start
Manual Installation
No automatic installation available. Please visit the source repository for installation instructions.
View Installation Instructions