Technology Stack Modernization
Overview
This skill provides a systematic approach to modernizing technology stacks in existing projects, including updating dependencies, replacing deprecated packages, adopting modern Python features, and ensuring workspace-hub standards compliance.
When to Use
Use this skill when:
- Updating dependencies to current stable versions
- Replacing deprecated packages with modern alternatives
- Migrating from legacy tools (Conda → UV, PyPDF2 → pypdf, Matplotlib → Plotly)
- Adopting modern Python features (3.11+ type hints, performance improvements)
- Ensuring workspace-hub standards compliance (UV, Plotly, file organization)
- Modernizing development tools (Ruff instead of Black+isort+flake8)
- Documenting technology choices and rationale
Related Skills
- Product Documentation Modernization - For updating mission.md and tech-stack.md
- Workspace-Hub Standards Compliance - For verification and validation
- Quantification & Metrics - For calculating modernization ROI
References
Official Documentation
Migration Guides
Workspace-Hub Standards
- FILE_ORGANIZATION_STANDARDS.md
- HTML_REPORTING_STANDARDS.md
- LOGGING_STANDARDS.md
Version History
- 1.0.0 (2026-01-08): Initial release - comprehensive technology stack modernization skill
Sub-Skills
Sub-Skills
- 1. Dependency Version Assessment (+6)
- Tech Stack Migration Checklist
- Phase 1: Assessment
- Phase 2: Package Manager Migration
- Phase 3: Dependency Updates
- Phase 4: Visualization Migration
- Phase 5: Development Tools
- Phase 6: Modern Python Features
- Phase 7: Testing & Validation
- Dependency Update Template
- Current State (+3)
- Workspace-Hub Compliance (+2)
- Success Criteria