A comprehensive collection of professional skills for Claude Code, covering DevOps, UX design, technical architecture, security, product management, and code review.
This repository contains 6 specialized skills that enhance Claude's capabilities across different domains of software development and product management. Each skill is self-contained with detailed guidance, best practices, and reference materials.
Expert DevOps engineering with security-first approach
- CI/CD pipeline design (GitHub Actions, GitLab, Jenkins)
- Infrastructure as Code (Terraform, CloudFormation, Ansible)
- Container orchestration (Docker, Kubernetes, Helm)
- Cloud platform management (AWS, Azure, GCP)
- DevSecOps integration
- Monitoring & observability
π Read more about DevOps skill
Comprehensive UX/UI design for web and mobile applications
- Wireframes and mockups
- Interactive prototypes (React/HTML)
- Mobile design (iOS/Android patterns)
- Web admin interfaces
- Component libraries and design systems
- Accessibility compliance (WCAG AA)
Full-stack architecture guidance and technology selection
- System architecture design
- Technology stack selection
- API design (REST, GraphQL)
- Database schema and modeling
- State management patterns
- Performance optimization
- Three architecture patterns (Serverless, Hybrid, Microservices)
π Read more about Technical Architecture skill
Comprehensive security architecture and threat modeling
- Security architecture design
- Threat modeling (STRIDE)
- Compliance assessment (OWASP, NIS2, GDPR, PCI DSS, SOC 2)
- Risk assessment and prioritization
- Infrastructure security
- API security patterns
- Incident response planning
π Read more about Security skill
Product management from vision to execution
- Backlog management and user stories
- Market research and competitive analysis
- Product strategy and roadmapping
- Feature prioritization (RICE scoring)
- User research planning
- Metrics and OKRs
- Go-to-market strategy
π Read more about Product Owner skill
Thorough code review ensuring quality and security
- Story/task alignment verification
- Code quality assessment
- Security analysis (OWASP Top 10)
- Maintainability evaluation
- Testing coverage review
- Performance analysis
- Constructive feedback with reasoning
π Read more about Code Review skill
- Claude Code CLI installed
- Access to Claude.ai or Claude Code interface
Each skill can be installed independently:
- Navigate to the skill directory (e.g.,
devops/,ux/, etc.) - Upload the entire folder to Claude Code
- The skill will be available immediately
To install all skills at once:
# Clone the repository
git clone https://github.com/tomas-u/claude-skills.git
cd claude-skills
# Each directory represents a skill:
# - devops/
# - ux/
# - technical/
# - security/
# - product-owner/
# - code-review/
# Upload each directory to Claude Code as a separate skillclaude-skills/
βββ README.md # This file
βββ .gitignore # Excludes zip files and build artifacts
β
βββ devops/ # DevOps skill
β βββ SKILL.md # Main skill definition
β βββ references/ # Reference documentation
β βββ github-actions.md
β βββ docker-kubernetes.md
β βββ terraform-iac.md
β
βββ ux/ # UX Designer skill
β βββ SKILL.md
β βββ assets/ # Templates
β β βββ mobile-template.jsx
β β βββ web-admin-template.html
β βββ references/
β βββ component-library-reference.md
β βββ mobile-patterns.md
β βββ web-patterns.md
β βββ ux-research.md
β
βββ technical/ # Technical Architecture skill
β βββ SKILL.md
β βββ references/
β βββ frontend-patterns.md
β βββ backend-patterns.md
β βββ database-design.md
β βββ deployment-systems.md
β
βββ security/ # Security Architect skill
β βββ SKILL.md
β βββ references/
β βββ owasp-standards.md
β βββ api-security.md
β βββ nis2-compliance.md
β βββ secure-coding.md
β βββ security-checklist.md
β
βββ product-owner/ # Product Owner skill
β βββ SKILL.md
β βββ references/
β βββ backlog-management.md
β βββ market-research.md
β βββ product-strategy.md
β
βββ code-review/ # Code Review skill
βββ SKILL.md
βββ references/
βββ owasp-checklist.md
These skills are designed to work seamlessly together:
1. product-owner: Defines requirements and writes user stories
β
2. ux: Creates wireframes and interactive prototypes
β
3. technical: Designs architecture and data model
β
4. security: Reviews security architecture and threats
β
5. (Development happens)
β
6. code-review: Reviews implementation for quality and security
β
7. devops: Sets up CI/CD and deployment
β
8. product-owner: Measures success and iterates
1. technical: Reviews overall architecture
2. security: Performs threat modeling and compliance check
3. code-review: Reviews code quality and maintainability
4. devops: Reviews infrastructure and deployment
5. technical: Synthesizes all recommendations
- 11-stage CI/CD pipeline with security gates
- DevSecOps principles (shift left, automation first)
- Infrastructure patterns (immutable, GitOps, microservices)
- Container security best practices
- Monitoring with Four Golden Signals
- Pre-design checklist ensures best practices
- Platform-specific patterns (iOS, Android, Web)
- Component library with templates
- Accessibility requirements (WCAG AA)
- Three fidelity levels (low, mid, high)
- Three architecture patterns with migration paths
- Technology selection guidelines for frontend, backend, database
- Clear scope definition (what to delegate to other skills)
- Integration workflows with other skills
- Common mistakes section
- Comprehensive threat modeling (STRIDE)
- Compliance frameworks (OWASP, NIS2, GDPR, PCI DSS, SOC 2)
- Severity classification system
- Security patterns for authentication, authorization, data protection
- Integration with code-review for complete security assessment
- User story templates and best practices
- RICE prioritization framework
- User research methods (interviews, surveys)
- Product stage guidance (pre-PMF, PMF, growth, scale)
- Decision-making framework (5 factors)
- 8-point review process (story alignment β feedback)
- OWASP Top 10 security checks
- Clean code principles validation
- Maintainability assessment
- Constructive feedback framework (specific, explained, prioritized)
You: "Create a CI/CD pipeline for my Node.js app with security scanning"
DevOps skill provides:
- Complete GitHub Actions workflow YAML
- Security scanning (Snyk, Trivy)
- Multi-stage Docker build
- Deployment automation
- Monitoring setup
You: "Design a task breakdown screen for students (mobile)"
UX skill provides:
- Interactive React prototype
- iOS/Android patterns applied
- Accessibility compliance
- Multiple states (empty, loading, completed)
- Design rationale and annotations
You: "Should I use serverless or dedicated backend for 1000 users?"
Technical skill provides:
- Pattern recommendation (Serverless Full-Stack)
- Specific stack (Next.js, Supabase, Vercel)
- Cost estimate ($0-100/month)
- Migration path when you outgrow it
You: "Threat model our payment processing feature"
Security skill provides:
- STRIDE analysis
- Attack scenarios
- Risk assessment
- Required security controls
- Compliance considerations (PCI DSS)
You: "Help me prioritize 10 feature ideas using RICE"
Product Owner skill provides:
- RICE score for each feature
- Ranked list with justification
- Quick wins identified
- Recommended next sprints
You: "Review this authentication PR"
Code Review skill provides:
- Story alignment check
- Code quality assessment
- Security vulnerability scan (OWASP)
- Performance analysis
- Actionable feedback with reasoning
- DevOps: Pipeline design, infrastructure, deployment, monitoring
- UX: User interface design, wireframes, prototypes, user flows
- Technical: Architecture decisions, tech stack, API design, data modeling
- Security: Security architecture, threat modeling, compliance
- Product Owner: Requirements, prioritization, user research, metrics
- Code Review: Pull requests, code quality, security vulnerabilities
For comprehensive work, use skills in sequence:
- Planning Phase: product-owner β ux β technical β security
- Development Phase: code-review (ongoing)
- Deployment Phase: devops
- Measurement Phase: product-owner
This is a personal skill collection. Feel free to fork and customize for your own use.
- v1.0 (January 2025) - Initial collection with 6 comprehensive skills
MIT License - see LICENSE file for details.
This skill collection is free and open source. You can use, modify, and distribute it freely for personal or commercial purposes.
Created with Claude Code Enhancing Claude's capabilities across the software development lifecycle