Agent skill
technology-stack-modernization-workspace-hub-compliance
Sub-skill of technology-stack-modernization: Workspace-Hub Compliance (+2).
Install this agent skill to your Project
npx add-skill https://github.com/vamseeachanta/workspace-hub/tree/main/.claude/skills/_archive/business/admin/technology-stack-modernization/workspace-hub-compliance
SKILL.md
Workspace-Hub Compliance (+2)
Workspace-Hub Compliance
- Always use UV, never Conda/Poetry
- Always use Plotly, never Matplotlib/Seaborn
- Always use relative paths for CSV data
- Always organize files in directories, never root
- Always use modern Python (3.11+)
Migration Safety
-
Create feature branch for updates:
bashgit checkout -b tech-stack-modernization -
Commit frequently with clear messages:
bashgit commit -m "Update pandas 1.5 → 2.0 (breaking changes addressed)" git commit -m "Replace matplotlib with plotly (workspace-hub compliance)"
See sub-skills for full details.
Performance Considerations
- Python 3.11+ gives 10-25% speed boost (no code changes)
- UV is 10-100x faster than pip for environment setup
- Plotly HTML can be large - use CDN mode:
include_plotlyjs='cdn' - Ruff is 10-100x faster than Black+isort+flake8 combined
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
gsd-complete-milestone
Archive completed milestone and prepare for next version
gsd-reapply-patches
Reapply local modifications after a GSD update
gsd-verify-work
Validate built features through conversational UAT
gsd-thread
Manage persistent context threads for cross-session work
clinical-trial-protocol
Generate clinical trial protocols for medical devices or drugs through a modular, waypoint-based architecture with research-only and full protocol modes.
single-cell-rna-qc
Performs quality control on single-cell RNA-seq data (.h5ad or .h5 files) using scverse best practices with MAD-based filtering and comprehensive visualizations.
Didn't find tool you were looking for?