12 KiB
🎯 START HERE: World-Class Team Skills
📦 What You're Getting
32 production-ready skills for building exceptional engineering and AI/ML/Data teams (this quick-start tour covers the original 14 role skills; see README.md for the full current list).
All skills follow your exact template structure with:
- ✅ SKILL.md - Complete documentation with quick start
- ✅ 3 Reference Guides - Advanced patterns and best practices
- ✅ 3 Automation Scripts - Production-grade Python tools
- ✅ 7 files per skill - Comprehensive and ready to use
📚 Your Documents
1. TEAM_STRUCTURE_GUIDE.md ⭐ START HERE
THE MASTER GUIDE - Complete team structure recommendations:
- Team compositions for startups, scale-ups, and enterprises
- When to use each skill
- Workflow examples
- Hiring and team building
- Performance benchmarks
- Tech stack coverage
2. README.md
Original engineering skills guide covering the 9 engineering roles in detail.
🎯 Quick Role Finder
Need to...
Design a system? → skills/senior-architect/
Build frontend? → skills/senior-frontend/
Build backend? → skills/senior-backend/
Build full-stack? → skills/senior-fullstack/
Setup testing? → skills/senior-qa/
Setup DevOps? → skills/senior-devops/
Setup security? → skills/senior-secops/ or skills/senior-security/
Review code? → skills/code-reviewer/
Analyze data? → skills/senior-data-scientist/
Build data pipelines? → skills/senior-data-engineer/
Deploy ML models? → skills/senior-ml-engineer/
Optimize LLMs? → skills/senior-prompt-engineer/
Build vision AI? → skills/senior-computer-vision/
🏗️ Team Size Guide
Startup (5-10 people)
Use these 5 skills:
- skills/senior-fullstack/ (×2)
- skills/senior-data-scientist/ (×1)
- skills/senior-devops/ (×1)
- skills/senior-ml-engineer/ (×1)
Scale-Up (10-25 people)
Use these 9 skills:
- skills/senior-architect/ (×1)
- skills/senior-frontend/ (×2)
- skills/senior-backend/ (×3)
- skills/senior-data-engineer/ (×2)
- skills/senior-data-scientist/ (×2)
- skills/senior-ml-engineer/ (×2)
- skills/senior-qa/ (×1)
- skills/senior-devops/ (×1)
- skills/senior-secops/ (×1)
Enterprise (25-50+ people)
Use all 14 role skills - you'll need the full suite!
📥 All Skills at a Glance
Engineering Team (9 Skills)
| # | Skill | Download | What It Does |
|---|---|---|---|
| 1 | Senior Architect | skills/senior-architect/ | System design, architecture decisions, diagrams |
| 2 | Senior Frontend | skills/senior-frontend/ | React, Next.js, UI/UX, performance |
| 3 | Senior Backend | skills/senior-backend/ | APIs, databases, business logic |
| 4 | Senior Fullstack | skills/senior-fullstack/ | End-to-end development |
| 5 | Senior QA | skills/senior-qa/ | Testing, automation, quality |
| 6 | Senior DevOps | skills/senior-devops/ | CI/CD, infrastructure, deployment |
| 7 | Senior SecOps | skills/senior-secops/ | Security operations, compliance |
| 8 | Code Reviewer | skills/code-reviewer/ | Code quality, standards, reviews |
| 9 | Senior Security | skills/senior-security/ | Security architecture, pentesting |
AI/ML/Data Team (5 Skills)
| # | Skill | Download | What It Does |
|---|---|---|---|
| 10 | Senior Data Scientist | skills/senior-data-scientist/ | Statistical modeling, experimentation, analytics |
| 11 | Senior Data Engineer | skills/senior-data-engineer/ | Data pipelines, ETL, infrastructure |
| 12 | Senior ML Engineer | skills/senior-ml-engineer/ | MLOps, model deployment, LLMs |
| 13 | Senior Prompt Engineer | skills/senior-prompt-engineer/ | LLM optimization, RAG, agents |
| 14 | Senior Computer Vision | skills/senior-computer-vision/ | Image/video AI, object detection |
🚀 Quick Start (3 Steps)
Step 1: Choose Your Path
Pick one based on your immediate need:
- Building a team? → Read TEAM_STRUCTURE_GUIDE.md
- Starting a project? → Download skills/senior-architect/ + skills/senior-fullstack/
- Building AI features? → Download skills/senior-ml-engineer/ + skills/senior-prompt-engineer/
- Data infrastructure? → Download skills/senior-data-engineer/
Step 2: Extract & Explore
# Open the skill folder
cd skills/senior-ml-engineer
# Read the main guide
cat SKILL.md
# Check what's included
tree .
Step 3: Use the Tools
# Try a script
python scripts/model_deployment_pipeline.py --help
# Read a reference
cat references/mlops_production_patterns.md
# Customize for your needs
vim SKILL.md
💡 Pro Tips
For CTO/Engineering Leaders
- Start with TEAM_STRUCTURE_GUIDE.md - Understand team compositions
- Download skills matching your team size
- Use for hiring - Job descriptions, interview questions
- Use for onboarding - Training material for new hires
- Customize - Add your company's patterns and practices
For Individual Engineers
- Download your role's skill
- Study the reference guides - Learn advanced patterns
- Use the scripts - Automate your workflows
- Contribute back - Add your learnings
- Share with team - Knowledge sharing
For Data/ML Teams
- Download all 5 AI/ML/Data skills
- Focus on MLOps patterns - Production-grade ML
- Implement DataOps - Quality data pipelines
- Optimize LLMs - Cost-effective AI
- Monitor everything - Model drift, data quality
🎯 What Makes These Skills World-Class?
✅ Production-Grade
- Scalable architectures
- Performance optimized
- Security built-in
- Monitoring integrated
✅ Senior-Level
- Advanced patterns
- Strategic thinking
- Leadership aspects
- Mentorship guidance
✅ Comprehensive
- 7 files per skill
- Code + documentation
- Examples + templates
- Best practices
✅ Practical
- Automation scripts
- Real workflows
- Production patterns
- Battle-tested
✅ Modern Stack
- Your tech stack (React, Next.js, Node.js, Python, Go)
- Latest frameworks (PyTorch, LangChain, Spark)
- Cloud platforms (AWS, GCP, Azure)
- Modern tools (Docker, Kubernetes, Terraform)
📖 Additional Resources
Tech Stack Covered
Frontend: React, Next.js, TypeScript, Tailwind, React Native, Flutter, Swift, Kotlin
Backend: Node.js, Express, GraphQL, Go, Python, FastAPI
Data: PostgreSQL, Spark, Airflow, dbt, Kafka, Databricks, Snowflake
ML/AI: PyTorch, TensorFlow, LangChain, LlamaIndex, OpenCV, Transformers
Infrastructure: Docker, Kubernetes, Terraform, AWS, GCP, Azure
Tools: Git, Jira, Confluence, Figma, MLflow, W&B
🎓 Learning Path
Level 1: Foundation (Weeks 1-2)
- Read TEAM_STRUCTURE_GUIDE.md
- Download 3-5 core skills
- Explore SKILL.md files
- Try example scripts
Level 2: Implementation (Weeks 3-6)
- Deep dive into reference guides
- Customize scripts for your needs
- Implement one pattern per week
- Share learnings with team
Level 3: Mastery (Months 2-6)
- Master all patterns
- Contribute improvements
- Mentor others
- Establish team standards
Level 4: Innovation (Ongoing)
- Research new approaches
- Experiment with cutting edge
- Publish findings
- Drive industry forward
🔥 Common Use Cases
Use Case 1: Starting a Startup
Downloads: skills/senior-fullstack/, skills/senior-ml-engineer/, skills/senior-devops/ Focus: MVP development, rapid iteration, lean team
Use Case 2: Building AI Product
Downloads: skills/senior-prompt-engineer/, skills/senior-ml-engineer/, skills/senior-data-engineer/ Focus: LLM integration, RAG systems, data pipelines
Use Case 3: Scaling Engineering Team
Downloads: skills/senior-architect/, skills/code-reviewer/, all engineering skills Focus: Architecture, standards, processes, quality
Use Case 4: Data Science Team
Downloads: All 5 AI/ML/Data skills Focus: Analytics, ML, data infrastructure
Use Case 5: Computer Vision Product
Downloads: skills/senior-computer-vision/, skills/senior-ml-engineer/, skills/senior-devops/ Focus: Vision models, real-time inference, deployment
✨ Key Differentiators
What makes these skills special:
- Your Exact Template - Follows your fullstack-engineer example perfectly
- World-Class Quality - Production-grade, senior-level content
- Complete Coverage - 14 roles, all bases covered
- Actionable Tools - 42 production scripts (3 per skill)
- Deep References - 42 comprehensive guides (3 per skill)
- Modern Stack - Your tech stack throughout
- Team-Focused - Built for collaboration
- Battle-Tested - Industry best practices
- Customizable - Starting point, not endpoint
- Growth-Oriented - Scales from startup to enterprise
🎯 Next Actions
Right Now (5 minutes)
- ✅ Read TEAM_STRUCTURE_GUIDE.md
- ✅ Identify your team size
- ✅ Note which skills you need
Today (30 minutes)
- ✅ Download 2-3 core skills
- ✅ Extract and explore SKILL.md
- ✅ Try one script with
--help
This Week (2-3 hours)
- ✅ Read all reference guides for your role
- ✅ Run scripts on sample projects
- ✅ Customize one script for your workflow
This Month (10+ hours)
- ✅ Implement 3-5 patterns from references
- ✅ Share skills with team
- ✅ Establish team standards based on skills
- ✅ Track improvements in velocity and quality
🙌 You're All Set!
You now have everything needed to build and scale world-class engineering and AI/ML/Data teams:
✅ 14 comprehensive skills ✅ 42 production scripts ✅ 42 reference guides ✅ Team structure recommendations ✅ Workflow examples ✅ Best practices ✅ Performance benchmarks
Time to build something amazing! 🚀
Questions?
- Check TEAM_STRUCTURE_GUIDE.md for team compositions
- Check individual SKILL.md files for tool details
- Check reference/*.md files for deep dives
- Customize and iterate based on your needs
Remember: These skills are starting points. Make them your own, add your learnings, and build the future! 🎯