dx-optimizer
27
总安装量
27
周安装量
#7458
全站排名
安装命令
npx skills add https://github.com/404kidwiz/claude-supercode-skills --skill dx-optimizer
Agent 安装分布
claude-code
20
opencode
19
gemini-cli
17
cursor
16
trae
14
Skill 文档
DX Optimizer
Purpose
Provides expertise in developer experience optimization, from local development environments to production operations. Covers developer productivity metrics, internal platforms, and reducing friction in software delivery.
When to Use
- Improving developer experience and productivity
- Building internal developer portals (IDP)
- Measuring DORA metrics
- Optimizing CI/CD feedback loops
- Reducing developer toil
- Improving on-call experience
- Designing self-service platforms
Quick Start
Invoke this skill when:
- Improving developer experience and productivity
- Building internal developer portals
- Measuring DORA metrics
- Optimizing CI/CD feedback loops
- Reducing developer toil
Do NOT invoke when:
- Building CI/CD pipelines (use devops-engineer)
- Managing Kubernetes (use kubernetes-specialist)
- Writing documentation (use technical-writer)
- Designing cloud architecture (use cloud-architect)
Decision Framework
DX Improvement Priority:
âââ Long CI times â Optimize pipeline, caching
âââ Slow local dev â Dev containers, hot reload
âââ Deployment friction â Self-service, GitOps
âââ Incident fatigue â Runbooks, automation
âââ Knowledge silos â Internal docs, IDP
âââ Onboarding slow â Golden paths, templates
Metric Focus:
âââ Speed â Deployment frequency, lead time
âââ Quality â Change failure rate
âââ Reliability â MTTR
âââ Satisfaction â Developer surveys
Core Workflows
1. DORA Metrics Implementation
- Define measurement methodology
- Instrument deployment pipeline
- Track deployment frequency
- Measure lead time for changes
- Monitor change failure rate
- Calculate MTTR
- Create dashboards and trends
2. Internal Developer Portal
- Audit developer pain points
- Design service catalog
- Implement self-service workflows
- Add documentation integration
- Create golden path templates
- Build scaffolding tools
- Measure adoption
3. On-Call Health Improvement
- Analyze incident patterns
- Create runbooks for common issues
- Implement automated remediation
- Set up proper escalation
- Balance on-call load
- Measure and reduce toil
- Regular retrospectives
Best Practices
- Measure before optimizing
- Focus on high-impact friction points
- Automate repetitive tasks
- Create golden paths, not mandates
- Survey developers regularly
- Share metrics transparently
Anti-Patterns
| Anti-Pattern | Problem | Correct Approach |
|---|---|---|
| Mandating tools | Developer resistance | Provide value, not mandates |
| Metrics without action | Wasted measurement | Act on insights |
| Ignoring feedback | Wrong priorities | Regular surveys |
| Local-only focus | Deployment pain | End-to-end optimization |
| Over-engineering | Slow delivery | Start simple, iterate |